aboutsummaryrefslogtreecommitdiff
path: root/src (follow)
Commit message (Expand)AuthorAgeFilesLines
* Improve ABM time budget handling. #8645Lars Hofhansl2019-07-072-38/+54
* Dungeongen: Remove most hardcoded dungeon nodes (#8594)Paramat2019-06-303-104/+38
* Optimize and unify mesh processing (#7851)Vitaliy2019-06-281-130/+63
* Add compatible, consistent coordinate system to FormSpecs. (#8524)v-rob2019-06-272-144/+418
* Increase upper limit of display_gamma to 10 (#8618)ANAND2019-06-271-1/+1
* Add support for 9-sliced backgrounds (#8600)rubenwardy2019-06-224-11/+122
* Fix segfault on quitting with open node formspec (#8608)SmallJoker2019-06-211-5/+4
* Fix handling of --color and --worldlist command line argumentsMarkus Mattes2019-06-211-17/+20
* Mapgen Carpathian: Add optional rivers (#7977)Paramat2019-06-192-59/+154
* Android: Use system provided path for default TMPFolder setting (#8505)stujones112019-06-151-1/+1
* Settings: Disallow space characters entirelySmallJoker2019-06-101-1/+3
* Formspecs: Close on metadata removal (#8348)SmallJoker2019-06-104-39/+85
* Add disable_jump to liquids and ladders (#7688)SmallJoker2019-06-104-44/+60
* Add compatibility to vcpkg buildsystem (#8317)adrido2019-06-102-73/+76
* Damage: Play no damage sound when immortal (#8350)SmallJoker2019-06-094-38/+29
* HTTP API: Allow binary downloads and headers (#8573)SmallJoker2019-06-064-13/+11
* Dungeons: Settable density noise, move number calculation to mapgens (#8473)Paramat2019-06-0118-100/+141
* Fix persistent ^[brighten after damage again (#5739)SmallJoker2019-05-262-15/+6
* override.txt: Fix crash due to CRLF endings (#8439)David G2019-05-251-1/+4
* Do not drag-place stack into 'craftpreview' slot (#8514)SmallJoker2019-05-251-1/+1
* Add IGUIScrollbar implementation with variable bar sizes (#8507)stujones112019-05-249-14/+542
* Fix forgotten PlayerSAO cast in a90f2efSmallJoker2019-05-211-5/+6
* Make autoforward simulate the 'up' key (#8249)DS2019-05-212-11/+8
* Check for out-of-bounds breath when setting breath_max (#8493)ANAND ツ2019-05-211-1/+10
* l_mapgen.cpp: Fix LINT broken since b1b40feSmallJoker2019-05-211-1/+1
* Prioritise craft recipesHybridDog2019-05-202-15/+62
* Test crafting hash type only once for a recipeHybridDog2019-05-202-55/+40
* Allow multiple cave liquids in a biome definition (#8481)Paramat2019-05-185-27/+44
* Optimize string (mis)handling (#8128)Jozef Behran2019-05-1821-28/+41
* Revert "Inventory: Make addItem for empty ItemStacks respect max stack size" ...ANAND ︻气デ═一2019-05-121-18/+3
* Move HTTP request logging to infostream (#8526)ANAND ︻气デ═一2019-05-121-1/+1
* Define operators == and != for ItemStackANAND ︻气デ═一2019-05-112-8/+16
* PlayerSAO::setHP - Don't call on_hpchange callbacks if HP hasn't changedANAND2019-04-291-4/+6
* Remove unnecessary CSM warning (#8485)Paramat2019-04-281-7/+2
* Force send a mapblock to a player (#8140)sofar2019-04-285-0/+50
* Improve readability of debug menu by using '|' (#8488)ANAND2019-04-271-8/+8
* Range-limit value passed to PlayerSAO::set{HP|Breath} (#8264)ANAND2019-04-271-1/+3
* Use player as starting point instead of camera when pointing node (#8261)Muhammad Rifqi Priyo Susanto2019-04-271-3/+8
* Correct the checkbox selection box position (#8246)SmallJoker2019-04-271-4/+8
* Android: Clear chat open flag on cancel or completion (#8478)stujones112019-04-191-0/+4
* Attend to review, re-arrange blank lines, update lua_api.txtparamat2019-04-142-13/+12
* 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-131-1/+1
* Add Irrlicht-specific smart pointer (#6814)Vitaliy2019-04-123-0/+269
* Add node field to PlayerHPChangeReason table (#8368)Paul Ouellette2019-04-114-10/+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