]> git.lizzy.rs Git - minetest.git/history - src
Performance Improvement: Use a cache which caches result for getFacePositions.
[minetest.git] / src /
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
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...
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
2015-02-05 ShadowNinjaReduce gettext wide/narrow and string/char* conversions
2015-02-05 ShadowNinjaFix translation memory leak
2015-02-05 ShadowNinjaFix translation finding of overlay messages
2015-02-05 paramatMgv7 mountains: Remove divide by zero code that creates...
2015-02-05 Craig RobbinsFix performance regression
2015-02-05 SmallJokerGive full breath after death
2015-02-05 gregorycuFix dying of lava causes repeated death This is a bugfi...
2015-02-04 ngosangSuppress 4 gcc 4.9.2 warnings in CGUITTFont.cpp
2015-02-02 sapierFix getCraftRecipe returing wrong reciep due to way...
2015-02-02 kwolekrFix some MSVC-specific warnings and add debug path...
2015-02-02 kwolekrCreate minidump on fatal Win32 exceptions
2015-02-01 kwolekrRandomly generate seed if field blank for any Settings...
2015-01-30 KahrlFix NDT_GLASSLIKE normals
2015-01-30 Craig RobbinsFix local map saving when joining a local server from...
2015-01-28 KahrlFix uninitialized variable m_database_delete in Databas...
2015-01-28 kwolekrWrite common mapgen params to map_meta.txt on world...
2015-01-27 Loic BlotFix a crash (assert) when client set serial version...
2015-01-27 kwolekrFix missing map_meta.txt error when creating new worlds
2015-01-26 Craig RobbinsRevert "Fix a crash (assert) when client set serial...
2015-01-25 gregorycuSuppress MSVC warning in chat.cpp
2015-01-25 gregorycuSettings fixes Make the GameGlobalShaderConstantSetter...
2015-01-24 Craig RobbinsRevert "Make the GameGlobalShaderConstantSetter use...
2015-01-24 (@U-Exp)Fix a crash (assert) when client set serial version...
2015-01-24 KahrlFix uninitialized variable Server::m_next_sound_id
2015-01-24 Craig RobbinsFix unitialised variable occassionally being used
2015-01-24 gregorycuMake the GameGlobalShaderConstantSetter use the setting...
2015-01-24 paramatMgv5: Skip calculation of filler, heat and humidity...
2015-01-23 ShadowNinjaSend real port to server list
2015-01-22 paramatMgv7 generateRidgeTerrain: Make river generation relati...
2015-01-22 paramatMgv7: Speed optimise calculateNoise and generateRidgeTe...
2015-01-22 paramatMgv7 generateRidgeTerrain: Enable rangelim of widthn...
2015-01-20 TriBlade9Added ratio argument to colorize, removed the weird...
2015-01-19 paramatMapgen V5: Various improvements
2015-01-19 kwolekrFix all warnings and remove -Wno-unused-but-set cflag
2015-01-19 kwolekrAdd SemiDebug (-O1 with debug symbols) build mode and...
2015-01-18 kwolekrReorganize supported video driver query mechanisms
2015-01-18 kwolekrRevert "Fix bug in debug build"
2015-01-18 Craig RobbinsFix bug in debug build
2015-01-18 KahrlFix use of uninit data in Sky and (potentially) GUIChat...
2015-01-18 Craig RobbinsFix particles causing unitialised data being used due...
2015-01-18 gregorycuWater fixes
2015-01-18 Craig RobbinsCreate empty default constructor for MapNode
2015-01-18 paramatMgv7: Replace small pseudorandom caves with 3D noise...
2015-01-17 sapierFix NodeMetadataList loosing memory on deserialize...
2015-01-17 gregorycuFix entitiy WieldMeshSceneNode not freed due to additio...
2015-01-16 Craig RobbinsMake minor style change(unescape_string())
2015-01-16 Loic BlotFix missing return in Database_Dummy::deleteBlock
2015-01-16 Craig RobbinsFix potential out-of-bounds array index
2015-01-15 kwolekrAdd ability to delete MapBlocks from map
2015-01-15 kwolekrInitialize noise ptr on creation (fixes crash if OreVei...
2015-01-15 ShadowNinjaFix unescape_string removing all backslashes
2015-01-15 unknownChange UniqueQueue to use a queue and a set.
2015-01-14 TriBlade9Added configurable ambient_occlusion_gamma. Default...
2015-01-14 Craig RobbinsFix use of uninitialized data
2015-01-13 onkrotPerformance fixes.
2015-01-13 unknownAdd VoxelArea::hasEmptyExtent
2015-01-13 kwolekrAttempt to fix occasional issue of uninitialized MapBlo...
2015-01-12 kwolekrPrevent transform of noise3d result in getBlockSeed2
2015-01-12 paramatMapgen V5: Move cave generation from base terrain loop...
2015-01-11 sapierDisable sound and key binding settings in "pause" menu...
2015-01-11 sapierFix invalid stepheight increase calculation on android
2015-01-11 sapierIncrease stepheight on android by 0.5 to smoothen movement
2015-01-10 KahrlFix clipping rectangle of GUITable row highlight
2015-01-10 sfan5Change default font sizes to 14(freetype) and 10(non...
2015-01-10 sfan5Set default value for ENABLE_REDIS to 0
2015-01-09 sapierRevert "Switch default scaling factor to 0.75 as most...
2015-01-09 sapierRemove automatic consistent formspec size <-> font...
2015-01-09 Craig RobbinsRemoved superfluous facedir check in mapblock_mesh.cpp
next