Revert patch 58f036ad1 that causes object duplication (which tried to fix objects...
[oweals/minetest.git] / src /
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...
2013-10-05 0gb.usRemove mapgen_air alias (#935)
2013-09-29 KahrlPass VERSION_EXTRA to GenerateVersion.cmake
2013-09-28 PilzAdamAdd set_name(), set_count(), set_wear() and set_metadat...
2013-09-28 KahrlAdd --version option
2013-09-28 KahrlShow git hash in version string at top left corner...
2013-09-28 ShadowNinjaLower the default max_users from 100 to 15
2013-09-28 PilzAdamAdd curl, freetype and luaJIT to CMAKE_BUILD_INFO 940/head
2013-09-26 kwolekrRe-fix hud_change stat argument retrieval
2013-09-23 BlockMenFix compiling issue of MSVC
2013-09-20 BlockMenAdd option to scale image to percentage values
2013-09-17 prollerFix null dereference in weather update functions
2013-09-17 kwolekrFix some warnings and other minor details
2013-09-17 kwolekrWeather: Clean up getHeat/getHumidity somewhat
2013-09-16 prollerUse cached "weather" setting
2013-09-16 prollerFog depend on humidity
2013-09-16 prollerAdd configurable PRAGMA synchronous =
2013-09-16 kwolekrAlways use builtin JThread library
2013-09-10 KahrlChange mainmenu texture handling + small misc changes
2013-09-10 BlockMenFix hotbar padding at bottom
2013-09-10 PilzAdamAdd offset to automatic_face_movement_dir
2013-09-10 PilzAdamAllow non-string arguments for minetest.is_yes()
2013-09-10 PilzAdamAdd Settings interface for Lua
2013-09-10 KahrlHandle --migrate even when compiled without leveldb...
2013-09-10 KahrlRemove assert warning in leveldb wonderland
2013-09-10 KahrlFix loading leveldb worlds
2013-09-10 KahrlFix broken build due to missing mapsector.h include
2013-09-10 KahrlAdd license headers and remove useless includes
2013-09-09 Sfan5Use system-wide LevelDB instead of bundled one
2013-09-09 Sfan5Make --migrate update world.mt too
2013-09-09 Sfan5Add note about --migrate only working with minetestserv...
2013-09-09 Sfan5Fix 'Unknown map backend' error when using Configure...
2013-09-09 Sfan5Use STL containers instead of irr::core::list
2013-09-09 Sfan5Add message that LevelDB is not supported on Windows
2013-09-09 Sfan5Make it compile
2013-09-09 Ilya ZhuravlevAdd dummy and LevelDB database backends
2013-09-08 Ilya ZhuravlevAdd fallback font support for some languages.
2013-09-08 NovatuxAdd minetest.get_gametime() API function, that returns...
2013-09-06 0gb.usStandardized method of getting node info in dungeon...
2013-09-04 sapierFix selectionbox not honoring anaglyph mode 3d distortion
2013-09-04 sapierFix crash on lua exception
2013-09-04 PilzAdamUse player:set_hotbar_image() instead of hardcoded...
2013-09-03 KahrlFix remnants of s32 enable_shaders
2013-09-03 KahrlFix enable_fog = false not having any effect when shade...
2013-09-03 IlyaServer::ProcessData(): call getBanName once instead...
2013-09-02 KahrlAdd minetest.parse_json, engine.parse_json
2013-08-31 PilzAdamUse wstring for vertlabels
2013-08-31 sapierFix bug in pathfinder causing endless loop in some...
2013-08-29 prollerNormalized heat and adjusted humidity
2013-08-25 BlockMenAdd support for using textures in hotbar
2013-08-25 KahrlFix aliases not working in shapeless crafting recipes
2013-08-25 Ilya ZhuravlevAdd a setting for HighPrecisionFPU (fixes #763).
2013-08-19 BlockMenFix umlauts/special character issue in lua gettext
2013-08-19 BlockMenFix gettext for tabs (windows)
2013-08-19 KahrlAllow SIGINT to kill mainmenu again
2013-08-19 KahrlGUIFormSpecMenu focus fixes
2013-08-18 BlockMenReenable image scaling in formspecs
2013-08-17 sapierAdd translation for main menu
2013-08-16 PilzAdamSend player damage to all clients and apply [brighten 871/head
2013-08-16 KahrlDiagonal liquid animation
next