-
Notifications
You must be signed in to change notification settings - Fork 165
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Table based warp parameters and new custom warp animations. (#6500)
* Made lens flare size proportional to model size. * Updated fireball_wormhole_intensity function to be smooth and unbreakable * Added variable frame frate warp and new lens flare animation. * Last animation changes made since I stopped coding. * Made cinematic animation, warp-size ratio, and flare-size-ratio parameters configurable by table. New exp_to_line function to be more consistent and to fix a bug. * Made everything configurable by table. * Updated default values for cinematic warp animation. * Fixed the usage of MAX() so that it assigns to the variable. * Fixed obvious freakin' double to float casting warnings. * Made requested changes. Flare animation can now be specified with an enum and default else statements will not override earlier entries. * Changed warp table parameters to Warp flare style and Warp model style. * Added defaults to switch statements, and made this backwards compatible with older mediavps. * Removed commented code. * Opened up flare flickering for table editing. * Restored cinematic warp flare ratio default.
- Loading branch information
Showing
3 changed files
with
218 additions
and
20 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters