Skip to content

2.2.0 Beta 1

Pre-release
Pre-release
Compare
Choose a tag to compare
@edmundito edmundito released this 12 Jul 01:32

This is a great new release that supports all new features all the way AGS 3.5.0 beta 5. Additionally, it fixes a few bugs and removes compatibility with older AGS versions prior to 3.4.0.

  • Fixed Region StopTweenTint result parameter (was not used)
  • Fixed Region tween tint saturation to 1-100 and luminance clamping to 0-100
  • Fixed exception when using Button.TweenTextColorRed
  • Removed compatibility with any version below 3.4.0
  • Replaced internal #ifver checks to check based on SCRIPT_API_v* to improve compatibility
  • Replaced Region.TweenTintEx with additional luminance parameter in Region.TweenTint
  • Removed TweenSystemGamma and StopTweenSystemGamma in favor of using existing System.TweenGamma and System.StopTweenGamma
  • Removed TweenSystemVolume and StopTweenSystemVolume in favor of using exiting System.TweenVolume and System.StopTweenVolume
  • Added TweenTextColorRGB for Button, Label, and TextBox
  • 3.4.1: Added Character TweenTint (+ Red/Green/Blue), TweenTintSaturation, TweenTintLuminance
  • 3.4.1: Added Object TweenTint, TweenTintRed, TweenTintGreen, TweenTintBlue, TweenTintSaturation, TweenTintLuminance
  • 3.5.0: Removed limitations of GUI tweens to screen width and height
  • 3.5.0: Replaced old Viewport tweens with Camera TweenX, TweenY, TweenWidth, TweenHeight, TweenPosition, TweenSize
  • 3.5.0: Added new Viewport object tweens TweenX, TweenY, TweenWidth, TweenHeight, TweenPosition
  • 3.5.0: Updated Tween1Compatiblity module to support legacy Viewport tweens (via Camera)
  • 3.5.0: Added Tween2Compatiblity module to support legacy Viewport tweens (via Camera)
  • 3.5.0: Added GUI TweenBackgroundColor (+ Red/Green/Blue/RGB) and TweenBorderColor (+ Red/Green/Blue/RGB)
  • 3.5.0: Added ListBox TweenSelectedBackColor (+ Red/Green/Blue/RGB), TweenSelectedTextColor (+ Red/Green/Blue/RGB), TweenTextColor (+ Red/Green/Blue/RGB)

Documentation: https://edmundito.gitbook.io/ags-tween/

Download ags-tween-2.2.0-beta.1-module.zip below to get the compiled module and installation instructions.