Devlogs
Collection update 230516
New version policy
To make the process of updating the package more comfortable and frequent I get to a new version policy.
- The collection archive won't have it's own version
- The name will include:
- Engine version
- Date of creation
- Individual plugins follow standard versioning
For example TrickyPrototypingCollection_5.1.1_230516 means that the package were created for UE 5.1.1 in 16.05.2023
Changelist
- TrickyLevelHelpers were updated to v2.1
- Add debug information for all spline generators;
- Create basic spline actor;
- Create several rulers to visualize distances and measure levels (LineRuler, RadiusRuler, SpeedRuler, SplineRuler, VolumeRuler)
- TrickyGameMode were updated to v2.1
- WARNING! This version isn't backward compatible, and can't be used in projects which were build with 2.0 version
- Implement new game states:
Win
, Lose
, Transition
- Rename game mode and player controller classes
- Some code cleanup and improvements
- TrickyUserInterface were updated to v2.1
- WARNING! This version isn't backward compatible, and can't be used in projects which were build with 2.0 version
- Add support for TrickyGameMode v2.1
- Create settings menu widget class with basic settings like master sound, graphics quality, resolution scale, screen mode
- Create widget classes for WinMenu, LoseMenu, SliderWdiget, SoundSliderWidget
- Add helper library
- TrickyStatusEffects were updated to v2.1
- Rename some C++functions
- Improve effect activation and re-activation logic