aboutsummaryrefslogtreecommitdiff
path: root/src/mapsector.h (unfollow)
Commit message (Collapse)AuthorFilesLines
2013-02-28Translated using Weblate (Russian)Mitori Itoshiki1-3/+3
2013-02-28Translated using Weblate (Portuguese)Francizca Rodriguez1-3/+3
2013-02-28Translated using Weblate (Japanese)Tomona Nanase1-76/+82
2013-02-28Translated using Weblate (German)Sfan51-3/+3
2013-02-28Translated using Weblate (French)we prefer instagib metl31-2/+2
2013-02-28Translated using Weblate (Danish)Rune Biskopstö Christensen1-161/+174
2013-02-28Translated using Weblate (Chinese (China))Shen Zheyu1-26/+13
2013-02-27Change default settings for log level, texture atlas, document new settingskwolekr2-9/+36
2013-02-27Fix nodeplacement predictionPilzAdam3-8/+5
2013-02-26Fix most warnings, re-fix MSVC compile errorkwolekr10-19/+22
2013-02-25Remove dead code, relocate some codekwolekr2-399/+53
2013-02-25Fix selection of # threads, set default to 1 threadkwolekr2-3/+2
2013-02-25Fix build on Windowskwolekr3-3/+12
2013-02-25Fix most walled-off caveskwolekr3-15/+18
2013-02-25Tune queue limits, some other adjustmentskwolekr4-29/+174
2013-02-25Misc. cleanup and minor fixeskwolekr5-44/+23
2013-02-25Add multi-Emerge thread supportkwolekr8-64/+160
2013-02-25Add emerge queue limit configurationkwolekr3-14/+20
2013-02-25Fix EmergeThread hang on exitkwolekr1-2/+7
2013-02-25Add global and per-peer queue limitskwolekr3-27/+49
2013-02-25Add emerge.cpp, initial EmergeThread changeskwolekr12-560/+886
- Neatly placed all emerge related code into a new file, emerge.cpp - Greatly cleaned up the code in EmergeThread::Thread() - Reworked Emerge queue. Now an actual std::queue of v3s16 block positions - Removed the completely unnecessary map of peer ids requesting blocks
2013-02-24Update Copyright YearsSfan5222-237/+237
2013-02-24Update buildbotPilzAdam1-7/+7
2013-02-24Change Minetest-c55 to MinetestPilzAdam222-222/+222
2013-02-24Update READMEPilzAdam1-11/+11
2013-02-24new adjustable finite liquidproller10-8/+384
2013-02-24Add seed parameter for default and L-system treesRealBadAngel6-32/+37
2013-02-23Read server_announce from minetest.conf for GUIPilzAdam1-0/+1
2013-02-23Add sound volume controls to ingame menuRealBadAngel7-1/+268
2013-02-23Translated using Weblate (Chinese (China))yuqian wang1-7/+5
2013-02-22Translated using Weblate (Polish)Maciej Kasatkin1-18/+18
2013-02-21Added debug log level settingkwolekr2-16/+26
2013-02-22Fix json includeIlya Zhuravlev1-1/+1
2013-02-22new auto masterserverproller20-49/+6919
2013-02-21Translated using Weblate (German)Pilz Adam1-2/+2
2013-02-21Drop nodes as items when dugged and no room in inventory and dont remove ↵PilzAdam2-2/+13
dropped items when no room in inventory
2013-02-20Print missing mod dependencies on server startJürgen Doser1-8/+14
i.e., not only the mod with missing dependencies, but also the missing dependencies itself. (This already used to be the case before the mod selection gui was added) Also, mods with unsatisfied dependencies are no longer reported as mods that could not be found.
2013-02-20Translated using Weblate (Japanese)Mitori Itoshiki1-7/+7
2013-02-19Translated using Weblate (Japanese)Tomona Nanase1-16/+16
2013-02-19Dont drop tools on rightclickPilzAdam1-2/+1
2013-02-19Disable placement prediction for nodes that use on_rightclickJeija6-2/+15
2013-02-18Set numeric locale for LuaIlya Zhuravlev1-0/+1
2013-02-17Translated using Weblate (Russian)Artem Sinkevich1-3/+3
2013-02-15Some kind of middleway values for player acceleration for nowPerttu Ahola3-9/+9
2013-02-15Restore old acceleration behavior until something is actually agreed on (part 2)Perttu Ahola1-3/+3
2013-02-15Restore old acceleration behavior until something is actually agreed onPerttu Ahola1-3/+3
2013-02-14Add Freetype supportIlya Zhuravlev23-16/+7271
2013-02-14Improved Player PhysicsMirceaKitsune10-110/+296
2013-02-13Fix minetest.item_place_node() and minetest.item_drop() to always return an ↵PilzAdam1-3/+3
ItemStack
2013-02-13Fix to on_rightclick not able to change wielded_itemRealBadAngel2-3/+4