aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2015-01-27Write common mapgen params to map_meta.txt on world initializationkwolekr
2015-01-27Fix a crash (assert) when client set serial version < 24 in INITLoic Blot
2015-01-27Fix missing map_meta.txt error when creating new worldskwolekr
2015-01-27Revert "Fix a crash (assert) when client set serial version < 24 in INIT comm...Craig Robbins
2015-01-25Fix imprecise serialization of large numbersShadowNinja
2015-01-25Suppress MSVC warning in chat.cppgregorycu
2015-01-25Settings fixes Make the GameGlobalShaderConstantSetter use the settings callb...gregorycu
2015-01-25Revert "Make the GameGlobalShaderConstantSetter use the settings callback (8%...Craig Robbins
2015-01-24Fix a crash (assert) when client set serial version < 24 in INIT command SER_...(@U-Exp)
2015-01-24Fix uninitialized variable Server::m_next_sound_idKahrl
2015-01-24Fix unitialised variable occassionally being usedCraig Robbins
2015-01-23Make the GameGlobalShaderConstantSetter use the settings callback (8% perf im...gregorycu
2015-01-23Mgv5: Skip calculation of filler, heat and humidity perlinmaps in underground...paramat
2015-01-23Send real port to server listShadowNinja
2015-01-22Mgv7 generateRidgeTerrain: Make river generation relative to water levelparamat
2015-01-22Mgv7: Speed optimise calculateNoise and generateRidgeTerrainparamat
2015-01-22Mgv7 generateRidgeTerrain: Enable rangelim of widthn to remove abysses, calcu...paramat
2015-01-21Allow filter and mipmap drop down menues to be translatedCraig Robbins
2015-01-20Improve desktop fileMarkus Koschany
2015-01-21Update german translationest31
2015-01-20Added ratio argument to colorize, removed the weird alpha-based ratio.TriBlade9
2015-01-20Fix hyphen used as minus signMarkus Koschany
2015-01-20Update Spanish languagengosang
2015-01-18Mapgen V5: Various improvementsparamat
2015-01-18Fix all warnings and remove -Wno-unused-but-set cflagkwolekr
2015-01-18Add SemiDebug (-O1 with debug symbols) build mode and do not optimize Debug a...kwolekr
2015-01-18Reorganize supported video driver query mechanismskwolekr
2015-01-18Revert "Fix style on settings tab"kwolekr
2015-01-18Revert "Fix bug in debug build"kwolekr
2015-01-19Fix bug in debug buildCraig Robbins
2015-01-18Fix style on settings tabjeanpatrick.guerrero@gmail.com
2015-01-18Fix use of uninit data in Sky and (potentially) GUIChatConsole constructorsKahrl
2015-01-18Fix particles causing unitialised data being used due to use of incorrect uni...Craig Robbins
2015-01-18Water fixesgregorycu
2015-01-18Create empty default constructor for MapNodeCraig Robbins
2015-01-17Mgv7: Replace small pseudorandom caves with 3D noise tunnels. Fewer large cavesparamat
2015-01-17Fix NodeMetadataList loosing memory on deserialize due to invalid clear map c...sapier
2015-01-17Fix entitiy WieldMeshSceneNode not freed due to additional grabgregorycu
2015-01-16Make minor style change(unescape_string())Craig Robbins
2015-01-16Fix missing return in Database_Dummy::deleteBlockLoic Blot
2015-01-16Optimize bumpmapping mathematicsLoic Blot
2015-01-16Fix potential out-of-bounds array indexCraig Robbins
2015-01-15Simplify deleteblocks chat command argument parsingkwolekr
2015-01-15Add ability to delete MapBlocks from mapkwolekr
2015-01-15Initialize noise ptr on creation (fixes crash if OreVein deleted before use)kwolekr
2015-01-15Fix unescape_string removing all backslashesShadowNinja
2015-01-15Fix typo in `serialize.lua`.Diego Martínez
2015-01-15Android, build: Update curl to 7.40.00sapier
2015-01-15Add missing return value for filter/mipmap dropdown in mainmenukilbith
2015-01-16Revert "Optimize bumpmapping mathematics"Craig Robbins