github adventuregamestudio/ags v3.6.1.15
v3.6.1 - Beta 16

latest releases: v3.6.1.29, v4.0.0.9, v3.6.1.28...
pre-release9 months ago

This is a minor update, done soon after 3.6.1.14 (Beta 15) because there had to be a change in game save format.
WARNING: this update makes any runtime saves done in Beta 15 incompatible. We're sorry for this inconvenience.
(Older saves WILL work.)

Changes in this update:

Editor:

  • Fixed a rare exception when scrolling the room in the editor.

Engine:

  • Remade changes to a save format introduced by 3.6.1.14 (Beta 15). Saves done by a 3.6.1.14 engine will no longer load correctly. (This does not affect any older saves.)
  • Engine will now safeguard plugin's reading and writing of game saves, so that any mistakes done by plugins won't affect other parts of a save.
  • Fixed Character.Name property's was not returning a new value in case if deprecated Character.name field was written to using a old-style string function like StrCopy (regression since Beta 15).
  • Fixed PlayMP3File() crashing with null ptr access (regression since an earlier 3.6.1 Beta).
  • Fixed PlayMP3File() function limiting filename argument by an arbitrary number of characters.

Engine Plugin API:

  • Fixed IAGSStream::Seek return value - should return new position now, instead of true or false.

Don't miss a new ags release

NewReleases is sending notifications on new releases.