aboutsummaryrefslogtreecommitdiff
path: root/src (follow)
Commit message (Expand)AuthorAgeFilesLines
...
* 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-061-7/+8
* Fix warnings in guiButton.hsfan52019-10-051-23/+25
* Fix unwanted detaching when damage = 0Jacob Lifshay2019-10-051-2/+4
* Attachments: Fix attachments to temporary removed objects (#8989)SmallJoker2019-10-026-31/+70
* 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-297-5/+4
* Fix error message caused by adding new parameter to background (#8922)rubenwardy2019-09-291-2/+2
* Simple shader fixes. (#8991)lhofhansl2019-09-261-1/+17
* Fix some reference counters (memleak) (#8981)SmallJoker2019-09-2412-37/+30
* Fix broken buildsfan52019-09-231-2/+2
* Move the code for meta formspec into bool Game::nodePlacement(const ItemDefin...DS-Minetest2019-09-221-37/+39
* Punchwear (improved) (#8959)sfan52019-09-228-30/+52
* Fix AreaStore's IDs persistence (#8888)SmallJoker2019-09-214-19/+61
* Wieldhand: Specify which ItemStack to use (#8961)SmallJoker2019-09-216-39/+36
* Add support for per-player FOV overrides and multipliersAnand S2019-09-1912-60/+157
* Remove incorrect MutexAutoLocksfan52019-09-191-5/+1
* Trigger on_place in many situations even if prediction failedDS-Minetest2019-09-191-130/+133
* 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-171-4/+4
* Inventory: Undo prediction on dropSmallJoker2019-09-172-6/+7
* Fix the bgcolor formspec element (#8716)DS2019-09-151-8/+7
* 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-149-10/+39
* 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
* Send cumulated inventory changes only each step (#8856)SmallJoker2019-09-095-27/+35
* Update translation stringsupdatepo.sh2019-09-091-16/+54
* Dungeons: Remove non-functional 'projecting dungeons' setting (#8897)Paramat2019-09-082-8/+5
* Move debug.txt after it grows too big (#8904)HybridDog2019-09-074-11/+27
* label[]: Fix cut-off translated textSmallJoker2019-09-071-1/+2
* Fix Irrlicht 1.9 supportsfan52019-09-061-1/+3
* Fix Inventory::moveItemSomewhere()sfan52019-09-031-19/+5
* Inventory: Handle removeItem leftovers (#8884)SmallJoker2019-09-021-1/+5
* 'All Settings': Don't use checkboxes for 'no...' mapgen flags (#7847)Muhammad Rifqi Priyo Susanto2019-09-011-1/+1
* particles.cpp: Fix code-styleANAND2019-08-311-12/+17
* clientobject.h: Fix code-styleANAND2019-08-311-17/+16
* Fix rotation of attached particlespawnerPedro Gimeno2019-08-315-41/+44