Changelog
v1.4.0
Released April 16, 2024
Features
- Rewrote how the GUI is included with the project to improve compile time issues (the
ext_gm_pulse
extension asset is now optional, removing it will download the GUI code at runtime)
Changes
- Removed template string usage for LTS compatibility
v1.3.0
Released March 30, 2024
Features
- Added ability to call methods
- Added ability to view ds maps as JSON
- Added ability to view ds lists as JSON
Bug fixes
- Fixed handles as showing as ref strings in variable tables
- Prevent internal static struct methods from cluttering global methods list
Documentation changes
- Updated documentation with information on how to call methods
v1.2.1
Released March 15, 2024
Bug fixes
- Fixed a bug with the latest runtime that prevented instances from opening or duplicating
- Fixed a bug with the latest runtime that prevented gmp_inspect_instance from working properly
v1.2.0
Released February 29, 2024
Features
- Added ability to execute events on instances
Changes
- Added resource icons to variable tables
- Optimized GUI build for better performance
Bug fixes
- Fixed an issue where the GUI would incorrectly report that an instance was destroyed
- Fixed an issue where the GUI would fail to reconnect to the game in some cases
Documentation changes
- Updated documentation with information about executing events
v1.1.0
Released February 21, 2024
Features
- Added destroy button to instance page
- Added duplicate button to instance page
- Added ability to change reals by 10 by holding shift and using the up/down arrow keys
- Added audio utilities
Changes
- Structs and arrays no longer show preview in variable tables, since it can easily cause lag in large games and you can't see much of their contents in the table anyway
- No longer uses
gml_pragma
to initialize the GMPulse object
Bug fixes
- Fixed issue with projects not being able to be compiled to HTML5 with GMPulse
- Fixed issue with rooms not restarting when clicking on the active room in the GUI
Documentation changes
- Updated documentation with a section on platform compatibility
- Updated documentation with the new features added in this version
v1.0.0
Released February 19, 2024
Release!