Skip to content

Commit

Permalink
Bump to latest LUS.
Browse files Browse the repository at this point in the history
  • Loading branch information
Malkierian committed Dec 18, 2024
1 parent 07df775 commit ea697d8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion libultraship
Submodule libultraship updated 62 files
+2 −2 .github/workflows/tidy-format-validation.yml
+3 −3 CONTRIBUTING.md
+105 −44 src/Context.cpp
+16 −13 src/Context.h
+39 −31 src/controller/controldeck/ControlDeck.cpp
+21 −9 src/controller/controldeck/ControlDeck.h
+63 −50 src/controller/controldevice/controller/Controller.cpp
+18 −3 src/controller/controldevice/controller/Controller.h
+32 −28 src/controller/controldevice/controller/ControllerStick.cpp
+3 −3 src/controller/controldevice/controller/ControllerStick.h
+2 −2 src/controller/controldevice/controller/mapping/ControllerAxisDirectionMapping.cpp
+3 −3 src/controller/controldevice/controller/mapping/ControllerAxisDirectionMapping.h
+30 −26 src/controller/controldevice/controller/mapping/factories/AxisDirectionMappingFactory.cpp
+4 −4 src/controller/controldevice/controller/mapping/factories/AxisDirectionMappingFactory.h
+4 −4 src/controller/controldevice/controller/mapping/keyboard/KeyboardKeyToAxisDirectionMapping.cpp
+2 −1 src/controller/controldevice/controller/mapping/keyboard/KeyboardKeyToAxisDirectionMapping.h
+4 −4 src/controller/controldevice/controller/mapping/sdl/SDLAxisDirectionToAxisDirectionMapping.cpp
+1 −1 src/controller/controldevice/controller/mapping/sdl/SDLAxisDirectionToAxisDirectionMapping.h
+4 −4 src/controller/controldevice/controller/mapping/sdl/SDLButtonToAxisDirectionMapping.cpp
+1 −1 src/controller/controldevice/controller/mapping/sdl/SDLButtonToAxisDirectionMapping.h
+1 −1 src/graphic/Fast3D/dxsdk/d3dx12.h
+4 −4 src/graphic/Fast3D/gfx_direct3d12.cpp
+7 −6 src/graphic/Fast3D/gfx_dxgi.cpp
+2 −2 src/graphic/Fast3D/gfx_metal_shader.cpp
+15 −15 src/graphic/Fast3D/gfx_pc.cpp
+2 −2 src/graphic/Fast3D/gfx_pc.h
+23 −11 src/graphic/Fast3D/gfx_sdl2.cpp
+6 −6 src/public/bridge/resourcebridge.cpp
+0 −28 src/resource/GameVersions.h
+5 −9 src/resource/ResourceType.h
+1 −2 src/resource/archive/Archive.cpp
+20 −9 src/resource/archive/ArchiveManager.cpp
+3 −4 src/resource/archive/ArchiveManager.h
+2 −2 src/resource/factory/BlobFactory.cpp
+2 −2 src/resource/factory/BlobFactory.h
+2 −2 src/resource/factory/DisplayListFactory.cpp
+2 −2 src/resource/factory/DisplayListFactory.h
+1 −1 src/resource/factory/LightFactory.cpp
+2 −2 src/resource/factory/LightFactory.h
+2 −2 src/resource/factory/MatrixFactory.cpp
+2 −2 src/resource/factory/MatrixFactory.h
+2 −2 src/resource/factory/TextureFactory.cpp
+2 −2 src/resource/factory/TextureFactory.h
+2 −2 src/resource/factory/VertexFactory.cpp
+2 −2 src/resource/factory/VertexFactory.h
+2 −2 src/resource/type/Blob.cpp
+2 −2 src/resource/type/Blob.h
+2 −2 src/resource/type/DisplayList.cpp
+2 −2 src/resource/type/DisplayList.h
+2 −2 src/resource/type/Light.cpp
+2 −2 src/resource/type/Light.h
+2 −2 src/resource/type/Matrix.cpp
+2 −2 src/resource/type/Matrix.h
+2 −2 src/resource/type/Texture.cpp
+2 −2 src/resource/type/Texture.h
+2 −2 src/resource/type/Vertex.cpp
+2 −2 src/resource/type/Vertex.h
+10 −10 src/window/gui/GfxDebuggerWindow.cpp
+10 −10 src/window/gui/Gui.cpp
+1 −1 src/window/gui/Gui.h
+2 −2 src/window/gui/InputEditorWindow.cpp
+1 −1 src/window/gui/InputEditorWindow.h

0 comments on commit ea697d8

Please sign in to comment.