Commit Graph

35 Commits

Author SHA1 Message Date
Luke Street 8768673d18 Enable clangd integration & revamp VS Code config 2024-10-12 16:58:00 -06:00
Luke Street 02ca9b7893 Minor cleanup & renaming 2024-09-18 23:07:35 -06:00
Luke Street 7e364e92a5 rs_new migration & link CScriptCameraWaypoint, CScriptActorKeyframe
Former-commit-id: 6f33908f35925bdf5807507701c717c5ad69e046
2023-10-12 17:52:29 -04:00
Phillip Stephens 043b4d2cb4 Cleanup CMemory.hpp
Former-commit-id: e07adcf5bd70240efcd1a17ee36046a5ffac199a
2023-10-12 05:15:48 -07:00
Phillip Stephens cc41943a2a Refactor `new` usage to `rs_new`
Former-commit-id: cbf7b415ed96fe9ad0a0a9a11cc1ffb18b5c07da
2023-10-12 05:14:12 -07:00
Phillip Stephens 4ec4c0e62c Match and link RAssertDolphin.cpp
Former-commit-id: fbcbe2c541
2023-10-05 03:09:48 -07:00
Phillip Stephens ec593c79e5 More CMediumAllocPool matches
Former-commit-id: 07962b0ff0
2023-10-03 23:56:48 -07:00
Phillip Stephens 67e861c0f0 Match SMediumAllocPuddle::InitBookKeeping
Former-commit-id: 8d531cf609
2023-10-02 23:47:00 -07:00
Phillip Stephens 543a0f1fe8 Start matching CMediumAllocPool
Former-commit-id: 2c3e4985b1
2023-10-02 22:36:22 -07:00
Phillip Stephens 5349fcf3e9 Initial CMediumAllocPool, rstl::list fixes
Former-commit-id: bda8099994
2023-10-01 12:28:38 -07:00
Luke Street 9b99045882 Revert override removal
Former-commit-id: b6ddfcfc35
2023-02-06 12:01:01 -05:00
Phillip Stephens 38b824cda0 const bool fixes, remove override define
Former-commit-id: 72256e77a5
2023-02-05 23:21:28 -08:00
Henrique Gemignani Passos Lima 06c5486887 Fix compiling with host compiler
Former-commit-id: f7623bd219
2022-12-23 21:33:49 -03:00
Henrique Gemignani Passos Lima fa49ecfc17 Fixing build
Former-commit-id: f8e02c251c
2022-12-22 01:26:49 -03:00
Henrique Gemignani Passos Lima d68b8e27cc Fix all compilation errors when building for host
Former-commit-id: c473566160
2022-10-21 14:24:45 +03:00
Luke Street 5580c42dc6 Various build fixes for host builds
Former-commit-id: 2659556809
2022-10-20 21:32:04 -04:00
Luke Street 2a8516d4cc Add CMetroidAreaCollider
Former-commit-id: 71ff684be4
2022-10-20 20:26:45 -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: d8804b5244
2022-10-16 13:20:36 -07:00
Phillip Stephens 9a35941d7c Remove CCallStack hack
Former-commit-id: 20ccef8a33
2022-10-14 21:33:23 -07:00
Phillip Stephens d694d5e4ea Match and link CCallStackDolphin
Former-commit-id: 2606c5f4a1
2022-10-14 08:46:40 -07:00
Phillip Stephens 58d095dcd4 Match and link CMemory
Former-commit-id: 16d013b419
2022-10-12 01:07:35 -07: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 adb54a9892 Symbol fixes, headers & main progress
Former-commit-id: 6944a14e89
2022-10-01 02:19:15 -04:00
Phillip Stephens befc3f4ce7 More allocator work
Former-commit-id: fc2d2455dc
2022-09-21 23:03:38 -07:00
Phillip Stephens 57bb02906e More allocator work
Former-commit-id: 57ce723ec2
2022-09-19 21:35:24 -07:00
Luke Street 234afca6c2 clang-format pass
Former-commit-id: 6a979e343f
2022-09-18 02:05:46 -04:00
Phillip Stephens 64fe52845f Link CDolphinController.cpp
Former-commit-id: 0450f7b1f1
2022-09-13 22:25:20 -07:00
Luke Street 329618c585 More main progress; tons of headers & stuff
Former-commit-id: a6e365791b
2022-09-13 00:28:02 -04:00
Phillip Stephens 6b306c1121 Link DolphinIController.cpp, start matching CSmallAllocPool
Former-commit-id: 228319e2a5
2022-09-11 11:45:19 -07:00
Phillip Stephens 4f851a605b Link CCircularBuffer.cpp
Former-commit-id: 5d82d47660
2022-09-10 22:54:54 -07: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 9d3a5c7670 Move back to 1.3.2 compiler
Former-commit-id: 1107bdaa26
2022-08-09 19:07:49 -04:00
Phillip Stephens e11b88ea1e Link IAllocator.cpp
Former-commit-id: 0680c9d62d
2022-07-20 21:47:03 -07:00
Luke Street bed1bb88de Reorganize includes to match asm
Former-commit-id: 848752477e
2022-07-18 18:42:58 -04:00