aboutsummaryrefslogtreecommitdiff
path: root/.gitignore (unfollow)
Commit message (Expand)AuthorFilesLines
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
2019-08-04Unify GLES support in gui scaling filtersfan53-38/+44
2019-08-04Unify OpenGL ES supportsfan58-21/+39
2019-08-04Let ENABLE_GLES appear in cmake_config.h and change its functionalitysfan53-10/+24
2019-08-03Add formspec testing to test mod in minimalrubenwardy5-139/+333
2019-08-03Add styles to most elementsrubenwardy9-100/+284
2019-08-03Add style[] tag with button supportrubenwardy7-3/+240
2019-08-03Add custom colorable GUIButton implementationrubenwardy9-19/+2471
2019-08-03Fix negative offsets not being supported by container[]rubenwardy1-2/+2
2019-08-02Builtin: Forward old return valuesSmallJoker1-1/+1
2019-08-01Correct ServerActiveObject's virtual getArmorGroups() to be const.Beha1-1/+1
2019-08-01Mainmenu: Use textarea in error formspecsSmallJoker2-43/+31
2019-08-01Group "immortal" also protects players from damageWuzzy5-19/+25
2019-07-31Allow toolcaps to override the built-in times for dig_immediatesfan51-8/+10
2019-07-31Silence invalid clang format warnings in guiScrollBar.cpp (#8724)Paramat1-2/+3
2019-07-30Sky: Refactor of moon and sun drawing (#8683)Methacrylon2-149/+142
2019-07-30Move the clamping of hp/breath when their maximums change to read_object_prop...Beha6-22/+26
2019-07-30README: make -j$(nproc) (#8699)Zaoqi1-1/+1
2019-07-29Rename guiScrollBar to GUIScrollBarDS-Minetest8-22/+22
2019-07-29ContentCAO: Fix broken attachments on join (#8701)SmallJoker9-117/+164
2019-07-29lua_api.txt clarifications regarding mapgen object index IDs and handles. (#8...Beha1-11/+16
2019-07-28guiScrollBar: move directly to clicked pos if clicked into trayDS-Minetest2-41/+22
2019-07-27Check for 'action' field in ABMs & LBMsSmallJoker2-0/+10
2019-07-27Prefix RecipePriority elements with PRIORITY_Paul Ouellette2-17/+17
2019-07-27Initialize priority in CraftDefinition constructorsPaul Ouellette2-62/+94
2019-07-27minimal: Move get_craft_result tests to test modPaul Ouellette3-62/+49
2019-07-26Fix missing item images clipping in formspecs (#8652)Pierre-Yves Rollo1-3/+24
2019-07-26Document 'wield_item' entity property (#8694)Alex1-1/+3