1
0
Fork 0
mirror of https://github.com/jugeeya/UltimateTrainingModpack.git synced 2024-11-20 00:46:34 +00:00

Commit graph

  • 93f3eb58e2 Add and use PauseMenu structure GradualSyrup 2024-01-27 12:55:43 -0600
  • 1f5ec1dab1 Working Notification Hiding GradualSyrup 2024-01-27 12:23:00 -0600
  • f8942dad87 Hides all notifications GradualSyrup 2024-01-23 22:52:33 -0600
  • bf94573193
    Increase Resilience to Game Updates by Dynamically Finding Offsets (#661) asimon-1 2024-01-10 17:58:27 -0500
  • 116d18f129 Change add_damage from symbol back to offset asimon-1 2024-01-10 14:29:44 -0500
  • 3bc3b31160 Replace additional offsets with symbols asimon-1 2024-01-10 12:59:28 -0500
  • 55213f4095 Add additional bytes and use symbols to prevent false-positives asimon-1 2024-01-10 12:05:08 -0500
  • fe32466e0e Fix clippy warnings asimon-1 2024-01-02 23:04:16 -0500
  • 04adb6cee2 Fix build error asimon-1 2024-01-02 22:49:40 -0500
  • ce4ef49d07 Run rustfmt asimon-1 2024-01-02 21:30:49 -0500
  • bf01cee2ce Finish writing offset search code asimon-1 2024-01-02 21:17:53 -0500
  • 1c4e1b0515 Collect the rest of the offsets, still need to convert into needle searches asimon-1 2023-12-30 23:20:35 -0500
  • d4b68652c3 Search for offsets instead of using static offsets asimon-1 2023-12-30 22:45:05 -0500
  • ca721bd933 Debug Display debug-display jugeeya 2023-12-13 17:53:42 -0800
  • b2ef9b85a7
    Fix Clippy again (#657) jugeeya 2023-12-13 17:52:54 -0800
  • abbc5dfce2
    More fixes fix-clippy-again jugeeya 2023-12-13 17:48:58 -0800
  • f67aef407b
    Fix test jugeeya 2023-12-13 17:43:14 -0800
  • c1f57e6997
    More fixes jugeeya 2023-12-13 17:38:27 -0800
  • a9d11cc4fc
    More fixes jugeeya 2023-12-13 17:35:42 -0800
  • 954789a9e2
    More fixes jugeeya 2023-12-13 17:29:27 -0800
  • 2bf2a0af34
    More fixes jugeeya 2023-12-13 17:24:20 -0800
  • a6dc5ea691
    More fixes jugeeya 2023-12-13 17:19:48 -0800
  • c6239946e4
    More fixes jugeeya 2023-12-13 17:15:49 -0800
  • f142dfad04
    More fixes jugeeya 2023-12-13 17:07:54 -0800
  • 99b0d88f44
    Fix clippy jugeeya 2023-12-13 17:06:42 -0800
  • 1475fb2509
    Add Status Only option for input logger (#653) GradualSyrup 2023-12-06 02:27:26 -0600
  • 0f1e3c32f8
    Merge branch 'main' into add-status-display asimon-1 2023-12-05 08:35:42 -0500
  • df81021949 Merge main into add-status-display asimon-1 2023-12-05 08:30:29 -0500
  • 65f87df1e0
    Weighted Probability Menu Selections + TUI Backend Redesign (#655) asimon-1 2023-12-02 12:02:43 -0500
  • 081ad20059 Fix warnings asimon-1 2023-11-30 14:13:04 -0500
  • fc7a9ca7bc Run rustfmt asimon-1 2023-11-30 14:02:45 -0500
  • 6f0da283d8 Implement confirmation page before restoring from defaults asimon-1 2023-11-30 12:33:25 -0500
  • ca229fd3f6 Increase stack size for menu::load_from_file() to avoid crashes asimon-1 2023-11-30 10:15:27 -0500
  • e2aa2339b5 Take care of some minor nomenclature TODO's asimon-1 2023-11-29 18:21:12 -0500
  • bcb8f9e44f Remove unneeded command line interface asimon-1 2023-11-29 18:20:35 -0500
  • cf15af96a7 Change button behavior: R/Z now resets either the whole menu or the selected submenu depending on app.page, and Y now clears the current toggle so you don't have to press A six times. Only show keyhelp for Y if its relevant. asimon-1 2023-11-29 17:50:48 -0500
  • 19932c98fd Allow resetting current menu asimon-1 2023-11-29 15:35:30 -0500
  • 65f8cfb522 Allow fast increment / decrement of slider handles with up/down asimon-1 2023-11-29 15:10:53 -0500
  • 11386aa140 Separate checkmark from is_single_option asimon-1 2023-11-29 15:09:19 -0500
  • 7f2708ba87 Adjust icon sizes asimon-1 2023-11-28 20:57:03 -0500
  • 8e21111e70 Fix some menu bugs asimon-1 2023-11-28 20:09:55 -0500
  • d2447ee250 Adjust logging and remove dead code asimon-1 2023-11-28 19:07:55 -0500
  • 1b269733b3 Reconsider whether unreachable parts are actually unreachable asimon-1 2023-11-28 19:05:18 -0500
  • b12ef16353 Run formatter asimon-1 2023-11-28 15:37:41 -0500
  • d7b4d0fee2 Fix final few compiler errors asimon-1 2023-11-28 15:20:57 -0500
  • 2c30166653 Set _ match arms on byteflags to unreachable!() asimon-1 2023-11-28 14:43:46 -0500
  • b56eb8fcf2 Fix src/training/ui asimon-1 2023-11-28 14:23:55 -0500
  • ab83634aaa Move to_vec into byteflags crate asimon-1 2023-11-28 12:44:41 -0500
  • 2a86103c7d Restore some functions that I cut too agressively asimon-1 2023-11-28 12:15:13 -0500
  • 7ce4f4ac32 Fix button_config, hero buffs, caps issues. Move button logic into App asimon-1 2023-11-28 11:51:12 -0500
  • 9abaa7b00c Replace training_mod_tui with training_mod_tui_2, update byteflags dependency for random selection asimon-1 2023-11-28 10:31:48 -0500
  • 6d7d09b799 Fixing more compile errors from the merge asimon-1 2023-11-26 22:50:31 -0500
  • 7b2b618bd5 Additional merge work asimon-1 2023-11-26 22:09:33 -0500
  • f900438511 Allow StatefulTable.iter_mut() asimon-1 2023-11-25 15:57:48 -0500
  • 0e5cc07215 Begin work on converting over to byteflags asimon-1 2023-11-25 15:37:07 -0500
  • eeb28fea94 Add replacement training_mod_tui crate asimon-1 2023-11-25 15:36:52 -0500
  • 3130b5ad30
    Fixes status names for echoes (#654) Zarek Syed 2023-11-03 09:19:13 -0400
  • 7277f05232 Fixes status names for echoes Zarek Syed 2023-10-31 03:06:40 -0400
  • d5af9a0986 Assign raw enum values to fix crash GradualSyrup 2023-10-20 16:36:13 -0500
  • 0be70beab8 Initial attempt, working but menu crashing GradualSyrup 2023-10-20 16:01:44 -0500
  • 8203e54430
    Update Yuzu install path guide (#651) jugeeya 2023-10-09 11:53:55 -0700
  • bf16150da1
    Update rust.yml yuzu-install-path jugeeya 2023-10-09 11:32:29 -0700
  • 8d62915cc8
    Update README.md jugeeya 2023-10-09 11:30:40 -0700
  • cf2fe316f6
    Update lib.rs jugeeya 2023-10-07 11:11:14 -0700
  • 6f03acad16
    Update lib.rs jugeeya 2023-10-07 10:52:17 -0700
  • bad568c545
    Update lib.rs jugeeya 2023-10-07 09:08:54 -0700
  • 82a0cf1d35
    Save State Random Slots, other bugfixes (#649) GradualSyrup 2023-10-06 22:18:38 -0500
  • 4866c6d029 fix early return (again) GradualSyrup 2023-10-06 13:07:07 -0500
  • 116c6e445e Cargo optimization changes GradualSyrup 2023-10-03 19:08:55 -0500
  • 24d6262e8a Random Slots need a static >.< GradualSyrup 2023-10-03 18:56:33 -0500
  • fad706fb12 Merge branch 'main' of https://github.com/jugeeya/UltimateTrainingModpack into state-slot-fix GradualSyrup 2023-10-03 18:47:15 -0500
  • e247063aa7 Save State Slot Changes GradualSyrup 2023-10-03 18:46:56 -0500
  • 4fbee38f58 Fix UI function hook GradualSyrup 2023-10-03 18:15:41 -0500
  • 548759d892
    Revert "Improve recording playback" revert-635-playback-fix jugeeya 2023-09-22 07:50:04 -0700
  • f34f2b0cbb
    Merge pull request #635 from GradualSyrup/playback-fix GradualSyrup 2023-09-22 09:44:00 -0500
  • 069bdd320b clippy allow GradualSyrup 2023-09-21 13:25:53 -0500
  • d7a00e7227 safer option usage GradualSyrup 2023-09-21 13:05:37 -0500
  • 7e6267817e Merge branch 'main' of https://github.com/jugeeya/UltimateTrainingModpack into playback-fix GradualSyrup 2023-09-21 12:43:30 -0500
  • 587db532f3
    Upgrade to 6.0.1 6.0.1 jugeeya 2023-09-17 16:46:48 -0700
  • c81ad0ad41
    Change is_older_than_installed so that it no longer detects the current update as a new one (#639) asimon-1 2023-09-17 14:17:45 -0400
  • 4ec0bed134 Change is_older_than_installed so that it no longer detects the current update as a new one asimon-1 2023-09-17 13:23:40 -0400
  • 05a9073415 Greatly improve recording playback GradualSyrup 2023-09-15 13:37:53 -0500
  • 04e56a2f48
    Switch to No for default on update (#634) GradualSyrup 2023-09-15 10:32:22 -0500
  • c5052026b4 Switch to No for default on update GradualSyrup 2023-09-15 09:54:04 -0500
  • 1c6103a9ce
    Update to 6.0.0 6.0.0 jugeeya 2023-09-15 00:25:38 -0700
  • 9dc7b626b6
    Fix feature on beta build jugeeya 2023-09-15 00:24:06 -0700
  • e2cedb462b
    Add menu and remainder of input icons; Fix notification wonkiness (#633) jugeeya 2023-09-15 00:23:23 -0700
  • 207dff7ece Fixed b icon showing on side taunt new-icons Matthew Edell 2023-09-14 14:31:45 -0400
  • b0c8d45f91 Updated dodge staling icon Matthew Edell 2023-09-14 07:21:06 -0400
  • 46d5854287 Added missing icon names to list, fixed missing trailing comma Matthew Edell 2023-09-14 07:12:34 -0400
  • fef4dcdcf4 Added icons for strong direction inputs Matthew Edell 2023-09-14 07:08:38 -0400
  • 675acafc42 Added dpad icons and added them to raw inputs Matthew Edell 2023-09-14 06:54:38 -0400
  • 663af6a90d Updated bumper and trigger button icons Matthew Edell 2023-09-14 05:46:58 -0400
  • 9f717445f2
    Add files via upload jugeeya 2023-09-13 20:24:23 -0700
  • 463b79769a
    Build with layout_arc_from_file jugeeya 2023-09-13 17:23:11 -0700
  • a27681ce63
    Add files via upload jugeeya 2023-09-13 16:58:35 -0700
  • 2781c3f749
    Add files via upload jugeeya 2023-09-13 16:42:57 -0700
  • 720e95810b
    [Input Display] Use 15 total logs; Small optimizations (#632) jugeeya 2023-09-12 09:49:53 -0700
  • ac8af5f6dc Small fixes ui-updates jugeeya 2023-09-12 09:48:20 -0700
  • 6d09ed118f
    Add files via upload jugeeya 2023-09-12 09:40:31 -0700