Replace any direct curl usage by httpfetch
[oweals/minetest.git] / src /
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-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 sapierFix win32 jthread implementation 1040/head
2013-12-05 sweetbomberImprove (re)spawn, add cache_block_before_spawn and...
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 ShadowNinjaAdd error handler to async step
2013-11-30 ShadowNinjaOptimize table creation
2013-11-30 NovatuxAdd minetest.swap_node
2013-11-30 Ilya ZhuravlevFix MSVC build.
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 kwolekrDon't continue trying to deserialize blank block data
2013-11-23 KahrlFix invalid escape sequence in database migration code
2013-11-22 KahrlFix crash when pressing Enter key in formspec menu
2013-11-21 kwolekrFix possible implicit conversion of NULL to std::string
2013-11-21 kwolekrLuaVoxelManip: Update parameter index of set_lighting()
2013-11-21 kwolekrMapgen V6: Respect water_level setting
2013-11-19 MetaDuckyfix gettext compile issues under win32
2013-11-17 kwolekrFix issue #1009 (minetest.get_connected_players() retur...
2013-11-17 PilzAdamIncrease liquid_loop_max to 10000 again
2013-11-17 Perttu AholaRevert patch 58f036ad1 that causes object duplication...
2013-11-17 sapierFix Result of processed Request was written to invalid...
2013-11-17 sapierAdd missing RequestQueue doc
2013-11-17 sapierFix multicaller support in RequestQueue
2013-11-17 kwolekrDo the same for LevelDB interface
2013-11-17 kwolekrHandle blank blocks in database
2013-11-17 kwolekrRevert "Don't use msvc libs for mingw build"
2013-11-17 kwolekrPrevent shaders from being created when disabled
2013-11-17 sapierDon't use msvc libs for mingw build
2013-11-17 kwolekrDecoration: Stop DecoSimple::resolveNodeNames from...
2013-11-17 kwolekrActually fix weather
2013-11-16 sapierFix invalid listname and listsize not handled correctly...
2013-11-16 MetaDuckyfixed array limit check when reading Lua specialtiles...
2013-11-15 ShadowNinjaPass a errfunc to lua_pcall to get a traceback 995/head
2013-11-14 BlockMenFix formspec background padding when clipped
2013-11-14 prollerImproved default settings for floatland perlin noise...
2013-11-12 Sfan5Fix compiling with 32bit MinGW
2013-11-11 sapierFix invalid usage of temporary object in mainmenu json...
2013-11-11 sapierDisable localization workaround in server
2013-11-11 sapierFix win32/msvc i18n (quite UGLY version, blame Microsoft)
2013-11-10 sapierFix "TODO read modinfo" in modmanager to improve ui...
2013-11-10 prollerFix spaces float islands code
2013-11-10 0gb.usFIxed floating isle generation at chunk boundaries
2013-11-09 kwolekrWeather: Fix uninitialized weather_update_time (sorry...
2013-11-05 prollerCorrect useragent in http queries
2013-11-05 kwolekrAccept hexadecimal and string values for seeds
2013-11-04 sapierFix invalid use of pointer to temporary object in json2...
2013-11-04 prollerMasterserver show privs and js autoload
2013-11-03 sapierFix invalid usage of texture->getSize() where actually...
2013-11-03 BlockMenFix typo
2013-11-03 BlockMenReworked formspecs and kahrl's hexcolor parser
2013-11-03 NovatuxSend a on_receive_fields event when formspec is closed...
2013-11-02 Aaron SuenPortability fixes for OpenBSD (and possibly NetBSD...
2013-11-02 PilzAdamFix liquid_range
2013-11-02 NovatuxMove the sapling growing and grass adding/removing...
2013-11-01 NovatuxAdd a callback: minetest.register_on_craft(itemstack...
2013-11-01 ShadowNinjaRaise the maximum node limit to 0x7fff
2013-10-17 prollerMasterserver update
2013-10-16 Perttu AholaFix object duplication bug (at least in the most reprod...
2013-10-14 SokomineAdd support for parameter 'visual_scale' for drawtypes...
2013-10-07 RealBadAngelFIx wrong error message on invalid use of the formspec...
next