Dungeongen: Optionally set ignore to be untouchable to disable floating dungeons
[oweals/minetest.git] / src /
2015-03-07 paramatDungeongen: Optionally set ignore to be untouchable...
2015-03-06 ShadowNinjaDon't start a server for map migration 2395/head
2015-03-06 ShadowNinjaClean up database API and save the local map on an...
2015-03-06 paramatBiome API: Enable decorations placed on water
2015-03-05 BlockMenImprove group-based connection between raillike nodes
2015-03-05 Loic Blotl_get_modnames: Compare using std::sort instead of...
2015-03-05 Loic BlotcollisionMoveSimple: use std::vector instead of std...
2015-03-05 Loic BlotProfilerGraph: Use std::list instead of std::vector
2015-03-05 Craig RobbinsFix mapgen using unitialised height map values
2015-03-05 Loic BlotUse std::queue for HTTPFetchRequest and std::vector...
2015-03-05 Loic BlotFix issue #2441: crash on respawn, since a conversion...
2015-03-05 Loic BlotReplace std::list to std::vector into tile.cpp (m_textu...
2015-03-05 Loic BlotServer.cpp Use std::list instead of std::vector for...
2015-03-05 Loic BlotServer::AsyncRunStep: buffered_messages now uses std...
2015-03-05 BlockMenFix some rendering glitches 2406/head
2015-03-05 Loic BlotPerformance improvement: Use std::list instead of std...
2015-03-05 Loic BlotRemove Queue class which uses std::list and use native...
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 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 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 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 KahrlDisallow object:remove() if the object is a player
2015-02-21 kaezaAdd mod.conf file support This new file only permits...
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 Loic BlotUnit tests must be done at integration process.
2015-02-21 paramatMgv5: Remove blobgen. Remove crumble and wetness noises
2015-02-19 Ner'zhulTypo fix in networkprotocol.h
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 BlotFix unused (and so, broken) enable_rollback_recording...
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 Loic BlotPerformance Improvement: Use a cache which caches resul...
2015-02-16 Loic Blot[Patch 2/4] Network rework: packet writing, sending...
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-14 Loic BlotRe-apply 4a6582c13c36cab457b78f32338c6bb4ab9ea58b broke...
2015-02-13 Craig RobbinsSuppress CGUITTFONT build warnings
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 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 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 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...
2015-02-11 Markus KoschanyFix FTBFS on GNU/Hurd platform
2015-02-10 Craig RobbinsIncrease MapBlock::actuallyUpdateDayNightDiff() perform...
2015-02-10 Loic BlotReplace getPlayer(playername) by getPlayer(peer_id...
2015-02-10 Loic BlotCraftdef.cpp: Improve loop and mathematics for CraftDef...
2015-02-10 ngosangFix Exit to OS button focus in Pause Menu
2015-02-10 Loic BlotNetwork Layer 7 rework (Packet handling)
2015-02-08 kwolekrHud: Modify Y-positioning of health/breath starbars...
2015-02-07 gregorycuFix rebase bug, make render loop use cache setting
2015-02-06 Craig RobbinsFix warnings in CGUITTFont.cpp
2015-02-05 ShadowNinjaFix gettext
next