24 Commits

Author SHA1 Message Date
341e73de06 DolphinCGraphics nearly done
Former-commit-id: d065d803882a5dbffc351a2248925d5f0e842360
2022-12-06 18:32:53 -05:00
4f9bb0ae1c Match and link CBasicsDolphin.cpp
Former-commit-id: 6880c19ae9c3a98e4d6206732af6718bd666ac39
2022-12-05 20:11:13 -08:00
913b1c8a16 Start DolphinCGraphics, 10/11 functions matching
Former-commit-id: 609873426ed84498c7bfb79c27139b52abec294d
2022-11-29 20:56:37 -05:00
9bdce565df CColor fixes & CVisorFlare progress
Former-commit-id: 5e3a450b545427f1896db2169cdf5377c063552b
2022-11-03 13:10:05 -04:00
Henrique Gemignani Passos Lima
2af0d744cc Add CScriptMidi
Former-commit-id: 1b5ee3bee85ea2642aed12edea2d7fbbeb8bd1a8
2022-10-22 00:40:29 +03:00
8af6095198 Add several particle classes; link CParticleGlobals
Adds CModVectorElement, CParticleDataFactory, CParticleGlobals, CRealElement
CRealElement & CModVectorElement are very close to matching


Former-commit-id: bb99d88d3b8a42d66f2c09b86fb43675046b42cd
2022-10-17 22:06:45 -04:00
484b18ae07 Match CAABox::GetTransformedAABox, minor fixes start CMetroidModelInstance
Former-commit-id: a31407c69cb299375aa5c5fff6718a7258c1fd23
2022-10-09 13:55:07 -07: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
52e270ebf7 Match and link CFinalInput
Former-commit-id: bacfa6a458ca5277a319a375210d44ea5314ff7d
2022-10-08 15:05:33 -07:00
867d66b72d Minor fixes, add COsContextDolphin to completed list in configure.py
Former-commit-id: 09999a24a1af4f328a4747424374ea9a85090144
2022-10-02 18:04:35 -07:00
b9ea7a76b9 Match and link COsContext
Former-commit-id: cc514ecf6e7d6d97613f6a3e80b7a7a5e7436518
2022-10-02 00:43:00 -07:00
adb54a9892 Symbol fixes, headers & main progress
Former-commit-id: 6944a14e890aff84111901c37e9a7b96a3e38517
2022-10-01 02:19:15 -04:00
Henrique Gemignani Passos Lima
8f3807da18 Start RAssertDolphin (#3)
* Start RAssertDolphin

* Add OSContext

* Add missing files, Prime2's ErrorHandler

* Progress in ErrorHandler

* comments

* Don't link new code

* Format code

* Slight adjustments

* Use u16 for OSError

Former-commit-id: 7e8bc34cabd90ab0d70439dfe708b90bdb0aed0a
2022-09-29 19:09:11 -04:00
7698af1f45 Match and link CStopwatch
Former-commit-id: 4d14f750d4092ca1b915678f2f4e87fa430181f0
2022-09-21 23:03:09 -07:00
57bb02906e More allocator work
Former-commit-id: 57ce723ec2d787b29c5ba3b4924842db591b4bfe
2022-09-19 21:35:24 -07:00
234afca6c2 clang-format pass
Former-commit-id: 6a979e343f6a88e4c9b78d3917c1fabfcb211a0a
2022-09-18 02:05:46 -04:00
329618c585 More main progress; tons of headers & stuff
Former-commit-id: a6e365791b35de8a1c056db8a4833150450c84d9
2022-09-13 00:28:02 -04:00
5726400667 More CCubeMaterial
Former-commit-id: 78022784ef67fa267edd40dd9eb58ceab46bbde0
2022-09-05 00:01:22 -04:00
4660679da4 More CGX matches part 2
Former-commit-id: 4758103774fb5c5185cccd1ba737642df87c3baf
2022-08-30 18:48:44 -04:00
00c77e6195 Runtime/math matches; better libc headers
Former-commit-id: bef7db17486213f77de865dfbec529ae23b394a4
2022-08-25 23:46:24 -04:00
da85e24623 DolphinCColor imps, only Lerp(u32, u32, float) isn't matching
Former-commit-id: d36775e76a66a5912bd40effbe201c7e0a74bcb0
2022-08-13 05:57:38 -07:00
bed1bb88de Reorganize includes to match asm
Former-commit-id: 848752477e6833629bb0ce30125ca6f5dbffccd1
2022-07-18 18:42:58 -04:00