Age | Commit message (Collapse) | Author |
|
|
|
Font downloaded from https://undefined-medium.com/
|
|
|
|
|
|
|
|
|
|
Allows giving names to objects.
|
|
* Add uniform for frame delta time
* Adjust exposure in logarithmic (EV) space
* Add network support and LUA API
* Add testing mod
|
|
|
|
|
|
Co-authored-by: Wuzzy <Wuzzy@disroot.org>
|
|
|
|
Co-authored-by: sfan5 <sfan5@live.de>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Co-authored-by: rubenwardy <rw@rubenwardy.com>
Co-authored-by: sfan5 <sfan5@live.de>
|
|
|
|
|
|
|
|
Co-authored-by: SmallJoker <mk939@ymail.com>
Co-authored-by: Jude Melton-Houghton <jwmhjwmh@gmail.com>
|
|
|
|
|
|
Co-authored-by: sfan5 <sfan5@live.de>
|
|
* Cache content IDs in Lua
Co-authored-by: sfan5 <sfan5@live.de>
|
|
4dir is like facedir, but only for 4 horizontal directions: NESW. It is identical in behavior to facedir otherwise. The reason why game makers would want to use this over facedir is 1) simplicity and 2) you get 6 free bits.
It can be used for things like chests and furnaces and you don't need or want them to "flip them on the side" (like you could with facedir).
color4dir is like colorfacedir, but you get 64 colors instead of only 8.
|
|
in some cases
|