JujuAdams Dynamo Versions Save

Dynamic data loader for GameMaker LTS 2022

3.0.4

1 year ago
  • Fixes crash when using DynamoScriptLoad()

3.0.3

1 year ago
  • Fixes asset names not resolving when parsing GML

3.0.2

1 year ago
  • Fixes issues with progressive scan (important for MacOS users)
  • Renames progressive scan macro to DYNAMNO_AUTO_SCAN_PROGRESSIVE

3.0.1

1 year ago
  • 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

1 year ago
  • 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

1 year ago
  • Updates minimum required GM version to 2022.9
  • Removes reliance on hacked-in features
  • Partial Mac support

2.0.3

2 years ago
  • 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

2 years ago

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

2 years ago
  • 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

2 years ago

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