16 Commits

Author SHA1 Message Date
Henrique Gemignani Passos Lima
8bb6d3442b Fix missing forward declaration in IRenderer
Former-commit-id: 0510758333ef7c875e099b6cc5b0c401c95d8143
2022-10-17 18:54:45 +03:00
Henrique Gemignani Passos Lima
aacfe7feff Add CParticleGenInfo and CParticleGenInfoGeneric
Former-commit-id: f7715e98f631c287c0727dc894aa33923f2a2d7f
2022-10-17 18:02:11 +03: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
7ccf78c0a2 Match and link CAxisAngle
Former-commit-id: e6969f0236c668a33fffafb861ee2efadd8c20fd
2022-10-08 10:39:03 -07:00
Henrique Gemignani Passos Lima
758feb2c59 Add CPlayerGun::PreRender/CPlayerGun::AddToRenderer
Former-commit-id: 6d2ab5775d5358596e463ff796014f8665665143
2022-10-06 14:37:57 +03:00
Henrique Gemignani Passos Lima
94eb8324a8 Compilation fix for many files
Former-commit-id: 44e4110ffb4ed17347e6198c5fb25c155d5345d9
2022-10-06 02:34:48 +03:00
bc202ba493 Lots of stuff
Former-commit-id: 39b5f3c01e077172d0b2a73931577f44bfd141f4
2022-10-03 20:00:46 -04:00
Henrique Gemignani Passos Lima
3997f75e24 Improve match for CScriptSpecialFunction::Render
Former-commit-id: 80843df748627926078ced00e3f069c8d98c79a6
2022-10-03 16:15:34 +03: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
4660679da4 More CGX matches part 2
Former-commit-id: 4758103774fb5c5185cccd1ba737642df87c3baf
2022-08-30 18:48:44 -04:00
f3e607a3af Renaming & more CActor progress
Former-commit-id: bcfefcc34ae220e5d4f7707c569473819f9f53a4
2022-08-15 22:14:28 -04:00
361f2bb9ce Initial work on CActor.cpp
Former-commit-id: 44b17813bda4f45c89a67a9a4623b872a57cf84f
2022-08-12 21:26:54 -04:00
bed1bb88de Reorganize includes to match asm
Former-commit-id: 848752477e6833629bb0ce30125ca6f5dbffccd1
2022-07-18 18:42:58 -04:00