21 Commits

Author SHA1 Message Date
caa46fc392 Match CScriptActor::PreRender
Former-commit-id: b17f7014c9af176a3b237abcb3c720b814296078
2022-11-04 01:39:14 -04:00
9cece32038 Add CScriptActor
Former-commit-id: febfd1faae3f1a216e8d40926fb8cdebc8040363
2022-11-04 01:25:39 -04:00
9bdce565df CColor fixes & CVisorFlare progress
Former-commit-id: 5e3a450b545427f1896db2169cdf5377c063552b
2022-11-03 13:10:05 -04:00
Henrique Gemignani Passos Lima
6d7d4674a3 Fix CFaceplateDecoration::Draw build
Former-commit-id: b9f422978bafde39a5c0e3131935fb9e0b7e3994
2022-11-03 12:51:20 +02:00
5707a847da Minor improvements to CScriptVisorFlare
Former-commit-id: e31200f62d709f33ad9a257be84ccb97550d3b20
2022-11-01 21:21:07 -04:00
Henrique Gemignani Passos Lima
0c3d5d2a07 Add almost matching CFaceplateDecoration
Former-commit-id: 0a0483489c24beaf918146e6703af45322ae0128
2022-10-21 16:48:25 +03:00
Henrique Gemignani Passos Lima
6f4ade76fb Match and link CTweakAutoMapper. With a slight hack.
Former-commit-id: 1a83aa2aac7a96f7c34afaab69b2e926742a8ce3
2022-10-20 15:45:54 +03:00
eedb4229d3 Add CColorElement, CUVElement
Former-commit-id: 2c60ca8c47a835401d4651fd82c5da1690d4f404
2022-10-18 19:13:57 -04:00
8af6095198 Add several particle classes; link CParticleGlobals
Adds CModVectorElement, CParticleDataFactory, CParticleGlobals, CRealElement
CRealElement & CModVectorElement are very close to matching


Former-commit-id: bb99d88d3b8a42d66f2c09b86fb43675046b42cd
2022-10-17 22:06:45 -04:00
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