1
0
Fork 0
mirror of https://github.com/jugeeya/UltimateTrainingModpack.git synced 2025-01-20 17:30:13 +00:00
Commit graph

56 commits

Author SHA1 Message Date
jugeeya
f64f3c2ac8 fix backwards miss tech roll 2019-11-24 16:26:05 -08:00
jugeeya
7b15ee7e9f
attempt to fix missed tech random rolls 2019-11-22 08:32:44 -08:00
jugeeya
671ceebef1 ledge option defensive options fix, change_motion version detector 2019-10-30 22:54:43 -07:00
jugeeya
8839eed65a tech roll f/b fix, enable fastest defensive options 2019-10-30 21:29:34 -07:00
jugeeya
e244f9d29c add layoff support for menu 2019-10-26 14:09:18 -07:00
jugeeya
95a7e98332 change title screen; add miss tech option 2019-10-04 23:56:12 -07:00
jugeeya
6a906d1a47 update to latest framework, add tech options 2019-10-03 22:53:47 -07:00
jugeeya
d76e05b2f7 fix issues with controllable objects 2019-08-08 22:57:39 -07:00
jugeeya
b4a0853625 fix up random teching so it works 2019-08-01 18:57:30 -07:00
jugeeya
e4bf2e548d add random tech option toggle 2019-08-01 13:27:29 -07:00
jugeeya
def081ea98 fix for v4.0.0 2019-07-31 23:35:18 -07:00
jugeeya
8c0200fe9e add attack_air_kind to FrameInputs 2019-07-26 15:47:16 -07:00
jugeeya
bb19bfcb4d add more FrameInput functionality; needs module func offsets to compile 2019-07-26 15:39:14 -07:00
jugeeya
6f6417e66a input recording kinda works??? 2019-07-26 13:56:37 -07:00
jugeeya
4d91f17283 use code-mod-framework as a submodule 2019-07-26 13:56:21 -07:00
jugeeya
292c4382d8 randomize ledge timing 2019-07-08 15:53:06 -07:00
jugeeya
0889da9518 finish training/ organization; escape options after ledge options complete 2019-07-07 17:47:32 -07:00
jugeeya
b23c37374f begin reorganizing into training/ folder 2019-07-06 11:53:06 -07:00
jugeeya
56cfeaa74a pause effects during hitbox vis 2019-07-05 15:24:23 -07:00
jugeeya
914affc1cf Move save_states functionality to get_command_flag_cat 2019-07-05 10:32:56 -07:00
jugeeya
0d47295215 add back attack toggle 2019-06-28 18:31:53 -07:00
jugeeya
c6afbcb335 missing load_module_impl call 2019-06-28 15:23:49 -07:00
jugeeya
aa971bc27a move from ACMD toggles to pure code edits 2019-06-28 15:15:45 -07:00
jugeeya
956e45e8c6 set DI return floats fix 2019-06-28 09:29:28 -07:00
jugeeya
03e10a6125 fix menus 2019-06-27 09:20:13 -07:00
jugeeya
a97c67b8c8 formatting 2019-06-26 17:31:55 -07:00
jugeeya
a1298d2df6 add test for text msbt replacement 2019-06-26 13:18:32 -07:00
jugeeya
a6560a460f code-side menu changes 2019-06-26 11:27:34 -07:00
jugeeya
c7713ab187 change DI toggles to set DI with stick position; left vs right dpad 2019-06-24 15:49:35 -07:00
jugeeya
8e51de5cca force options on landing; reduce size of raygun text 2019-06-22 12:21:42 -07:00
jugeeya
92911a1008 fix formatting 2019-06-21 16:07:37 -07:00
jugeeya
d6543db8d3 add all grounded random options 2019-06-21 15:48:28 -07:00
jugeeya
2791a8dc9b add grounded random options 2019-06-21 15:02:00 -07:00
jugeeya
fd1e5c4f86 formatting 2019-06-21 14:10:30 -07:00
jugeeya
521350a403 fix random aerials 2019-06-21 08:54:43 -07:00
jugeeya
aa23f87d6b change formatting (google style, 4 tab size) 2019-06-20 12:12:31 -07:00
jugeeya
1e9762d0d8 fix aerial attack mashing? 2019-06-20 11:54:37 -07:00
jugeeya
4f77960003 fix ledge options; change produced elf name 2019-06-20 08:52:46 -07:00
jugeeya
65b324848b add mash random option 2019-06-19 14:02:27 -07:00
jugeeya
fc43234214 add mash attack toggle 2019-06-19 13:54:38 -07:00
jugeeya
00f1381788 add choosable ledge options 2019-06-19 11:39:20 -07:00
Josh Sambasivam
8ccd0a0a5b add random ledge toggle 2019-06-09 17:50:01 -07:00
Josh Sambasivam
8c926eb79a fix greninja down b (due to get_float replace) 2019-06-09 11:37:14 -07:00
Josh Sambasivam
e470134641 change formatting to match code-mod-framework 2019-06-08 20:11:06 -07:00
jugeeya
7e3badefc8 fix mashing by using button presses instead; add mash shield to airdodge toggle 2019-06-05 21:05:13 -07:00
jugeeya
64bb02f1b6 tab formatting 2019-06-04 00:16:52 -07:00
jugeeya
1e90c2b634 save states; save states can't restore status 2019-06-04 00:08:25 -07:00
jugeeya
762cfaaf7d add hold/infinite shield; shield damage is still wrongly applied 2019-06-02 18:41:40 -07:00
Shivam Dutt
216bcbc0c2 Moved Hash40 and Vector3f structs from l2c.cpp to useful.h
Moved LOAD64 macro from l2c_imports.hpp to useful.h
Moved round_to and the various linear interpolation functions from useful.h to useful_visual.h
More formatting fixes
2019-05-28 15:36:33 -05:00
Shivam Dutt
1f9d492626 Updated to latest version of code-mod-framework
Fixed formatting and indentation
2019-05-27 17:08:56 -05:00