Henrique Gemignani Passos Lima
c90ff954d5
Match and link CRumbleManager
...
Former-commit-id: 6aaf6fbd0db3b046065c96425a69b2a1bbd4afa8
2022-10-17 14:10:16 +03:00
Henrique Gemignani Passos Lima
18de83f2e4
Match but don't link CAudioStateWin
...
Former-commit-id: 2313ccfa1d6eaf19aade81fc58b6f8887f5f3b76
2022-10-14 02:31:53 +03:00
Henrique Gemignani Passos Lima
7ec4707661
Use COutputStream::Put
...
Former-commit-id: a02037e26608ee6be3288a5f75790fd102331e2e
2022-10-11 21:35:41 +03:00
Henrique Gemignani Passos Lima
cc98c4bdaf
Match SGameFileSlot::InitializeFromGameState (and a few others)
...
Former-commit-id: 9bd9f9c32ff9340b4d8aadebae736efbfa0d88b8
2022-10-11 20:10:00 +03:00
Henrique Gemignani Passos Lima
155de1457f
Add CMemoryCardDriver::ExportPersistentOptions
...
Former-commit-id: 93ef9574e1b9906bc5ccb3db36a259cfbab6919d
2022-10-11 19:56:45 +03:00
Henrique Gemignani Passos Lima
280928fc65
Match CMemoryCardDriver::ImportPersistentOptions
...
Former-commit-id: 46335059ecba4301f71770191d927c482e5aa072
2022-10-11 19:38:13 +03:00
Henrique Gemignani Passos Lima
5198e478f2
Add CMemoryCardDriver::BuildExistingFileSlot
...
Former-commit-id: 8487d3751b598f8d727296dcfe76650186de85e6
2022-10-11 19:28:27 +03:00
Henrique Gemignani Passos Lima
b079ad7432
Almost match CMemoryCardDriver::BuildNewFileSlot
...
Former-commit-id: cdfda89fa6421d2d4bb74c65ce72efa4595f36d2
2022-10-11 19:08:45 +03:00
45c469d8ee
CPlayerGun progress
...
Former-commit-id: a963804889b9e6b7dbf6c11633fb410580137ce2
2022-10-11 11:31:28 -04:00
Henrique Gemignani Passos Lima
165cc200e4
Match CMemoryCardDriver::WriteBackupBuf
...
Former-commit-id: d780a22b4e9f5fd1d48beeca6762ded513096eb8
2022-10-11 12:03:10 +03:00
Henrique Gemignani Passos Lima
4ac2f273b4
Add CMemoryCardDriver
...
Former-commit-id: e7e54730a35087a4defdbaf353210f293882dc36
2022-10-10 22:44:11 +03:00
Henrique Gemignani Passos Lima
ac0ac6abb4
Almost match CPlayerGun::TakeDamage
...
Former-commit-id: fbfdc6cd091120507379f92c0319cba8d1aa6629
2022-10-10 22:15:26 +03:00
Henrique Gemignani Passos Lima
ac84b38d5d
Add CPlayerGun::CMotionState::Update
...
Former-commit-id: ac068fd97dec3bd2497161af4e3e0e484051508a
2022-10-09 17:41:13 +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
dbd1477d01
Match & link CScriptPickup
...
Former-commit-id: a7cefd7c4bf6e404ce6204c1411bc33544b03bfb
2022-10-08 01:12:48 -04:00
Henrique Gemignani Passos Lima
698badd39d
Fix compilation
...
Former-commit-id: a6a103de01c21f4511d8951e1e5670fdbd8843a1
2022-10-06 23:40:41 +03:00
Henrique Gemignani Passos Lima
72ba8f32df
Add CPlayerGun::UpdateGunIdle
...
Former-commit-id: a9f4b00047705a9cf7f366bd797a5d6194a912e0
2022-10-06 23:40:41 +03:00
Henrique Gemignani Passos Lima
dc7903e2c7
Add CPlayerGun::UpdateWeaponFire
...
Former-commit-id: 3b152e5efa01fbcb8ca5d4f2445a9acecccc4eec
2022-10-06 22:45:21 +03:00
Henrique Gemignani Passos Lima
291515c5ee
Almost match CPlayerGun::GetTargetId
...
Former-commit-id: c059b527ecd41a4df6333edecc5c9d146a142e28
2022-10-06 19:57:29 +03:00
f507623c40
More CPlayerGun matches
...
Former-commit-id: ec34055dbb44332c13d5fb5202dc7f6ef4db3424
2022-10-06 07:24:38 -07:00
Henrique Gemignani Passos Lima
29b79186db
Add all methods declarations to CPlayerGun
...
Former-commit-id: fa1c86c1292e6b2ccd27aacb7dc9c7571e97a1ea
2022-10-06 15:34:36 +03: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
4295307cbb
More destructor declarations
...
Former-commit-id: 2ea891339ac67dfd836ea61108112dae92888229
2022-10-06 14:06:55 +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
Henrique Gemignani Passos Lima
b85a66c2ee
Add CPlayerGun::CPlayerGun
...
Former-commit-id: 835ea5361fe2660313cf398f83c099e537339810
2022-10-06 13:38:28 +03:00
a578b055a2
Header merge & CScriptPickup progress
...
Former-commit-id: 45c5450376d459f391851c2d1f8b10306db8bac5
2022-10-05 19:06:15 -04:00
Henrique Gemignani Passos Lima
b95f4a88b2
Add CPlayerGun, CGidget, CPlayerCameraBob
...
Former-commit-id: 24acd9863f920ba836ea9cf8c2805080e50a6b14
2022-10-06 01:56:52 +03:00
Henrique Gemignani Passos Lima
e2e4fe7f6c
Add CScriptPickup and all dependencies
...
Former-commit-id: 78aebc89601372ba693d9f02576294afd7530e56
2022-10-05 21:06:23 +03:00
2638a5a81a
CPlayerState fixes
...
Former-commit-id: 8dd881eab1d3af71a6d4281caff3383f5b863bb5
2022-10-04 23:46:30 -07:00
Henrique Gemignani Passos Lima
cc5b5a3cd9
Almost match CPlayerState::CalculateItemCollectionRate
...
Former-commit-id: 4d5311616985721b2bfacd273f78ffc165542256
2022-10-04 21:15:07 +03:00
Henrique Gemignani Passos Lima
3a953cf075
Add CPlayerState::CPlayerState(CInputStream& stream)
...
Former-commit-id: 65e7aeddab320491c7f298adf3582f3403e5798f
2022-10-04 16:29:05 +03:00
bc202ba493
Lots of stuff
...
Former-commit-id: 39b5f3c01e077172d0b2a73931577f44bfd141f4
2022-10-03 20:00:46 -04:00
Henrique Gemignani Passos Lima
16e4de9bfe
Implement CScriptSpecialFunction::ThinkSpinnerController
...
Former-commit-id: d26a30f186a52104907d6194924da99e76dc5576
2022-10-03 14:55:03 +03:00
c8f194b18c
CScriptSpecialFunction: More matches
...
Former-commit-id: fdbd70eea10e9eaa15da8b666a94c6f0797eb350
2022-10-02 18:27:13 -04:00
Henrique Gemignani Passos Lima
63988f60bc
Preparing other headers for CScriptSpecialFunction
...
Former-commit-id: 6ffb16e4a96587debc80397a7363b9ccaf4520ce
2022-10-02 18:21:51 +03:00
Henrique Gemignani Passos Lima
bb86f3dc01
Add CPlayerState ( #5 )
...
* Start CPlayerState
* CPlayerState::CalculateHealth symbol rename
* Add inline constructor for CHealthInfo
* Add skeleton for the rest of CPlayerState
* Match CPlayerState::DecrPickUp
* Match more methods in CPlayerState
* Run formatting
* Fix function order
* Improving the constants
Former-commit-id: 1e30daa096f8ab2c1df6431d50a385671a913bf0
2022-10-01 10:08:15 -04:00
adb54a9892
Symbol fixes, headers & main progress
...
Former-commit-id: 6944a14e890aff84111901c37e9a7b96a3e38517
2022-10-01 02:19:15 -04:00
453bc3c3d6
Some CBallCamera progress
...
Former-commit-id: 3831cfa9051a4bd3c0174138fbc4111b2ea16f24
2022-09-29 01:30:20 -04:00
9637b6f796
Begin CBallCamera & more headers
...
Former-commit-id: 21f597aeb7930aae0196f4f8fc476c3b3721ae17
2022-09-21 01:18:20 -04:00
b32c6018e8
CPlayer header, more CScriptPlatform, renaming
...
Former-commit-id: 5d9f7afa3b4905c5d9c402c89723a9425d301dda
2022-09-19 00:19:46 -04:00
0f25a3c8d4
Migrate s32->int, u32->uint; fix dolphin/types.h
...
Former-commit-id: 7eb08b6ee832f11971da0cfdc53b5a55b74ac79d
2022-09-05 00:01:22 -04:00
f3e607a3af
Renaming & more CActor progress
...
Former-commit-id: bcfefcc34ae220e5d4f7707c569473819f9f53a4
2022-08-15 22:14:28 -04:00
9d3a5c7670
Move back to 1.3.2 compiler
...
Former-commit-id: 1107bdaa26d4d991ec9f7d00e4736d2012561f98
2022-08-09 19:07:49 -04:00
bed1bb88de
Reorganize includes to match asm
...
Former-commit-id: 848752477e6833629bb0ce30125ca6f5dbffccd1
2022-07-18 18:42:58 -04:00