aboutsummaryrefslogtreecommitdiff
path: root/games/devtest/mods/testnodes (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Add TGA test nodes to devtest (#11978)Nils Dagsson Moskopp2022-02-2211-0/+117
|
* Use absolute value for bouncy in collision (#11969)pecksin2022-02-161-2/+2
| | | | | * use abs(bouncy) in collision * test case for negative bouncy * send abs(bouncy) to old clients
* Add embedded PNG texture modifier (#11498)hecks2021-10-131-0/+31
|
* Split liquid_viscosity to liquid_viscosity and move_resistance (#10810)Wuzzy2021-10-014-2/+161
|
* Add a simple PNG image encoder with Lua API (#11485)hecks2021-07-291-0/+75
| | | | | | | | | * Add a simple PNG image encoder with Lua API Add ColorSpec to RGBA converter Make a safety wrapper for the encoder Create devtest examples Co-authored-by: hecktest <> Co-authored-by: sfan5 <sfan5@live.de>
* Add wallmounted support for plantlike and plantlike_rooted nodes (#11379)Wuzzy2021-07-154-0/+30
|
* Fix rotation for falling mesh degrotate nodes (#11159)Wuzzy2021-04-281-6/+7
|
* Fix devtest Lua errorsfan52021-04-211-1/+0
| | | | | fallback_image() was removed in 3e1904fa8c4aae3448d58b7e60545a4fdd8234f3, which was written after this PR but merged before it.
* Put torch/signlike node on floor if no paramtype2 (#11074)Wuzzy2021-04-201-8/+16
|
* Devtest: Remove testnodes_show_fallback_imageWuzzy2021-04-052-24/+0
|
* Degrotate support for mesh nodes (#7840)Vitaliy2021-03-301-1/+55
|
* Devtest: Remove bumpmap/parallax occl. test nodes (#10902)Wuzzy2021-02-045-48/+0
|
* devtest: Fix deprecated alpha usagesfan52021-01-294-12/+12
|
* Drop never documented 'alpha' property from nodedefsfan52021-01-291-11/+4
| | | | | Includes minimal support code for practical reasons. We'll need it for a slightly different purpose next commit.
* Allow "liquid" and "flowingliquid" drawtypes even if liquidtype=none (#10737)Wuzzy2021-01-213-63/+54
|
* Various documentation fixes (#10692)SmallJoker2020-12-101-4/+5
| | | | | | | set_sky: New feature, keep note about the old syntax get_us_time: Document overflow localplayer: Document "nil" behaviour before initialization collision_box: Safe limit of "1.45"
* Fix falling image of torchlike if paramtype2="none" (#10612)Wuzzy2020-11-151-1/+20
|
* Add bumpmapping and parallax occlusion testing nodes to devtest (#9242)HybridDog2020-10-096-0/+50
|
* Devtest: Extend tooltips of many items and tools (#10312)Wuzzy2020-09-041-2/+4
| | | Also show error message when using tools wrong
* Scale inventory image for scaled allfaces nodes (#10225)Wuzzy2020-09-041-0/+9
| | | The inventory image size of the inventory image of nodes with drawtype allfaces (and related) is scaled as well if visual_scale is set (previously, the inventory image size was always the same)
* Devtest: Fix missing/incorrect liquid properties (#9955)Wuzzy2020-05-302-6/+23
|
* Add disable_jump check for the player's feetMoNTE482020-05-291-2/+9
|
* Rename “Minimal development test” to “Development Test” (#9928)Wuzzy2020-05-26161-0/+1460