Age | Commit message (Collapse) | Author | |
---|---|---|---|
2015-12-07 | Add seperate cache path | ShadowNinja | |
This is set to the XDG cache path where possible. It's set to the app's cache path on Android. | |||
2015-11-08 | Add LuaSecureRandom | est31 | |
2015-09-06 | Use CUSTOM_LOCALEDIR if specified | ShadowNinja | |
2015-09-06 | Fix building on OSX, broken since "Clean up threading" | Pavel Puchkin | |
Commit e4bff8be94c0db4f94e63ad448d0eeb869ccdbbd - Clean up threading by @ShadowNinja has broken the OSX build. Including things inside a namespace isn't good. Also fixes #3124. | |||
2015-08-23 | Clean up threading | ShadowNinja | |
* Rename everything. * Strip J prefix. * Change UpperCamelCase functions to lowerCamelCase. * Remove global (!) semaphore count mutex on OSX. * Remove semaphore count getter (unused, unsafe, depended on internal API functions on Windows, and used a hack on OSX). * Add `Atomic<type>`. * Make `Thread` handle thread names. * Add support for C++11 multi-threading. * Combine pthread and win32 sources. * Remove `ThreadStarted` (unused, unneeded). * Move some includes from the headers to the sources. * Move all of `Event` into its header (allows inlining with no new includes). * Make `Event` use `Semaphore` (except on Windows). * Move some porting functions into `Thread`. * Integrate logging with `Thread`. * Add threading test. | |||
2015-07-10 | Little coding style fix on porting.h | Loic Blot | |
2015-04-19 | Porting: Refactor initalizePaths() | kwolekr | |
Add support for Solaris and HP-UX Search additional potential procfs locations for current executable | |||
2015-03-28 | Add Lua function get_video_modes() for main menu | Craig Robbins | |
Also updates and uses porting::getSupportedVideoModes() | |||
2015-02-11 | Fix FTBFS on GNU/Hurd platform | Markus Koschany | |
Minetest fails to build on GNU/Hurd due to a name clash with OSX/Apple, both are defining the __MACH__ keyword. This commit fixes the issue. | |||
2015-02-02 | Create minidump on fatal Win32 exceptions | kwolekr | |
Remove software exception translator function, simplifying exception handler macros. FatalSystemExceptions are left unhandled. | |||
2015-01-18 | Reorganize supported video driver query mechanisms | kwolekr | |
2014-12-15 | Set WM_CLASS window hint for Xorg | kwolekr | |
2014-11-20 | Simplify loading of Android version of menu | ShadowNinja | |
2014-06-29 | Add support for Android 2.3+ | sapier | |
There have been plenty of ppl involved in creating this version. I don't wanna mention names as I'm sure I'd forget someone so I just tell where help has been done: - The partial android versions done by various ppl - Testing on different android devices - reviewing code (especially the in core changes) - testing controls - reviewing texts A big thank you to everyone helping this to be completed! | |||
2014-06-29 | OS X compatibility fixes | Martin Doege | |
2014-06-12 | Add support for exiting formspecs by doubleclicking outside | sapier | |
2014-06-01 | Revert "Add daemon support for linux like operating systems" | sapier | |
Remove daemon support due to delayed popular vote (part 2) | |||
2014-05-31 | Add daemon support for linux like operating systems | sapier | |
2014-05-26 | Fix setThreadName support for BSD | ShadowNinja | |
2014-04-27 | Add support for dpi based HUD scaling | sapier | |
Add support for (configurable) multiline hotbar Improved screensize handling Add userdefined gui scale by BlockMen | |||
2014-04-23 | Fix argument type of the RaiseException() function | FessWolf | |
2014-04-19 | Add support for threadnames on BSD, Windows (MSVC-only), and OSX | ShadowNinja | |
2014-04-14 | Fix problem with newer MinGW runtimes | Sfan5 | |
2014-04-11 | Fix broken win32+bsd build | sapier | |
2014-04-09 | Add support for named threads (atm linux only) | sapier | |
2014-02-09 | Define strlcpy on platforms that do not have it | kwolekr | |
2014-02-09 | Add capability to read table flag fields from Lua API | kwolekr | |
2014-02-08 | Make flag strings clear specified flag with 'no' prefix | kwolekr | |
Remove flagmask field from set_mapgen_params table Add small bits of needed documentation | |||
2014-01-23 | Include system info in the HTTP user agent on Windows | Sfan5 | |
2013-08-14 | Omnicleanup: header cleanup, add ModApiUtil shared between game and mainmenu | Kahrl | |
2013-06-23 | Add support for IPv6 | proller | |
Two new configuration options are added: - "enable_ipv6" to enable/disable the overall use of IPv6 - "ipv6_server" to enable/disable the use of IPv6 sockets when running a server (when "enable_ipv6" is enabled) | |||
2013-03-29 | Add varying levels of precision to TimeTaker | kwolekr | |
2013-02-25 | Fix build on Windows | kwolekr | |
2013-02-25 | Fix most walled-off caves | kwolekr | |
2013-02-25 | Tune queue limits, some other adjustments | kwolekr | |
2013-02-25 | Add multi-Emerge thread support | kwolekr | |
2013-02-24 | Update Copyright Years | Sfan5 | |
2013-02-24 | Change Minetest-c55 to Minetest | PilzAdam | |
2013-02-06 | Add flag string settings, flat map option | kwolekr | |
2013-01-23 | Fix compile under MingW | kwolekr | |
2013-01-21 | Fix compile on certain Linux configurations, reduce spawn point height | kwolekr | |
2013-01-21 | Last set of minor cleanups | kwolekr | |
2012-06-17 | Optimize headers | Perttu Ahola | |
2012-06-05 | Switch the license to be LGPLv2/later, with small parts still remaining as ↵ | Perttu Ahola | |
GPLv2/later, by agreement of major contributors | |||
2012-03-10 | Initial directory structure rework | Perttu Ahola | |
2011-11-29 | Move images to data/textures and fix some path stuff; hope that installation ↵ | Perttu Ahola | |
still works | |||
2011-08-12 | fixed not finding data dir if installed | Constantin Wenger | |
2011-02-15 | Ctrl+C handling on POSIX, some commands for server and other tweaking | Perttu Ahola | |
2011-02-11 | some fixes to make compiling on some bsd easier | Perttu Ahola | |
2011-02-11 | new texture stuff quite working | Perttu Ahola | |