aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2019-04-14Attend to review, re-arrange blank lines, update lua_api.txtparamat
2019-04-14Fix regression in automatic_face_movement_max_rotation_per_secPedro Gimeno
2019-04-14Various network performance improvements (#8125)Jozef Behran
2019-04-13World start time: Move to first full light (day night ratio = 1000) (#8410)Paramat
2019-04-12Add Irrlicht-specific smart pointer (#6814)Vitaliy
2019-04-12Add Mkdocs API site (#8133)Paul Ouellette
2019-04-11Add node field to PlayerHPChangeReason table (#8368)Paul Ouellette
2019-04-09Nodedef 'drop' documentation: Improve, add tool filtering (#8458)Paramat
2019-04-08util/hex.h: Remove whitespace-only line (#8460)ANAND
2019-04-08daynightratio.h: Improve codestyle, minor optimisations (#8453)Paramat
2019-04-07Android settings: Use 'simple' leaves instead of 'fancy' (#8440)Paramat
2019-04-07Optimize random turns in dungeongen (#8129)Jozef Behran
2019-04-07Find PostgreSQL correctly (#8435)adrido
2019-04-07util/hex.h: Reserve result space in hex_encode()starling13
2019-04-07Add deprecation warnings for ObjectRef:get/set_attribute (#8443)ANAND
2019-04-04Stabilise 'day night ratio' to fix object brightness flicker (#8417)Paramat
2019-04-04Change sign of pitch angle in debug menu (#8438)ANAND
2019-04-03Change pitch fly binding to 'P', add to change keys menu (#8314)rubenwardy
2019-03-31Fix commentsLoic Blot
2019-03-31Create ServerThread earlier in the startup processLoïc Blot
2019-03-31mapgen: drop mapgen id from child mapgens.Loïc Blot
2019-03-31EmergeManager::initMapgens use FATAL_ERROR if and drop boolean returnLoïc Blot
2019-03-31Use unordered_map instead of map for craft definitions (#8432)HybridDog
2019-03-27Optimize core.after in a simple way (#8351)DS
2019-03-27Require 'waving = 3' in a nodedef to apply the liquid waving shader (#8418)Paramat
2019-03-26Dungeons: Do not remove nodes that have 'is_ground_content = false' (#8423)Paramat
2019-03-26Prevent multi-line chat messages server-side (#8420)rubenwardy
2019-03-20Document 'highly unstable' mapgens instead of 'stable' mapgens (#8404)Paramat
2019-03-19Fix texture rotation for wallmounted nodeboxessfan5
2019-03-18httpfetch: Disable IPv6 here too if requested by settings (#8399)sfan5
2019-03-18num_emerge_threads: Initialise value to cope with setting syntax error (#8396)Paramat
2019-03-17num_emerge_threads: Fix documentation of automatic selectionparamat
2019-03-17Add newline before itemstring in item tooltip (#8213)Wuzzy
2019-03-17core.after: Improve assertion message (#8388)ANAND
2019-03-17Builtin: Add vector.angle(). Returns the angle between 2 vectors (#7738)ANAND
2019-03-16Lua_api.txt: Document blockpos, coordinate conversion, map terminology (#8376)Paramat
2019-03-14num_emerge_threads: Warn of crashes when > 1 (#8357)Paramat
2019-03-14LINT fixes since recent tooling updateLoïc Blot
2019-03-14Update our tooling (Clang 5 -> 7, GCC 7 -> 8)Loïc Blot
2019-03-14Valleys mapgen code rewrite (#8101)Paramat
2019-03-12Drop GUIConfirmRegistration::m_address unused fieldLoïc Blot
2019-03-12Fix cast from const by accessing string data directly (#8354)rubenwardy
2019-03-12HPChange Reason: Fix push after free, and type being overwritten (#8359)rubenwardy
2019-03-10Fix serialization of std::time_t by casting to u64 first (#8353)rubenwardy
2019-03-10Document the `float` special group (#8306)DS
2019-03-10Display pitch angle in debug menu (#8321)Ragulan R
2019-03-10Confirm registration GUI: Remove positional strings to fix Windows bug (#8258)Paramat
2019-03-07Abort when trying to set a not registered node (#7011)HybridDog
2019-03-07World config: Make depends easier to read (#7396)HybridDog
2019-03-07Optimize string handling in path search (#8098)Jozef Behran