Skip to content

Releases: CarterGames/The-Cart

QOL & module setup refactor (0.8.0)

29 Jul 18:55
ff46abc
Compare
Choose a tag to compare

ℹ️ Major backend changes and some QOL updates..

🗓️ Release Date: 29th July 2024

Full change post here: https://carter.games/4007/the-cart-update-0-8-0-released

Minor fixes (0.7.2)

20 Jul 12:46
ae3103a
Compare
Choose a tag to compare

ℹ️ Further fixes to some odd bits.

🗓️ Release Date: 20th July 2024

🎨 Changes

  • Added a remove method to the array extensions setup.
  • Added the option to refresh the installed modules cache from its custom editor.
  • Fixed further issues where the module system would throw errors on opening the module window editor.
  • [Game Ticker Module]: Fixed the module failing to compile due to the meta data JSON file being named the same as a class in the module
  • [Panels Module]: Updated the custom editors to apply to children of the panel base classes.

Module Management Hotfix (0.7.1)

18 Jul 06:37
84a0c4d
Compare
Choose a tag to compare

ℹ️ A hotfix for some issues with the module manager when in a new project..

🗓️ Release Date: 18th July 2024

🎨 Changes

  • Fixed module manager issues on initialization.
  • Updated some old app domain calls to go through the assembly helper instead (I missed them in the last release).
  • A few custom editor adjustments.

Under the hood improvements (0.7.0)

14 Jul 19:42
d06f8ab
Compare
Choose a tag to compare

ℹ️ A lot of little updates to the library and module management flow.

🗓️ Release Date: 14th July 2024

🎨 Changes

  • Logs system rework to have categories and better UX.
  • Data module now in core library instead of a module.
  • Updated the module management flow behind the scenes to be more reliable.
  • Updated module manager GUI.
  • Improved menu item structure.
  • Added time formatting setup.
  • Re-worked panel module setup to be cleaner and separate transitions out of the panel class for better modularity.
  • Some minor backend bits to improve reliability of systems.

Further Notion Update (0.6.8)

17 Jun 08:21
564167c
Compare
Choose a tag to compare

ℹ️ Small fix for the notion data module.

🗓️ Release Date: 17th June 2024

🎨 Changes

  • [Internal]: Further fix for an issue where the notion data asset creator would create a script with an error.

Notion data module update (0.6.7)

14 Jun 17:27
8e92e16
Compare
Choose a tag to compare

ℹ️ Added rollup support & fixed an issue with the template in the notion data module.

🗓️ Release Date: 14th June 2024

🎨 Changes

  • Added support for rollup properties. So long as the data they show is a supported type it'll work. Ported from my persona side project.
  • [Internal]: Fixed an issue where the notion data asset creator would create a script with an error.

Compatibility Fix (0.6.6)

11 Jun 07:23
1054cc6
Compare
Choose a tag to compare

ℹ️ Fixed some compatibility issues with this package & my LBM asset.

🗓️ Release Date: 11th June 2024

🎨 Changes

  • [Internal]: Fixed some GUID issues between the cart & leaderboard manager due to shared scripts.

Data module update (0.6.5)

19 May 10:52
0c48923
Compare
Choose a tag to compare

ℹ️ Updated the data module and added documentation.

🗓️ Release Date: 19th May 2024

🎨 Changes

  • Updated docs for events a tad.
  • Add docs for the data module.
  • Fixed the data asset creator template.
  • Updated module packages with docs edits.
  • A few very minor bits.

Events system update (0.6.4)

17 May 07:30
92d1797
Compare
Choose a tag to compare

ℹ️ Updated the events system and added documentation.

🗓️ Release Date: 17th May 2024

🎨 Changes

  • Unified the event system classes, it was a mess before.
  • Add docs for the system, probably will use as a template for future docs.
  • Updated delayed events module to use the new base logic.

Module updates (0.6.3)

09 May 20:48
ed59e8b
Compare
Choose a tag to compare

ℹ️ Some minor updates to modules & the core library.

🗓️ Release Date: 9th May 2024

🎨 Changes

  • Fixed an issue with the instance setup making 2 objects when initializing.
  • Fixed some reference issues with the game ticker module editors & meta data.