Commit Graph

389 Commits

Author SHA1 Message Date
robojumper 811e774678 LightTexture close 2025-03-27 15:41:44 +01:00
robojumper 6c5ed3a266 A bit of LightTexture 2025-03-26 23:58:09 +01:00
robojumper 8c8676aed1 StateEfb less one regswap 2025-03-25 22:20:21 +01:00
elijah-thomas774 a8327ffc92 Im tired 2025-03-24 21:28:54 -04:00
robojumper 3e7dd3283a Start StateEfb 2025-03-24 23:40:14 +01:00
elijah-thomas774 922f048314 Merge branch '🥚' of https://github.com/robojumper/ss into pr/142 2025-03-23 21:01:23 -04:00
elijah-thomas774 31728178d9 More PostEffect Progress 2025-03-23 21:01:17 -04:00
robojumper 178af0c42b LightManager halfway there 2025-03-23 22:51:40 +01:00
elijah-thomas774 3ef9b0df8b PostEffect Progress 2025-03-23 15:29:15 -04:00
elijah-thomas774 115d0d7065 Post Effect Progress. PostEffectBlurGather OK 2025-03-23 11:56:25 -04:00
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
elijah-thomas774 e2c2ec6c2d fix EGG::Matrix34f Copy assignment 2025-03-20 22:05:01 -04: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
elijah-thomas774 c24eb23c14 d_scn_callback matching and better PCAM names 2025-03-16 15:54:32 -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
CovenEsme bb38c38e6d Merge branch 'main' into treasure-island 2025-03-14 13:16:22 +00:00
CovenEsme 0d19ae20bb Make members private 2025-03-14 13:07:01 +00:00
CovenEsme 6c1ca01667 Make members private 2025-03-14 13:06:28 +00:00
CovenEsme a378ec3c29 Merge branch 'main' into pumpkin-bar 2025-03-14 12:57:35 +00:00
robojumper b634658989 d_room OK 2025-03-14 13:04:05 +01:00