aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
* Change some rough/inappropriate language in comments (#9061)random-geek2019-10-245-9/+12
* Improve light curve parameter limits and documentation (#9054)Paramat2019-10-242-31/+44
* Remove legacy file format documentationrandom-geek2019-10-231-104/+0
* Remove legacy flat-file map coderandom-geek2019-10-233-216/+4
* Fix build issue due to conflicting s64 type definitions (#9064)Dmitry Marakasov2019-10-231-0/+1
* Allow calling ItemStack with no arguments (#8783)Paul Ouellette2019-10-231-1/+3
* Add 4 missing fallback/default textures (#8845)Wuzzy2019-10-239-0/+0
* Formspecs: Reset version number on rebuildSmallJoker2019-10-201-0/+2
* Make natural night light as bright as MT 0.4.16 (#9053)Paramat2019-10-181-2/+2
* Correction for alpha blending issues in texture mod compositing (#9029)Warr10242019-10-181-2/+20
* Don't install fonts on ENABLE_CLIENT=0 configurationssfan52019-10-141-2/+1
* Settingtypes.txt: Various improvements (#9047)Paramat2019-10-141-27/+30
* Fix rotate_node to return the correct itemstack.Aaron Suen2019-10-131-2/+1
* Randomwalk caves: Reduce 'insure' value from 10 to 2 (#9035)Paramat2019-10-131-3/+2
* Add more visual feedback for button states (#8916)Hugues Ross2019-10-1210-39/+151
* Continue with 5.2.0-devsfan52019-10-123-4/+4
* Bump version to 5.1.0sfan52019-10-123-3/+3
* Update minetest.conf.exampleupdatepo.sh2019-10-121-20/+17
* Update translation stringsupdatepo.sh2019-10-1247-166435/+171761
* 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