2
0
mirror of https://github.com/AxioDL/metaforce.git synced 2025-12-14 22:46:09 +00:00
Commit Graph

7023 Commits

Author SHA1 Message Date
cd6d5b9acf hecl: Remove shaderc 2022-02-21 21:58:44 -05:00
62768d1920 ci: Add new dependencies; re-enable MSVC build 2022-02-21 21:50:36 -05:00
5d9b7446cc Include logvisor in RetroTypes.hpp 2022-02-21 21:50:32 -05:00
57d96dbb17 Fully decouple hecl from Metaforce
- Added CStringExtras Convert functions
  (and UTF-compatible versions)
- GX header copied into Runtime
- SFX headers copied into Runtime/Audio
2022-02-21 08:01:06 -08:00
6c92f03664 Move CVar* into Metaforce to begin removal of hecl's Dataspec 2022-02-21 08:01:06 -08:00
64d4b0388c Get Exo off the DataSpec 2022-02-21 08:01:06 -08:00
1655d229cf Fixes to get Metaforce booting again! 2022-02-21 08:01:06 -08:00
8afab43876 CSegId is 32 bits in files 2022-02-21 08:01:06 -08:00
ad272f7468 More refactoring, decouple tweaks from hecl 2022-02-21 08:01:05 -08:00
ce23544a15 Fix CInputStream::Get/ReadBytes not properly updating position 2022-02-21 08:01:05 -08:00
dad7249927 RE COutput/InputStream and friends and migrate over
This branch is probably still horribly broken, but it's a good first step to migrating away from having hecl embedded in the runtime
2022-02-21 08:01:05 -08:00
c679c2e0f8 Don't disable the compositor on Linux 2022-02-20 18:42:59 -08:00
11b75ddda4 Initialize ImGui with scaling 2022-02-20 13:08:21 -08:00
49418f444f aurora: Cleanup, rename ZTest to ZComp to more accurately describe purprose, implement colored_quad 2022-02-20 13:06:04 -08:00
2648fc50e4 aurora: Implement all major input events (still missing scroll events) 2022-02-19 19:25:21 -08:00
f4c27c6ac6 Add missing enums 2022-02-19 16:27:11 -08:00
8863003855 aurora: Implement Controller events 2022-02-19 06:36:03 -08:00
cbe268a0fc aurora: Add controller input (no remapping yet) 2022-02-19 06:34:12 -08:00
42453077e5 aurora: Fix missing include 2022-02-19 03:43:43 -05:00
c8c2f44fbc aurora: Textured quads 2022-02-19 03:28:44 -05:00
0703cf60b3 aurora: Pipeline info debug overlay 2022-02-19 01:59:24 -05:00
5183809027 aurora: Async pipeline creation 2022-02-19 01:41:21 -05:00
b6b68135ef aurora: Working movie player (again) 2022-02-19 00:33:56 -05:00
c64f9eb2d1 aurora: Reimplement textures 2022-02-17 19:38:31 -05:00
dcc040c7e0 aurora: imgui over SDL/WebGPU 2022-02-17 01:03:00 -05:00
e866245f60 aurora: Dawn + SDL united at last 2022-02-16 18:13:40 -05:00
aabef3e058 Aurora: Initial event implementations 2022-02-16 01:23:39 -08:00
683af1a9ea Aurora: Fix crash on exit 2022-02-16 00:24:43 -08:00
ea3641153e aurora: Dawn initialization 2022-02-16 02:05:42 -05:00
7b9f893a49 aurora: the boring C++ version 2022-02-16 00:21:24 -05:00
aa13632704 Add removed use declaration 2022-02-13 13:36:32 -08:00
615204f71f More input and rendering implementations 2022-02-13 13:32:52 -08:00
7ee8f6e01d Add missing class variable 2022-02-09 01:01:06 -08:00
a6b2d66e1e Input: Add onControllerAdded/Removed callbacks and also display the controller name in the input viewer 2022-02-09 00:54:53 -08:00
52fd54bc3e Input viewer tweaks 2022-02-09 02:16:50 -05:00
339d2a9d5e Tweak imgui font size & hinting 2022-02-09 02:08:07 -05:00
bd6aaddf1a Merge remote-tracking branch 'origin/imgui-freetype' into wgpu
# Conflicts:
#	.github/workflows/build.yml
#	.github/workflows/release.yml
#	README.md
#	imgui/CMakeLists.txt
#	imgui/ImGuiEngine.cpp
2022-02-09 01:39:54 -05:00
40aafbef4b Fix imgui in aurora CMakeLists.txt 2022-02-08 21:55:42 -08:00
efb6ddd44e Update CMakeLists in aurora 2022-02-08 21:51:35 -08:00
b13ff392ef Cleanup ffi refs in texture.rs 2022-02-09 00:21:41 -05:00
d84f71f9dc Cleanup lib.rs imports 2022-02-09 00:16:35 -05:00
8286f006cf Automatically remap controllers; separate cxxbridge build files 2022-02-09 00:13:19 -05:00
ed4d38073b Fix controller axes + clamping 2022-02-08 22:14:14 -05:00
acd861754c TexturedQuad fixes, Better controller input handling (needs custom mapping) 2022-02-08 11:18:12 -08:00
5add26b42e Add ability to set/get player index on SDL controllers 2022-02-08 01:40:50 -08:00
5a41dab870 Merge remote-tracking branch 'origin/main' into wgpu
# Conflicts:
#	extern/boo
2022-02-08 03:46:22 -05:00
72b4d5a7fc macOS fixes; call onAppWindowResized after launch 2022-02-08 03:42:59 -05:00
011f65c48f Set window icon 2022-02-08 03:28:56 -05:00
b871cc965a memmove -> memcpy 2022-02-08 01:59:09 -05:00
921d6bf10a Working movie player 2022-02-08 01:54:05 -05:00