aboutsummaryrefslogtreecommitdiff
path: root/src (follow)
Commit message (Expand)AuthorAgeFilesLines
...
* Mapgen Flat: Fix and improve getSpawnLevelAtPoint() (#8756)Paramat2019-08-061-13/+18
* Fix binary-string confusion in client network codesfan52019-08-041-1/+1
* Unify GLES support in gui scaling filtersfan52019-08-043-38/+44
* Unify OpenGL ES supportsfan52019-08-047-21/+38
* Let ENABLE_GLES appear in cmake_config.h and change its functionalitysfan52019-08-042-9/+23
* Add formspec testing to test mod in minimalrubenwardy2019-08-031-8/+0
* Add styles to most elementsrubenwardy2019-08-034-70/+203
* Add style[] tag with button supportrubenwardy2019-08-033-2/+197
* Add custom colorable GUIButton implementationrubenwardy2019-08-037-19/+2466
* Fix negative offsets not being supported by container[]rubenwardy2019-08-031-2/+2
* Correct ServerActiveObject's virtual getArmorGroups() to be const.Beha2019-08-011-1/+1
* Mainmenu: Use textarea in error formspecsSmallJoker2019-08-011-2/+3
* Group "immortal" also protects players from damageWuzzy2019-08-013-15/+18
* Allow toolcaps to override the built-in times for dig_immediatesfan52019-07-311-8/+10
* Sky: Refactor of moon and sun drawing (#8683)Methacrylon2019-07-302-149/+142
* Move the clamping of hp/breath when their maximums change to read_object_prop...Beha2019-07-306-22/+26
* Rename guiScrollBar to GUIScrollBarDS-Minetest2019-07-298-22/+22
* ContentCAO: Fix broken attachments on join (#8701)SmallJoker2019-07-299-117/+164
* guiScrollBar: move directly to clicked pos if clicked into trayDS-Minetest2019-07-282-41/+22
* Check for 'action' field in ABMs & LBMsSmallJoker2019-07-271-0/+8
* Prefix RecipePriority elements with PRIORITY_Paul Ouellette2019-07-272-17/+17
* Initialize priority in CraftDefinition constructorsPaul Ouellette2019-07-272-62/+94
* Fix missing item images clipping in formspecs (#8652)Pierre-Yves Rollo2019-07-261-3/+24
* Initialise 'seabed_height' to avoid compilation warning (#8715)Paramat2019-07-261-1/+1
* Re-order mapgens in mainmenu and 'all settings' mapgen selection (#8705)Paramat2019-07-252-8/+15
* Mgfractal: Make non-fractal terrain optional (#8702)Paramat2019-07-252-47/+69
* Removed debug.upvaluejoin to prevent leak of insecure environmenty2019-07-241-1/+0
* Document the deprecation of hardcoded cave liquids (#8692)Paramat2019-07-203-1/+8
* Optimize getting active objects a bit. #8674Lars Hofhansl2019-07-163-6/+11
* Dungeons: Make multiple large rooms possible (#8678)Paramat2019-07-164-41/+51
* Move more dungeon parameter selection to mapgens (#8653)Paramat2019-07-094-64/+62
* Do predict when sneak-place to node with on_rightclickDS-Minetest2019-07-081-1/+2
* 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