Skip to content

Releases: ivan-mogilko/ags-script-modules

guiwindows-0.1.0

28 Nov 18:00

Choose a tag to compare

An experimental initial version of GUIWindows module v0.1.0.

DragDrop module updated to v1.4.0 with couple of readonly properties added.

Update with AGS 4 compatibility

06 Jul 21:21

Choose a tag to compare

Updated following modules to support new, stricter, script compiler from ags4 branch.
This breaks their compatibility with AGS Editor v3.2.1, a minimal supported Editor version is now v3.4.0 (because they require a proper "static" attribute support which syntax was added in v3.4.0).

Modules updated:

  • DoubleClick 1.1.0
  • DragDrop 1.3.0
  • DragDropCommon 1.3.0
  • KeyListender 1.0.0
  • ObjectPool 1.0.2
  • TypedText 1.1.0
  • TypedTextHelper 1.1.0
  • TypedTextDrawing 1.1.0

Updated all existing Demo Games to AGS v3.6.0, include latest module versions.

dragdropcommon-1.2.0

31 Jan 15:29

Choose a tag to compare

DragDropCommon module:

  • Added DragDropCommon.GhostZOrder and GhostOverlay properties;
  • For AGS 3.6.0 and higher: ghost Overlay support ZOrder and Transparency settings; this makes eDDCmnMoveGhostOverlay mode usable with inventory items.

DragDrop Demo game::

  • Updated to the latest module version.
  • Provided compat fixes for compiling with AGS 3.4.0 and higher.
  • For AGS 3.6.0 and higher use Overlays in inventory item dragging example.

typedtext-1.0.0

30 Jan 12:11

Choose a tag to compare

TypedText module:

  1. Fixed that if text does not end with any of the "split" characters (any punctuation by default), then the last word will be unnecessarily wrapped onto the next line.
  2. Fixed if drawing surface or control's height is too small, there will be no text typed at all, which may confuse users.
  3. Provided compat fixes for compiling with AGS 3.5.0 and higher.

TypedText Demo game:

  1. Updated to the latest module version.
  2. Provided compat fixes for compiling with AGS 3.5.0 and higher.

dragdropdemo-1.1.1

15 Jul 09:48

Choose a tag to compare

DragDrop Demo game:

  • Fixed room backgrounds to have proper color depth (was causing wrong drawing colors in room 2).
  • Fixed the mismatching sprite references in room 3. This caused problems when loading game into 3.6.0 editor.

dragdropcommon-1.1.0

11 Jul 12:38

Choose a tag to compare

DragDrop: introduced EvtCancelled
DragDropCommon: fixed some properties not reset when the drag is cancelled.

dragdropcommon-1.0.1

18 Jul 21:01

Choose a tag to compare

DragDropCommon: proper defaults for the module settings

objectpool-1.0.1

31 Mar 08:38

Choose a tag to compare

ObjectPool: fixed comments and hid one method under DEBUG

Initial release

19 Feb 13:57

Choose a tag to compare

First release on github, but modules and demo games are of various versions.