Commit graph

  • 118c2f3ce2 config_detail: move implementation to cpp, relocate sources Hyper 2024-11-15 21:21:43 +00:00
  • 3257244224 config_detail: move implementation to cpp, relocate sources Hyper 2024-11-15 21:07:30 +00:00
  • b354c6123d config: make definitions global Hyper 2024-11-15 19:57:44 +00:00
  • 5a110d3838 config: implemented name and enum localisation Hyper 2024-11-15 19:27:46 +00:00
  • 8a11917ce5 Draw config options manually instead of looping through them. Skyth 2024-11-15 19:14:23 +03:00
  • 639206f5de config: use std::map for reverse enum template Hyper 2024-11-15 13:55:35 +00:00
  • cd1f9742f5 config: use string_view, added method to get value pointer Hyper 2024-11-15 13:43:14 +00:00
  • 2024dc46ce Fix config name padding not getting scaled at different resolutions. Skyth 2024-11-15 11:58:12 +03:00
  • 784d3973f4 git: move ignore rule for ./res/win32/ to res directory Hyper 2024-11-15 02:22:44 +00:00
  • 1130064df2 api: ported BlueBlur headers and misc. research Hyper 2024-11-15 02:00:24 +00:00
  • 90bd3ce3fa Fix bar dark gradient effect. Skyth 2024-11-13 23:16:49 +03:00
  • 9b90ad9c0c Adjust padding & text sizes. Skyth 2024-11-13 22:55:49 +03:00
  • d241617be6 Adjust line sizes, fix tab text centering. Skyth 2024-11-13 22:31:59 +03:00
  • 54c5ba7645 Draw fade on borders, center tabs better. Skyth 2024-11-13 22:19:40 +03:00
  • 7d5f3b5a4c Improve options menu visuals. Skyth 2024-11-13 21:35:08 +03:00
  • f7fee60c37 Initial options menu implementation. Skyth 2024-11-13 16:15:10 +03:00
  • 416825872a Merge branch 'main' into function-pointers Hyper 2024-11-12 19:59:56 +00:00
  • c9b6a6913f Fix loading screen speed at high frame rates Hyper 2024-11-12 19:55:00 +00:00
  • 3080412dc0 Change spin lock release functions to do an interlocked exchange. Skyth 2024-11-11 20:18:12 +03:00
  • 043c9e039b Update ShaderRecomp submodule. Skyth 2024-11-11 19:57:23 +03:00
  • 5ecc397639 Fix Chip not appearing transparent in "To The Surface" cutscene. Skyth 2024-11-11 16:01:25 +03:00
  • cc2727d068 Fix vertex declaration not getting set in guest device. Skyth 2024-11-11 15:51:59 +03:00
  • b136587e2e Merge branch 'main' into function-pointers Hyper 2024-11-11 11:27:04 +00:00
  • 4d9e835c88 Update window icon dynamically for Werehog Hyper 2024-11-10 22:47:11 +00:00
  • b0a8166c34 Merge branch 'main' into function-pointers Hyper 2024-11-10 18:55:26 +00:00
  • f1d633c8a5 config: use raw pointers for definitions Hyper 2024-11-10 18:27:31 +00:00
  • f157b21d67
    Implemented SDL event listener class and HUD toggle key (#4) Hyper 2024-11-10 18:23:36 +00:00
  • 31f24e02eb Rename WindowListener to SDLEventListener, reduce virtual functions Hyper 2024-11-10 18:20:35 +00:00
  • 62312f2a03 window: use raw pointers for listeners Hyper 2024-11-10 18:06:02 +00:00
  • 5b54f777e4 window: invoke all listener callbacks at once Hyper 2024-11-10 17:56:29 +00:00
  • 2104f97b81 frontend_listener: clean-up Hyper 2024-11-10 17:52:57 +00:00
  • 1a1754f435 Add HUD toggle. RadiantDerg 2024-11-10 11:00:39 -06:00
  • d3181fbc4f Merge branch 'main' into function-pointers Hyper 2024-11-10 12:53:34 +00:00
  • 21fc80798e Ignore XML exception to allow invalid DLC XMLs to parse Hyper 2024-11-10 12:50:51 +00:00
  • e97f9b40e9 function: support more types for function pointers Hyper 2024-11-09 20:58:38 +00:00
  • 33b6b09e5d Implemented SDL event listener class Hyper 2024-11-09 20:28:03 +00:00
  • 05e09ba7e2 Implement ImGui. Skyth 2024-11-09 21:47:50 +03:00
  • 8623f5d778 Implemented guest-to-host function pointers (WIP) Hyper 2024-11-09 14:56:17 +00:00
  • dabda369ca patches: move XButtonHoming hook to player_patches Hyper 2024-11-09 14:54:44 +00:00
  • 0962560ec9 Add triangle list fallback path for triangle fans. Skyth 2024-11-08 22:03:26 +03:00
  • 329d51885d Negate the game's reverse Z implementation. Skyth 2024-11-08 20:18:54 +03:00
  • ec5c51f54c
    Migrate game.cpp to categorised source files (#3) Hyper 2024-11-08 13:18:41 +00:00
  • c0481c1f26 Move motion blur hook to video_patches.cpp Hyper 2024-11-08 13:15:40 +00:00
  • 52bdde47d2 Migrate game.cpp to categorised source files Hyper 2024-11-08 13:04:42 +00:00
  • 4fa03e96b9 Add resolution patches for bloom glare & light shaft. Skyth 2024-11-08 13:34:17 +03:00
  • cf300c8854 Make XAudio callback ABI compliant Sajid 2024-11-08 02:21:35 +06:00
  • 611a2c7c31 Add HFR patches for 2D camera slope sensitivity. Skyth 2024-11-07 15:10:36 +03:00
  • 0400c79628 Add D3DXFillTexture implementation for the 1x1 white texture. Skyth 2024-11-06 23:56:43 +03:00
  • 220da348f8 Update ShaderRecomp submodule. Skyth 2024-11-06 13:38:29 +03:00
  • 182b5bebc2 Hold a pointer to provided shader blob instead of cloning it in D3D12. Skyth 2024-11-06 13:33:15 +03:00
  • d8512fd6b7 Add motion blur toggle. Skyth 2024-11-06 00:47:16 +03:00
  • fabc1ffbc7 window: fix abnormal window states erroneously saving dimensions Hyper 2024-11-05 14:37:07 +00:00
  • 9e2edfe8cd Merge branch 'main' of https://github.com/hedge-dev/UnleashedRecomp Hyper 2024-11-05 12:47:39 +00:00
  • 02e0f1e0d2 Remove unused register from Werehog battle music hook Hyper 2024-11-05 12:47:28 +00:00
  • 88c7b8b8d5 Add player 2D camera HFR patches. Skyth 2024-11-05 15:17:31 +03:00
  • 8ff30ab383 Add player 3D camera HFR patches. Skyth 2024-11-05 13:37:45 +03:00
  • 90b60ebc8d Implemented Werehog battle music toggle Hyper 2024-11-05 03:57:34 +00:00
  • 43ec0797b0 window: hide mouse cursor on fullscreen boot Hyper 2024-11-04 12:47:44 +00:00
  • 4bf576ab1c Implemented control tutorial toggle Hyper 2024-11-04 12:46:58 +00:00
  • fa5fc9aae7 Implement critical sections using WaitOnAddress. Skyth 2024-11-04 13:16:58 +03:00
  • cd99cf2c04 Refactor resource destruction to fix data races. Skyth 2024-11-04 12:14:52 +03:00
  • f96b2ad16c window: use SDL flags to determine centred window config Hyper 2024-11-04 03:28:47 +00:00
  • 3c4a8f5ee5 Add HFR patches for Werehog key mash objects. Skyth 2024-11-03 18:39:54 +03:00
  • 4721672282 Implement fix for flame thrower zero initialization bug. Skyth 2024-11-03 17:20:11 +03:00
  • 11b5551cd0 Preload DLCs before title screen. Skyth 2024-11-03 15:14:18 +03:00
  • b6df64516b Update README.md. Skyth 2024-11-01 16:48:35 +03:00
  • 0564cbc483 window: exit fullscreen on F2 reset Hyper 2024-10-30 11:44:37 +00:00
  • 1c7b66237d window: refactored code Hyper 2024-10-30 11:41:48 +00:00
  • 7d04ed057c
    Add Vsync configuration support to the RHI. (#1) Darío 2024-10-30 05:32:30 -03:00
  • ca9009b88d
    Fix the new ShaderRecomp include. (#2) Darío 2024-10-30 05:07:39 -03:00
  • 7dd7752dc7 Fix the new ShaderRecomp include. Dario 2024-10-29 20:17:29 -03:00
  • 6cead55a15 Add Vsync configuration support to the RHI. Dario 2024-10-29 20:09:14 -03:00
  • b728100b5a xam: use std::string for XamContentCreateEx directory Hyper 2024-10-29 20:55:23 +00:00
  • c1495170fe Make shader recompilation depend on ShaderRecomp source files. Skyth 2024-10-29 20:27:12 +03:00
  • b3b8d1657a Move main thread buffer copy to graphics command list. Skyth 2024-10-27 20:43:01 +03:00
  • f807feaeb1 Implement proper null texture descriptors per dimension type. Skyth 2024-10-27 20:16:08 +03:00
  • 24d257d421 Fix a bunch of warnings. Skyth 2024-10-27 18:48:09 +03:00
  • 882f371de4 Move buffer copies to render thread if they happen in the main thread. Skyth 2024-10-27 17:17:12 +03:00
  • b867961000 Enqueue render commands in bulk. Skyth 2024-10-27 15:24:30 +03:00
  • 78788620b7 Fix scissor rect not getting updated along with the viewport. Skyth 2024-10-27 00:28:24 +03:00
  • 5676591618 Refactor render commands to execute asynchronously. Skyth 2024-10-27 00:02:47 +03:00
  • 31f34a8669 Add TGA loading support. Skyth 2024-10-26 11:55:37 +03:00
  • 0b3e0009d6 Fix MSAA depth resolve. Skyth 2024-10-26 00:51:03 +03:00
  • c20130036e Refactor framebuffer usage to fix 1024x1024 shadowmaps. Skyth 2024-10-25 23:31:15 +03:00
  • edc1eeead6 Update ShaderRecomp submodule. Skyth 2024-10-25 17:31:43 +03:00
  • c2d0128226 Remove half pixel globally instead of negating them with patches. Skyth 2024-10-24 17:43:05 +03:00
  • 9b70e1034a Implement alpha to coverage. Skyth 2024-10-24 14:57:23 +03:00
  • 98554eaffa Fix backbuffer format. Skyth 2024-10-23 17:50:12 +03:00
  • 1181b5d905 Force Vulkan when Wine is detected. Skyth 2024-10-22 23:40:20 +03:00
  • fd9b44f968 Use BGRA8 backbuffer format. Skyth 2024-10-22 22:59:45 +03:00
  • 8b223c121a Implement bicubic GI texture filtering. Skyth 2024-10-22 16:29:10 +03:00
  • 08a15e3b33 Fix new saves being written to game root Hyper 2024-10-21 23:43:17 +01:00
  • 78cba0e78d window: save config on close with window dimensions Hyper 2024-10-21 23:17:09 +01:00
  • f1a82ac97e config: some final adjustments to config types Hyper 2024-10-21 23:16:34 +01:00
  • 361cf21681 config: decouple header from pch Hyper 2024-10-21 22:30:11 +01:00
  • fae7591b53 config: create user directory if it doesn't exist Hyper 2024-10-21 22:24:33 +01:00
  • efaf8fb8c4 config: implemented string<->enum conversion Hyper 2024-10-21 22:23:52 +01:00
  • 23b5bdab85 config: use enum classes Hyper 2024-10-21 20:09:57 +01:00
  • 91b3a6c9c1 config: create config if it doesn't already exist Hyper 2024-10-21 20:09:18 +01:00
  • dd59190347 config: implement read callbacks Hyper 2024-10-21 18:20:45 +01:00