Commit Graph

7 Commits

Author SHA1 Message Date
HeartPiece
e10b48034e mapCode.cpp matched (unlinked) + formatting
need to fix container<mapcode::code> and array container<mapcode::code> vts to link
2022-07-21 20:24:44 +10:00
HeartPiece
710e348061
geomClone.cpp linking and geometry.cpp progress (#24)
* initial geometry.cpp progress

Tube.h fixed + some Vector3f functions added to sysMath.h

* fixed BoundBox definition

* Squashed commit of the following:

commit a4f8483bb1
Author: EpochFlame <82550703+EpochFlame@users.noreply.github.com>
Date:   Sat Jul 16 18:49:55 2022 -0400

    repair matching

commit b407b5de36
Author: EpochFlame <82550703+EpochFlame@users.noreply.github.com>
Date:   Sat Jul 16 18:36:47 2022 -0400

    more subis cleanup

commit beced91894
Author: EpochFlame <82550703+EpochFlame@users.noreply.github.com>
Date:   Sat Jul 16 18:35:59 2022 -0400

    subis cleanup

commit 61fea041de
Author: EpochFlame <82550703+EpochFlame@users.noreply.github.com>
Date:   Sat Jul 16 13:44:09 2022 -0400

    stream.cpp (#23)

    * RamStream functions and writeShort

    thank you encounter, legend

    * va_arg fixes

    * stream.h matched

    still has linking errors that need fixing to do with Stream's vtable being called by RamStream::RamStream

    Co-Authored-By: Luke Street <luke@street.dev>

    * va_arg updates/preliminary linking

    NON-MATCHING

    * text fixes

    * stream.cpp 🆗

    2%

    * formatting

    Co-authored-by: HeartPiece <deancsouthwood@gmail.com>
    Co-authored-by: Luke Street <luke@street.dev>

commit a1791ce76e
Author: HeartPiece <deancsouthwood@gmail.com>
Date:   Sun Jul 17 01:11:57 2022 +1000

    Updated info on context generator script

    Co-Authored-By: Luke Street <luke@street.dev>

* stream.cpp formatting

* geometry.cpp progress

* geomClone.cpp semi-linking

vt still in asm, need to fix later

* Squashed commit of the following:

commit 8f40b52ee1
Author: HeartPiece <deancsouthwood@gmail.com>
Date:   Mon Jul 18 14:18:46 2022 +1000

    gameStages.cpp linked

commit cafe7c1caf
Author: intns <84647527+intns@users.noreply.github.com>
Date:   Mon Jul 18 03:59:34 2022 +0100

    Closer to match... 

commit a0368991db
Author: intns <84647527+intns@users.noreply.github.com>
Date:   Mon Jul 18 03:14:24 2022 +0100

    Match gameStages.cpp

commit 42d5d62776
Author: intns <84647527+intns@users.noreply.github.com>
Date:   Sun Jul 17 16:21:43 2022 +0100

    gameStages progress

commit a2ae64c110
Author: HeartPiece <deancsouthwood@gmail.com>
Date:   Sun Jul 17 16:45:50 2022 +1000

    gameStages.cpp progress

commit 9da26df32f
Author: HeartPiece <deancsouthwood@gmail.com>
Date:   Sun Jul 17 15:23:54 2022 +1000

    fixed MapCollision match break

commit 01fb1262c8
Author: intns <84647527+intns@users.noreply.github.com>
Date:   Sun Jul 17 05:32:25 2022 +0100

    Update gameStages.cpp

commit 3b80594d0c
Author: intns <84647527+intns@users.noreply.github.com>
Date:   Sun Jul 17 05:32:12 2022 +0100

    gameStages.cpp massive progress

commit 3d9f9b3462
Author: intns <84647527+intns@users.noreply.github.com>
Date:   Sun Jul 17 03:25:52 2022 +0100

    fix aiFree data locations, cannot link

commit 0cde296ad3
Author: intns <84647527+intns@users.noreply.github.com>
Date:   Sun Jul 17 02:54:57 2022 +0100

    Update README.MD

commit 4f1150685d
Merge: 293cba5f e6390931
Author: intns <84647527+intns@users.noreply.github.com>
Date:   Sun Jul 17 02:53:05 2022 +0100

    Merge branch 'aiBridge.cpp'

commit e63909316c
Author: intns <84647527+intns@users.noreply.github.com>
Date:   Tue Jul 12 14:31:29 2022 +0100

    Finish AIFree

    aiBridge work

    match aiBridge

commit 293cba5fec
Merge: facb10e3 c564fe9c
Author: intns <84647527+intns@users.noreply.github.com>
Date:   Sun Jul 17 02:50:13 2022 +0100

    Merge branch 'aiBridge.cpp'

commit c564fe9cca
Author: intns <84647527+intns@users.noreply.github.com>
Date:   Sun Jul 17 02:49:43 2022 +0100

    match aiBridge

commit facb10e325
Merge: 72bddcfa a4f8483b
Author: Jonathon Brady <jonathonabrady@gmail.com>
Date:   Sat Jul 16 21:33:10 2022 -0400

    Merge branch 'main' of https://github.com/projectPiki/pikmin2

commit 72bddcfa69
Author: Jonathon Brady <jonathonabrady@gmail.com>
Date:   Sat Jul 16 21:33:00 2022 -0400

    ogScene WIP

commit a4f8483bb1
Author: EpochFlame <82550703+EpochFlame@users.noreply.github.com>
Date:   Sat Jul 16 18:49:55 2022 -0400

    repair matching

commit b407b5de36
Author: EpochFlame <82550703+EpochFlame@users.noreply.github.com>
Date:   Sat Jul 16 18:36:47 2022 -0400

    more subis cleanup

commit beced91894
Author: EpochFlame <82550703+EpochFlame@users.noreply.github.com>
Date:   Sat Jul 16 18:35:59 2022 -0400

    subis cleanup

commit 61fea041de
Author: EpochFlame <82550703+EpochFlame@users.noreply.github.com>
Date:   Sat Jul 16 13:44:09 2022 -0400

    stream.cpp (#23)

    * RamStream functions and writeShort

    thank you encounter, legend

    * va_arg fixes

    * stream.h matched

    still has linking errors that need fixing to do with Stream's vtable being called by RamStream::RamStream

    Co-Authored-By: Luke Street <luke@street.dev>

    * va_arg updates/preliminary linking

    NON-MATCHING

    * text fixes

    * stream.cpp 🆗

    2%

    * formatting

    Co-authored-by: HeartPiece <deancsouthwood@gmail.com>
    Co-authored-by: Luke Street <luke@street.dev>

commit a1791ce76e
Author: HeartPiece <deancsouthwood@gmail.com>
Date:   Sun Jul 17 01:11:57 2022 +1000

    Updated info on context generator script

    Co-Authored-By: Luke Street <luke@street.dev>
2022-07-19 01:41:12 +10:00
SodiumChlorideLogic
e50a9cbfd0 Additional dump.
Future commits should be more normal now. Hopefully.
2022-01-31 19:51:30 -05:00
SodiumChlorideLogic
af51437ba6 Reverse min and max of BoundBox.
More SeaMgr.
Misc changes.
2022-01-15 22:03:45 -05:00
SodiumChlorideLogic
f75daee376 Progress of Cell and Cell accessories. 2021-11-03 22:15:55 -04:00
intns
fdf139f4ae Fill BoundBox and Plane headers 2021-10-19 13:41:37 +01:00
intns
b5108f7a74 Dump 1 2021-10-14 00:59:32 +01:00