2
0
mirror of https://github.com/AxioDL/metaforce.git synced 2025-05-13 19:51:22 +00:00

43 Commits

Author SHA1 Message Date
b45f808e2c Replace logvisor with spdlog; remove athena, discord-rpc, rapidjson 2025-04-03 21:07:07 -06:00
c18b69be88 Various minor fixes from decomp 2025-04-03 00:25:35 -06:00
ae0f62c021 Use GXCopyTex; various implementations
- Fix CTexture::LoadMipLevel
- Fix boid rendering for CFishCloud, CSnakeWeedSwarm, CWallCrawlerSwarm
- Update aurora
2022-08-09 02:10:51 -04:00
1e9d96c906 Migrate to aurora submodule 2022-07-29 16:17:24 -04:00
8f389e246c Some WIP implementations 2022-07-29 16:17:10 -04:00
52e9afbe98 CCubeRenderer: Implement DrawModelDisintegrate 2022-07-02 13:18:54 -04:00
8bb2f33a45 CCubeRenderer: More function implementations 2022-07-01 20:47:45 -04:00
ddf7a1b48d CCubeRenderer: Fix conditional in DrawAreaGeometry 2022-07-01 00:20:43 -04:00
fc742782a8 aurora: Blend mode & palette fixes
More complete thermal visor rendering
2022-07-01 00:00:29 -04:00
ee3902db58 CCubeRenderer: Fix missing calls in DrawAreaGeometry 2022-06-29 20:56:30 -04:00
f80813b9cc Transition all Textured/ColoredQuad usages
- Upload textures using staging buffer
- Fixes SetOrtho logic
- More work on thermal visor rendering (still WIP)
- Rework Dawn backend initialization
- Support MoltenVK on Metal
- Various fixes & cleanup
2022-05-23 20:26:35 -04:00
26fd0e2b9f Text rendering & CWorldTransManager fixes 2022-05-19 00:57:30 -07:00
0ca2786302
Initial CTextRenderBuffer rewrite 2022-05-13 23:47:29 -07:00
22dfd3b3f7 aurora: Rework texture binding API
- Texture binding is now handled by GX calls
- More CCubeMaterial / CCubeRenderer impl
- Semi-working thermal visor rendering
- More CGraphicsPalette impl
- Some CWorldShadow impl
- Start work on indirect texturing
- Stub out CTextRenderBuffer
2022-05-13 19:40:31 -04:00
712a26ab93 CGraphics: Handle Point type in LoadLight
Also removes shadowRender parameter from
DrawUnsortedGeometry, it's now unused.
2022-05-12 01:57:24 -04:00
9d634e6a05 Hacky scan visor rendering 2022-05-09 17:13:38 -04:00
21f54ca09d Runtime: Windows compile fixes 2022-05-03 20:27:19 -04:00
e409f05b40 aurora: Add graphics debug group stack 2022-03-26 20:23:16 -04:00
9bc0e7f2e6 Begin transitioning CCameraFilterPass 2022-03-23 01:35:25 -04:00
fcfa9f0d64 Begin transitioning CElementGen RenderParticles & many fixes 2022-03-20 16:24:02 -04:00
9bcb06d92a CCubeRenderer: Limit dynamic light count in ActivateLightsForModel 2022-03-19 20:52:23 -04:00
b9b635b311 aurora: GX Stream API, VtxDesc, TevSwap & more 2022-03-19 13:30:25 -04:00
ec5f188063 Implement fog 2022-03-14 19:12:18 -04:00
8682525b88 CCubeRenderer: Fix call to SetChanMatColor 2022-03-13 15:17:13 -04:00
da224d492a CCubeRenderer: Implement ActivateLightsForModel & PrepareDynamicLights 2022-03-13 15:14:11 -04:00
3b5d5e1473
Update zeus 2022-03-12 09:03:55 -08:00
a3d0da44e2 Implement CGX & migrate usages to CGX/GX 2022-03-12 10:47:20 -05:00
cd963c4a5c Reimplement CSkinRules/CSkinnedModel; skinning kinda works! 2022-03-10 01:33:17 -05:00
c7f05d0a59 Windows fixes & memory fixes 2022-03-08 18:36:39 -05:00
3fd0b1f23a Fixes & CArtifactDoll/CSamusDoll updates 2022-03-08 17:21:15 -05:00
e0a7236ad6 Various model rendering fixes 2022-03-08 02:44:57 -05:00
35674c27e5
CCubeRenderer: More rendering imps 2022-03-06 19:07:00 -08:00
aea7ac597a
CCubeRenderer: more model darw imps 2022-03-06 13:01:25 -08:00
cd86dbd6ee More CCubeMaterial, more CGraphics, more aurora::gx 2022-03-06 02:46:42 -05:00
2bdfe96134
CCubeRenderer: Start getting world rendering implemented 2022-03-05 20:50:54 -08:00
6c3e74b93e CGuiFrame & Model fixes; CModel::Draw impl; Document CModelFlags bits 2022-03-05 19:26:52 -05:00
00fd243f62
CCubeRenderer: Don't fill up the buckets uncontrolled 2022-03-03 00:33:24 -08:00
fb69d3fdba aurora: Add more GX state functions & cleanup 2022-02-27 16:58:27 -05:00
004d78100f
More CCubeRenderer imps 2022-02-27 13:17:44 -08:00
805065b6f2
CCubeRenderer: Add Drawable logic implemented 2022-02-27 12:12:02 -08:00
b02ec12049
Initial CFont implementation, proper CTexture/CGraphicsPalette structures 2022-02-26 18:18:58 -08:00
7a59585c70
Use RE'd CStopwatch adapted for std::chrono, get metaforce linking again 2022-02-26 08:42:42 -08:00
832eb180bd Begin transitioning to new CModel/CCubeModel & friends 2022-02-25 02:45:25 -05:00