Skip to content

Releases: adventuregamestudio/ags

v.3.4.0.13

05 Nov 20:00
Compare
Choose a tag to compare

A patch dealing with a number of less common issues.

Editor:

  • Fixed #if(n)ver preprocessor directive failed to properly compare versions
    if the current and required versions have different number of digits.

Engine:

  • Returned support for some older config options related to graphics mode,
    so that the engine would be able to use old config files.
  • Fixed graphics mode initialization failure in certain less common setup
    cases, such as when requested window size was larger than current
    desktop resolution, or when the final mode appeared smaller than the
    precalculated one.
  • Fixed couple of memory leaks occuring when saved game is restored.
  • Fixed rare crash when restoring a game while having unreleased DrawingSurface
    pointers.
  • Fixed compilation in C++11 mode.

WinSetup:

  • Fixed "native game resolution" mode choice was not properly restored when
    loading config file.

v.3.4.0.12

15 Sep 20:07
Compare
Choose a tag to compare

The release of AGS 3.4.0.

v.3.3.5.11

10 Sep 22:25
Compare
Choose a tag to compare
Manual: updated to 3.3.5.11

v.3.3.5.10

22 Aug 16:23
Compare
Choose a tag to compare

An important regression fixing patch.

v.3.4.0.11 - RC2

22 Aug 17:36
Compare
Choose a tag to compare
v.3.4.0.11 - RC2 Pre-release
Pre-release

Release candidate (2)

v.3.4.0.10 - RC1

01 Aug 19:52
Compare
Choose a tag to compare
v.3.4.0.10 - RC1 Pre-release
Pre-release

This is Release Candidate.

v.3.3.5.9

30 Jul 15:24
Compare
Choose a tag to compare

This patch fixes user's allegro.cfg being completely ignored.

(Not necessary for releasing on Windows)

v.3.3.5.8

30 Jul 15:24
Compare
Choose a tag to compare
Updated Changes.txt and set Patch 4 package identifier

v.3.4.0.9 - Beta 2

04 Jul 09:23
Compare
Choose a tag to compare
v.3.4.0.9 - Beta 2 Pre-release
Pre-release
Updated build version (3.4.0.9)

v.3.4.0.8 - Beta 1

20 Jun 23:58
Compare
Choose a tag to compare
v.3.4.0.8 - Beta 1 Pre-release
Pre-release
Updated Changes.txt to reflect latest additions