Henrique Gemignani Passos Lima
22aca437ce
Add CScriptVisorFlare and CVisorFlare
...
Former-commit-id: 2999309f13ade6c8c451a48dac20085e39727d82
2022-10-23 16:44:06 +03: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
Henrique Gemignani Passos Lima
ed89bb1c93
Match and link CGameLight
...
Former-commit-id: 61215c124c542b98f6050bb0e09455583dec1499
2022-10-19 01:00:44 +03:00
Henrique Gemignani Passos Lima
a1776db0cf
Also match CGameLight
...
Former-commit-id: f091a58822be6087796d7b571cbc468494a77f0c
2022-10-18 23:21:14 +03: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
da754cef88
Rename kEnvPassThru -> kEnvPassthru
...
Former-commit-id: 608f1031633a6a204fb25e3fbc2641f8f5d31f47
2022-10-16 23:01:00 -04:00
38570b9f6e
CDecal progress
...
Former-commit-id: cd88e8eedd58cc820f0e6071542e3b5d3af08172
2022-10-16 22:33:08 -04:00
90df73af90
Match CCubeSurface
...
Former-commit-id: 0787cc17d02415ffeccb283a654e422d2bbeff23
2022-10-11 23:50:03 -07:00
45c469d8ee
CPlayerGun progress
...
Former-commit-id: a963804889b9e6b7dbf6c11633fb410580137ce2
2022-10-11 11:31:28 -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
ec9e639009
Match CLight, has issues with constants
...
Former-commit-id: b039acfac8b08ecd89714ad2ee963b339eb39941
2022-10-06 01:40:00 -07:00
a578b055a2
Header merge & CScriptPickup progress
...
Former-commit-id: 45c5450376d459f391851c2d1f8b10306db8bac5
2022-10-05 19:06:15 -04:00
Henrique Gemignani Passos Lima
e2e4fe7f6c
Add CScriptPickup and all dependencies
...
Former-commit-id: 78aebc89601372ba693d9f02576294afd7530e56
2022-10-05 21:06:23 +03:00
f8688e02e3
Initial pass at CDecal classes
...
Former-commit-id: 4b24bba57e565e249cdc7abeaa2fdde202c5fc36
2022-10-04 12:58:17 -07:00
ba75752e14
Match CFontImageDef, can't link due to extraneous TToken destructor
...
Former-commit-id: 77b921601a56b7339b62f6617192b0533a22f7a7
2022-10-01 01:33:18 -07:00
adb54a9892
Symbol fixes, headers & main progress
...
Former-commit-id: 6944a14e890aff84111901c37e9a7b96a3e38517
2022-10-01 02:19:15 -04:00
f6f1040fff
Various rstl fixes; continue CScriptMazeNode & CScriptPlatform
...
Former-commit-id: 7608f27ed25d023062df8257de2982c881e982f4
2022-09-18 13:51:07 -04:00
234afca6c2
clang-format pass
...
Former-commit-id: 6a979e343f6a88e4c9b78d3917c1fabfcb211a0a
2022-09-18 02:05:46 -04:00
e5dd64ab55
CScriptMazeNode progress
...
Former-commit-id: ff0275b48fec1f094604fa7f1e366e68aa8fe0eb
2022-09-15 00:08:57 -04:00
f4731daebe
Link CTimeProvider.cpp
...
Former-commit-id: ea51b901e8909f0390551dcf7b296fe952730ed0
2022-09-13 22:53:26 -07:00
329618c585
More main progress; tons of headers & stuff
...
Former-commit-id: a6e365791b35de8a1c056db8a4833150450c84d9
2022-09-13 00:28:02 -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
b851577337
Header cleanup, NONMATCHING option
...
Former-commit-id: 174a2d98f7e71ac0f4ade4327c8e36635ec3aba7
2022-08-31 20:22:20 -04:00
8b28b129e2
Link CGX
...
Former-commit-id: 3e43c0878f7c75ba16b8546293a69326dfbfb5d7
2022-08-31 12:06:56 -04:00
40271117df
Almost done with CGX
...
Former-commit-id: 89284f17b220acb870da9e2bfd18811931167720
2022-08-31 00:54:17 -04:00
4660679da4
More CGX matches part 2
...
Former-commit-id: 4758103774fb5c5185cccd1ba737642df87c3baf
2022-08-30 18:48:44 -04:00
7cdb1aef65
More CGX matches
...
Former-commit-id: 6fbaa00f073b63e8bad85581aa3e077598d85bb1
2022-08-30 01:12:32 -04:00
6768dfc9b4
Begin CGX/CCubeMaterial; add dolphin headers from aurora
...
Former-commit-id: b28e24862bbde19fa6cc5649f568d51d7b0b35d7
2022-08-30 00:05:16 -04:00
00c77e6195
Runtime/math matches; better libc headers
...
Former-commit-id: bef7db17486213f77de865dfbec529ae23b394a4
2022-08-25 23:46:24 -04:00
f3e607a3af
Renaming & more CActor progress
...
Former-commit-id: bcfefcc34ae220e5d4f7707c569473819f9f53a4
2022-08-15 22:14:28 -04:00
38ec6e5984
Merge branch 'main' of github.com:PrimeDecomp/prime
...
Former-commit-id: fb3a2950f996517dbea52ba0ee561b000790d7a5
2022-08-13 05:59:49 -07:00
da85e24623
DolphinCColor imps, only Lerp(u32, u32, float)
isn't matching
...
Former-commit-id: d36775e76a66a5912bd40effbe201c7e0a74bcb0
2022-08-13 05:57:38 -07:00
361f2bb9ce
Initial work on CActor.cpp
...
Former-commit-id: 44b17813bda4f45c89a67a9a4623b872a57cf84f
2022-08-12 21:26:54 -04: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
4ad9b20d1a
Add & link CEntity.cpp
...
Former-commit-id: 0b6ce7f7815b8597bac06b2917cbb17843ff4616
2022-08-10 22:33:46 -04:00
9d3a5c7670
Move back to 1.3.2 compiler
...
Former-commit-id: 1107bdaa26d4d991ec9f7d00e4736d2012561f98
2022-08-09 19:07:49 -04:00
509dc4d622
IWeaponRender decomp (can't link yet)
...
Former-commit-id: 0e20e67870b4b83b9b68c4215fdbbab0ce9d2e32
2022-07-25 21:36:32 -07:00
bed1bb88de
Reorganize includes to match asm
...
Former-commit-id: 848752477e6833629bb0ce30125ca6f5dbffccd1
2022-07-18 18:42:58 -04:00