aboutsummaryrefslogtreecommitdiff
path: root/doc (unfollow)
Commit message (Expand)AuthorFilesLines
2015-02-04Fix download URLSteven Smith1-1/+1
2015-02-02Fix getCraftRecipe returing wrong reciep due to way to unspecific output matc...sapier1-1/+3
2015-02-02Fix some MSVC-specific warnings and add debug path as an MSVC directorykwolekr3-10/+12
2015-02-02Create minidump on fatal Win32 exceptionskwolekr6-72/+149
2015-02-01Randomly generate seed if field blank for any Settings instancekwolekr1-8/+8
2015-01-31Fix NDT_GLASSLIKE normalsKahrl2-6/+6
2015-01-31Fix local map saving when joining a local server from the server tabCraig Robbins3-35/+55
2015-01-28Fix uninitialized variable m_database_delete in Database_SQLite3Kahrl1-0/+1
2015-01-27Prevent null concatenation when /deleteblocks is provided an incorrect formatkwolekr1-0/+4
2015-01-27Write common mapgen params to map_meta.txt on world initializationkwolekr2-8/+34
2015-01-27Fix a crash (assert) when client set serial version < 24 in INITLoic Blot4-6/+7
2015-01-27Fix missing map_meta.txt error when creating new worldskwolekr1-10/+12
2015-01-27Revert "Fix a crash (assert) when client set serial version < 24 in INIT comm...Craig Robbins2-3/+9
2015-01-25Fix imprecise serialization of large numbersShadowNinja1-1/+1
2015-01-25Suppress MSVC warning in chat.cppgregorycu1-1/+1
2015-01-25Settings fixes Make the GameGlobalShaderConstantSetter use the settings callb...gregorycu4-33/+67
2015-01-25Revert "Make the GameGlobalShaderConstantSetter use the settings callback (8%...Craig Robbins4-27/+11
2015-01-24Fix a crash (assert) when client set serial version < 24 in INIT command SER_...(@U-Exp)2-9/+3
2015-01-24Fix uninitialized variable Server::m_next_sound_idKahrl1-1/+2
2015-01-24Fix unitialised variable occassionally being usedCraig Robbins1-2/+3
2015-01-23Make the GameGlobalShaderConstantSetter use the settings callback (8% perf im...gregorycu4-11/+27
2015-01-23Mgv5: Skip calculation of filler, heat and humidity perlinmaps in underground...paramat1-8/+9
2015-01-23Send real port to server listShadowNinja4-4/+12
2015-01-22Mgv7 generateRidgeTerrain: Make river generation relative to water levelparamat1-9/+4
2015-01-22Mgv7: Speed optimise calculateNoise and generateRidgeTerrainparamat1-20/+23
2015-01-22Mgv7 generateRidgeTerrain: Enable rangelim of widthn to remove abysses, calcu...paramat1-6/+6
2015-01-21Allow filter and mipmap drop down menues to be translatedCraig Robbins1-8/+20
2015-01-20Improve desktop fileMarkus Koschany1-0/+1
2015-01-21Update german translationest311-9/+9
2015-01-20Added ratio argument to colorize, removed the weird alpha-based ratio.TriBlade92-98/+137
2015-01-20Fix hyphen used as minus signMarkus Koschany1-1/+1
2015-01-20Update Spanish languagengosang1-145/+138
2015-01-18Mapgen V5: Various improvementsparamat2-60/+56
2015-01-18Fix all warnings and remove -Wno-unused-but-set cflagkwolekr17-205/+175
2015-01-18Add SemiDebug (-O1 with debug symbols) build mode and do not optimize Debug a...kwolekr1-3/+24
2015-01-18Reorganize supported video driver query mechanismskwolekr6-99/+161
2015-01-18Revert "Fix style on settings tab"kwolekr1-31/+30
2015-01-18Revert "Fix bug in debug build"kwolekr1-1/+1
2015-01-19Fix bug in debug buildCraig Robbins1-1/+1
2015-01-18Fix style on settings tabjeanpatrick.guerrero@gmail.com1-30/+31
2015-01-18Fix use of uninit data in Sky and (potentially) GUIChatConsole constructorsKahrl4-25/+25
2015-01-18Fix particles causing unitialised data being used due to use of incorrect uni...Craig Robbins1-4/+4
2015-01-18Water fixesgregorycu3-22/+72
2015-01-18Create empty default constructor for MapNodeCraig Robbins5-12/+21
2015-01-17Mgv7: Replace small pseudorandom caves with 3D noise tunnels. Fewer large cavesparamat2-15/+46
2015-01-17Fix NodeMetadataList loosing memory on deserialize due to invalid clear map c...sapier1-2/+2
2015-01-17Fix entitiy WieldMeshSceneNode not freed due to additional grabgregorycu1-3/+2
2015-01-16Make minor style change(unescape_string())Craig Robbins1-3/+4
2015-01-16Fix missing return in Database_Dummy::deleteBlockLoic Blot1-0/+1
2015-01-16Optimize bumpmapping mathematicsLoic Blot4-17/+58