oweals/minetest.git
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. 1049/head
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 1041/head
2013-12-08 kwolekrFix leak and possible segfault in minetest.set_mapgen_p... 606/head
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 1040/head
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
2013-12-03 RealBadAngelShaders rework.
2013-12-03 PilzAdamDont move item back when not clicking on a slot 1034/head
2013-12-03 prollerRename names -> can_see_far_names in announce
2013-12-03 sapierFix broken async locking in release build
2013-12-03 prollerRemove link to #, add unlimited_player_transfer_distanc...
2013-12-01 Sfan5Fix MinGW build
2013-12-01 sapierCleanup jthread and fix win32 build 1029/head
2013-12-01 kwolekrCavegen: Fix possible out-of-bounds heightmap access
2013-12-01 kwolekrDecoration: Add schematic Y-slice probability support
2013-11-30 sapierFix log threadname lookup handling not beeing threadsafe 1028/head
2013-11-30 0gb.usAssume a selection box for fences
2013-11-30 ShadowNinjaAdd error handler to async step
2013-11-30 ShadowNinjaOptimize table creation
2013-11-30 NovatuxAdd documentation for minetest.swap_node
2013-11-30 NovatuxAdd minetest.swap_node
2013-11-30 Ilya ZhuravlevFix MSVC build.
2013-11-30 kwolekrChange default value of is_ground_content to true
2013-11-30 kwolekrLuaVoxelManip: Add area parameters back to calc_lightin...
2013-11-30 kwolekrLuaVoxelManip: Add get_light_data() and set_light_data()
2013-11-30 MetaDuckyFixed potential NULL pointer and leak when setting...
2013-11-30 kwolekrCavegen: Respect is_ground_content MapNode setting...
2013-11-30 sapierFix broken thread stop handling 1026/head
2013-11-29 sapierFix old gcc build
2013-11-29 sapierFix modstore/favourites hang by adding asynchronous... 977/head
2013-11-28 sapierSplit server/client port setting to avoid port number... 846/head
2013-11-28 ShadowNinjaDon't use variable length arrays
2013-11-27 ShadowNinjaRollback fixes and get_node_actions 1001/head
2013-11-27 Mario BarreraSQLite rollback
2013-11-24 sapierFix line_of_sight (AGAIN)
2013-11-24 PilzAdamReenable -dev suffix
2013-11-24 kwolekrBump version to 0.4.8 0.4.8
2013-11-24 kwolekrDon't continue trying to deserialize blank block data
2013-11-24 sapierTemporary disable local install button due to irrlicht...
2013-11-23 NovatuxFix my name (doesn't display correctly because of utf8...
2013-11-23 Sfan5Fix rename modpack button not working, fixes #1019
2013-11-23 PilzAdamRun updatepo.sh
2013-11-23 Pablo LezaetaTranslated using Weblate (Spanish)
2013-11-23 Anton TsyganenkoTranslated using Weblate (Russian)
2013-11-23 Maciej KasatkinTranslated using Weblate (Polish)
2013-11-23 Jakub VaněkTranslated using Weblate (Czech)
2013-11-23 King ArturTranslated using Weblate (Romanian)
2013-11-23 Jakub VaněkTranslated using Weblate (Czech)
next