12 Commits

Author SHA1 Message Date
38570b9f6e CDecal progress
Former-commit-id: cd88e8eedd58cc820f0e6071542e3b5d3af08172
2022-10-16 22:33:08 -04:00
2f62a31d18 Fix CColor Get*u8 functions
Former-commit-id: 4d40ca80d88370b269c14a3f5ca498e2a12f1c29
2022-10-09 01:44:48 -04:00
7ca3a1c0bb Replace int types in Retro code
Retro seemingly avoided using the Dolphin
typedefs in most places, opting to use int/uint
instead. This likely means they didn't use
u8/s8/u16/s16/etc either.


Former-commit-id: 133326ae406a0ebc76f56f8bcb489fda280be2be
2022-10-09 01:37:23 -04:00
7f83e1fa03 Standardize include guards, clang-format headers
Former-commit-id: 261ee48bba0546f4620447040b7c3d3034686796
2022-10-09 01:13:17 -04:00
f6f1040fff Various rstl fixes; continue CScriptMazeNode & CScriptPlatform
Former-commit-id: 7608f27ed25d023062df8257de2982c881e982f4
2022-09-18 13:51:07 -04:00
e5dd64ab55 CScriptMazeNode progress
Former-commit-id: ff0275b48fec1f094604fa7f1e366e68aa8fe0eb
2022-09-15 00:08:57 -04:00
0f25a3c8d4 Migrate s32->int, u32->uint; fix dolphin/types.h
Former-commit-id: 7eb08b6ee832f11971da0cfdc53b5a55b74ac79d
2022-09-05 00:01:22 -04:00
5726400667 More CCubeMaterial
Former-commit-id: 78022784ef67fa267edd40dd9eb58ceab46bbde0
2022-09-05 00:01:22 -04:00
00c77e6195 Runtime/math matches; better libc headers
Former-commit-id: bef7db17486213f77de865dfbec529ae23b394a4
2022-08-25 23:46:24 -04:00
da85e24623 DolphinCColor imps, only Lerp(u32, u32, float) isn't matching
Former-commit-id: d36775e76a66a5912bd40effbe201c7e0a74bcb0
2022-08-13 05:57:38 -07:00
6f8c6b28ba Add unused statics, fix CColor constructor
Former-commit-id: e7117197dae1d32ae1264cca528cc714ed71bb18
2022-08-11 11:35:12 -07:00
fe1f119091 Link CColor.cpp
Former-commit-id: d59665aaadd0db741a54e31a387a07c94cfcb452
2022-08-11 11:20:15 -07:00