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

681 Commits

Author SHA1 Message Date
e72b05a7ac Reimpl CWorldShadow, OnScreenTex fixes 2025-04-15 19:38:39 -06:00
166f901ffd Don't mangle the first mipmap 2025-04-14 23:26:01 -07:00
bc7519d175 Minor cleanup, fix CGraphics::Render2D 2025-04-14 23:09:22 -07:00
e8518c0493 Add CVar for mangle mipmaps 2025-04-14 18:48:35 -07:00
247f36102b Fix RGB5A3 alpha, we want to swap before assigning the color or we stomp on alpha 2025-04-14 18:36:21 -07:00
a5d521b652 Port over CTexture::MangleMipmap from decomp 2025-04-14 18:25:38 -07:00
1112b1e0e1 Fix CMoviePlayer using the wrong attributes for rendering 2025-04-14 17:54:31 -07:00
5c21e48920 Migrate to DolphinCGraphics impl & cleanup old code
aurora now uses the original model buffers, but
byteswapped. Migrates over to the updated impl.
2025-04-14 17:26:25 -06:00
a06f24bfc3 Minor fixes, cleanup ImGuiConsole, update aurora 2025-04-10 13:36:44 -07:00
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
137e4c19a3 Remove amuse, and compile fixes 2023-10-22 09:21:20 -07:00
ce1f1ac362 Use a dedicated CVar for enabling cutscene skips 2022-12-07 18:03:14 -08:00
Henrique Gemignani Passos Lima
9b407bd131
Decomp fix for CStateManager::BuildDynamicLightListForWorld 2022-11-28 19:11:11 +02:00
Henrique Gemignani Passos Lima
78bdc35f60
Decomp fix for CSimpleShadow 2022-11-17 12:07:07 +02:00
1758ea076d CPlayerGun and CLight fixes 2022-10-06 07:25:26 -07:00
1f3e001f68 CMoviePlayer: Quick anti-epilepsy hack 2022-08-30 01:26:43 -04:00
51d8b90929 CGX: Add operator!= for GXColor 2022-08-29 12:44:40 -04:00
bc6cd8627b CTexture: Fixes for LoadMipLevel 2022-08-29 12:44:31 -04:00
c883e5f1ac CTevCombiners: Discovered TEV pass names 2022-08-15 18:50:20 -04:00
d1bcc1d8b5 CGraphicsPalette: Use GXDestroyTlutObj 2022-08-09 18:27:33 -04: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
324d89693c Update aurora; CMoviePlayer fixes 2022-07-31 17:03:15 -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
d8f4f522f2 CCameraFilter: Implement DrawRandomStatic 2022-07-02 12:39:14 -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
30802a447f More GCC 9 fixes 2022-06-13 03:55:50 -04:00
22417bcd75 GCC 9 fixes: Replace all default equality operators 2022-06-13 02:26:18 -04:00
01e887e8a3 Build fixes
- Fix WIN32 issue in CMain
- Remove usages of spaceship operator for GCC 9
2022-06-13 01:33:41 -04:00
4048492279 iOS and tvOS support 2022-05-27 15:52:16 -04:00
05ad95bdd0 CVisorFlare implementation 2022-05-24 01:44:20 -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
ef71c009c6 aurora: Working palette textures 2022-05-15 15:50:38 -04: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
cf952906b8 Windows build fixes 2022-05-12 11:13:04 -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
4e06ea1bb5 Various lighting fixes 2022-05-12 01:10:06 -04:00
e69a4fdd98 CGraphics: Fix light params in LoadLight 2022-05-10 19:40:37 -04:00
724deee2ab
Fix incorrect light colors 2022-05-10 01:40:55 -07:00
17136fdfb9
Implement GX lighting API (need to update shader generation) 2022-05-10 01:20:09 -07: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
4eff37fcb2 aurora: Code cleanup, more performant hashing 2022-05-02 19:42:59 -04:00