aboutsummaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
2019-09-09InventoryManager: Fix virtual function overload warningSmallJoker
2019-09-09Send cumulated inventory changes only each step (#8856)SmallJoker
2019-09-09Update translation stringsupdatepo.sh
2019-09-08Dungeons: Remove non-functional 'projecting dungeons' setting (#8897)Paramat
2019-09-07Move debug.txt after it grows too big (#8904)HybridDog
2019-09-07label[]: Fix cut-off translated textSmallJoker
2019-09-06Fix Irrlicht 1.9 supportsfan5
2019-09-03Fix Inventory::moveItemSomewhere()sfan5
2019-09-02Inventory: Handle removeItem leftovers (#8884)SmallJoker
2019-09-01'All Settings': Don't use checkboxes for 'no...' mapgen flags (#7847)Muhammad Rifqi Priyo Susanto
2019-08-31particles.cpp: Fix code-styleANAND
2019-08-31clientobject.h: Fix code-styleANAND
2019-08-31Fix rotation of attached particlespawnerPedro Gimeno
2019-08-25Inventory: Fix missing setModified callsSmallJoker
2019-08-24Mapgen v6: Various mudflow code improvements and bugfixes (#8805)Paramat
2019-08-24fontengine: Fix non-gettext buildsSmallJoker
2019-08-24Inventory: Send dirty lists where appropriate (#8742)SmallJoker
2019-08-24Add ItemStack:get_description() to get tooltip (#8847)Paul Ouellette
2019-08-24Improve occlusion culling in corridors with additional checksfan5
2019-08-24Restore approximate occlusion checksfan5
2019-08-23Make Mapgen::spreadLight use a queue (#8838)DS
2019-08-23Occlusion: Check for light_propagates and do mapblock bounds checksSmallJoker
2019-08-23Occlusion: Begin cleanupSmallJoker
2019-08-21Revert "Don't send position update packet if player is dead"sfan5
2019-08-20remove_detached_inventory: Fix segfault during mod loadSmallJoker
2019-08-20Don't send position update packet if player is deadANAND
2019-08-20Disable autoforward if player is deadANAND
2019-08-19Restore intended functionality to minimap markers (#8819)theviper121
2019-08-17ClientInterface: Use recursive mutex to prevent freeze in on_newplayer() (#8808)SmallJoker
2019-08-16Remove unused function in ReliablePacketBuffersfan5
2019-08-16Minor refactor of IncomingSplitBuffersfan5
2019-08-16Drop m_list_size from ReliablePacketBuffersfan5
2019-08-15Mapgen v6: Fix mudflow iteration and iterate twice (#8795)Paramat
2019-08-15network: Stricter handling of split packetssfan5
2019-08-15network: Fix crash in ReliablePacketBuffer on mismatching packetssfan5
2019-08-14Add function `minetest.read_schematic`upsilon
2019-08-13Fix unnecessary exception use in 3 more methods (#8791)Jozef Behran
2019-08-13Fix unnecessary exception use in Map::getSectorXXX (#8792)Jozef Behran
2019-08-13Better F6 profiler (#8750)SmallJoker
2019-08-13Fix unnecessary exception use in Map::isNodeUndergroundJozef Behran
2019-08-13Fix compare between pointer and 0 in unittestsJozef Behran
2019-08-12Clear old item groups when they are overridden. (#8753)Beha
2019-08-12Add support for set_formspec_prepend in main menu (#8611)rubenwardy
2019-08-12Handle multiple deserialization of a block's entitiesRogier
2019-08-10Fix breakage of non-GLES2 setups (#8774)Jozef Behran
2019-08-10Fix some issues with minetest.clear_craft (#8712)Paul Ouellette
2019-08-10Merge pull request #8776 from osjc/FixGetNodeJozef Behran
2019-08-10Implement adding velocity to player from Luasfan5
2019-08-08Allow customizing chat message format (#8529)ANAND
2019-08-08guiVolumeChange: Fix child not being removedANAND