Commit Graph

605 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 fb8a021935 fix 2025-03-23 00:17:07 +01: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 4c9213be54 eggScreen OK (thanks kiwi!) 2025-03-21 11:29:27 +01:00
robojumper 641c56b24a wat 2025-03-21 10:56:05 +01:00
elijah-thomas774 e2c2ec6c2d fix EGG::Matrix34f Copy assignment 2025-03-20 22:05:01 -04:00
robojumper 5a84a6248a Fix? 2025-03-21 00:48:22 +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
elijah-thomas774 5c67aac0f2 more sensible GX VTX ATTR typing 2025-03-18 23:12:32 -04:00
robojumper 1661ab219f DrawGX almost completely matching 2025-03-19 00:27:28 +01:00
robojumper aa9d6c1557 Bit of progress 2025-03-17 00:36:41 +01:00
robojumper 4a86d9514a CreateDisplayList almost 2025-03-16 23:56:52 +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 35b4e24039 Merge pull request #141 from robojumper/d3d
Some misc graphics stuff
2025-03-16 22:14:23 +01:00
elijah-thomas774 c24eb23c14 d_scn_callback matching and better PCAM names 2025-03-16 15:54:32 -04:00
robojumper eb2943d07e Fix Ghidra symbol postprocessing (#125)
* Fix Ghidra symbol postprocessing

* Actually fix namespacing
2025-03-16 12:15:52 -04:00
robojumper 3967ab8dc6 Some misc graphics stuff 2025-03-16 16:41:15 +01:00
CovenEsme 7400f6c66a Improve dAcBase_c (#133)
* Improve dAcBase_c

* Fix missed polyAttr0/1 renaming

* Add getters for EventManager funcs used in dAcBase

* Fix include

* Replace actor_properties with helper calls

* Fix SoundInfo TList function (thanks robo)

* Make roundAngleToNearest90 static

* Fix removeSoundInfo symbol

* Revert d_a_item spawnItem and spawnDrop param change

* Fix d_t_reaction and improve spawnHearts a bit

* Also update special_item_drop_mgr

* Fix special_item_drop_mgr

* Small fixes

---------

Co-authored-by: robojumper <robojumper@gmail.com>
Co-authored-by: elijah-thomas774 <elijahthomas774@gmail.com>
2025-03-16 11:40:04 -04:00
Elijah Thomas 9c3c480b24 g3d source (#123)
* g3d_calcvtx

GetData seems to have changed -> dwarf says r is a local and using ofs_to_ptr didnt work

* g3d_light and g3d_fog

sdata2 splits and func ordering

* g3d_scnproc

* g3d_init

* g3d_scnmdl

* g3d_scnmdlsmpl

* g3d_scnroot

* g3d_scnobj

* g3d_res* progress

* g3d_resmdl OK

* g3d_restev OK

* g3d_resmat OK

* g3d_resvtx and g3d_restex OK

* g3d_resnode OK

* g3d_resanm OK

* g3d_resanmchr Progress

* the rest of g3d_res* OK

* g3d_anmvis OK

* g3d_anmclr OK

* Some Splitting

* more OK, Inline Issue in g3d_anmtexsrt

* g3d_obj, g3d_anmobj, g3d_gpu, g3d_tmem, g3d_cpu OK

* g3d_state OK

* g3d/dcc OK

* Include fixup

* More Fixups

* g3d_camera OK

* g3d_draw OK

* g3d_calcworld OK

* g3d_calcworld actually OK

* g3d_workmem, g3d_dcc OK

* g3d_calcview OK

* g3d_anmtexsrt OK with DONT_INLINE

* g3d_transform OK (Feels Cheaty)

* g3d_resanmchr OK

* g3d_draw1mat1shp Close

* g3d_draw1mat1shp OK (Thanks Lago!). Ran symbol applying script
2025-03-16 11:26:15 -04:00
robojumper fbc35aefd2 Merge pull request #139 from CovenEsme/treasure-island
d_a_obj_treasure_island OK
2025-03-14 15:04:51 +01:00
CovenEsme aa1c06d048 Inline dtor 2025-03-14 14:00:39 +00:00
CovenEsme 9bdfbb69d4 d_a_obj_treasure_island ok 2025-03-14 13:39:59 +00:00
robojumper d8a6ddf3b3 Merge pull request #138 from CovenEsme/pumpkin-bar
d_a_obj_pumpkin_bar OK
2025-03-14 14:38:03 +01:00
CovenEsme 2b4a50803a Add float f suffix 2025-03-14 13:34:18 +00:00
CovenEsme 6b88fbfb8e Revert "Add float f suffix"
This reverts commit d3d336f7a3.
2025-03-14 13:31:49 +00:00
CovenEsme bb38c38e6d Merge branch 'main' into treasure-island 2025-03-14 13:16:22 +00:00
CovenEsme d3d336f7a3 Add float f suffix 2025-03-14 13:11:59 +00:00
CovenEsme 26c9745d36 Add float f suffix 2025-03-14 13:08:30 +00:00
CovenEsme 0d19ae20bb Make members private 2025-03-14 13:07:01 +00:00