]> git.lizzy.rs Git - minetest.git/shortlog
minetest.git
2014-01-15 BlockMenPrevent placing node when player would be inside new...
2014-01-15 sapierFix win32 reading semaphore count not working (broke...
2014-01-15 ShadowNinjaMake default User-agent follow RFC 2616
2014-01-15 Sfan5Fix building with MinGW
2014-01-14 BlockMenFix building under MSVC
2014-01-14 ShadowNinjaFix spelling of "attempt"
2014-01-14 ShadowNinjaAdd minetest.override_item
2014-01-13 KahrlAdd formspec table
2014-01-13 khonkhortisanAllow vertical axis particle rotation constraint
2014-01-12 Ilya ZhuravlevFix some errors reported by clang static analyzer.
2014-01-12 kwolekrMapgen V6: Add flag to stop mud flow
2014-01-12 NovatuxFix doc and forceloading crash.
2014-01-11 ShadowNinjaAdd maximum recursion depth to read_json_value
2014-01-11 ShadowNinjaRename get_json_value to read_json_value
2014-01-11 ShadowNinjaAdd InvRef::get/set_lists()
2014-01-11 KahrlCompare values instead of pointers in Inventory::operator==
2014-01-11 KahrlAdd operator!= to Inventory(List), make operator==...
2014-01-11 NovatuxAdd forceloading
2014-01-11 NovatuxDeepcopy pointed_thing for after_place_node, give it...
2014-01-10 sapierFix check for max_fd == -1 should actually be max_fd...
2014-01-10 sapierFixed minetest reliable udp implementation (compatible...
2014-01-10 sapierMake MutexQueue use jsemaphore for signaling
2014-01-09 Perttu AholaSet locale properly when built without gettext support
2014-01-08 ShadowNinjaDocument "wielditem" visual
2014-01-07 sapierDon't lookup node texts in a endless recursion loop
2014-01-07 ShadowNinjaRevert "Improve (re)spawn, add cache_block_before_spawn...
2014-01-07 ShadowNinjaPass pointed_thing to after_place_node
2014-01-07 ShadowNinjaAdd protection support to auto-rotated nodes
2014-01-07 ShadowNinjaPrevent auto-rotated nodes replacing the nodes they...
2014-01-06 prollerFix wrong named masterserver announce variable
2014-01-06 prollerSend long announce as POST, show OS in useragent
2014-01-06 PilzAdamEscape error messages in error dialog
2014-01-06 Perttu AholaActually pause singleplayer game in pause menu and...
2014-01-06 sapierAdd function to deregister a profiler from profiler...
2014-01-06 Perttu AholaCreate new instance of mesh every time it's required...
2014-01-06 Perttu AholaFix main menu error message dialog: Now multi-line...
2014-01-05 hasufellBUILD: fix cmake list parsing
2014-01-05 hasufellBUILD: prefer pkg-config for freetype2 detection
2014-01-05 Sfan5Add option to link to OpenGL ES, fixes #1051
2014-01-05 Ilya ZhuravlevFix absence of images when compiled with RUN_IN_PLACE=0.
2014-01-03 KahrlReenable -dev suffix
2014-01-02 NovatuxFix objects being selected behind a node
2014-01-01 kwolekrBump version to 0.4.9 0.4.9
2013-12-31 kwolekrFix exception caused by destroying sockets on Server...
2013-12-31 kaezaFix enum element name in Lua HUD code (position vs...
2013-12-30 ShadowNinjaInitialize world before creating BanManager and Rollbac...
2013-12-30 ShadowNinjaFix InventoryList reading order
2013-12-30 NovatuxRevert "Fix minetest.facedir_to_dir when param2 is...
2013-12-25 PilzAdamRemove FPS from window title
2013-12-24 KahrlMake SHA1::addBytes(..., 0) a no-op instead of an asser...
2013-12-24 KahrlUse sleep_ms instead of select in httpfetch when max_fd...
2013-12-23 KahrlFix particle code ignoring return value of std::vector...
2013-12-21 RealBadAngelFix wrong names for parallax settings in config example.
2013-12-21 RealBadAngelBugfix to get_all_craft_recipes.
2013-12-19 KahrlCheck for denied access in itemdef/nodedef/media fetch...
2013-12-18 ShadowNinjaDon't throw a error when writing JSON fails
2013-12-18 KahrlLog guilty node name when allow_metadata_inventory_move...
2013-12-18 ShadowNinjaAdd 'minetest.write_json'
2013-12-18 ShadowNinjaHandle LuaErrors in Lua -> C++ calls on LuaJIT
2013-12-17 BlockMenFix formspec field labels
2013-12-16 sapierFix broken httpfetch due to SimpleThread removal
2013-12-16 BlockMenFix MSVC compiling issue
2013-12-15 sapierReduce cloud coloring for colored fog and cloud mode
2013-12-15 PilzAdamRemove an unused function and include from client.cpp
2013-12-15 sapierAdd setting to disable direction dependent fog and...
2013-12-15 MirceaKitsuneDirectional fog + horizon colors, based on sun & moon...
2013-12-15 sapierReplace SimpleThread by JThread now implementing same...
2013-12-14 BlockMenAdd alpha setting to font shadow
2013-12-14 kwolekrUpdate mapgen params in ServerMap after Mapgen init
2013-12-14 kwolekrHandle Lua errors in on_generate callbacks instead...
2013-12-14 kwolekrAdd map feature generation notify Lua API
2013-12-13 ShadowNinjaRemove support for optdepends.txt
2013-12-13 KahrlDon't call curl_global_init twice
2013-12-13 sapierReplace any direct curl usage by httpfetch
2013-12-13 KahrlUse httpfetch_async in serverlist announce code
2013-12-13 KahrlImplement urlencode and urldecode
2013-12-13 KahrlRewrite client media download and support hash-based...
2013-12-13 KahrlImplement httpfetch module and initialize it from main()
2013-12-13 Ilya ZhuravlevFix a bug in GenericCAO GENERIC_CMD_UPDATE_POSITION...
2013-12-12 stujones11Make line_of_sight return blocking node position
2013-12-12 kaezaAdd 'on_prejoinplayer' callback
2013-12-12 Ilya ZhuravlevAdd configurable font shadow.
2013-12-11 sapierImplement search tab and version picker
2013-12-11 Ilya ZhuravlevAdd Lithuanian translation.
2013-12-09 PilzAdamCheck if width, height or start index of a list[] is...
2013-12-09 RealBadAngelOptimize shaders code. Add settings at compile time.
2013-12-09 kwolekrMapgen Indev: Fix segfault in cave generation due to...
2013-12-08 NovatuxFix shaders on some GPUs
2013-12-08 kwolekrFix leak and possible segfault in minetest.set_mapgen_p...
2013-12-08 kwolekrEmergeManager: Fix Lua mapgen override param handling
2013-12-08 kwolekrDungeongen: Create dungeon gen tuneables; add desert...
2013-12-08 ShadowNinjaMove script_run_callbacks to Lua
2013-12-07 ShadowNinjaFix paralax occlusion setting
2013-12-06 sfan5Fix small mistake in Lua API docs
2013-12-06 sapierFix win32 jthread implementation
2013-12-05 sweetbomberImprove (re)spawn, add cache_block_before_spawn and...
2013-12-04 ShadowNinjaOnly create one alias metatable
2013-12-03 PilzAdamUse a table in set_physics_override()
2013-12-03 PilzAdamAdd sneak and sneak_glitch to set_physics_override()
2013-12-03 Sfan5Fix LevelDB maps
next