github adventuregamestudio/ags v4.0.0.1
v4.0.0.1 (AGS 4.0 Early Alpha 6)

latest releases: v4.0.0.6, v3.6.1.25, v4.0.0.5...
pre-release8 months ago

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.

Don't miss a new ags release

NewReleases is sending notifications on new releases.