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

7 commits

Author SHA1 Message Date
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
080667ae62 Renamed many variables and functions to use snake_case instead of camelCase
useful.h -> color_lerp():
- added documentation in comments
- changed default value for gamma from 2.2 to 2.0
hitbox_visualizer.hpp -> ATTACK_replace():
- slightly modified formula for changing effect color based on damage
2019-05-28 13:38:20 -05:00
Shivam Dutt
69d35361bb Changed hitbox effect colors to be more distinct and have a more logical sequence
The intensity of the hitbox effect colors now scales with damage
- Added functions to useful.h to assist with this
2019-05-27 21:48:19 -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
jugeeya
ed507f70e0 almost migration to C++ 2019-05-17 09:24:04 -07:00
jugeeya
60d5416059 formatting; minimize makefile warnings; LOAD64 macro 2019-04-26 11:44:39 -07:00
jugeeya
27229fdca4 first commit: working damage replacement example 2019-03-24 00:28:43 -07:00