Commit graph

  • bcb8a16105
    Merge 6b23c965b3 into d6312c6b0a Sujan Bhatta 2025-05-20 13:53:40 +05:45
  • 6b23c965b3 Add support for Sekiro v1.6.0.0 sujan0629 2025-05-20 13:52:53 +05:45
  • eb98501c6c
    Merge eed08f73fa into d6312c6b0a guolixi 2023-04-11 09:55:26 +08:00
  • eed08f73fa
    Create 648 guolixi 2023-04-11 09:55:04 +08:00
  • 1b0018d492
    Merge 5d821d9c46 into d6312c6b0a Marcelo Formentão 2021-01-04 07:53:50 -03:00
  • 5d821d9c46
    fix: add support to game version 1.6.0.0 (#1) Marcelo Formentão 2021-01-04 07:52:15 -03:00
  • 58d3d93579
    docs: add version history log Marcelo Formentão 2021-01-04 07:50:43 -03:00
  • 0375087167
    chore: update assembly version Marcelo Formentão 2021-01-04 07:49:42 -03:00
  • d6312c6b0a added legacy support for death penalties master 1.2.5.2 uberhalit 2020-11-03 15:31:17 +01:00
  • 2344e280d4 updated to game version 1.5.0.0 uberhalit 2020-11-03 14:58:47 +01:00
  • b2b286fd43
    Update GameData.cs Alexander Gennadievich 2020-10-31 03:39:23 +02:00
  • 53fd55c3b9 added support for windows' high contrast mode fixed a file race condition with OBS 1.2.5.1 uberhalit 2020-02-04 19:39:05 +01:00
  • d50b94731e Let OS control all colors Sen Khvorov 2019-12-30 19:13:12 +11:00
  • d45267119e run as normal user, include icons in project, update .Net to 4.6.1 oltolm 2019-11-30 09:06:34 +01:00
  • f485974b6b added feature to automatically loot enemies 1.2.5.0 uberhalit 2019-05-04 21:22:52 +02:00
  • 6898302974 fixed readme for version 1.2.4.0 1.2.4.0 uberhalit 2019-05-02 18:44:23 +02:00
  • 50d043c75a added feature to increase emblem cap on upgrades changed way to obtain kills, fixes slow stats updates improved pattern scan algorithm uberhalit 2019-05-02 18:42:20 +02:00
  • e158678422 added hotkey to toggle speed modifiers added game version 1.04 to supported versions 1.2.3.2 uberhalit 2019-04-26 19:33:12 +02:00
  • 1436dc281d updated readme 1.2.3.1 uberhalit 2019-04-23 13:32:14 +02:00
  • 3d2b894f90 updated to game version 1.3.0.0 improved speed of pattern scan uberhalit 2019-04-23 13:31:02 +02:00
  • 0e884dfb64 typos uberhalit 2019-04-18 11:03:50 +02:00
  • 7b91934caf Added option to preven dragonrot increase Added option to disable death penalties Increased maximum custom resolution width Logfiles will be deleted when option gets disabled Added indicator on game processing Added status indicator for memes and dreams Fixes and minor GUI changes 1.2.3.0 uberhalit 2019-04-18 03:23:46 +02:00
  • 7d6ba33c93 added option to disable came reset on lockon uberhalit 2019-04-13 04:34:19 +02:00
  • e33a1f97f2 removed broken signed numeric parser uberhalit 2019-04-11 02:53:11 +02:00
  • fc06f8530e FOV can be changed contiously now added data caves fixed widescreen issue in combination with borderless uberhalit 2019-04-10 23:39:16 +02:00
  • b5f1d8b73e updated readme uberhalit 2019-04-09 22:53:59 +02:00
  • eee41349b4 added an indicatot in statusbar on input device uberhalit 2019-04-09 22:28:14 +02:00
  • 1b51f98e41 Added user prompt to decide between mouse or controller uberhalit 2019-04-09 22:10:22 +02:00
  • c6faf5c28a Made the intentions of cam-adjustments clear added warning for cam-adjustments fixed typo updated readme uberhalit 2019-04-09 15:33:20 +02:00
  • 9290ec22d3 fixed typos uberhalit 2019-04-07 20:27:16 +02:00
  • 3058ece18c updated readme uberhalit 2019-04-07 20:04:49 +02:00
  • e9b04e1f32 added disable cam adjust option added code cave generator for cam adjust patternscan generates its own masks from pattern now some housekeeping updated readme uberhalit 2019-04-07 18:06:06 +02:00
  • af5458ada6 added +25% FOV option moved costy patterscans to external thread added check to game version fixed whitespaces/tabstops uberhalit 2019-04-02 21:37:37 +02:00
  • af0e5a25da updated readme uberhalit 2019-04-02 03:04:17 +02:00
  • 312a3c1c12 Gave the game some time to initialize fixed return values updated readme uberhalit 2019-04-02 02:36:20 +02:00
  • c2d9c22637 updated readme uberhalit 2019-04-01 22:00:40 +02:00
  • 51aa0ecba8
    Merge pull request #11 from MeTheCat/readmeStatUpdate uberhalit 2019-04-01 21:58:15 +02:00
  • 101abaca8f Readme.md OBS stat display guide Me_TheCat 2019-04-01 07:40:49 +03:00
  • 772b69c1fb Added FreezeMem for fTimescalePlayer ApplicationSettings are decoupled from base class now Cleanup Refactor uberhalit 2019-04-01 04:11:18 +02:00
  • 12b6c52149 Feature/logstats (#8) Me_TheCat 2019-03-31 15:02:00 +03:00
  • 2de17f5681 Made use of the SettingsService to save LogStats checkbox state Me_TheCat 2019-03-31 10:39:25 +03:00
  • 8a617e699a moved patterns to game data; using new methods to read stats Me_TheCat 2019-03-31 10:06:04 +03:00
  • 77a518da3b Added stats to status bar display Me_TheCat 2019-03-31 07:46:45 +03:00
  • bc92867063 Added stuff to readme.md Me_TheCat 2019-03-29 10:56:43 +03:00
  • 38a9fa4740 Added UI checkbox for stat logging. Had to move content a bit Me_TheCat 2019-03-29 10:23:45 +03:00
  • 8ffe1615e4 Added an option to output player death counter and kill counter to files. Useful for display on twitch stream. Me_TheCat 2019-03-29 10:22:44 +03:00
  • 7de3bd345d Added stats to status bar display Me_TheCat 2019-03-31 07:46:45 +03:00
  • f0ad1e49fa Fixed topmost in borderless uberhalit 2019-03-31 01:48:24 +01:00
  • c8696f0a45 Added game modifications Added global Game Speed modifier Added Player Speed modifier Settings are saved and loaded from conf now Fixed a potential issue with unlimited frame rate unlock Fixed a potential issue when user tried to enable borderless while in minimized fullscreen Improved initial load time til game is patchable Refactor Cleanup uberhalit 2019-03-30 21:28:17 +01:00
  • 3e69a177b9 Added stuff to readme.md Me_TheCat 2019-03-29 10:56:43 +03:00
  • 4d6544ad2a Added UI checkbox for stat logging. Had to move content a bit Me_TheCat 2019-03-29 10:23:45 +03:00
  • 79c8e9b87e Added an option to output player death counter and kill counter to files. Useful for display on twitch stream. Me_TheCat 2019-03-29 10:22:44 +03:00
  • 35dd34c9c5 updated guide cleanup uberhalit 2019-03-27 15:57:23 +01:00
  • 9df5b8832b Added option to reduce FOV (request) Added option to stretch borderless window to fullscreen regardless of window resolution Fixed borderless Z-order issue where task bar could be infront of window Fixed resolution issues in borderless uberhalit 2019-03-26 23:24:24 +01:00
  • 7829d124ea Fixed scaling issue in borderless window mode uberhalit 2019-03-26 03:43:00 +01:00
  • a990d1b955
    Update README.md uberhalit 2019-03-26 02:00:39 +01:00
  • 9e7186b6f3
    Update README.md uberhalit 2019-03-25 22:27:57 +01:00
  • 0bb817a3d3
    Update README.md uberhalit 2019-03-25 22:03:20 +01:00
  • e01a01822c initial version uberhalit 2019-03-25 21:25:24 +01:00
  • 44263f2c72
    Initial commit uberhalit 2019-03-24 19:53:08 +01:00