1
0
Fork 0
mirror of https://github.com/jugeeya/UltimateTrainingModpack.git synced 2024-11-20 08:54:15 +00:00
Commit graph

238 commits

Author SHA1 Message Date
sidschingis
4363935a1d
Add OOS Offset (#81)
* Add Roll Options

Added forward/backwards roll options

* Update TrainingModpackOverlay

* Change Option Order

* Update TrainingModpackOverlay

* Add OOS Offset

Allow delaying OOS options until a certain number of hits have connected on shield

* Update TrainingModpackOverlay

* get_param_float  fix

Fixed applying to non CPU values

* Remove Debugging
2020-06-10 11:38:01 -07:00
jugeeya
300bce1161
Add images to README 2020-06-10 09:52:18 -07:00
sidschingis
eb0e639122
Add Roll Options (#80)
* Add Roll Options

Added forward/backwards roll options

* Update TrainingModpackOverlay

* Change Option Order

* Update TrainingModpackOverlay
2020-06-09 11:46:18 -07:00
sidschingis
9a1e572a4b
Update Hold Shield Mode (#79)
* Update Hold Shield Mode

Shield decay is paused until hit for the first time to simulate a frame perfect shield hold

* Update Readme

* Remove Debugging Code
2020-06-08 13:21:34 -07:00
jugeeya
365c1da1ee
Fix beta builds 2020-06-07 19:20:24 -07:00
jugeeya
bf42c88236 update overlay version string 2020-06-03 16:44:36 -07:00
jugeeya
5ab7a2cc4b
Change beta description 2020-06-03 11:36:21 -07:00
jugeeya
a577e7874b add in ground bounce, ceiling, wall techs 2020-06-03 09:45:37 -07:00
jugeeya
6d89c0bcc7
Update beta description 2020-05-25 15:13:19 -07:00
jugeeya
d2b56efbb1 fix tech defensive options being slow 2020-05-24 18:17:07 -07:00
jugeeya
6ff019764e Merge branch 'master' of https://github.com/jugeeya/UltimateTrainingModpack 2020-05-24 17:57:54 -07:00
jugeeya
9c7aba1469 add help text to overlays 2020-05-24 17:57:42 -07:00
jugeeya
ef1127be96
Update README.md 2020-05-24 15:11:31 -07:00
jugeeya
e7f661b10a fix tech options 2020-05-23 11:16:15 -07:00
jugeeya
6644fcf9ec text bugs in overlay 2020-05-23 00:39:32 -07:00
jugeeya
4396dad31c add flash on save state, update Hash40 init 2020-05-23 00:23:02 -07:00
jugeeya
f79908bcac Merge branch 'master' of https://github.com/jugeeya/UltimateTrainingModpack 2020-05-23 00:07:31 -07:00
jugeeya
5c3da91db6 add sublists in overlay 2020-05-23 00:07:20 -07:00
jugeeya
968aba008f
Fix joker jab2 (NIL offsets used instead of 0) 2020-05-22 12:52:54 -07:00
jugeeya
ee695e84de
Reverse visualization for projectiles vs. fighters 2020-05-18 06:22:11 -07:00
jugeeya
c470d54621 turn visuals back on in non-training 2020-05-17 16:20:27 -07:00
jugeeya
43af53dc26 various changes to hitbox visualizer 2020-05-17 14:53:02 -07:00
jugeeya
37f20fdb71 update beta release body 2020-05-17 11:25:12 -07:00
jugeeya
ae3427ef96 Merge branch 'master' of https://github.com/jugeeya/UltimateTrainingModpack 2020-05-17 11:23:34 -07:00
jugeeya
7b7ab0c1cb remove testing code 2020-05-17 11:23:30 -07:00
jugeeya
c8cb994eeb
Upload beta on push to master 2020-05-17 11:13:52 -07:00
jugeeya
700b6dbb12
Update rust.yml 2020-05-17 11:03:17 -07:00
jugeeya
a5e001bf80
Update rust.yml 2020-05-17 10:41:48 -07:00
jugeeya
123bb920b7 add overlay as submodule 2020-05-17 08:46:53 -07:00
jugeeya
49ffcdc31c fix is_operation_cpu 2020-05-16 19:28:37 -07:00
jugeeya
bcd0ca5a28 fix footstool/trump hitstun options 2020-05-16 17:55:59 -07:00
jugeeya
c43da06180 DI fixes 2020-05-16 12:31:42 -07:00
jugeeya
af54cd90bb
Merge pull request #57 from jam1garner/master
Refactor to Make Codebase More Idiomatic
2020-05-16 11:02:08 -07:00
jam1garner
a1a761889c Move DI selection from const to an enum 2020-05-16 02:27:14 -04:00
jam1garner
78e53c29bd Move tech_state from grouped consts to an enum 2020-05-16 02:18:58 -04:00
jam1garner
4d28004367 Move ledge_state from grouped consts to an enum 2020-05-16 02:08:07 -04:00
jam1garner
cb3d829e03 Move defensive_state from grouped constants to an enum 2020-05-16 01:56:58 -04:00
jam1garner
eb03831d3c Update ControlModule usage to compile with latest skyline_smash 2020-05-16 01:49:22 -04:00
jam1garner
95180e6364 Move shield_state from a group of consts to an enum 2020-05-16 01:45:35 -04:00
jam1garner
f86415830d Move mash_state from set of constants to an enum 2020-05-16 01:26:12 -04:00
jam1garner
4342f626f8 Move mash_attack_state from constants to an enum 2020-05-16 01:12:06 -04:00
jam1garner
798e18a71a Fix all style/dead_code lints 2020-05-15 23:40:27 -04:00
jam1garner
a79bedfa7f Prefix underscore to unused variables 2020-05-15 22:02:45 -04:00
jam1garner
4dfc78c98f Remove style lint allows 2020-05-15 21:59:03 -04:00
jam1garner
6eb99546f9 Clean up hook installations by switching to install_hooks 2020-05-15 20:24:35 -04:00
jam1garner
cd3a6d938b Clean up various imports 2020-05-15 19:49:25 -04:00
jam1garner
f75ff6468a Change menu from pointer to reference 2020-05-15 19:43:37 -04:00
jugeeya
12ecda2dce fix graphics bugs 2020-05-15 10:04:57 -07:00
jugeeya
376985e05d OoS quick fixes 2020-05-15 08:48:34 -07:00
jugeeya
fb0c650a91 update README for complete rewrite 2020-05-14 14:20:42 -07:00