aboutsummaryrefslogtreecommitdiff
path: root/po/it (unfollow)
Commit message (Expand)AuthorFilesLines
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
2015-08-01Improve accuracy and safety of float serializationkwolekr2-17/+21
2015-08-01Clean up util/serialization.{cpp,h} and add unit testskwolekr3-268/+315
2015-08-01src/environment.cpp: Fix NULL pointer dereferenceBřetislav Štec1-11/+13
2015-08-01src/network/connection.h: Fix race conditionBřetislav Štec1-1/+5
2015-08-01Android: Add githash header to spare rebuilds after new commitsest313-24/+38
2015-07-31tests: Log exceptions thrown inside of unit testskwolekr1-12/+16
2015-08-01Dungeon generation: Fix code style issues in dungeongen.cppparamat1-103/+95
2015-07-31Android: speed up rebuild, and prevent race condition failest311-5/+14
2015-07-31Fix 0.4.11 githash for androidest311-20/+18
2015-07-31Small SendableMediaAnnouncement cleanupLoic Blot1-28/+6
2015-07-29Android: fix horrible libiconv buildest315-104/+47
2015-07-29Android: Fix minor makefile bugsest311-3/+3
2015-07-29Precalculate mapblock relative size. This permit to remove many s16 calculs o...nerzhul2-1/+10
2015-07-27Fixed minimap memory leakBřetislav Štec4-8/+16
2015-07-27Extend CMake variable descriptionsSmallJoker1-11/+11
2015-07-27Fix srp.cpp:815 leakest312-4/+1
2015-07-27Add AreaStore data structureest3115-0/+1263
2015-07-25Fix MSVC number conversion warningSmallJoker1-1/+1
2015-07-25Fix FSAA dropdown option reset after changing another dropdown optionjeanpatrick.guerrero@gmail.com1-13/+15
2015-07-25Fix minetest.get_(all)_craft_recipe(s) regressionest311-3/+3
2015-07-25Cleanup server addparticle(spawner) by merge two identical functions.Loic Blot3-118/+51
2015-07-25Remove drivers dropdown in the settings tabkilbith1-40/+0
2015-07-24Fix documentation of dedicated_server_loopest311-2/+2
2015-07-24Check output of mpz_set_str and fix leak on error conditionest312-14/+21
2015-07-24Remove some old dead code. Fix some Clang warnings in SRP (ng->N... willLoic Blot4-241/+2
2015-07-24Bump protocol to 26est311-1/+1
2015-07-24Update my nameNovatux1-1/+1
2015-07-23Optional reconnect functionalityest3125-110/+233
2015-07-23Fix issues with light of attached CAOsRealBadAngel3-6/+27
2015-07-22Add note that chat messages can be marked as handled.Robert Zenz1-0/+1
2015-07-22Conf.example: Update mgv7 noise parametersparamat1-5/+5
2015-07-21Mgv7: Use density noise + density gradient for mountain terrainparamat1-13/+17
2015-07-21Add wielded (and CAOs) shaderRealBadAngel11-40/+224
2015-07-21Fix crash in mainmenu when loaded subgame does not have a "menu" directorysfan51-2/+3
2015-07-21Clarify docs for auth.cpp methodest311-3/+3
2015-07-21Ask auth handler to create auth when a default password is setest312-7/+19
2015-07-21Document game main menu image systemest311-1/+10
2015-07-21Allow random menu images for subgamessfan52-7/+39
2015-07-21Remove profiler.h include where it's not needed. Remove some unreachable and ...Loic Blot10-149/+14
2015-07-20Added get_player_velocity() method. Fixes #1176Elia Argentieri3-72/+92
2015-07-19MoveItemSomewhere double bugfixest312-33/+47