Skip to content

Releases: ivan-mogilko/ags-script-modules

dragdropcommon-1.2.0

31 Jan 15:29
Compare
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
Compare
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
Compare
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
Compare
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
Compare
Choose a tag to compare

DragDropCommon: proper defaults for the module settings

objectpool-1.0.1

31 Mar 08:38
Compare
Choose a tag to compare
ObjectPool: fixed comments and hid one method under DEBUG

Initial release

19 Feb 13:57
Compare
Choose a tag to compare

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