aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Attend to review, re-arrange blank lines, update lua_api.txtparamat2019-04-143-14/+13
* Fix regression in automatic_face_movement_max_rotation_per_secPedro Gimeno2019-04-142-7/+18
* Various network performance improvements (#8125)Jozef Behran2019-04-144-27/+28
* World start time: Move to first full light (day night ratio = 1000) (#8410)Paramat2019-04-132-2/+2
* Add Irrlicht-specific smart pointer (#6814)Vitaliy2019-04-123-0/+269
* Add Mkdocs API site (#8133)Paul Ouellette2019-04-129-5/+192
* Add node field to PlayerHPChangeReason table (#8368)Paul Ouellette2019-04-115-14/+39
* Nodedef 'drop' documentation: Improve, add tool filtering (#8458)Paramat2019-04-091-7/+34
* util/hex.h: Remove whitespace-only line (#8460)ANAND2019-04-081-1/+1
* daynightratio.h: Improve codestyle, minor optimisations (#8453)Paramat2019-04-081-30/+34
* Android settings: Use 'simple' leaves instead of 'fancy' (#8440)Paramat2019-04-071-1/+1
* Optimize random turns in dungeongen (#8129)Jozef Behran2019-04-072-12/+11
* Find PostgreSQL correctly (#8435)adrido2019-04-072-19/+6
* util/hex.h: Reserve result space in hex_encode()starling132019-04-071-0/+2
* Add deprecation warnings for ObjectRef:get/set_attribute (#8443)ANAND2019-04-071-0/+6
* Stabilise 'day night ratio' to fix object brightness flicker (#8417)Paramat2019-04-041-3/+5
* Change sign of pitch angle in debug menu (#8438)ANAND2019-04-041-1/+1
* Change pitch fly binding to 'P', add to change keys menu (#8314)rubenwardy2019-04-034-32/+30
* Fix commentsLoic Blot2019-03-313-6/+6
* Create ServerThread earlier in the startup processLoïc Blot2019-03-311-3/+1
* mapgen: drop mapgen id from child mapgens.Loïc Blot2019-03-3118-40/+36
* EmergeManager::initMapgens use FATAL_ERROR if and drop boolean returnLoïc Blot2019-03-312-13/+8
* Use unordered_map instead of map for craft definitions (#8432)HybridDog2019-03-311-4/+5
* Optimize core.after in a simple way (#8351)DS2019-03-271-5/+13
* Require 'waving = 3' in a nodedef to apply the liquid waving shader (#8418)Paramat2019-03-276-13/+36
* Dungeons: Do not remove nodes that have 'is_ground_content = false' (#8423)Paramat2019-03-262-4/+12
* Prevent multi-line chat messages server-side (#8420)rubenwardy2019-03-261-1/+6
* Document 'highly unstable' mapgens instead of 'stable' mapgens (#8404)Paramat2019-03-201-4/+2
* Fix texture rotation for wallmounted nodeboxessfan52019-03-191-1/+1
* httpfetch: Disable IPv6 here too if requested by settings (#8399)sfan52019-03-181-0/+4
* num_emerge_threads: Initialise value to cope with setting syntax error (#8396)Paramat2019-03-181-3/+3
* num_emerge_threads: Fix documentation of automatic selectionparamat2019-03-172-2/+2
* Add newline before itemstring in item tooltip (#8213)Wuzzy2019-03-171-1/+1
* core.after: Improve assertion message (#8388)ANAND2019-03-171-1/+1
* Builtin: Add vector.angle(). Returns the angle between 2 vectors (#7738)ANAND2019-03-172-0/+11
* Lua_api.txt: Document blockpos, coordinate conversion, map terminology (#8376)Paramat2019-03-161-4/+60
* num_emerge_threads: Warn of crashes when > 1 (#8357)Paramat2019-03-142-6/+10
* LINT fixes since recent tooling updateLoïc Blot2019-03-144-7/+11
* Update our tooling (Clang 5 -> 7, GCC 7 -> 8)Loïc Blot2019-03-148-35/+38
* Valleys mapgen code rewrite (#8101)Paramat2019-03-142-265/+130
* Drop GUIConfirmRegistration::m_address unused fieldLoïc Blot2019-03-123-5/+4
* Fix cast from const by accessing string data directly (#8354)rubenwardy2019-03-121-2/+2
* HPChange Reason: Fix push after free, and type being overwritten (#8359)rubenwardy2019-03-123-5/+17
* Fix serialization of std::time_t by casting to u64 first (#8353)rubenwardy2019-03-104-22/+4
* Document the `float` special group (#8306)DS2019-03-101-0/+1
* Display pitch angle in debug menu (#8321)Ragulan R2019-03-101-0/+1
* Confirm registration GUI: Remove positional strings to fix Windows bug (#8258)Paramat2019-03-101-12/+7
* Abort when trying to set a not registered node (#7011)HybridDog2019-03-074-21/+13
* World config: Make depends easier to read (#7396)HybridDog2019-03-072-11/+40
* Optimize string handling in path search (#8098)Jozef Behran2019-03-071-8/+12