1
0
Fork 0
mirror of https://github.com/jugeeya/UltimateTrainingModpack.git synced 2024-10-03 09:44:26 +00:00
Commit graph

452 commits

Author SHA1 Message Date
sidschingis
ce865a70f2 Extract Shared Condition 2020-06-13 22:34:37 +02:00
sidschingis
be16194528 Add Left Stick Mod
Currently only used for air dodges
2020-06-13 22:15:44 +02:00
sidschingis
2fc1c75ab6 Reuse Angle Calculation
get_random now returns a random direction instead of the angle directly
2020-06-13 21:55:23 +02:00
sidschingis
cca5072185 Simplify Condition
Removed need to check for no DI twice
2020-06-13 21:35:03 +02:00
sidschingis
715c28dd6c Move Angle Calculation To Common
Renamed NO_DI to ANGLE_NONE and moved to common
2020-06-13 21:34:06 +02:00
sidschingis
18290df236 Rename Enum
DirectionalInfluence => Direction
2020-06-13 21:24:15 +02:00
jugeeya
919196c38b account for grounded options when mashing in neutral 2020-06-12 23:04:05 -07:00
sidschingis
32f7fb0808
Add Neutral Mashing Toggle (#84)
* Add Mash Toggle

Added toggle to set the cpu to also mash in neutral

* Add Utility Functions

is_grounded
is_airborne

* Fix Neutral Mashing Aerials

Added jump flag

* Update README.md

* Changed Button Combination

Changed mash Toggle to Attack + Dpad Up/Down

* use Tesla overlay for mash in neutral

* add menu commit for neutral mash

* Update README.md

Co-authored-by: jugeeya <jugeeya@live.com>
2020-06-12 22:45:25 -07:00
sidschingis
e67c69ed63
Code Refactoring (#83)
* Update TrainingModpackOverlay

* Apply Auto Formatter

* Auto Format

* Extract Modding Behaviour

Moved to separate function

* Guard Clause

* Guard Clause

* Use Match Clause

* Fix Comment

* Extract Shared Condition

* Extract Modding Function

* Guard Clause

* Guard Clause

* Guard Clause

* Guard Clause

* Guard Clause

* Extract Shared Code

* Fix Variable Reference

Properly borrow the variables

* Fix Missed Tech Buffering

* Move Training Mode Check To Start

* Guard Clause

* Guard Clause

* Extract Modding Behaviour

* Extract Function

For randomizing the di angle

* Guard Clause

* Guard Clause

* Simplify Loop

Separate condition from behaviour

* Extract Modding Behaviour

* Extract Modding Behaviour

* Formatting

* Fix Typos

* Fix Typos

* Fix Mash Toggle

! was binding stronger than ==

* Move Negation Inwards

* Reduce Nesting

* Extract Shared Condition

* Extract Method

Moved random command list definition to separate function
2020-06-11 14:57:35 -07:00
jugeeya
e5ff95ce61
ok no more badge commits 2020-06-10 14:03:02 -07:00
jugeeya
8a7df828a6
Fix badge links 2020-06-10 13:56:12 -07:00
jugeeya
4b91fa6144
Edit shields.io badges 2020-06-10 13:49:16 -07:00
jugeeya
959b2b4f8c
Fix beta builds once again 2020-06-10 12:49:01 -07:00
sidschingis
b3cf1a69f4
Code Formatting (#82)
* Update TrainingModpackOverlay

* Apply Auto Formatter
2020-06-10 11:51:43 -07:00
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