Henrique Gemignani Passos Lima
0c3d5d2a07
Add almost matching CFaceplateDecoration
...
Former-commit-id: 0a0483489c
2022-10-21 16:48:25 +03:00
Henrique Gemignani Passos Lima
e36d4654dc
Add CScriptSteam
...
Former-commit-id: 9234899097
2022-10-21 15:01:25 +03:00
Luke Street
5580c42dc6
Various build fixes for host builds
...
Former-commit-id: 2659556809
2022-10-20 21:32:04 -04:00
Henrique Gemignani Passos Lima
9d78c47057
Match and link CProjectileInfo
...
Former-commit-id: 928ade0175
2022-10-20 14:18:42 +03:00
Henrique Gemignani Passos Lima
e3d6fb4111
Add CScriptSpawnPoint
...
Former-commit-id: 6d086a09e7
2022-10-17 22:19:07 +03:00
Henrique Gemignani Passos Lima
c90ff954d5
Match and link CRumbleManager
...
Former-commit-id: 6aaf6fbd0d
2022-10-17 14:10:16 +03:00
Henrique Gemignani Passos Lima
18de83f2e4
Match but don't link CAudioStateWin
...
Former-commit-id: 2313ccfa1d
2022-10-14 02:31:53 +03:00
Henrique Gemignani Passos Lima
7ec4707661
Use COutputStream::Put
...
Former-commit-id: a02037e266
2022-10-11 21:35:41 +03:00
Henrique Gemignani Passos Lima
cc98c4bdaf
Match SGameFileSlot::InitializeFromGameState (and a few others)
...
Former-commit-id: 9bd9f9c32f
2022-10-11 20:10:00 +03:00
Henrique Gemignani Passos Lima
155de1457f
Add CMemoryCardDriver::ExportPersistentOptions
...
Former-commit-id: 93ef9574e1
2022-10-11 19:56:45 +03:00
Henrique Gemignani Passos Lima
280928fc65
Match CMemoryCardDriver::ImportPersistentOptions
...
Former-commit-id: 46335059ec
2022-10-11 19:38:13 +03:00
Henrique Gemignani Passos Lima
5198e478f2
Add CMemoryCardDriver::BuildExistingFileSlot
...
Former-commit-id: 8487d3751b
2022-10-11 19:28:27 +03:00
Henrique Gemignani Passos Lima
b079ad7432
Almost match CMemoryCardDriver::BuildNewFileSlot
...
Former-commit-id: cdfda89fa6
2022-10-11 19:08:45 +03:00
Luke Street
45c469d8ee
CPlayerGun progress
...
Former-commit-id: a963804889
2022-10-11 11:31:28 -04:00
Henrique Gemignani Passos Lima
165cc200e4
Match CMemoryCardDriver::WriteBackupBuf
...
Former-commit-id: d780a22b4e
2022-10-11 12:03:10 +03:00
Henrique Gemignani Passos Lima
4ac2f273b4
Add CMemoryCardDriver
...
Former-commit-id: e7e54730a3
2022-10-10 22:44:11 +03:00
Henrique Gemignani Passos Lima
ac0ac6abb4
Almost match CPlayerGun::TakeDamage
...
Former-commit-id: fbfdc6cd09
2022-10-10 22:15:26 +03:00
Henrique Gemignani Passos Lima
ac84b38d5d
Add CPlayerGun::CMotionState::Update
...
Former-commit-id: ac068fd97d
2022-10-09 17:41:13 +03:00
Luke Street
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: 133326ae40
2022-10-09 01:37:23 -04:00
Luke Street
7f83e1fa03
Standardize include guards, clang-format headers
...
Former-commit-id: 261ee48bba
2022-10-09 01:13:17 -04:00
Luke Street
dbd1477d01
Match & link CScriptPickup
...
Former-commit-id: a7cefd7c4b
2022-10-08 01:12:48 -04:00
Henrique Gemignani Passos Lima
698badd39d
Fix compilation
...
Former-commit-id: a6a103de01
2022-10-06 23:40:41 +03:00
Henrique Gemignani Passos Lima
72ba8f32df
Add CPlayerGun::UpdateGunIdle
...
Former-commit-id: a9f4b00047
2022-10-06 23:40:41 +03:00
Henrique Gemignani Passos Lima
dc7903e2c7
Add CPlayerGun::UpdateWeaponFire
...
Former-commit-id: 3b152e5efa
2022-10-06 22:45:21 +03:00
Henrique Gemignani Passos Lima
291515c5ee
Almost match CPlayerGun::GetTargetId
...
Former-commit-id: c059b527ec
2022-10-06 19:57:29 +03:00
Phillip Stephens
f507623c40
More CPlayerGun matches
...
Former-commit-id: ec34055dbb
2022-10-06 07:24:38 -07:00
Henrique Gemignani Passos Lima
29b79186db
Add all methods declarations to CPlayerGun
...
Former-commit-id: fa1c86c129
2022-10-06 15:34:36 +03:00
Henrique Gemignani Passos Lima
758feb2c59
Add CPlayerGun::PreRender/CPlayerGun::AddToRenderer
...
Former-commit-id: 6d2ab5775d
2022-10-06 14:37:57 +03:00
Henrique Gemignani Passos Lima
4295307cbb
More destructor declarations
...
Former-commit-id: 2ea891339a
2022-10-06 14:06:55 +03:00
Henrique Gemignani Passos Lima
f9c75b90ee
Almost match ~CPlayerGun
...
Former-commit-id: c332d1ef47
2022-10-06 14:04:05 +03:00
Henrique Gemignani Passos Lima
ba9faeb44c
Reasonably match CPlayerGun constructor
...
Former-commit-id: 72d07311fd
2022-10-06 13:38:28 +03:00
Henrique Gemignani Passos Lima
3caccf5974
Progress in CPlayerGun constructor
...
Former-commit-id: a40d835759
2022-10-06 13:38:28 +03:00
Henrique Gemignani Passos Lima
b85a66c2ee
Add CPlayerGun::CPlayerGun
...
Former-commit-id: 835ea5361f
2022-10-06 13:38:28 +03:00
Luke Street
a578b055a2
Header merge & CScriptPickup progress
...
Former-commit-id: 45c5450376
2022-10-05 19:06:15 -04:00
Henrique Gemignani Passos Lima
b95f4a88b2
Add CPlayerGun, CGidget, CPlayerCameraBob
...
Former-commit-id: 24acd9863f
2022-10-06 01:56:52 +03:00
Henrique Gemignani Passos Lima
e2e4fe7f6c
Add CScriptPickup and all dependencies
...
Former-commit-id: 78aebc8960
2022-10-05 21:06:23 +03:00
Phillip Stephens
2638a5a81a
CPlayerState fixes
...
Former-commit-id: 8dd881eab1
2022-10-04 23:46:30 -07:00
Henrique Gemignani Passos Lima
cc5b5a3cd9
Almost match CPlayerState::CalculateItemCollectionRate
...
Former-commit-id: 4d53116169
2022-10-04 21:15:07 +03:00
Henrique Gemignani Passos Lima
3a953cf075
Add CPlayerState::CPlayerState(CInputStream& stream)
...
Former-commit-id: 65e7aeddab
2022-10-04 16:29:05 +03:00
Luke Street
bc202ba493
Lots of stuff
...
Former-commit-id: 39b5f3c01e
2022-10-03 20:00:46 -04:00
Henrique Gemignani Passos Lima
16e4de9bfe
Implement CScriptSpecialFunction::ThinkSpinnerController
...
Former-commit-id: d26a30f186
2022-10-03 14:55:03 +03:00
Luke Street
c8f194b18c
CScriptSpecialFunction: More matches
...
Former-commit-id: fdbd70eea1
2022-10-02 18:27:13 -04:00
Henrique Gemignani Passos Lima
63988f60bc
Preparing other headers for CScriptSpecialFunction
...
Former-commit-id: 6ffb16e4a9
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: 1e30daa096
2022-10-01 10:08:15 -04:00
Luke Street
adb54a9892
Symbol fixes, headers & main progress
...
Former-commit-id: 6944a14e89
2022-10-01 02:19:15 -04:00
Luke Street
453bc3c3d6
Some CBallCamera progress
...
Former-commit-id: 3831cfa905
2022-09-29 01:30:20 -04:00
Luke Street
9637b6f796
Begin CBallCamera & more headers
...
Former-commit-id: 21f597aeb7
2022-09-21 01:18:20 -04:00
Luke Street
b32c6018e8
CPlayer header, more CScriptPlatform, renaming
...
Former-commit-id: 5d9f7afa3b
2022-09-19 00:19:46 -04:00
Luke Street
0f25a3c8d4
Migrate s32->int, u32->uint; fix dolphin/types.h
...
Former-commit-id: 7eb08b6ee8
2022-09-05 00:01:22 -04:00
Luke Street
f3e607a3af
Renaming & more CActor progress
...
Former-commit-id: bcfefcc34a
2022-08-15 22:14:28 -04:00