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

3573 Commits

Author SHA1 Message Date
9f874e6731 Wrap NFD::Init/Quit in ifdef; update aurora 2022-08-29 09:35:25 -04:00
49362ef591 Replace nativefiledialog with nativefiledialog-extended 2022-08-28 14:06:58 -04:00
148e9e4bd8 Runtime: Correct TCastTo<CAi> to TCastTo<CPatterned> 2022-08-16 17:48:26 -04:00
9d5db8ea16 CActor: Don't recalculate world lighting always 2022-08-15 18:51:45 -04:00
c883e5f1ac CTevCombiners: Discovered TEV pass names 2022-08-15 18:50:20 -04:00
279ad54264 CActor: Remove sound emitter on destroy 2022-08-15 09:56:28 -04:00
7ef204c552 Merge branch 'new-cmodel' of ssh://git.axiodl.com:6431/AxioDL/metaforce into new-cmodel 2022-08-11 08:56:26 -07:00
abc7fdd3f0 Update aurora 2022-08-11 08:55:46 -07:00
1193bab7e4 Use Left Alt for ImGui toggle 2022-08-09 18:29:12 -04:00
5b6744e188 Restore graphics backend switching 2022-08-09 18:28:42 -04:00
d1bcc1d8b5 CGraphicsPalette: Use GXDestroyTlutObj 2022-08-09 18:27:33 -04:00
cd16431d36 ITweakPlayerGun: Default-init SShotParam flags 2022-08-09 14:11:15 -04:00
54ad0c5933 CGameArea: PostConstructArea fix #2 (oops) 2022-08-09 02:50:11 -04:00
ff64acad67 CGameArea: PostConstructArea fixes for lights 2022-08-09 02:48:29 -04:00
976aebef24 CMain: Show message on fatal aurora log 2022-08-09 02:11:23 -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
e2fbc0663f Update submodules; changes for emscripten support 2022-08-03 18:19:57 -04:00
324d89693c Update aurora; CMoviePlayer fixes 2022-07-31 17:03:15 -04:00
94645de53e Use new VI methods from Aurora 2022-07-29 16:46:51 -04:00
1e9d96c906 Migrate to aurora submodule 2022-07-29 16:17:24 -04:00
0789f28aac CFlyingPirate: Minor cleanup 2022-07-29 16:17:11 -04:00
8f389e246c Some WIP implementations 2022-07-29 16:17:10 -04:00
bb7d6d4855 Fix CActor's *SplashInhabitant logic 2022-07-02 17:05:49 -07:00
ec9e0bfc0f Implement FlatDraw/DrawFlat calls, add CRandom16 seed value display 2022-07-02 16:16:33 -07: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
b55c7ebbe4 CPlayerGun: Reimplement transition effects 2022-07-01 20:47:06 -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
25a0fe4a73 Final(?) GCC 9 fixes 2022-06-13 15:51:52 -07:00
f0936a7fb0 ci: More macOS bundle fixes 2022-06-13 17:05:28 -04:00
30802a447f More GCC 9 fixes 2022-06-13 03:55:50 -04:00
ce14e1c2aa ci: macOS bundle fixes 2022-06-13 03:55:12 -04:00
22417bcd75 GCC 9 fixes: Replace all default equality operators 2022-06-13 02:26:18 -04:00
2380361d16 Workaround logvisor path issue 2022-06-13 01:46:01 -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
5fb8b1237e Store last game path; CVar updates & more 2022-06-13 01:18:30 -04:00
97357146f5 Add pre-launch settings, graphics API switching & more 2022-06-12 17:09:47 -04:00
a3c2638cce Fix ModifyRestart CVars 2022-06-12 00:31:26 -07:00
46a93166ef
Restore graphicsApi, msaa, and textureAniso cvars, fix a few deserialization bugs in CVar.cpp 2022-06-08 10:58:38 -07:00
d7c62d8d90 CMain: Restore #include <shellapi.h> 2022-06-02 01:54:22 -04:00
d47d5661c6 Various fixes
- Unlock audio pump on exit
- Remove WinMain from CMain (handled by SDL_main)
- Use SDL2:: namespace in CMake
- Disable buildcache on macOS CI for now
2022-06-02 01:52:58 -04:00
52c8a82283 CMapArea: Fix incorrect pointer punning 2022-05-31 20:51:14 -04:00
a76d26d724 CMain: Support SDL2 audio backend 2022-05-31 20:48:25 -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
9c5dda1c7d CMake: Use FindPython3 for TCastTo generation 2022-05-19 00:57:53 -07:00