aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
* ClientInterface: Use recursive mutex to prevent freeze in on_newplayer() (#8808)SmallJoker2019-08-172-15/+15
* Remove unused function in ReliablePacketBuffersfan52019-08-162-9/+1
* Minor refactor of IncomingSplitBuffersfan52019-08-162-35/+60
* Drop m_list_size from ReliablePacketBuffersfan52019-08-162-20/+21
* Mapgen v6: Fix mudflow iteration and iterate twice (#8795)Paramat2019-08-151-12/+12
* network: Stricter handling of split packetssfan52019-08-151-4/+11
* network: Fix crash in ReliablePacketBuffer on mismatching packetssfan52019-08-151-4/+4
* Fix undeclared global warning because of _ (#8798)DS2019-08-141-0/+1
* Add function `minetest.read_schematic`upsilon2019-08-143-0/+93
* Fix unnecessary exception use in 3 more methods (#8791)Jozef Behran2019-08-132-16/+7
* Fix unnecessary exception use in Map::getSectorXXX (#8792)Jozef Behran2019-08-133-25/+13
* Better F6 profiler (#8750)SmallJoker2019-08-1319-322/+254
* Fix unnecessary exception use in Map::isNodeUndergroundJozef Behran2019-08-131-8/+2
* Fix compare between pointer and 0 in unittestsJozef Behran2019-08-131-3/+3
* Clear old item groups when they are overridden. (#8753)Beha2019-08-122-14/+36
* Add support for set_formspec_prepend in main menu (#8611)rubenwardy2019-08-125-1/+31
* Handle multiple deserialization of a block's entitiesRogier2019-08-121-0/+9
* Update Gradle to 5.5.1 (#8771)hannesa22019-08-123-7/+6
* Fix breakage of non-GLES2 setups (#8774)Jozef Behran2019-08-101-9/+11
* Fix some issues with minetest.clear_craft (#8712)Paul Ouellette2019-08-106-124/+119
* Merge pull request #8776 from osjc/FixGetNodeJozef Behran2019-08-1026-139/+120
* Add player knockback on punch to builtinsfan52019-08-103-0/+56
* Implement adding velocity to player from Luasfan52019-08-1014-2/+105
* Builtin UI: Move box element to ensure correct draw orderSmallJoker2019-08-081-2/+2
* Allow customizing chat message format (#8529)ANAND2019-08-0810-47/+111
* guiVolumeChange: Fix child not being removedANAND2019-08-081-1/+3
* Avoid crash caused by, and improve, 'findSpawnPos()' (#8728)Paramat2019-08-071-12/+31
* Game: Fix double BS multiplicationSmallJoker2019-08-071-1/+1
* Fix usage of wrong variable in builtin chat command handling (#8762)Beha2019-08-071-1/+1
* Client::Interact: Use InteractAction enum instead of numeric constantsANAND2019-08-075-60/+59
* Unify wield item handling (#8677)SmallJoker2019-08-0714-249/+154
* guiConfirmRegistration: Set focus to text field (#8761)ANAND2019-08-071-2/+3
* Hide chat when console is open (#8656)ANAND2019-08-073-6/+15
* Fix inventory_overlay for nodes without inventory_image (#8433)DS2019-08-071-0/+10
* Optimize usage of TOSERVER_GOTBLOCKS packetsfan52019-08-072-10/+18
* Do not add group values of zero to group lists. (#8751)Beha2019-08-071-3/+5
* Clean up and fix freetype=false crashes (#8641)SmallJoker2019-08-064-254/+132
* Add luacheck to check builtin (#7895)rubenwardy2019-08-0624-139/+201
* Mapgen Flat: Fix and improve getSpawnLevelAtPoint() (#8756)Paramat2019-08-061-13/+18
* Update curl dependency in buildbotsfan52019-08-052-2/+2
* Fix binary-string confusion in client network codesfan52019-08-041-1/+1
* Clean up FindOpenGLES2.cmakesfan52019-08-041-62/+24
* Unify GLES support in gui scaling filtersfan52019-08-043-38/+44
* Unify OpenGL ES supportsfan52019-08-048-21/+39
* Let ENABLE_GLES appear in cmake_config.h and change its functionalitysfan52019-08-043-10/+24
* Add formspec testing to test mod in minimalrubenwardy2019-08-035-139/+333
* Add styles to most elementsrubenwardy2019-08-039-100/+284
* Add style[] tag with button supportrubenwardy2019-08-037-3/+240
* Add custom colorable GUIButton implementationrubenwardy2019-08-039-19/+2471
* Fix negative offsets not being supported by container[]rubenwardy2019-08-031-2/+2