18 Commits

Author SHA1 Message Date
Henrique Gemignani Passos Lima
0bc3ad810b Maybe match but can't link CPlasmaBeam
Former-commit-id: 3bcfd86d48565e550a3b9795e52073c08c24b5a2
2022-11-25 02:01:26 +02:00
45c469d8ee CPlayerGun progress
Former-commit-id: a963804889b9e6b7dbf6c11633fb410580137ce2
2022-10-11 11:31:28 -04: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
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
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
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