oweals/minetest.git
2014-04-12 BlockMenFix MSVC build
2014-04-11 sapierFix broken Ipv4 serialization on win32
2014-04-11 sapierFix broken win32+bsd build
2014-04-11 BlockMenFix crash when teleporting near unknown node
2014-04-10 KahrlInfer ipv6_server from bind_address; fix client connect...
2014-04-09 sapierAdd support for named threads (atm linux only) 1199/head
2014-04-09 sapierMake config honor build system specified config defines 1205/head
2014-04-09 sapierMinor fixes for file/modlist download in mainmenu 1208/head
2014-04-08 sapierCleanup client init states by bumping protocol version 1143/head
2014-04-06 sapierPass pointer to nodedef directly to avoid recalculation... 1203/head
2014-04-03 sapierPerformance optimized button to button mask evaluation 1194/head
2014-04-01 sapierFix lost change password button 1192/head
2014-03-26 Perttu AholaFix bug in RemoteClient::GetNextBlocks
2014-03-24 Ciaran GultnieksFix merge mistake when rebasing for PR #1169
2014-03-23 sapierFix double sending of chat messages
2014-03-22 NovatuxFix "ghost stacks" created when a player clicks an...
2014-03-21 ShadowNinjaFix serializing of signed numbers in serializeStructToS...
2014-03-21 RealBadAngelNormal maps generation on the fly.
2014-03-15 ShadowNinjaAdd more informative error messages for inventory and...
2014-03-15 ShadowNinjaRemove lua_State parameter from LuaError::LuaError
2014-03-15 ShadowNinjaRevert "Make sure we get a stacktrace for as many lua...
2014-03-15 ShadowNinjaMake serializeStructToString use an ostringstream
2014-03-15 NovatuxFix sound not being played at the correct place.
2014-03-15 Sfan5Make sure we get a stacktrace for as many lua errors...
2014-03-14 ShadowNinjaRevert "Use fixed-width format specifiers in serializeS...
2014-03-13 ShadowNinjaUse fixed-width format specifiers in serializeStructToS...
2014-03-13 BlockMenFix game pause in singleplayer
2014-03-13 BlockMenFix special characters in pause and message menu
2014-03-12 ShadowNinjaReplace usage of long long with u64/s64
2014-03-12 SelatPass arguments by reference
2014-03-12 SelatRemove goto from Environment::removePlayer
2014-03-11 ShadowNinjaFix error when calling minetest.node_punch without...
2014-03-11 Sfan5Fix generating winresource.o with build dir != source dir
2014-03-09 Ciaran GultnieksCorrect misleading detached inventory error message
2014-03-09 Ciaran GultnieksUpdate ABM object counts when triggers add objects
2014-03-09 sapierFix race condition on exit to menu
2014-03-08 kwolekrUpdate set_mapgen_params and set_gen_notify Lua API...
2014-03-06 Ciaran GultnieksStop wasting time in abm - performance improvement
2014-03-05 sapierReplace pause and message menu by formspec ones 1164/head
2014-03-04 NovatuxFix rendering glitches when far from the center of...
2014-03-03 Sfan5Document CMake options in README
2014-03-02 sapierImproved win32 file version information 973/head
2014-03-02 Ciaran GultnieksFix for unloaded but active block problem
2014-03-02 SelatFix translation name.
2014-03-02 SelatAdd Belarusian translation.
2014-02-27 ShadowNinjaRemove "Server -!- " prefix from player messages
2014-02-26 BlockMenFix MSVC build
2014-02-24 prollerFix null string escape
2014-02-23 Sfan5Fix test for broken LuaJIT versions, solves #1152
2014-02-16 Diego MartínezTranslated using Weblate (Spanish)
2014-02-16 King ArturTranslated using Weblate (Romanian)
2014-02-16 João FariasTranslated using Weblate (Portuguese)
2014-02-16 Jonas KriaučiūnasTranslated using Weblate (Lithuanian)
2014-02-16 King ArturTranslated using Weblate (Italian)
2014-02-16 Pilz AdamTranslated using Weblate (German)
2014-02-16 Jabo BaboTranslated using Weblate (Estonian)
2014-02-16 b pTranslated using Weblate (Dutch)
2014-02-16 Сергей ГолубевTranslated using Weblate (Russian)
2014-02-16 Jabo BaboTranslated using Weblate (German)
2014-02-16 Jonas KriaučiūnasTranslated using Weblate (Lithuanian)
2014-02-16 Ilya ZhuravlevTranslated using Weblate (Russian)
2014-02-16 Pilz AdamTranslated using Weblate (German)
2014-02-16 Mitchell WardTranslated using Weblate (Dutch)
2014-02-16 Jakub VaněkTranslated using Weblate (Czech)
2014-02-16 Mitchell WardTranslated using Weblate (Romanian)
2014-02-16 Shen ZheyuTranslated using Weblate (Chinese (China))
2014-02-16 Frederico GuimarãesTranslated using Weblate (Portuguese (Brazil))
2014-02-16 we prefer instagib... Translated using Weblate (French)
2014-02-16 Pilz AdamTranslated using Weblate (German)
2014-02-16 Sfan5Fix g_settings not being included
2014-02-16 Sfan5Fix broken cross-compiling
2014-02-16 kwolekrSchematic: Add force_placement parameter to minetest...
2014-02-16 kwolekrAdd minetest.set_noiseparam_defaults() Lua API
2014-02-15 KahrlAccept any error response code for missing index.mth
2014-02-13 sapierAdd check to avoid usage of broken LuaJIT < 2.0.0beta8 1142/head
2014-02-12 sapierFix possible missing unlock of env_lock
2014-02-09 kwolekrServerEnvironment: Remove direct dependency on EmergeMa...
2014-02-09 kwolekrDefine strlcpy on platforms that do not have it
2014-02-09 kwolekrAdd capability to read table flag fields from Lua API
2014-02-08 kwolekrTune block emerge and sending parameters to more aggres...
2014-02-08 kwolekrMake flag strings clear specified flag with 'no' prefix
2014-02-07 sapierRemove lots of dead code 1135/head
2014-02-07 sapierFix invalid check for fread error on extracting zip
2014-02-07 SelatFix memory leak in database migration
2014-02-06 BlockMenAdd missing header
2014-02-05 ShadowNinjaAdd the option to bind to a specific address 1131/head
2014-02-05 kwolekrRemove blank default values for emergequeue_limit_...
2014-02-05 kwolekrRevert "Fix settings to honor numeric conversion errors"
2014-02-05 Ilya ZhuravlevFix another heap-use-after-free in pause menu.
2014-02-05 Ilya ZhuravlevFix unexpected preprocessor directive in gettext.cpp
2014-02-05 sapierFix settings to honor numeric conversion errors
2014-02-04 kwolekrUpdate minetest.conf.example
2014-02-04 kwolekrHuge overhaul of the entire MapgenParams system
2014-02-04 kwolekrSettings: Add no-exception variants of each get method
2014-02-03 ShadowNinjaFix crash when a error occurs in a globalstep callback
2014-02-03 ShadowNinjaEscape texture pack names
2014-02-03 sapierAdd minetest.kick_player(name, reason)
2014-02-03 sapierRemove noisy error messages, prepend "pathfinder: ...
2014-02-02 sapierAdd missing "-" to list of allowed chars in media filenames
2014-02-02 sapierAdd additional check to avoid broadcasting private...
next