Commit Graph

36 Commits

Author SHA1 Message Date
elijah-thomas774 da9155aa5f Merge branch '🥚' of https://github.com/robojumper/ss into pr/142 2025-03-22 20:47:19 -04:00
elijah-thomas774 f66c22cf63 eggDrawPathLightMap OK 2025-03-22 20:47:12 -04:00
robojumper b3732b0c45 LightManager start 2025-03-22 23:46:44 +01:00
elijah-thomas774 b16089a834 convert CpuTexture to use ResTIMG header 2025-03-22 13:50:29 -04:00
robojumper 510df58ea4 eggLightObject good enough 2025-03-22 12:34:18 +01:00
elijah-thomas774 818e818b56 eggPalette and eggTexture 2025-03-21 21:09:54 -04:00
robojumper 3c90e916b9 Start LightObject 2025-03-22 01:10:45 +01:00
elijah-thomas774 00ececa0b5 Egg Camera a small bit closer 2025-03-21 19:38:30 -04:00
robojumper b6505d23ad StateGX OK 2025-03-21 20:38:00 +01:00
robojumper 641c56b24a wat 2025-03-21 10:56:05 +01:00
robojumper 4890acfe80 Some frustum/screen 2025-03-21 00:46:41 +01:00
robojumper 70123b2777 Some ScreenEffectBlur, CpuTexture 2025-03-20 23:19:35 +01:00
robojumper a26b40083f Simple match 2025-03-20 19:59:10 +01:00
robojumper 2c2d5849b4 More effect 2025-03-20 19:46:28 +01:00
robojumper bd2c72d8c2 Some PostEffect 2025-03-20 16:42:31 +01:00
robojumper 217851300a Attempt eggCamera 2025-03-19 23:16:03 +01:00
robojumper 1661ab219f DrawGX almost completely matching 2025-03-19 00:27:28 +01:00
robojumper c0dfac79f7 PostEffectMask OK 2025-03-16 23:30:51 +01:00
robojumper fd19da8ac8 First CreateDisplayList attempt 2025-03-16 22:18:01 +01:00
robojumper 540abd8cd1 Parts of ModelEx 2025-03-16 22:18:01 +01:00
robojumper 82939548fb TextureBuffer copied from OGWS with some changes 2025-03-16 22:18:01 +01:00
robojumper 4eba49d9f8 Rough outline for LightTextureManager 2025-03-16 22:17:53 +01:00
robojumper f622030c71 Rough outline for LightTexture 2025-03-16 22:17:53 +01:00
robojumper 861a78a446 PostEffectBase almost 2025-03-16 22:17:53 +01:00
robojumper 03e3fc5cfa More 2025-03-16 22:17:53 +01:00
robojumper 8759f710e5 more 2025-03-16 22:17:50 +01:00
robojumper 9b7889f034 Some small classes 2025-03-16 22:14:44 +01:00
robojumper 3967ab8dc6 Some misc graphics stuff 2025-03-16 16:41:15 +01:00
robojumper 07723ba959 Egg header 2025-03-09 19:01:24 +01:00
Elijah Thomas 26af4db82d update from dtk-template - clangd :) (#66)
* update from dtk-template and start work towards using clangd

* include <a> -> "a"

* Update build.yml

* remove/add non-trivial class in union warning
2024-10-16 15:36:02 -04:00
Elijah Thomas b5aa43ff37 Misc Collision (#51)
* Initial Commit - Starting to translate from TP

* Collision Updates

* Actor Collision -> dBgW (DZB Collision)

* bg .text splits complete

* fix errors

* file organization

* missed files

* progress

* weee

* most of cM3dG

* Revert mAng change

* Progress

* Progress -> Need to update from main

* Fixup Merge

* d_bg_s symbols....

* TList Changes

* oops

* d_bg_s large progress

* d_bg_s_acch majority done

* d_bg_s_chk OK

* d_bg_s_gnd_chk OK

* d_bg_s_grp_pass_chk OK

* d_bg_lin_chk OK

* d_bg_s_poly_pass_chk OK

* d_bg_s_roof_chk and d_bg_s_sph_chk OK

* d_bg_s_spl_grp_chk OK

* d_bg_s_wtr_chk OK

* d_bg_w started

* d_bg_w_base OK

* name d_bg_w_kcol symbols

* d_bg_w_sv split/started

* most of d_bg_w_time

* stopping d_bg_w_kcol for now

* d_bg_w_sv OK

* work on d_bg_w_time

* revert TList to take offset arg

* fixup some compiler warnings

* set c_bg_w OK

* Update rel_sieve.py

* Remove TList Macros

* Bomb Header started
2024-10-16 09:00:47 -04:00
Elijah Thomas dc221b4795 Misc Egg (#37)
* EGG: Archive, DvdFile, DvdRipper

* start eggStream

* FrmHeap and AssertHeap OK

* progress on EggController

* port in WPAD stuff

* update WPAD/WUD/KPAD/SC symbols

* eggController OK

* bytematch more CoreController virtual funcs

* eggDecomp/eggStreamDecomp Ok

* eggDvdRipper OK

* EGG gfx splits

* Finished Splitting EGG

* create egg Files

* eggDecomp.h -> eggStreamDecomp.h

* Revert some format changes
2024-10-01 20:24:25 -04:00
robojumper 4d9a0d6390 d_fader OK (#46) 2024-10-01 08:55:07 -04:00
robojumper ed4aa23119 d_rawarchive followups (#42)
* d_rawarchive followups

* symbols hygiene

* Add Egg function
2024-09-29 20:34:33 -04:00
robojumper 5aa30927ff m2d (#22)
* m2d

---------

Co-authored-by: elijah-thomas774 <elijahthomas774@gmail.com>
2024-09-12 22:01:40 -04:00
robojumper 1180e1f486 m3d (#13)
* Initial M3d Pass
* `m_bmdl` and `m_bline` left

---------

Co-authored-by: elijah-thomas774 <elijahthomas774@gmail.com>
Co-authored-by: Elijah Thomas <42302100+elijah-thomas774@users.noreply.github.com>
2024-09-12 16:36:34 -04:00