index
:
minetest.git
clamp
dual_wielding
find_nodes_in_area
handswap_keybind
hud_font_style
itemmeta_restrictions
mirror_hands
physics
serversoundpack
stencil_shadows
wield_animation
lizzy's patches for luanti
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
jthread
Age
Commit message (
Expand
)
Author
2014-07-06
Fix warnings reported by clang
sfan5
2014-06-29
Add support for Android 2.3+
sapier
2014-06-29
OS X compatibility fixes
Martin Doege
2014-04-19
Fix win32 build (typo in jthread lock cleanup)
sapier
2014-04-19
jthread remove locks that aren't absolutely required
sapier
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
2013-05-25
Move scriptapi to separate folder (by sapier)
sapier
2013-02-25
Fix build on Windows
kwolekr
2013-02-25
Add emerge.cpp, initial EmergeThread changes
kwolekr
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