Skip to content

Releases: krypciak/cc-instanceinator

v1.1.4

Choose a tag to compare

@github-actions github-actions released this 02 Jul 14:40

Added

  • Export instance utility functions to instanceinator global namespace
  • Add tilingOrder config option for InstanceinatorInstance
  • Add noGuiUpdate ig.perf flag

Fixed

  • Fix cc-vim not working on additional instances
  • Clear instance unique caches on instance destroy
  • Close sound context on instance destroy
  • Disallow window fullscreen state change when creating instances

v1.1.3

Choose a tag to compare

@github-actions github-actions released this 05 Jun 16:59

Fixed

  • Fix rare tiling error when instance is not yet initialized
  • Fix fixes function getting called twice
  • Fix music volume lock getVolume and setVolume preserving this context on copy
  • Fix keyup events triggering on all visible instances
  • Fix ccloader2 error and warning messages being not visible

v1.1.2

Choose a tag to compare

@github-actions github-actions released this 20 May 16:30

Added

  • Add instance ahead of time creation functionality to improve performance
  • Add instance copy opiton to hide title screen

Changed

  • Do not share ig.SoundManager across instances

Fixed

  • Fix invalid game addon initialization order on instance copy (fixes compatibility with some mods)
  • Improve instance creation time
  • Fix sounds not clearing properly when hiding instances
  • Fix new instances using old global save data

v1.1.1

Choose a tag to compare

@github-actions github-actions released this 03 Apr 08:36

Fixed

  • Fix ccmodmanager global keybindings on copied instances
  • Fix bgm steps not working with multiple instances

v1.1.0

Choose a tag to compare

@github-actions github-actions released this 11 Mar 17:02

Fixed

  • Improve fullscreen handling

v1.0.9

Choose a tag to compare

@github-actions github-actions released this 06 Mar 18:17

Fixed

  • Fix sc.GameModel#leaConfig linking across instances
  • Fix ig.Weather linking across instances
  • Fix crash after entering nax-cculib edit menu on base instance and doing the same on sub copied instance

v1.0.8

Choose a tag to compare

@github-actions github-actions released this 15 Jan 20:47

Fixed

  • Fix crash when entering map with no bgm

v1.0.7

Choose a tag to compare

@github-actions github-actions released this 01 Jan 17:41

Changed

  • Allow playing music from only one specific configurable instance at once

Fixed

  • Pause music on instance destroy

v1.0.6

Choose a tag to compare

@github-actions github-actions released this 17 Dec 18:56

Fixed

  • Fix sc.PlayerSkinLibrary extension skins not available on copied instances

v1.0.5

Choose a tag to compare

@github-actions github-actions released this 17 Nov 16:21

Fixed

  • Fixed crash after unloading a ig.Cacheable twice