42 Commits

Author SHA1 Message Date
a4052ad963 Match and link CEffectComponent
Former-commit-id: d72c176ac70017bcac7dfe3768187a5dc0077851
2023-01-11 11:40:36 -08:00
eec994634a Add CParticleData
Former-commit-id: 3d5758b0ff6cf9d737638eb1f7be540c17f7a400
2023-01-07 18:11:54 -08:00
536de26c71 Revert "Add CProjectileWeapon"
This reverts commit bf4b7e58118401d96edbb82f891c02070b0b2be7 [formerly 6ca23c9cf35abc666f96c4d73e9c8dbcedc0c25f].


Former-commit-id: 55274624265415837071784b759a30a04d212420
2022-12-09 11:11:37 -08:00
bf4b7e5811 Add CProjectileWeapon
Former-commit-id: 6ca23c9cf35abc666f96c4d73e9c8dbcedc0c25f
2022-12-09 11:00:49 -08:00
Henrique Gemignani Passos Lima
d4efd4caa1 Add CWaveBeam
Former-commit-id: c1d11e570133f341bf1d2b58b9fc9208af423099
2022-12-08 00:48:51 +02:00
Henrique Gemignani Passos Lima
16f63c89a7 Add CFlameWarp
Former-commit-id: 318c1e0b7fbb91b358c9b76a6180aa22ad24448f
2022-11-27 03:43:52 +02:00
Henrique Gemignani Passos Lima
bd758edeb9 Add CExplosion
Former-commit-id: 147e46d2e8eaee521e8f6f34d89263a70904fb95
2022-11-27 02:26:12 +02:00
a8c486425d Match & link CFlaahgraPlants
Former-commit-id: e662d052471da7415559814c1396aef4c2dfaefb
2022-11-25 23:03:36 -05:00
Henrique Gemignani Passos Lima
c7250e132f Add CGunWeapon
Former-commit-id: edbfd0d3052eca9fc71e42e7cb1f073064fde365
2022-11-25 22:24:38 +02:00
Henrique Gemignani Passos Lima
961adfc14f Add CIceBeam
Former-commit-id: 5bdc5643af43fc45c8c577678db9bb22abff3748
2022-11-24 18:48:00 +02:00
Henrique Gemignani Passos Lima
be22f5f54c Add CElectricBeamProjectile
Former-commit-id: 24390b890116c9461d9b57ee891bc8fcc67bccc5
2022-11-24 01:49:52 +02:00
Henrique Gemignani Passos Lima
68f99e4072 Add CPowerBeam
Former-commit-id: 0d1b469f91ac6e2034c172fb7d9e804c5656b288
2022-11-15 22:06:18 +02:00
Henrique Gemignani Passos Lima
fd4981295e Add nearly matched CHUDBillboardEffect
Former-commit-id: b2cfeb8f1557f84e005c4d2043a9121d6b3dcbf0
2022-11-11 02:26:17 +02:00
Henrique Gemignani Passos Lima
1dd0e2ad4d Fix override usage
Former-commit-id: 989015db6a75ef1f545117c12fd5b2add6ce82c6
2022-11-08 16:23:03 +02:00
Henrique Gemignani Passos Lima
d68b8e27cc Fix all compilation errors when building for host
Former-commit-id: c4735661609debadf8e3b27c89d4598c49780359
2022-10-21 14:24:45 +03:00
Henrique Gemignani Passos Lima
16ab1cf7fb Fix CElementGen being abstract
Former-commit-id: 83fe50ee1fd3d46d5c1281b6a1b17e2680582c4a
2022-10-20 01:06:17 +03:00
3281966a44 Remove fake destructor definitions
Former-commit-id: 8281bd5424d79065293d3a0483ee28de05390f88
2022-10-18 20:51:49 -07:00
f768c693d0 Link CParticleGenInfo
Former-commit-id: 9bb016c149f227c99dd9422fb7174690dff9fe78
2022-10-18 23:50:15 -04:00
f22cb43557 Start CVectorElement.cpp
Former-commit-id: 73c5e9eaf88a50b14e4eaf8fc55217175771a828
2022-10-18 20:04:02 -07: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
Henrique Gemignani Passos Lima
e869267b6c CParticleGen has a destructor
Former-commit-id: e6cec60cc01be9ef3ec2537886f01ab630f12117
2022-10-14 02:15:13 +03:00
Henrique Gemignani Passos Lima
4f2a8704db Fix errors and warnings
Former-commit-id: 9f4fc78c16bc29483826c55e7e9a37d22a1df46b
2022-10-11 18:37:27 +03:00
45c469d8ee CPlayerGun progress
Former-commit-id: a963804889b9e6b7dbf6c11633fb410580137ce2
2022-10-11 11:31:28 -04:00
f64e9c953a Match & link CIntElement
Former-commit-id: a11097997002a01efc3bca1366520d82ef374d42
2022-10-09 12:35:06 -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
3aefff6950 Match and link CIOWin
Former-commit-id: 1029d92fd46ab5a257b1406de034688e4de83699
2022-10-08 02:21:38 -07:00
Henrique Gemignani Passos Lima
698badd39d Fix compilation
Former-commit-id: a6a103de01c21f4511d8951e1e5670fdbd8843a1
2022-10-06 23:40:41 +03:00
Henrique Gemignani Passos Lima
f9c75b90ee Almost match ~CPlayerGun
Former-commit-id: c332d1ef47ec4941b00b47504a7a7be96fc3e7d8
2022-10-06 14:04:05 +03:00
Henrique Gemignani Passos Lima
ba9faeb44c Reasonably match CPlayerGun constructor
Former-commit-id: 72d07311fd25d16f5f099a25357ea84d77acd547
2022-10-06 13:38:28 +03:00
Henrique Gemignani Passos Lima
3caccf5974 Progress in CPlayerGun constructor
Former-commit-id: a40d8357591dcdb1147875008a988970b7903aae
2022-10-06 13:38:28 +03:00
f8688e02e3 Initial pass at CDecal classes
Former-commit-id: 4b24bba57e565e249cdc7abeaa2fdde202c5fc36
2022-10-04 12:58:17 -07:00
477189a490 Forgot something....
Former-commit-id: 19c1aa3ae1fe0502fb9d25d64684b7e3835f2222
2022-10-02 18:16:06 -07:00
234afca6c2 clang-format pass
Former-commit-id: 6a979e343f6a88e4c9b78d3917c1fabfcb211a0a
2022-09-18 02:05:46 -04: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
361f2bb9ce Initial work on CActor.cpp
Former-commit-id: 44b17813bda4f45c89a67a9a4623b872a57cf84f
2022-08-12 21:26:54 -04:00
0569f5a404 Fix IWeaponRenderer and link
Former-commit-id: e418784c51b6ac88700261c075d129d4e77bd61c
2022-08-12 02:18:28 -07:00
70b617a99f Implement IWeaponRenderer, can't link yet due to vtable shenanigans
Former-commit-id: ba035cfa44189f43e0a8f34396a5f122e1632d6e
2022-08-11 02:24:45 -07:00
509dc4d622 IWeaponRender decomp (can't link yet)
Former-commit-id: 0e20e67870b4b83b9b68c4215fdbbab0ce9d2e32
2022-07-25 21:36:32 -07:00