aboutsummaryrefslogtreecommitdiff
path: root/po (unfollow)
Commit message (Expand)AuthorFilesLines
2019-08-21Revert "Don't send position update packet if player is dead"sfan51-6/+2
2019-08-20Add player sprite textures back into the engine as a fallback (#8823)Paramat2-0/+0
2019-08-20lua_api.txt: Add link to Minetest Modding Book (#8826)ANAND1-0/+1
2019-08-20remove_detached_inventory: Fix segfault during mod loadSmallJoker1-1/+9
2019-08-20Don't send position update packet if player is deadANAND1-2/+6
2019-08-20Disable autoforward if player is deadANAND4-7/+12
2019-08-19Restore intended functionality to minimap markers (#8819)theviper1211-1/+1
2019-08-18Find LuaJIT headers on vcpkgUnknown1-1/+1
2019-08-17ClientInterface: Use recursive mutex to prevent freeze in on_newplayer() (#8808)SmallJoker2-15/+15
2019-08-16Remove unused function in ReliablePacketBuffersfan52-9/+1
2019-08-16Minor refactor of IncomingSplitBuffersfan52-35/+60
2019-08-16Drop m_list_size from ReliablePacketBuffersfan52-20/+21
2019-08-15Mapgen v6: Fix mudflow iteration and iterate twice (#8795)Paramat1-12/+12
2019-08-15network: Stricter handling of split packetssfan51-4/+11
2019-08-15network: Fix crash in ReliablePacketBuffer on mismatching packetssfan51-4/+4
2019-08-14Fix undeclared global warning because of _ (#8798)DS1-0/+1
2019-08-14Add function `minetest.read_schematic`upsilon3-0/+93
2019-08-13Fix unnecessary exception use in 3 more methods (#8791)Jozef Behran2-16/+7
2019-08-13Fix unnecessary exception use in Map::getSectorXXX (#8792)Jozef Behran3-25/+13
2019-08-13Better F6 profiler (#8750)SmallJoker19-322/+254
2019-08-13Fix unnecessary exception use in Map::isNodeUndergroundJozef Behran1-8/+2
2019-08-13Fix compare between pointer and 0 in unittestsJozef Behran1-3/+3
2019-08-12Clear old item groups when they are overridden. (#8753)Beha2-14/+36
2019-08-12Add support for set_formspec_prepend in main menu (#8611)rubenwardy5-1/+31
2019-08-12Handle multiple deserialization of a block's entitiesRogier1-0/+9
2019-08-12Update Gradle to 5.5.1 (#8771)hannesa23-7/+6
2019-08-10Fix breakage of non-GLES2 setups (#8774)Jozef Behran1-9/+11
2019-08-10Fix some issues with minetest.clear_craft (#8712)Paul Ouellette6-124/+119
2019-08-10Merge pull request #8776 from osjc/FixGetNodeJozef Behran26-139/+120
2019-08-10Add player knockback on punch to builtinsfan53-0/+56
2019-08-10Implement adding velocity to player from Luasfan514-2/+105
2019-08-08Builtin UI: Move box element to ensure correct draw orderSmallJoker1-2/+2
2019-08-08Allow customizing chat message format (#8529)ANAND10-47/+111
2019-08-08guiVolumeChange: Fix child not being removedANAND1-1/+3
2019-08-07Avoid crash caused by, and improve, 'findSpawnPos()' (#8728)Paramat1-12/+31
2019-08-07Game: Fix double BS multiplicationSmallJoker1-1/+1
2019-08-07Fix usage of wrong variable in builtin chat command handling (#8762)Beha1-1/+1
2019-08-07Client::Interact: Use InteractAction enum instead of numeric constantsANAND5-60/+59
2019-08-07Unify wield item handling (#8677)SmallJoker14-249/+154
2019-08-07guiConfirmRegistration: Set focus to text field (#8761)ANAND1-2/+3
2019-08-07Hide chat when console is open (#8656)ANAND3-6/+15
2019-08-07Fix inventory_overlay for nodes without inventory_image (#8433)DS1-0/+10
2019-08-07Optimize usage of TOSERVER_GOTBLOCKS packetsfan52-10/+18
2019-08-07Do not add group values of zero to group lists. (#8751)Beha1-3/+5
2019-08-06Clean up and fix freetype=false crashes (#8641)SmallJoker4-254/+132
2019-08-06Add luacheck to check builtin (#7895)rubenwardy24-139/+201
2019-08-06Mapgen Flat: Fix and improve getSpawnLevelAtPoint() (#8756)Paramat1-13/+18
2019-08-05Update curl dependency in buildbotsfan52-2/+2
2019-08-04Fix binary-string confusion in client network codesfan51-1/+1
2019-08-04Clean up FindOpenGLES2.cmakesfan51-62/+24