Commit Graph

7370 Commits

Author SHA1 Message Date
Henrique Gemignani Passos Lima 6852ab3bfd
Decomp fix for CBSScripted::GetBodyStateTransition 2022-10-28 14:22:58 +03:00
Henrique Gemignani Passos Lima 997cf5e0df
Decomp Fixes: CVisorFlare::Render 2022-10-23 16:51:15 +03:00
Phillip Stephens c55289143f Import CAmbientAI fixes from decomp 2022-10-20 09:41:49 -07:00
Henrique Gemignani Passos Lima d6e8d373ac
Decomp fix for CScriptTrigger::Touch 2022-10-20 18:23:38 +03:00
Henrique Gemignani Passos Lima a9a43c1a20
Decomp: Fix adding new ripples not restarting the time 2022-10-20 03:50:24 +03:00
Henrique Gemignani Passos Lima d23df787f9
CScriptTimer: Fix from decomp 2022-10-18 18:17:01 +03:00
Luke Street 132ee9e332 CDecal: Fixes from decomp & implement RenderQuad 2022-10-16 22:59:19 -04:00
Phillip Stephens 5cd27373f4 Fix windows build 2022-10-16 12:04:26 -07:00
Luke Street 03a3fd8570 CScriptMazeNode: Minor fix from matching decomp 2022-10-09 13:14:36 -04:00
Luke Street 2e3495ec0b CScriptPickup: Updates from matching decomp 2022-10-09 13:12:38 -04:00
Luke Street 5394e92735 CScriptSpecialFunction: Updates from matching decomp 2022-10-09 13:07:51 -04:00
Luke Street 93eca39a31 CIntEmitter: Updates from matching decomp 2022-10-09 12:42:53 -04:00
Phillip Stephens 1758ea076d CPlayerGun and CLight fixes 2022-10-06 07:25:26 -07:00
Luke Street 1f3e001f68 CMoviePlayer: Quick anti-epilepsy hack 2022-08-30 01:26:43 -04:00
Luke Street 1d42a1f1e4 Update aurora & boo 2022-08-29 17:08:12 -04:00
Luke Street 0afabfd323 Update nativefiledialog-extended 2022-08-29 12:49:49 -04:00
Luke Street 51d8b90929 CGX: Add operator!= for GXColor 2022-08-29 12:44:40 -04:00
Luke Street bc6cd8627b CTexture: Fixes for LoadMipLevel 2022-08-29 12:44:31 -04:00
Luke Street 9f874e6731 Wrap NFD::Init/Quit in ifdef; update aurora 2022-08-29 09:35:25 -04:00
Luke Street 49362ef591 Replace nativefiledialog with nativefiledialog-extended 2022-08-28 14:06:58 -04:00
Luke Street 66cc6254c7 Fix aurora submodule ref 2022-08-28 13:44:56 -04:00
Luke Street 5313e6f9fd Update aurora, boo 2022-08-28 13:43:41 -04:00
Luke Street 148e9e4bd8 Runtime: Correct TCastTo<CAi> to TCastTo<CPatterned> 2022-08-16 17:48:26 -04:00
Luke Street 9d5db8ea16 CActor: Don't recalculate world lighting always 2022-08-15 18:51:45 -04:00
Luke Street c883e5f1ac CTevCombiners: Discovered TEV pass names 2022-08-15 18:50:20 -04:00
Luke Street 279ad54264 CActor: Remove sound emitter on destroy 2022-08-15 09:56:28 -04:00
Phillip Stephens 7ef204c552 Merge branch 'new-cmodel' of ssh://git.axiodl.com:6431/AxioDL/metaforce into new-cmodel 2022-08-11 08:56:26 -07:00
Phillip Stephens abc7fdd3f0 Update aurora 2022-08-11 08:55:46 -07:00
Luke Street 1193bab7e4 Use Left Alt for ImGui toggle 2022-08-09 18:29:12 -04:00
Luke Street 5b6744e188 Restore graphics backend switching 2022-08-09 18:28:42 -04:00
Luke Street d1bcc1d8b5 CGraphicsPalette: Use GXDestroyTlutObj 2022-08-09 18:27:33 -04:00
Luke Street cd16431d36 ITweakPlayerGun: Default-init SShotParam flags 2022-08-09 14:11:15 -04:00
Luke Street 70b15c19a9 Update aurora 2022-08-09 13:40:57 -04:00
Luke Street 54ad0c5933 CGameArea: PostConstructArea fix #2 (oops) 2022-08-09 02:50:11 -04:00
Luke Street ff64acad67 CGameArea: PostConstructArea fixes for lights 2022-08-09 02:48:29 -04:00
Luke Street 0f0e91a021 Update aurora 2022-08-09 02:26:12 -04:00
Luke Street 976aebef24 CMain: Show message on fatal aurora log 2022-08-09 02:11:23 -04:00
Luke Street 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
Luke Street c057379457 Update nod 2022-08-03 18:21:22 -04:00
Luke Street 4a0cac34da CMakePresets: Set VCPKG_SETUP_CMAKE_PROGRAM_PATH=OFF 2022-08-03 18:20:48 -04:00
Luke Street e2fbc0663f Update submodules; changes for emscripten support 2022-08-03 18:19:57 -04:00
Luke Street 324d89693c Update aurora; CMoviePlayer fixes 2022-07-31 17:03:15 -04:00
Luke Street 94645de53e Use new VI methods from Aurora 2022-07-29 16:46:51 -04:00
Luke Street 1e9d96c906 Migrate to aurora submodule 2022-07-29 16:17:24 -04:00
Luke Street 0789f28aac CFlyingPirate: Minor cleanup 2022-07-29 16:17:11 -04:00
Luke Street 17b3a954c7 dawn: Enable OpenGL on Windows, OpenGL ES on Linux 2022-07-29 16:17:10 -04:00
Luke Street 086b8d21bf Remove lxd-build-appimage.sh 2022-07-29 16:17:10 -04:00
Luke Street 6492ee2f87 CMakePresets: Only use LTO for RelWithDebInfo 2022-07-29 16:17:10 -04:00
Luke Street 8f389e246c Some WIP implementations 2022-07-29 16:17:10 -04:00
Luke Street 10d1e5807e aurora: Texture decoding accuracy fixes 2022-07-21 13:31:41 -04:00