Commit Graph

903 Commits

Author SHA1 Message Date
shibbo
4ef6b23e46 BossKameckStateBattle.o at 17% 2024-07-20 21:19:18 -04:00
shibbo
38d23303b6 fix some include issues 2024-07-20 19:52:12 -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
b348284dfc some small AstroDomeOrbit attempts 2024-07-19 20:56:04 -04:00
Evanbowl
42bb2c845a ButtonPaneController 100% and SysInfoWindow 96.8% 2024-07-16 19:16:00 -04:00
Gabbo
256ea0a8cb Pole 100.0% 2024-07-15 19:51:56 +02: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
b99faadc8c AstroMapBoard.o 100% 2024-06-29 16:06:22 -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
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
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
Joshua Andrew
61e9a75683 map out Candlestand 2024-06-23 19:46:44 -04:00
Joshua Andrew
3b3bc7d518 attempt the last function 2024-06-22 16:43:57 -04:00
Gabbo
5013ce5028 Birikyu 95% 2024-06-22 14:31:58 +02:00
Joshua Andrew
2a64b1104e Merge branch 'master' of https://github.com/shibbo/Petari 2024-06-21 19:14:07 -04:00
Joshua Andrew
10d6a509c4 a shot at SkeletalFishGuard::isLineOfSightClear 2024-06-21 19:13:54 -04:00
Headpenguin
d59dd42b0b Match DiskGravity::updateLocalParam, DiskGravity::calcOwnGravityVec, and
TRot3f::setRotate

DiskGravity::updateLocalParam uses an inline of TRot3f::setRotate which
is almost (but not quite yet) unified with the original function.
DiskGravity::updateLocalParam also involved a somewhat ugly abuse of
references to obtain the correct codegen. JMath::TSinCosTable has fixed
so that the table is the correct size and the likely intent of the
template paramater is expressed.
2024-06-21 15:18:04 -04:00
Gabbo
563bdb1530 SurprisedGalaxy 100% 2024-06-14 16:28:40 +02:00
Galaxy Master
87172e15e7 Match FileRipper::checkCompressed 2024-06-10 01:45:26 -04:00
Joshua Andrew
3ac4581d9d map out AstroDomeCameraController 2024-06-08 15:02:43 -04:00
Joshua Andrew
44d6d12ced AstroDomeDemoAstroGalaxy.o 100% 2024-06-08 13:42:40 -04:00
Gabbo
2d774138d2 Banekiti 100% 2024-06-08 00:05:57 +02:00
Gabbo
eabdd023c4 HipDropRock 93.3% 2024-06-04 13:30:45 +02:00
Joshua Andrew
b5dc6e8c55 some changes to StageDataHolder and ScenarioDataParser 2024-06-03 06:53:16 -04:00
Gabbo
328847731c BallBeamer's first member variable documented + addition of RingBeam.hpp 2024-06-02 02:10:30 +02:00
Gabbo
1d21589b82 added 2 functions to Util 2024-06-01 18:52:53 +02:00
Gabbo
3ac13bc1b3 Jiraira 88% -> 96% 2024-06-01 18:47:32 +02:00
Gabbo
38d9ad9b5e BallBeamer 88% 2024-05-30 21:41:01 +02:00
shibbo
31bae44357 more progress on StageDataHolder 2024-04-29 10:47:05 -04:00
shibbo
5ed2c1b461 matched StageDataHolder::initPlacementMario 2024-04-29 09:47:56 -04:00
Gabbo
89b7f1961c BattleShipElevator 100% 2024-04-29 15:04:24 +02:00
Gabbo
92c5425aca PrizeRing 87% 2024-04-28 15:18:06 +02:00
shibbo
e65f7b420e fix all current nonmatchings on StageDataHolder 2024-04-24 18:54:14 -04:00