changelog
- Sun, 13 Jul 2025 17:17:15 +0200
- by Mike Becker <universe@uap-core.de> [Sun, 13 Jul 2025 17:17:15 +0200] rev 205
- hack a quick example for both rotation directions
- Sun, 13 Jul 2025 15:09:04 +0200
- by Mike Becker <universe@uap-core.de> [Sun, 13 Jul 2025 15:09:04 +0200] rev 204
- rework how transformations work to allow rotations around a point of origin
- Sun, 13 Jul 2025 14:22:40 +0200
- by Mike Becker <universe@uap-core.de> [Sun, 13 Jul 2025 14:22:40 +0200] rev 203
- add function to apply a matrix to a vector
- Sun, 13 Jul 2025 13:48:13 +0200
- by Mike Becker <universe@uap-core.de> [Sun, 13 Jul 2025 13:48:13 +0200] rev 202
- fix wrong row/column access in asc_mat4f_mul()
- Sun, 13 Jul 2025 13:35:51 +0200
- by Mike Becker <universe@uap-core.de> [Sun, 13 Jul 2025 13:35:51 +0200] rev 201
- add functions for sin() and cos() with increased precision when the return value is supposed to be zero
- Sat, 12 Jul 2025 23:05:43 +0200
- by Mike Becker <universe@uap-core.de> [Sat, 12 Jul 2025 23:05:43 +0200] rev 200
- add rotation functions, but rotation with special point of origin is still broken
- Sat, 12 Jul 2025 22:28:30 +0200
- by Mike Becker <universe@uap-core.de> [Sat, 12 Jul 2025 22:28:30 +0200] rev 199
- add conversion functions between degrees and radians
- Sat, 12 Jul 2025 22:06:24 +0200
- by Mike Becker <universe@uap-core.de> [Sat, 12 Jul 2025 22:06:24 +0200] rev 198
- remove ui subdir in includes
it is not really necessary and without it,
we can have much cleaner includes
- Sat, 12 Jul 2025 21:49:12 +0200
- by Mike Becker <universe@uap-core.de> [Sat, 12 Jul 2025 21:49:12 +0200] rev 197
- add log message when removing a behavior
- Fri, 11 Jul 2025 00:48:08 +0200
- by Mike Becker <universe@uap-core.de> [Fri, 11 Jul 2025 00:48:08 +0200] rev 196
- remove dependency to AscSprite from AscText