Commit Graph

671 Commits

Author SHA1 Message Date
Henrique Gemignani Passos Lima 10908935db
Better matching for CScriptSpecialFunction 2022-10-03 18:49:22 +03:00
Henrique Gemignani Passos Lima fcf2e43f1e
CAnimData: default animation is s16 2022-10-03 18:45:08 +03:00
Henrique Gemignani Passos Lima 3f4e53ec74
Improve CAABox::GetExtents
Thanks encounter
2022-10-03 18:05:16 +03:00
Henrique Gemignani Passos Lima ce2276b310
TAverage: don't implement AddValue inline 2022-10-03 18:03:57 +03:00
Henrique Gemignani Passos Lima 01792db891
Add fmod to math.h 2022-10-03 16:24:59 +03:00
Henrique Gemignani Passos Lima 80843df748
Improve match for CScriptSpecialFunction::Render 2022-10-03 16:15:34 +03:00
Henrique Gemignani Passos Lima 3256933c63
Add missing w_fmod.h 2022-10-03 15:15:06 +03:00
Henrique Gemignani Passos Lima d26a30f186
Implement CScriptSpecialFunction::ThinkSpinnerController 2022-10-03 14:55:03 +03:00
Luke Street 7c6a4be3fc configure.py: Rewrite existing .d 2022-10-03 01:03:10 -04:00
Luke Street 60c82b0a89 Fix CUnitVector3f non-match 2022-10-03 00:56:11 -04:00
Luke Street 87c0a6041c More CScriptSpecialFunction; start rstl::map/red_black_tree 2022-10-03 00:49:20 -04:00
Phillip Stephens 9f8f1ab7f7 Split, match and link CVector3i 2022-10-02 20:09:01 -07:00
Phillip Stephens 302df55a60 Match and link CPlane 2022-10-02 19:55:05 -07:00
Phillip Stephens 19c1aa3ae1 Forgot something.... 2022-10-02 18:16:06 -07:00
Phillip Stephens 4614b90282 Match and link CWarp 2022-10-02 18:14:55 -07:00
Phillip Stephens 09999a24a1 Minor fixes, add COsContextDolphin to completed list in configure.py 2022-10-02 18:04:35 -07:00
Luke Street fdbd70eea1 CScriptSpecialFunction: More matches 2022-10-02 18:27:13 -04:00
Luke Street e8133e9476 Add missing TAverage.hpp 2022-10-02 17:53:28 -04:00
Luke Street 3c42d19078 CScriptSpecialFunction: Fix function order 2022-10-02 17:52:33 -04:00
Luke Street f16397257b Match CScriptSpecialFunction constructor 2022-10-02 17:45:14 -04:00
Luke Street 3a23d993a0 Match CScriptSpecialFunction::PreRender 2022-10-02 16:34:41 -04:00
Henrique Gemignani Passos Lima 9645cb8da6
Merge pull request #10 from henriquegemignani/feature/cscriptspecialfunction
Add CscriptSpecialFunction
2022-10-02 18:36:46 +03:00
Henrique Gemignani Passos Lima 2c857a9fa4
Add CScriptSpecialFunction.hpp/cpp 2022-10-02 18:21:56 +03:00
Henrique Gemignani Passos Lima 6ffb16e4a9
Preparing other headers for CScriptSpecialFunction 2022-10-02 18:21:51 +03:00
Henrique Gemignani Passos Lima 1a2fe4974f
Instructions on how to map certain math constants 2022-10-02 18:15:27 +03:00
Henrique Gemignani Passos Lima f40c4e6555
Add CDamageInfo 2022-10-02 13:14:12 +03:00
Phillip Stephens cc514ecf6e Match and link COsContext 2022-10-02 00:43:00 -07:00
Phillip Stephens 70a1e449bd Match and link CPhsyicsActor 2022-10-01 23:06:32 -07:00
Luke Street f3733581ef Add WIP configure.py ninja build generator 2022-10-02 01:14:00 -04:00
Phillip Stephens d7b2bd3479 WeaponHits/Hurts fixes 2022-10-01 15:13:35 -07:00
Henrique Gemignani Passos Lima 882cebb9b3
Fix linking issues with CDamageVulnerability 2022-10-02 01:06:20 +03:00
Henrique Gemignani Passos Lima c261ee7bb9
Rename static vulnerabilities in CDamageVulnerability.s 2022-10-02 00:55:31 +03:00
Phillip Stephens 893a0ce9f6
Merge pull request #8 from henriquegemignani/cdamagevulnerability
Add CDamageVulnerability.cpp, fill header
2022-10-01 14:49:03 -07:00
Henrique Gemignani Passos Lima dc47a3af22
Add CDamageVulnerability.cpp, fill header 2022-10-02 00:39:52 +03:00
Henrique Gemignani Passos Lima 524b0a4cc8
Fix data for visor list (#7) 2022-10-01 16:40:08 -04:00
Luke Street a0876b5c34 CAABox 90% 2022-10-01 16:39:55 -04:00
Henrique Gemignani Passos Lima 413b75e865
Add instruction for `zeus::CFrustum` (#6) 2022-10-01 16:30:28 -04:00
Luke Street bbf3b658c2 Link CFontImageDef 2022-10-01 15:00:38 -04:00
Henrique Gemignani Passos Lima 1e30daa096
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
2022-10-01 10:08:15 -04:00
Phillip Stephens 77b921601a Match CFontImageDef, can't link due to extraneous TToken destructor 2022-10-01 01:33:18 -07:00
Luke Street 6944a14e89 Symbol fixes, headers & main progress 2022-10-01 02:19:15 -04:00
Luke Street e6639bf20e Add vscode settings, update CONTRIBUTING.md 2022-09-30 17:51:20 -04:00
Luke Street 19b6768179 Better mkdir/clean in Makefile 2022-09-30 17:25:39 -04:00
Luke Street 797070bb0a rstl/algorithm: Remove dangling template<> 2022-09-30 10:17:07 -04:00
Phillip Stephens ec3349c646
Merge pull request #4 from henriquegemignani/bugfix/algorithm-header
algorithm.hpp header fixes
2022-09-30 05:52:25 -07:00
Henrique Gemignani Passos Lima 675a1904c4
algorithm.hpp header fixes 2022-09-30 15:46:54 +03:00
Phillip Stephens e39a8e4c47 Minor fixes, start CTextParser 2022-09-29 21:24:13 -07:00
Luke Street c8c05c2cd5 Fix GetSortingBounds symbol; various fixes 2022-09-29 20:24:12 -04:00
Luke Street 602109d8f0 Halfway match CAABox; continue CBallCamera 2022-09-29 19:55:43 -04:00
Henrique Gemignani Passos Lima 7e8bc34cab
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
2022-09-29 19:09:11 -04:00