Age | Commit message (Collapse) | Author | |
---|---|---|---|
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-01-18 | Fix all warnings and remove -Wno-unused-but-set cflag | kwolekr | |
2014-12-15 | Fixes #1687 by extra semaphore retval handle code for OSX | Pavel Puchkin | |
See https://github.com/minetest/minetest/issues/1687#issuecomment-56830173 Signed-off-by: Craig Robbins <kde.psych@gmail.com> | |||
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-04-19 | jthread remove locks that aren't absolutely required | sapier | |
add c++11 atomic support (optional) | |||
2014-01-10 | Make MutexQueue use jsemaphore for signaling | sapier | |
2013-12-03 | Fix broken async locking in release build | sapier | |
2013-12-01 | Cleanup jthread and fix win32 build | sapier | |
2013-11-30 | Fix log threadname lookup handling not beeing threadsafe | sapier | |
2013-11-30 | Fix broken thread stop handling | sapier | |
2013-11-29 | Fix modstore/favourites hang by adding asynchronous lua job support | sapier | |
2013-09-15 | Always use builtin JThread library | kwolekr | |
2013-06-27 | Add minetest.get_mapgen_object to API | kwolekr | |
2011-01-08 | CMake working on Linux (not on windows) | Perttu Ahola | |
--HG-- rename : Makefile => Makefile.bak |