oweals/minetest.git
2015-03-05 Craig RobbinsFix memory leak in MapgenV6
2015-03-04 paramatCavegen, mgv5: Cleanup code
2015-03-04 Loic BlotUse std::vector instead of std::list in StaticObjectLis...
2015-03-04 Loic BlotABMHandler and player_collisions use sequential read...
2015-03-04 Loic BlotClientInterface::getClientIDs doesn't need a std::list...
2015-03-04 Loic BlotWe always know playerSAO when calling SendInventory...
2015-03-04 SmallJokerRadius parameter for /deleteblocks here
2015-03-04 Loic BlotSend Position packet on event, don't check it at each...
2015-03-04 Loic BlotASyncRunStep doesn't need to lock when do setTimeOfDayS...
2015-03-04 Loic BlotSend Inventory packet on event, don't check it at each...
2015-03-03 Loic BlotRemove unused m_wielded_item_not_sent
2015-03-03 Loic BlotSend Breath packet on event, don't check it at each...
2015-03-03 Loic BlotSend Player HP when setHP (or a setHP caller) is called...
2015-03-02 Miguel AlmeidaFix occlusion
2015-03-02 Craig RobbinsFix narrow_to_wide_c (ANDROID)
2015-03-02 paramatMgv6: Add heightmap. Do not make large caves that are...
2015-02-27 est31Add /setpassword and /clearpassword logging 2400/head
2015-02-27 mahmutelmas06Add Turkish language
2015-02-27 RuiUpdate minetest.po
2015-02-27 Loic BlotRevert "Fix particles draworder" (issue #2388)
2015-02-27 Craig RobbinsChange find_surface_nodes_in_area to find_nodes_in_area...
2015-02-27 Loic BlotAdd find_surface_nodes_in_area LUA call which permit...
2015-02-27 rubenwardyWrap lines longer than 80 characters in lua_api.txt...
2015-02-27 Craig RobbinsFix minor memory leak (Android)
2015-02-26 paramatBiome API: Re-calculate biome at every surface in a...
2015-02-25 rubenwardyAdd camera smoothing and cinematic mode (F8)
2015-02-24 Loic BlotRename --do-unittests to --run-unittests as @Zeno-...
2015-02-23 gregorycuOptimise MapBlockMesh related functions
2015-02-23 Craig RobbinsFix wrapDegrees family of functions
2015-02-23 4Evergreen4Add src/network/CMakeFiles/ and src/client/CMakeFiles...
2015-02-23 KahrlDisallow object:remove() if the object is a player
2015-02-21 ShadowNinjaFix serialization of floating point numbers
2015-02-21 Markus KoschanyImprove FindIrrlicht.cmake module
2015-02-21 kaezaAdd mod.conf file support This new file only permits...
2015-02-21 Loic BlotFix android build
2015-02-21 Loic BlotFix some memory leaks on packet sending.
2015-02-21 Loic BlotMove hex.h to util/
2015-02-21 BlockMenFix particles draworder 2368/head
2015-02-21 Loic BlotMove sha1.hpp and base64.hpp to util/
2015-02-21 BlockMenUse skin font for usernames (fixes #2363) 2367/head
2015-02-21 Loic BlotUse proper CMakeLists.txt for network and client direct...
2015-02-21 RuiUpdate Japanese Translation
2015-02-21 Loic BlotUnit tests must be done at integration process.
2015-02-21 paramatMgv5: Remove blobgen. Remove crumble and wetness noises
2015-02-20 Ner'zhulupdate README.txt
2015-02-19 Ner'zhulTypo fix in networkprotocol.h
2015-02-18 BlockMenUncomment version patch field
2015-02-18 Perttu AholaBump version to 0.4.12
2015-02-18 NovatuxAdd modname convention checking
2015-02-18 est31Server: announce MIN/MAX protocol version supported...
2015-02-18 BlockMenIncrease default font_size 2314/head
2015-02-18 BlockMenFix font_size under windows
2015-02-18 Perttu AholaUse fixed size for builtin menus on non-android platforms
2015-02-18 Loic BlotUpdate missing files for Android.mk
2015-02-18 Loic BlotFix unused (and so, broken) enable_rollback_recording...
2015-02-18 Loic BlotAndroid build fix
2015-02-18 fz72Fix map_seed not changed when creating a new world...
2015-02-17 Loic BlotChange many useless std::list into Environment class...
2015-02-17 KahrlGrab GUIChatConsole::m_font, fixes segfault when changi...
2015-02-17 Loic BlotReplace std::list by std::vector into ClientMap::update...
2015-02-17 Loic BlotReplace std::list by std::vector into timerUpdate calls
2015-02-17 NovatuxIgnore old entities from 0.3.
2015-02-17 Loic BlotRemove old comment from Network Rework Patch 2/4
2015-02-17 Loic BlotReplace std::list by std::vector into ServerMap::listAl...
2015-02-17 Loic BlotSAO: re-add old ActiveObjectTypes for a future migratio...
2015-02-17 Loic BlotSAO work: ActiveObject types & SAO cleanup * Replace...
2015-02-16 YamanAdd player direction to on-screen debug text
2015-02-16 sfan5Add LevelDB and redis to Travis Linux builds
2015-02-16 Loic BlotPerformance Improvement: Use a cache which caches resul...
2015-02-16 Loic Blot[Patch 2/4] Network rework: packet writing, sending...
2015-02-16 rubenwardyFix minetest.item_eat's replace_with_item, fixes #2292
2015-02-15 Loic BlotFix unit test if there isn't a localhost address (for...
2015-02-15 Loic BlotFix unit test if there isn't a localhost address (for...
2015-02-15 Loic BlotOnly do the IPv6 unit test if IPv6 is enabled
2015-02-15 ngosangUpdated Spanish translations
2015-02-14 Loic BlotFix issue #2278, Connection sent before address data...
2015-02-14 Loic BlotRe-apply 4a6582c13c36cab457b78f32338c6bb4ab9ea58b broke...
2015-02-14 est31Fix crash on passing false as value in table to table...
2015-02-13 Craig RobbinsSuppress CGUITTFONT build warnings
2015-02-12 Loic BlotAdd german and french translation for minetest.desktop
2015-02-12 Jakub VaněkUpdate czech translation
2015-02-12 ngosangMinor fixes in translations
2015-02-12 BlockMenFix gettext on MSVC 2295/head
2015-02-12 ngosangFix .zip extraction (mod store)
2015-02-12 Loic Blotmain.cpp rework * Move ClientLauncher class to a dedica...
2015-02-12 RuiFix store.lua bug: default screenshot
2015-02-12 RuiFix tab_mods.lua: default screenshot patch
2015-02-12 Loic BlotRemove unused variables to make clang happy
2015-02-12 ngosangSmall changes in the style of controls
2015-02-12 Loic BlotMake Clang happy with lua lauxlib.c.
2015-02-12 est31Enable LUA_USE_POSIX if possible in bundled Lua
2015-02-12 Craig RobbinsFix Android compile warning
2015-02-11 ngosangFix 'Download complete' dialog in the mods store
2015-02-11 Loic BlotDon't permit to open inventory is playerCAO isn't prese... 2183/head
2015-02-11 Loic BlotFix issue #2279. ok @zeno-
2015-02-11 Loic BlotFix Android build since a704c04f00bfea4b77550169fa08105...
2015-02-11 Craig RobbinsRemove workaround in itemdef.cpp to enable/disable...
2015-02-11 ShadowNinjaFix Android build of narrow_to_wide
2015-02-11 Craig RobbinsRevert "Remove workaround in itemdef.cpp to enable...
2015-02-11 Craig RobbinsRemove workaround in itemdef.cpp to enable/disable...
next