Skip to content

v4.0.0.1 (AGS 4.0 Early Alpha 6)

Pre-release
Pre-release
Compare
Choose a tag to compare
@ivan-mogilko ivan-mogilko released this 03 Nov 16:16
· 1518 commits to ags4 since this release

This is AGS 4.0 Early Alpha 6.

Contains updates and fixes from 3.6.1 Beta 9 to 12 (except ones related to backwards compatibility).

Other changes:

Common:

  • Completely removed Global Messages and Room Messages.
  • Removed built-in support for Game Score, including related game settings and GiveScore script command. Users are advised to script their own score counter if they need one.

Editor:

  • Fixed "section" dropdown list in the script editor was getting broken by custom Color Themes.

Compiler:

  • Accept constructor-like syntax (T *o = new T();), but skip the parentheses and do nothing, as AGS script does not really support constructors at this point. The purpose of this is to make it easier for users who have C++ or C# habits.
  • Fixed "autoptr" struct's modifier required "builtin", should require only "managed".

Engine:

  • Implemented more accurate Character movement. The movement direction is now more precise and diagonal movement speed no longer may exceed MovementSpeed setting.