aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
* Update from Weblate (hacky)Translators2019-10-1245-188058/+165938
* Fix isDead()/autoforward crash (#9031)Paramat2019-10-091-1/+2
* ContentCAO: Fix segfault on quit (attached)SmallJoker2019-10-091-0/+3
* Revert Client::sendPlayerPos optimization (part of 81c7f0a) (#9025)ANAND2019-10-081-2/+3
* Fix upright_sprite lighting when colors are setsfan52019-10-061-2/+3
* Revert "Fix the bgcolor formspec element (#8716)" (#9018)SmallJoker2019-10-062-14/+11
* Fix warnings in guiButton.hsfan52019-10-051-23/+25
* Merge pull request #8166 from Warr1024/fix7020Warr10242019-10-051-1/+12
* Fix unwanted detaching when damage = 0Jacob Lifshay2019-10-051-2/+4
* Attachments: Fix attachments to temporary removed objects (#8989)SmallJoker2019-10-026-31/+70
* README: Add dependencies for Arch Linux (#8998)James Tobin2019-10-011-0/+4
* All Settings: Set min limit for crtitical settings (#9000)Wuzzy2019-10-011-11/+11
* Document node drop tool filtering by string matching as deprecated (#9009)Paramat2019-09-301-2/+5
* Textures: Load base pack only as last fallback (#8974)SmallJoker2019-09-292-5/+14
* label[]: Fix broken colors since 2c9edefSmallJoker2019-09-291-5/+7
* Move Quicktune code to util/ (#8871)ANAND2019-09-299-9/+8
* Fix error message caused by adding new parameter to background (#8922)rubenwardy2019-09-292-3/+3
* Allow grep-ing for on_grant and on_revoke (#8958)DS2019-09-291-0/+2
* All settings: Fix missing flags checkbox caused by 'possible flags' order (#8...Muhammad Rifqi Priyo Susanto2019-09-272-4/+6
* Simple shader fixes. (#8991)lhofhansl2019-09-263-1/+34
* Automatically enable depends of mods when enabling the mods in the world conf...HybridDog2019-09-261-15/+93
* Fix some reference counters (memleak) (#8981)SmallJoker2019-09-2412-37/+30
* Fix broken buildsfan52019-09-231-2/+2
* Rename "private messages" to "direct messages" (#8971)Hugo Locurcio2019-09-221-3/+3
* Move the code for meta formspec into bool Game::nodePlacement(const ItemDefin...DS-Minetest2019-09-221-37/+39
* Punchwear (improved) (#8959)sfan52019-09-2210-31/+73
* Fix AreaStore's IDs persistence (#8888)SmallJoker2019-09-216-42/+90
* Wieldhand: Specify which ItemStack to use (#8961)SmallJoker2019-09-217-41/+37
* Add support for per-player FOV overrides and multipliersAnand S2019-09-1913-62/+168
* Remove incorrect MutexAutoLocksfan52019-09-191-5/+1
* Trigger on_place in many situations even if prediction failedDS-Minetest2019-09-191-130/+133
* Also print help commands to chat for server terminal (#8869)Tim Myers2019-09-192-3/+18
* Fix misuse of AsyncTask (#8799)Linjie Pan2019-09-191-1/+9
* Settings: Prevent mutex deadlock in remove() (#7803)SmallJoker2019-09-181-1/+4
* Inventory: Properly revert client predictions (#8945)SmallJoker2019-09-183-11/+25
* Improve undersampling settingsHugo Locurcio2019-09-172-7/+8
* Inventory: Undo prediction on dropSmallJoker2019-09-172-6/+7
* Fix the bgcolor formspec element (#8716)DS2019-09-152-11/+14
* Fix formspec version backup in prepends losing datarubenwardy2019-09-151-1/+1
* Dungeons: Clean up parameters, improve structure variety (#8918)Paramat2019-09-142-11/+16
* Built-in formspecs: Force version 1SmallJoker2019-09-142-3/+2
* client.h: Add missing const'sANAND2019-09-141-3/+3
* LocalPlayer: Fix code-styleANAND2019-09-142-205/+181
* client.cpp: Fix code-style in Client::sendPlayerPosANAND2019-09-141-21/+20
* Fix LocalPlayer::isDead always returning false if player is immortalANAND2019-09-142-1/+6
* Send ActiveObjects once right after Init2ANAND2019-09-146-119/+141
* Formspecs: Introduce formspec_version to modsSmallJoker2019-09-1411-10/+54
* CSM: Fix itemstack:get_meta() 'metadata' indexing errorSmallJoker2019-09-142-0/+3
* Load CSM environment after the restrictions are knownSmallJoker2019-09-1410-55/+64
* InventoryManager: Fix virtual function overload warningSmallJoker2019-09-091-1/+1