Henrique Gemignani Passos Lima
43b1448045
Add almost matched CGameCubeDoll
...
Former-commit-id: 25b4d122076bfcd26f5c162b649282daccaccf61
2022-11-14 04:18:45 +02:00
Henrique Gemignani Passos Lima
0ec68fb53e
Add CStaticInterference
...
Former-commit-id: f10ea9a29fb03ee5fb667eab253d86e061fcaa5a
2022-11-10 17:11:47 +02:00
eccf562310
More CCameraManager
...
Former-commit-id: 27e713a50518e6e6a2c5211078a4e4c77536da36
2022-11-09 22:50:18 -08:00
Henrique Gemignani Passos Lima
c3e6ee87e3
Add CWeaponMgr
...
Former-commit-id: 28983db847f646224db4c80629c9a439d6fa1945
2022-11-10 04:06:24 +02:00
9cece32038
Add CScriptActor
...
Former-commit-id: febfd1faae3f1a216e8d40926fb8cdebc8040363
2022-11-04 01:25:39 -04:00
Henrique Gemignani Passos Lima
a239c9ddde
Use rstl::find
...
Former-commit-id: 6c4971ec76a7f25c10fb8f607333a01ba4c954f4
2022-11-04 00:12:10 +02:00
Henrique Gemignani Passos Lima
28976e9994
Match and link CScriptPlayerHint
...
Former-commit-id: 7f414d1d5eec356ddb0aea2b10e6cc69609fe917
2022-11-04 00:05:21 +02:00
Henrique Gemignani Passos Lima
3d299fc132
Almost match CScriptMailbox
...
Former-commit-id: 99f27bda6ea769760f1eed8126a74cd4149c9ee0
2022-11-03 16:21:47 +02:00
5707a847da
Minor improvements to CScriptVisorFlare
...
Former-commit-id: e31200f62d709f33ad9a257be84ccb97550d3b20
2022-11-01 21:21:07 -04:00
Henrique Gemignani Passos Lima
8498bd6e94
Match and link CScriptBeam
...
Former-commit-id: b19380ffb4f599a0b8fc2095dc5991a085ca12b5
2022-11-01 01:46:20 +02:00
Henrique Gemignani Passos Lima
f7e6ddea87
Properly make vector::operator= not inline
...
Former-commit-id: 47163e0f4eeabad9916cd7e73898b10be7ea645a
2022-10-31 22:30:15 +02:00
Henrique Gemignani Passos Lima
a516acdf8f
Add CGameOptions
...
Former-commit-id: fb422bead34e9c8ff637036857a3910e3a692e38
2022-10-31 18:19:47 +02:00
d4333c1f6a
CNewIntroBoss progress
...
Former-commit-id: fb4706a250e2799dffae867317c03776f4371133
2022-10-30 15:47:50 -04:00
0319fbbf47
Rename CSaveWorld to CWorldSaveGameInfo, minor fixes
...
Former-commit-id: 9b3a16477fa571190eac2521dd26d9ff16acc83d
2022-10-26 21:40:49 -07:00
Henrique Gemignani Passos Lima
d6b660c936
Add CBodyStateInfo
...
Former-commit-id: 5161698befd3ba8341cc87f61b53702e05c7adba
2022-10-25 18:43:42 +03:00
Henrique Gemignani Passos Lima
f57880f218
More things for red_black_tree
...
Former-commit-id: 447aa387afddc9cf007f90ff93c12ed65a9ea65f
2022-10-25 18:11:05 +03:00
Henrique Gemignani Passos Lima
1d9438b638
Add red_black_tree::find
...
Former-commit-id: 7bff97b8be4c017181f904ee9f62388fa820e16c
2022-10-25 17:29:23 +03:00
Henrique Gemignani Passos Lima
b023f939b8
Add red_black_tree::insert
...
Former-commit-id: ee58faa9441bed0162778d81139eace89a5973a1
2022-10-25 15:50:23 +03:00
8173a671c2
Add CStateMachine, mostly matched, constructor needs work
...
Former-commit-id: 06464964dd0d14ecca5105b0637dba521e45f2f1
2022-10-22 21:49:41 -07:00
5580c42dc6
Various build fixes for host builds
...
Former-commit-id: 2659556809a8e7b0b77ddc974e9ddaa200a77250
2022-10-20 21:32:04 -04:00
Henrique Gemignani Passos Lima
8395bf8e95
Add CScriptTrigger
...
Former-commit-id: 865e2d58f257fc156acd5502e54ae4ce5fb199f4
2022-10-20 19:33:06 +03:00
Henrique Gemignani Passos Lima
67d74916d4
Match ~list (in CScriptTrigger)
...
Former-commit-id: 8f29934c36643a28146a85a354e2a5391f5ebb86
2022-10-20 17:25:08 +03:00
Henrique Gemignani Passos Lima
129742b46b
Improve list::clear
...
Former-commit-id: 16cb68c709784104f09eba760013e789a7c16d0c
2022-10-20 17:10:03 +03:00
Henrique Gemignani Passos Lima
6f4ade76fb
Match and link CTweakAutoMapper. With a slight hack.
...
Former-commit-id: 1a83aa2aac7a96f7c34afaab69b2e926742a8ce3
2022-10-20 15:45:54 +03:00
Henrique Gemignani Passos Lima
f5ee53caad
Improve host_cc and some code fixes
...
Former-commit-id: bfbeaf46959ffd3f828a59ab49257654b8783a99
2022-10-20 01:29:03 +03:00
e96ff9bdb5
Link CAABoxFilter
...
Former-commit-id: 2883468211cf73e00f4644dafcaaeb308b8d4f16
2022-10-19 00:12:05 -04:00
effb92b485
rstl::list constructor fix
...
Former-commit-id: e44706da59f124f365ac4c2bd9ec1274927e81df
2022-10-18 23:37:43 -04:00
1537d151f4
Implement rstl::list::push_back; CInputGenerator 98%
...
Former-commit-id: 3029184d1e448ede5bfeac55ac217339c2f73cff
2022-10-18 23:35:26 -04:00
feb8677f93
Link SPositionHistory
...
Former-commit-id: 45baefd6086aab035c5935752843209fd3995614
2022-10-18 21:38:51 -04:00
d849cbcc10
Link Decode & CABSFlinch
...
Former-commit-id: 5e367d95eebc53ca446d80d5fa41096df9ea1e1f
2022-10-16 20:46:56 -04:00
Pwootage
0fbdb1f381
CGBASupport ( #13 )
...
* Start work on GBASupport
* Match update
* Almost perfect match
* Very close to 100% match
* Match & link CGBASupport
* Fix some naming
* use c-cstle cast and round-up
Former-commit-id: d8804b5244e8365aafd58fdf52a67e258e62f4d9
2022-10-16 13:20:36 -07:00
Henrique Gemignani Passos Lima
8db24c473a
Match and link CTweakSlideShow
...
Former-commit-id: d410febb1d00713a97f6482a266b14501be428d4
2022-10-16 19:36:07 +03:00
Pwootage
ffe3826b6e
Some progress on list ( #12 )
...
Former-commit-id: 8feeaa9ed6ea877f511baecfa8a028d63538d911
2022-10-16 12:27:17 -04:00
Henrique Gemignani Passos Lima
0019a1bd46
Add CScriptDockAreaChange
...
Former-commit-id: 7b1fc72739a978ce689b31427fc83acb5177bff0
2022-10-16 03:03:19 +03:00
ff2b38dc53
Match but don't link CSegIdList (rstl::vector inlining)
...
Former-commit-id: dc69b9f2fde6a73cc619d959f75c0f6b8726e707
2022-10-14 22:22:32 -07:00
Henrique Gemignani Passos Lima
37122489ac
Almost match SPositionHistory
...
Former-commit-id: 79efb3b29ccc2401356f069607587b007d169099
2022-10-14 15:20:36 +03:00
Henrique Gemignani Passos Lima
4a5fe82469
Match and link CTweakParticle
...
Former-commit-id: 3e06682f373eb93c3691f6759be82f89b17867e3
2022-10-14 13:01:20 +03:00
Henrique Gemignani Passos Lima
3249380a37
Improve CMemoryCardDriver::InitializeFileInfo
...
Former-commit-id: fdd31b8283355f93bf47adfaa87eefae965aa96d
2022-10-11 20:32:10 +03:00
Henrique Gemignani Passos Lima
4f2a8704db
Fix errors and warnings
...
Former-commit-id: 9f4fc78c16bc29483826c55e7e9a37d22a1df46b
2022-10-11 18:37:27 +03:00
Henrique Gemignani Passos Lima
1706935abb
Match CMemoryCardDriver::EraseFileSlot
...
Former-commit-id: eec621aacc77dd2ff3028ed516f04aa66b116ce6
2022-10-11 18:28:32 +03:00
3fca1f9c89
CMemoryCardDriver progress
...
Former-commit-id: 32a5ad5b7165ef6e5e979a6f126250eb63d6ca8e
2022-10-11 00:00:52 -04:00
Henrique Gemignani Passos Lima
077a16896f
Add CMemoryCardDriver::CMemoryCardDriver
...
Former-commit-id: 8d49e80502ce1c765f0477388a843100ea31b04b
2022-10-11 00:46:32 +03:00
Henrique Gemignani Passos Lima
f3ef565768
Fix building ninja all_source
...
Former-commit-id: f14ca94607588de36dab73334660f81d9b769d14
2022-10-10 12:46:51 +03: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
b4aff47c3c
Allow implicit conversion to rstl::string
...
Former-commit-id: fdbb3376ffc713a2bcdb530fbb64a066cbdf1f9b
2022-10-08 01:46:42 -07:00
28bfac18ed
Start matching CFire, weird regswaps in constructor, rmemory_allocator constructors
...
Former-commit-id: 9ae9e52ed70064439b4b590de435511fe0cc4a96
2022-10-08 01:44:58 -07:00
Henrique Gemignani Passos Lima
40ae0acae1
Add CPlayerGun::InitCTData, auto_ptr "copy" assignment
...
Former-commit-id: fcbfade432bbf6e7bad988c4efc76f73ab5c038d
2022-10-06 19:39:33 +03:00
9b1b52d774
Initial CRumbleVoice, various fixes
...
Former-commit-id: ed90d87a4b6271ee1a309cfe512211c533e2c970
2022-10-06 05:51:36 -07:00