Commit Graph

21 Commits

Author SHA1 Message Date
Luke Street b17f7014c9 Match CScriptActor::PreRender 2022-11-04 01:39:14 -04:00
Luke Street febfd1faae Add CScriptActor 2022-11-04 01:25:39 -04:00
Luke Street 5e3a450b54 CColor fixes & CVisorFlare progress 2022-11-03 13:10:05 -04:00
Henrique Gemignani Passos Lima b9f422978b
Fix CFaceplateDecoration::Draw build 2022-11-03 12:51:20 +02:00
Luke Street e31200f62d Minor improvements to CScriptVisorFlare 2022-11-01 21:21:07 -04:00
Henrique Gemignani Passos Lima 0a0483489c
Add almost matching CFaceplateDecoration 2022-10-21 16:48:25 +03:00
Henrique Gemignani Passos Lima 1a83aa2aac
Match and link CTweakAutoMapper. With a slight hack. 2022-10-20 15:45:54 +03:00
Luke Street 2c60ca8c47 Add CColorElement, CUVElement 2022-10-18 19:13:57 -04:00
Luke Street bb99d88d3b Add several particle classes; link CParticleGlobals
Adds CModVectorElement, CParticleDataFactory, CParticleGlobals, CRealElement
CRealElement & CModVectorElement are very close to matching
2022-10-17 22:06:45 -04:00
Luke Street cd88e8eedd CDecal progress 2022-10-16 22:33:08 -04:00
Luke Street 4d40ca80d8 Fix CColor Get*u8 functions 2022-10-09 01:44:48 -04:00
Luke Street 133326ae40 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.
2022-10-09 01:37:23 -04:00
Luke Street 261ee48bba Standardize include guards, clang-format headers 2022-10-09 01:13:17 -04:00
Luke Street 7608f27ed2 Various rstl fixes; continue CScriptMazeNode & CScriptPlatform 2022-09-18 13:51:07 -04:00
Luke Street ff0275b48f CScriptMazeNode progress 2022-09-15 00:08:57 -04:00
Luke Street 7eb08b6ee8 Migrate s32->int, u32->uint; fix dolphin/types.h 2022-09-05 00:01:22 -04:00
Luke Street 78022784ef More CCubeMaterial 2022-09-05 00:01:22 -04:00
Luke Street bef7db1748 Runtime/math matches; better libc headers 2022-08-25 23:46:24 -04:00
Phillip Stephens d36775e76a DolphinCColor imps, only `Lerp(u32, u32, float)` isn't matching 2022-08-13 05:57:38 -07:00
Phillip Stephens e7117197da Add unused statics, fix CColor constructor 2022-08-11 11:35:12 -07:00
Phillip Stephens d59665aaad Link CColor.cpp 2022-08-11 11:20:15 -07:00