aboutsummaryrefslogtreecommitdiff
path: root/src/jthread (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Fix all warnings and remove -Wno-unused-but-set cflagkwolekr2015-01-181-5/+2
|
* Fixes #1687 by extra semaphore retval handle code for OSXPavel Puchkin2014-12-151-0/+7
| | | | | | See https://github.com/minetest/minetest/issues/1687#issuecomment-56830173 Signed-off-by: Craig Robbins <kde.psych@gmail.com>
* Fix warnings reported by clangsfan52014-07-061-1/+1
|
* Add support for Android 2.3+sapier2014-06-292-0/+12
| | | | | | | | | | | | | 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!
* OS X compatibility fixesMartin Doege2014-06-294-4/+87
|
* Fix win32 build (typo in jthread lock cleanup)sapier2014-04-191-0/+1
|
* jthread remove locks that aren't absolutely requiredsapier2014-04-193-109/+39
| | | | add c++11 atomic support (optional)
* Fix win32 reading semaphore count not working (broke all queues)sapier2014-01-151-6/+33
|
* Fix building under MSVCBlockMen2014-01-141-0/+1
|
* Make MutexQueue use jsemaphore for signalingsapier2014-01-103-0/+47
|
* Fix win32 jthread implementationsapier2013-12-062-5/+12
|
* Fix broken async locking in release buildsapier2013-12-036-19/+99
|
* Cleanup jthread and fix win32 buildsapier2013-12-0111-134/+156
|
* Fix log threadname lookup handling not beeing threadsafesapier2013-11-302-20/+13
|
* Fix MSVC build.Ilya Zhuravlev2013-11-301-1/+1
|
* Fix broken thread stop handlingsapier2013-11-303-2/+26
|
* Fix modstore/favourites hang by adding asynchronous lua job supportsapier2013-11-297-36/+213
|
* Always use builtin JThread librarykwolekr2013-09-156-18/+13
|
* Add minetest.get_mapgen_object to APIkwolekr2013-06-273-0/+11
|
* Add support for IPv6proller2013-06-231-1/+1
| | | | | | | 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)
* Move scriptapi to separate folder (by sapier)sapier2013-05-251-0/+9
| | | | | | | | | | | 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)
* Fix build on Windowskwolekr2013-02-251-1/+4
|
* Add emerge.cpp, initial EmergeThread changeskwolekr2013-02-251-0/+50
| | | | | | | - 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
* Temporary commit; lots of test code and stuffPerttu Ahola2011-02-211-1/+1
|
* CMake working on Linux (not on windows)Perttu Ahola2011-01-089-0/+733
--HG-- rename : Makefile => Makefile.bak