1
0
Fork 0
mirror of https://github.com/jugeeya/UltimateTrainingModpack.git synced 2024-11-28 04:44:06 +00:00
UltimateTrainingModpack/src/training
GradualSyrup d867616f4f
Kirby Hat Charges (#619)
* Add reusable print_fighter_info()

* rustfmt

* Clippy

* starting charge

* Working Pikmin Save States, motion not working, order can be messed up by loading during an aerial, if you save too quickly you lose pikmin in the state

* often failing boid read

* notes

* Prevent Pikmin from being cleaned up by the regular cleanup process

* migration progress

* skyline-smash branch, more pikmin work

* Using buff to spawn pikmin, character specific file for cleanliness

* failed reordering attempt

* more failed ordering

* almost kind of works but out of order

* failed all, need to try individual hold and status change

* hard reorder crash

* battleobject not boma

* comment clarification

* messing around with printing

* printing, about to try to find where autonomy is being set

* solution found, going to hook backshield to find where autonomy is being set to true

* found where to hook, will start hooking

* switched to charge, issues with inline hook

* need to only have autonomy ignored on save state load

* distance and status controls (doesn't work perfectly)

* Christmas Miracle

* Working w/ Cleanup

* training mode check, improved owner check

* Debug for hooking, Working Implementation (No Transform, No Charge)

* Working for Aegis, PT having issues (LRA into state load works, but not regular state load)

* Working ptrainer hats

* fmt fmt fmt

* Working Samus Charge, debug

* Sheik, improved debug

* No Lucario, many broken

* Try to match main better

* Working Compile

* sun salutation debug

* disable debug assert while debug build is broken

* All charges working, copy ability tracking for save states broken, debug needs cleanup

* no copy state load not working

* Working build

* debug and formatting cleanup

* turn off hitbox vis for jugeeya
2023-09-02 11:49:20 -07:00
..
character_specific Kirby Hat Charges (#619) 2023-09-02 11:49:20 -07:00
ui Input Logger (#591) 2023-09-01 13:53:04 -07:00
air_dodge_direction.rs Format; Optimize Imports (#477) 2023-02-11 17:07:29 -08:00
attack_angle.rs Mash Overrides (#533) 2023-07-12 11:36:32 -07:00
buff.rs Frame Counter Refactor (#612) 2023-08-24 13:59:33 -07:00
charge.rs Kirby Hat Charges (#619) 2023-09-02 11:49:20 -07:00
clatter.rs Mash Overrides (#533) 2023-07-12 11:36:32 -07:00
combo.rs Frame Counter Refactor (#612) 2023-08-24 13:59:33 -07:00
crouch.rs Add rustfmt CI checker and format (#518) 2023-04-11 14:56:14 -07:00
debug.rs Kirby Hat Charges (#619) 2023-09-02 11:49:20 -07:00
directional_influence.rs [Build] Clippy Fixes (#554) 2023-08-02 11:09:02 -07:00
fast_fall.rs Frame Counter Refactor (#612) 2023-08-24 13:59:33 -07:00
frame_counter.rs Frame Counter Refactor (#612) 2023-08-24 13:59:33 -07:00
full_hop.rs [Build] Fix formatting (#557) 2023-08-02 13:53:24 -07:00
input_delay.rs Use Native Smash Input for All Input Processing (#581) 2023-08-10 07:28:13 -07:00
input_log.rs Input Logger (#591) 2023-09-01 13:53:04 -07:00
input_record.rs Functional PT Savestates and additional debug (#616) 2023-09-01 17:02:02 -07:00
ledge.rs Frame Counter Refactor (#612) 2023-08-24 13:59:33 -07:00
mash.rs Fix OoS Offset/Reaction Time + Start Button in Frame-by-Frame (#614) 2023-08-30 13:10:10 -07:00
mod.rs Kirby Hat Charges (#619) 2023-09-02 11:49:20 -07:00
reset.rs Convert line separators from CRLF to LF (#499) 2023-02-26 12:14:03 -08:00
save_states.rs Kirby Hat Charges (#619) 2023-09-02 11:49:20 -07:00
sdi.rs Add rustfmt CI checker and format (#518) 2023-04-11 14:56:14 -07:00
shield.rs Fix OoS Offset/Reaction Time + Start Button in Frame-by-Frame (#614) 2023-08-30 13:10:10 -07:00
shield_tilt.rs Add rustfmt CI checker and format (#518) 2023-04-11 14:56:14 -07:00
tech.rs Frame Counter Refactor (#612) 2023-08-24 13:59:33 -07:00
throw.rs Frame Counter Refactor (#612) 2023-08-24 13:59:33 -07:00