aboutsummaryrefslogtreecommitdiff
path: root/src/touchscreengui.h (unfollow)
Commit message (Expand)AuthorFilesLines
2015-08-16Remove unused functions.onkrot5-44/+0
2015-08-15Defaultsettings: Increase client_mapblock_limit to 5000paramat2-3/+2
2015-08-15Rollback: Fail on bad precondition instead of causing assertion errorkwolekr1-0/+1
2015-08-15Fix sneaking (fixes #665 and #3045)BlockMen2-30/+49
2015-08-15Remove unused function from connection.{cpp,h}nerzhul2-11/+0
2015-08-14Don't do formspec escaping twice for loading descriptionest311-8/+8
2015-08-13minimap: Add ability to disable from serverkwolekr5-47/+69
2015-08-13game.cpp: Update cached settingsest311-13/+52
2015-08-13Fix segfault caused by a8e238ed06ee8285ed4459e9deda3117419837f6Perttu Ahola1-2/+2
2015-08-13Add count based unload limit for mapblocksest318-63/+152
2015-08-12SAPI: Track last executed mod and include in error messageskwolekr19-45/+231
2015-08-12Fix Lua PcgRandomest312-0/+6
2015-08-10Treegen: Rename pine tree mapgen aliasparamat1-1/+1
2015-08-10Fix intlGUIEditBox leak and uninitialized value in Mapper (reported by valgrind)Kahrl2-6/+9
2015-08-10Make NetworkPacket respect serialized string size limitskwolekr1-7/+11
2015-08-10Display Lua memory usage at the time of Out-of-Memory errorkwolekr2-4/+10
2015-08-09Fix segfaults caused by the Environment not being initialized yetrubenwardy2-1/+21
2015-08-09Translated using Weblate (German)sfan51-5/+5
2015-08-09Update Spanish translation.Diego Martinez1-15/+9
2015-08-09Remove unused fileLoic Blot1-77/+0
2015-08-09Translated using Weblate (Hungarian)Kisbenedek Márton1-201/+210
2015-08-09Translated using Weblate (Russian)Andrey K1-102/+91
2015-08-09Translated using Weblate (German)est311-5/+5
2015-08-09Translated using Weblate (German)Jackie Coe1-4/+4
2015-08-09Translated using Weblate (German)Jackie Coe1-2/+4
2015-08-09Translated using Weblate (Japanese)Rui1-34/+34
2015-08-09Translated using Weblate (German)est311-2/+2
2015-08-09Translated using Weblate (French)Jean-Patrick G1-2/+2
2015-08-09Translated using Weblate (Japanese)Rui1-95/+88
2015-08-09Translated using Weblate (German)est311-20/+15
2015-08-09Translated using Weblate (French)Jean-Patrick G1-53/+45
2015-08-07Fix camera updates being toggled by N key in release mode (#2762)Kahrl2-2/+6
2015-08-06Fix detection of sneaking nodegregorycu1-2/+2
2015-08-06Fix BufferedPacket race condition (fixes #2983)kwolekr2-1/+9
2015-08-06Fix critical vulnerabilities and bugs with NetworkPacketkwolekr2-63/+69
2015-08-06Initialize random for verification key generation tooest311-0/+2
2015-08-05Improve Script CPP API diagnosticskwolekr16-107/+129
2015-08-05connection: Make assertions non-fatal for received datakwolekr1-19/+43
2015-08-05Fix tiling issues for PLANTLIKE and FIRELIKE with FSAARealBadAngel4-9/+35
2015-08-03Cavegen V6: Make all caves consistent with 0.4.12 stableparamat2-20/+36
2015-08-03Biome API: Make fallback biome stone and water, disable fillerparamat2-7/+7
2015-08-02src/util/numeric.{cpp,h}: Fix FacePositionCache data raceBřetislav Štec2-0/+6
2015-08-02Fix "bouncy" blocksMiner591-11/+14
2015-08-02src/client/tile.cpp: Fix reference countingBřetislav Štec1-11/+13
2015-08-02Android: fix sound issue, and gitignoreest312-7/+6
2015-08-02Actually document what minetest.is_protected should doest311-0/+3
2015-08-02Add map limit config optionrubenwardy11-43/+38
2015-08-02Prepend "Lua: " before lua exceptionsBřetislav Štec2-22/+11
2015-08-02src/wieldmesh.cpp: Fix mesh extrusion memory leakBřetislav Štec1-3/+4
2015-08-02src/client.cpp: Fix mapper memory leakBřetislav Štec1-4/+6