Skip to content

Releases: JujuAdams/Dynamo

3.0.4

02 May 18:10
Compare
Choose a tag to compare
  • Fixes crash when using DynamoScriptLoad()

3.0.3

30 Apr 14:11
Compare
Choose a tag to compare
  • Fixes asset names not resolving when parsing GML

3.0.2

20 Mar 13:52
Compare
Choose a tag to compare
  • Fixes issues with progressive scan (important for MacOS users)
  • Renames progressive scan macro to DYNAMNO_AUTO_SCAN_PROGRESSIVE

3.0.1

24 Feb 17:35
Compare
Choose a tag to compare
  • Overhaul of the basic operation of the library
  • Much simpler to set up and use, with more flexibility where it matters
  • No global variables! Everything's self-contained now
  • Removes Note-based updating. It was messy and hard to maintain. GameMaker is more accommodating with it allowing datafiles to be open whilst compiling the game so a Note-based workflow is less helpful than it used to be
  • Callbacks can now be given extra metadata
  • Assets (scripts + datafiles) can now be set to load automatically or not which is useful for controlling when updates happen

2.2.1

28 Oct 16:54
Compare
Choose a tag to compare
  • Fixes note asset incompatibility with GMS2022.8 and later
  • Fixes crash when using Dynamo in production builds due to project directory scan despite DYNAMO_ENABLED being set to false
  • Adds warning message for when Dynamo has encountered a GameMaker compilation error

2.1.0

15 Oct 15:11
Compare
Choose a tag to compare
  • Updates minimum required GM version to 2022.9
  • Removes reliance on hacked-in features
  • Partial Mac support

2.0.3

24 Jun 08:34
Compare
Choose a tag to compare
  • Fixes autogenerated pre_project_path.bat not responding well to team use or when you change the project path

Thanks to @tabularelf for this fix!

2.0.2

22 Jun 20:39
Compare
Choose a tag to compare

Rewrite! More stable and more elegant now.

  • API now uses callbacks so it's easier to manage processing behaviour (less boilerplate)
  • Way, way more stable to use cross-platform (when in non-developer mode)
  • Has saner code in general, fewer gross hacks

1.1.0

14 Apr 20:43
Compare
Choose a tag to compare
  • Adds the ability to save buffers/strings back into your project, either to datafilesDynamo\ or into existing Note assets
  • Adds DynamoDevProjectDirectory() to return the project's root directory

Please read the setting up guide in the Dynamo documentation before use.

1.0.1

10 Apr 16:24
Compare
Choose a tag to compare

Please read the setting up guide in the Dynamo documentation before use.