aboutsummaryrefslogtreecommitdiff
path: root/builtin (follow)
Commit message (Expand)AuthorAgeFilesLines
...
* Punchwear (improved) (#8959)sfan52019-09-221-0/+12
* Fix AreaStore's IDs persistence (#8888)SmallJoker2019-09-211-0/+1
* Also print help commands to chat for server terminal (#8869)Tim Myers2019-09-192-3/+18
* Improve undersampling settingsHugo Locurcio2019-09-171-3/+4
* Formspecs: Introduce formspec_version to modsSmallJoker2019-09-141-0/+1
* Dungeons: Remove non-functional 'projecting dungeons' setting (#8897)Paramat2019-09-081-3/+0
* Move debug.txt after it grows too big (#8904)HybridDog2019-09-071-0/+6
* Force item entities out of solid nodes (simpler) (#8885)sfan52019-09-041-0/+91
* 'All Settings': Don't use checkboxes for 'no...' mapgen flags (#7847)Muhammad Rifqi Priyo Susanto2019-09-012-20/+30
* Various settingtypes.txt improvements (#8867)Paramat2019-08-281-9/+36
* Fix default hand definition not using wieldhand.pngWuzzy2019-08-231-0/+1
* Fix undeclared global warning because of _ (#8798)DS2019-08-141-0/+1
* Add player knockback on punch to builtinsfan52019-08-102-0/+47
* Builtin UI: Move box element to ensure correct draw orderSmallJoker2019-08-081-2/+2
* Allow customizing chat message format (#8529)ANAND2019-08-083-21/+50
* Fix usage of wrong variable in builtin chat command handling (#8762)Beha2019-08-071-1/+1
* Add luacheck to check builtin (#7895)rubenwardy2019-08-0623-139/+127
* Add styles to most elementsrubenwardy2019-08-033-5/+2
* Add style[] tag with button supportrubenwardy2019-08-033-0/+5
* Builtin: Forward old return valuesSmallJoker2019-08-021-1/+1
* Mainmenu: Use textarea in error formspecsSmallJoker2019-08-011-41/+28
* Group "immortal" also protects players from damageWuzzy2019-08-011-3/+4
* Check for 'action' field in ABMs & LBMsSmallJoker2019-07-271-0/+2
* Re-order mapgens in mainmenu and 'all settings' mapgen selection (#8705)Paramat2019-07-251-1/+1
* Mgfractal: Make non-fractal terrain optional (#8702)Paramat2019-07-251-0/+5
* Add /help formspec for commands and privileges (#8385)SmallJoker2019-07-203-7/+146
* Document the deprecation of hardcoded cave liquids (#8692)Paramat2019-07-201-0/+6
* Use vector.dot and vector.cross in vector.angleHybridDog2019-07-161-5/+3
* Add vector.dot and vector.crossHybridDog2019-07-161-0/+12
* Docs: Clarify where to check for 'protection_bypass' (#8675)SmallJoker2019-07-141-7/+2
* Increase upper limit of display_gamma to 10 (#8618)ANAND2019-06-271-1/+1
* Mapgen Carpathian: Add optional rivers (#7977)Paramat2019-06-191-1/+13
* Use CDB author and name in installed package's config (#8550)Paul Ouellette2019-06-101-16/+13
* Save forceloaded blocks file periodically (#8535)Thomas Rudin2019-06-101-2/+33
* Remove modstore leftovers. Fix core.show_path_select_dialog documentation (#8...DS2019-06-071-11/+0
* HTTP API: Allow binary downloads and headers (#8573)SmallJoker2019-06-061-0/+1
* Dungeons: Settable density noise, move number calculation to mapgens (#8473)Paramat2019-06-011-0/+18
* builtin/../register.lua: Abort make_wrap_deregistration if param is invalidANAND2019-05-041-3/+10
* World start time: Move to first full light (day night ratio = 1000) (#8410)Paramat2019-04-131-1/+1
* Change pitch fly binding to 'P', add to change keys menu (#8314)rubenwardy2019-04-031-1/+1
* 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-271-2/+2
* Document 'highly unstable' mapgens instead of 'stable' mapgens (#8404)Paramat2019-03-201-4/+2
* num_emerge_threads: Fix documentation of automatic selectionparamat2019-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-171-0/+9
* num_emerge_threads: Warn of crashes when > 1 (#8357)Paramat2019-03-141-3/+5
* World config: Make depends easier to read (#7396)HybridDog2019-03-072-11/+40
* Change 'num_emerge_threads' default to 1 (#8303)Paramat2019-03-051-1/+1
* Add math.factorial (#8298)HybridDog2019-03-051-0/+14