7 Commits

Author SHA1 Message Date
5fc2c0fc88
New static InfoScreen 2025-02-07 17:14:54 +01:00
bf7b10850e
Terrain rendering hack 2024-12-11 11:51:55 +01:00
a8e396d08f
GCC issue 54412 fix
AVX datas aren't correctly aligned in stack in following case:
- using inline functions (GCC not always inline function),
- not using reference to AVX data (copy of data in stack dynamically),
- not using O2 or O3 optimization flags (related behaviors of the previous points).
2024-11-01 16:43:48 +01:00
caad89a608
Math lib fix 2024-10-16 12:45:04 +02:00
a4e0f7459e
Final camera movements 2024-10-14 20:20:37 +02:00
c5dc8f9987
Add more math functions 2024-10-10 20:06:15 +02:00
5d62fa450f
Math lib files redesign 2024-10-10 20:05:01 +02:00