Releases: ivan-mogilko/ags-script-modules
guiwindows-0.1.0
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
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
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
TypedText module:
- 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.
- Fixed if drawing surface or control's height is too small, there will be no text typed at all, which may confuse users.
- Provided compat fixes for compiling with AGS 3.5.0 and higher.
TypedText Demo game:
- Updated to the latest module version.
- Provided compat fixes for compiling with AGS 3.5.0 and higher.
dragdropdemo-1.1.1
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
DragDrop: introduced EvtCancelled
DragDropCommon: fixed some properties not reset when the drag is cancelled.
dragdropcommon-1.0.1
DragDropCommon: proper defaults for the module settings
objectpool-1.0.1
ObjectPool: fixed comments and hid one method under DEBUG
Initial release
First release on github, but modules and demo games are of various versions.