Commit Graph

1729 Commits

Author SHA1 Message Date
shibbo
38d23303b6 fix some include issues 2024-07-20 19:52:12 -04:00
shibbo
5701e43ede BossKameckVs2.o 100% 2024-07-20 19:41:38 -04:00
shibbo
f87ac04d63 BossKameckVs1.o 100% 2024-07-20 19:03:25 -04:00
shibbo
e63aa29ed9 BossKameckBattleDemo.o 100% 2024-07-20 18:01:06 -04:00
shibbo
317f92739a BossKameckSequencer.o 100% 2024-07-20 16:40:30 -04:00
shibbo
b005c42a04 BossKameckMoveRail.o 100% 2024-07-20 00:09:12 -04:00
shibbo
6684bf3304 BossKameckBattlePattarn.o 100% 2024-07-19 23:40:55 -04:00
shibbo
1c06132db9 BossKameckActiono and BossKameckBarrier.o 100% 2024-07-19 23:28:16 -04:00
shibbo
1367d91a61 map out all of BossKameck 2024-07-19 23:07:10 -04:00
shibbo
49b3cf762e fix all compiler errors 2024-07-19 21:00:32 -04:00
shibbo
b348284dfc some small AstroDomeOrbit attempts 2024-07-19 20:56:04 -04:00
Evanbowl
bc65d7e7a5 LavaSteam 63% 2024-07-17 09:15:13 -04:00
Evanbowl
42bb2c845a ButtonPaneController 100% and SysInfoWindow 96.8% 2024-07-16 19:16:00 -04:00
Gabbo
a35b774a74 Birikyu 95% -> 100% 2024-07-15 22:05:13 +02:00
Gabbo
256ea0a8cb Pole 100.0% 2024-07-15 19:51:56 +02:00
shibbo
0e57dda59e update progress % 2024-07-08 20:22:53 -04:00
Headpenguin
ac736eb936 Fix compilation errors and use better names in the definition of
`TMtx34f::setRotate` in `OceanSphere.cpp`
2024-07-07 10:55:12 -04:00
shibboleet
731f40f5ef
Merge pull request #160 from Headpenguin/master
100% `Gravity.a`
2024-07-06 20:24:13 -04:00
shibboleet
a51df52eb8
Merge branch 'master' into master 2024-07-06 20:24:00 -04:00
Joshua Andrew
7a93cac05b BossBegomanHead.o 100% 2024-07-06 20:20:03 -04:00
Head Penguin
2979d129d3
Merge branch 'master' into master 2024-06-30 18:54:19 -04:00
Headpenguin
b07b1b4592 Fix conflicts resulting from normalization of line endings 2024-06-30 18:45:10 -04:00
Headpenguin
dc884bf548 Update fixed whitespace 2024-06-30 18:39:46 -04:00
Joshua Andrew
52bc70abbb some messing with WaveFloatingForce 2024-06-30 18:37:06 -04:00
Headpenguin
11a2d9903b Fix line endings 2024-06-30 18:35:39 -04:00
Joshua Andrew
5e3e984530 Merge branch 'master' of https://github.com/shibbo/Petari 2024-06-29 16:06:31 -04:00
Joshua Andrew
b99faadc8c AstroMapBoard.o 100% 2024-06-29 16:06:22 -04:00
shibboleet
97f4367ff5
Merge pull request #161 from Headpenguin/fixle
Add `.gitattributes` to eable line-ending normalization
2024-06-29 15:31:55 -04:00
Joshua Andrew
9ad605e5f6 Candlestand.o at 93% 2024-06-29 15:21:15 -04:00
Joshua Andrew
68d8cb6d0a sync progress 2024-06-27 19:08:55 -04:00
Joshua Andrew
3acc88ba01 Merge branch 'master' of https://github.com/shibbo/Petari 2024-06-27 19:08:42 -04:00
Joshua Andrew
6d5eb0c16e progress on Candlestand 2024-06-27 19:07:47 -04:00
Headpenguin
a126c20029 Create .gitattributes to enable line-ending normalization for all contributers 2024-06-27 18:54:55 -04:00
Gabbo
3e12248039 InvisiblePolygonObjGCapture 100% 2024-06-27 15:33:49 +02:00
Gabbo
b08deda8c2 InvisiblePolygonObj 100% 2024-06-27 15:32:01 +02:00
Headpenguin
1649bb2727 Make changes so a clean build compiles
`StageDataHolder::getCommonPathPointInfo` and
`StageDataHolder::getCommonPathPointInfoFromRailDataIndex` both had
different return types between their headers and source files. I updated
the header return type based on the source return type because the
source file was more recently updated (see commit b5dc6e8).

CameraUtil.cpp also had a mismatched return type with its header.

`MultiEmitterCallBack.hpp` was deleted for no apparent reason, so I
restored it and gave `JPAEmitterCallback` its own header.
2024-06-27 08:46:50 -04:00
Headpenguin
a0bd939dac Merge branch 'gravity' 2024-06-27 08:01:03 -04:00
Headpenguin
0eeb7a6d64 Fix minor formatting issues 2024-06-27 07:49:16 -04:00
Super Hackio
c4c028b049 Fix incorrect member field usage
It's 100% NOT supposed to be mScale 💀 🐟
2024-06-26 19:58:01 -07:00
Headpenguin
6d3246801f progress.py 2024-06-26 22:11:27 -04:00
Headpenguin
14124664f3 Rematch a few functions 2024-06-26 22:04:49 -04:00
Headpenguin
1be6713cb9 Add non-matching decompilation of TVec3f::cubic 2024-06-26 17:09:02 -04:00
Headpenguin
955da3585d 100% Gravity.a
Matched ConeGravity::calcOwnGravityVector and cleaned up CubeGravity.cpp

Cleaned up comments in TMatrix.hpp

Added an inline in TVec.hpp for vector rejection that gets used
throughout Gravity.a
2024-06-26 17:06:23 -04:00
Headpenguin
e8794553c5 100% SegmentGravity.o, WireGravity.o, ParallelGravity.o,
DiskTorusGravity.o

Matched all remaining functions in the above files and
both forms of `TRot3f::mult33`. The `mult33` functions and
`mult33inline` should be returned to since they likely are the same
function. As of right now, `mult33inline` is used to define the
single argument form of `mult33` but not the double argument form.

Added some extra paired single TVec3f inlines

Provided comments explaining what `MR::makeAxisVerticalZX` and
`MR::calcPerpendicularFootToLineInside` do
2024-06-25 20:33:11 -04:00
Headpenguin
52ce5cfd5d Match TMtx3f::mult33 2024-06-24 17:09:07 -04:00
Joshua Andrew
61e9a75683 map out Candlestand 2024-06-23 19:46:44 -04:00
Joshua Andrew
62e5b19ea7 make SkeletalFishGuard::isPlayerInAttackRange better 2024-06-22 17:17:30 -04:00
Joshua Andrew
3b3bc7d518 attempt the last function 2024-06-22 16:43:57 -04:00
Joshua Andrew
279558f3dc attempt SkeletalFishGuard::calcTarget 2024-06-22 15:57:00 -04:00
Joshua Andrew
182bdcc647 get close to matching SkeletalFishGuard::turn 2024-06-22 15:37:06 -04:00