Age | Commit message (Collapse) | Author |
|
|
|
fixes #8943
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
* Run automated tests when lua files change
* skip busted on devtest
* use newer build env
* Add .luacheckrc for games/devetest
Co-authored-by: sfan5 <sfan5@live.de>
|
|
|
|
Co-authored-by: sfan5 <sfan5@live.de>
|
|
|
|
* Move all shadow control to util_commands
* Shadows are now controlled with /set_shadow
Co-authored-by: sfan5 <sfan5@live.de>
|
|
|
|
* Also Disable shadows when sun/moon is hidden. Fixes #11972.
|
|
|
|
|
|
* use abs(bouncy) in collision
* test case for negative bouncy
* send abs(bouncy) to old clients
|
|
* Allow to set the displayed item count and its offset via meta
* fix rect constr call
* devtest: add dump_item chatcommand
* fix rect2 constr call (sdim is a position (typedef for v2s32), not a dimension) and remove background because it would work now
* add missing utf8 to wide conversion
* rename to count_meta
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
* 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>
|
|
Co-authored-by: Elias Fleckenstein <eliasfleckenstein@web.de>
|
|
|
|
|
|
|
|
fallback_image() was removed in 3e1904fa8c4aae3448d58b7e60545a4fdd8234f3,
which was written after this PR but merged before it.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|