Age | Commit message (Collapse) | Author | |
---|---|---|---|
2014-04-19 | Fix win32 build (typo in jthread lock cleanup) | sapier | |
2014-04-19 | jthread remove locks that aren't absolutely required | sapier | |
add c++11 atomic support (optional) | |||
2014-01-15 | Fix win32 reading semaphore count not working (broke all queues) | sapier | |
2014-01-14 | Fix building under MSVC | BlockMen | |
2014-01-10 | Make MutexQueue use jsemaphore for signaling | sapier | |
2013-12-06 | Fix win32 jthread implementation | 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 MSVC build. | Ilya Zhuravlev | |
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 | |
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-05-25 | Move scriptapi to separate folder (by sapier) | sapier | |
On the lua side, notably minetest.env:<function>(<args>) should now be replaced by minetest.<function>(<args>). The old way is and will stay supported for a long time. Also: Update and clean up lua_api.txt (by celeron55) Move EnvRef to lua and remove add_rat and add_firefly (by kahrl) Add separate src/util/CMakeLists.txt, other minor fixes (by kahrl) | |||
2013-02-25 | Fix build on Windows | kwolekr | |
2013-02-25 | Add emerge.cpp, initial EmergeThread changes | kwolekr | |
- Neatly placed all emerge related code into a new file, emerge.cpp - Greatly cleaned up the code in EmergeThread::Thread() - Reworked Emerge queue. Now an actual std::queue of v3s16 block positions - Removed the completely unnecessary map of peer ids requesting blocks | |||
2011-02-21 | Temporary commit; lots of test code and stuff | Perttu Ahola | |
2011-01-08 | CMake working on Linux (not on windows) | Perttu Ahola | |
--HG-- rename : Makefile => Makefile.bak |