aboutsummaryrefslogtreecommitdiff
path: root/.gitlab-ci.yml (unfollow)
Commit message (Expand)AuthorFilesLines
2019-05-21Check for out-of-bounds breath when setting breath_max (#8493)ANAND ツ1-1/+10
2019-05-21Fix API site build (#8551)Paul Ouellette3-34/+11
2019-05-21l_mapgen.cpp: Fix LINT broken since b1b40feSmallJoker1-1/+1
2019-05-20Prioritise craft recipesHybridDog2-15/+62
2019-05-20Test crafting hash type only once for a recipeHybridDog2-55/+40
2019-05-18Allow multiple cave liquids in a biome definition (#8481)Paramat6-31/+52
2019-05-18Add content_rating tag to appdata (#8538)Carles Pastor Badosa1-0/+6
2019-05-18Optimize string (mis)handling (#8128)Jozef Behran21-28/+41
2019-05-12Revert "Inventory: Make addItem for empty ItemStacks respect max stack size" ...ANAND ︻气デ═一1-18/+3
2019-05-12Move HTTP request logging to infostream (#8526)ANAND ︻气デ═一1-1/+1
2019-05-11Define operators == and != for ItemStackANAND ︻气デ═一2-8/+16
2019-05-04builtin/../register.lua: Abort make_wrap_deregistration if param is invalidANAND1-3/+10
2019-05-03minimal: Fix crash due to assertion failANAND1-1/+1
2019-04-29Better document behavior of on_punchplayerANAND1-0/+1
2019-04-29PlayerSAO::setHP - Don't call on_hpchange callbacks if HP hasn't changedANAND1-4/+6
2019-04-28Remove unnecessary CSM warning (#8485)Paramat1-7/+2
2019-04-28Force send a mapblock to a player (#8140)sofar6-0/+55
2019-04-27Improve readability of debug menu by using '|' (#8488)ANAND1-8/+8
2019-04-27Range-limit value passed to PlayerSAO::set{HP|Breath} (#8264)ANAND1-1/+3
2019-04-27Use player as starting point instead of camera when pointing node (#8261)Muhammad Rifqi Priyo Susanto1-3/+8
2019-04-27Correct the checkbox selection box position (#8246)SmallJoker1-4/+8
2019-04-26CMakeLists.txt: Remove references to Minecraft and Infiniminer (#8487)ANAND1-1/+1
2019-04-19Android: Clear chat open flag on cancel or completion (#8478)stujones111-0/+4
2019-04-14Attend to review, re-arrange blank lines, update lua_api.txtparamat3-14/+13
2019-04-14Fix regression in automatic_face_movement_max_rotation_per_secPedro Gimeno2-7/+18
2019-04-14Various network performance improvements (#8125)Jozef Behran4-27/+28
2019-04-13World start time: Move to first full light (day night ratio = 1000) (#8410)Paramat2-2/+2
2019-04-12Add Irrlicht-specific smart pointer (#6814)Vitaliy3-0/+269
2019-04-12Add Mkdocs API site (#8133)Paul Ouellette9-5/+192
2019-04-11Add node field to PlayerHPChangeReason table (#8368)Paul Ouellette5-14/+39
2019-04-09Nodedef 'drop' documentation: Improve, add tool filtering (#8458)Paramat1-7/+34
2019-04-08util/hex.h: Remove whitespace-only line (#8460)ANAND1-1/+1
2019-04-08daynightratio.h: Improve codestyle, minor optimisations (#8453)Paramat1-30/+34
2019-04-07Android settings: Use 'simple' leaves instead of 'fancy' (#8440)Paramat1-1/+1
2019-04-07Optimize random turns in dungeongen (#8129)Jozef Behran2-12/+11
2019-04-07Find PostgreSQL correctly (#8435)adrido2-19/+6
2019-04-07util/hex.h: Reserve result space in hex_encode()starling131-0/+2
2019-04-07Add deprecation warnings for ObjectRef:get/set_attribute (#8443)ANAND1-0/+6
2019-04-04Stabilise 'day night ratio' to fix object brightness flicker (#8417)Paramat1-3/+5
2019-04-04Change sign of pitch angle in debug menu (#8438)ANAND1-1/+1
2019-04-03Change pitch fly binding to 'P', add to change keys menu (#8314)rubenwardy4-32/+30
2019-03-31Fix commentsLoic Blot3-6/+6
2019-03-31Create ServerThread earlier in the startup processLoïc Blot1-3/+1
2019-03-31mapgen: drop mapgen id from child mapgens.Loïc Blot18-40/+36
2019-03-31EmergeManager::initMapgens use FATAL_ERROR if and drop boolean returnLoïc Blot2-13/+8
2019-03-31Use unordered_map instead of map for craft definitions (#8432)HybridDog1-4/+5
2019-03-27Optimize core.after in a simple way (#8351)DS1-5/+13
2019-03-27Require 'waving = 3' in a nodedef to apply the liquid waving shader (#8418)Paramat6-13/+36
2019-03-26Dungeons: Do not remove nodes that have 'is_ground_content = false' (#8423)Paramat2-4/+12
2019-03-26Prevent multi-line chat messages server-side (#8420)rubenwardy1-1/+6