Skip to content

Releases: Tiny-Foxes/kitsu-template

Kitsu Template v4.1.0

17 Jul 06:10
Compare
Choose a tag to compare
Kitsu Template v4.1.0 Pre-release
Pre-release

This release re-implements notemods! You must have a build of OutFox that includes this feature.

image

Full Changelog: v4.0.1...v4.1.0

Kitsu Template v4.0.1

21 Jan 23:32
Compare
Choose a tag to compare

This change introduces a stripped version of the Kitsu Template in binaries and a more concise way to set up Nodes after creation.
image

Full Changelog: v4.0.0...v4.0.1

Kitsu Template v4.0.0

17 Feb 04:15
Compare
Choose a tag to compare

Changes:

  • NEW! Added support for Def.NoteField
  • NEW! Added Node type ModPlayer
  • Revamped internal library system
  • Fixed issues with mirin-syntax malformed Lua

Full Changelog: v3.1.3...v4.0.0

Kitsu Template v3.1.3

17 Nov 11:04
Compare
Choose a tag to compare

Changes:

  • Added Node type ActorProxyWall
  • Added Node type ActorCamera
  • Added std.START
  • Removed fg.lua and bg.lua

Full Changelog: v3.1.2...v3.1.3

Kitsu Template v3.1.2

12 Nov 20:58
Compare
Choose a tag to compare

Changes

  • Updated Mods.Define to allow multiple returns
  • Updated konko-mods to fix sub command error

Kitsu Template v3.1.1-HF

11 Nov 22:20
Compare
Choose a tag to compare

Changes

  • Refactored bg.lua
  • Refactored fg.lua
  • Refactored mods.lua
  • Removed MOD_START from stdlib for the time being (it'll be back!)
  • Fixed update loop not actually running

Full Changelog: v3.1.1...v3.1.1-HF

Kitsu Template v3.1.1

11 Nov 03:54
Compare
Choose a tag to compare

Changes

  • Fixed nil FG error
  • Implemented switch to allow switch cases
  • Made entire modfile environment local to modfile
  • Added getfrom to grab variables from outside environments
  • Refactored default.lua
  • Refactored bg.lua
  • Refactored fg.lua
  • Refactored mods.lua

Full Changelog: v3.1.0...v3.1.1

Kitsu Template v3.1.0

09 Nov 20:49
Compare
Choose a tag to compare

Changes

  • Reformatted mods.lua to streamline mod implementation
  • Added bg.lua and fg.lua for background and foreground actors
  • Added using function to allow for scoping of namespaces (useful for repeated use of a library such as mirin-syntax)
  • Fixed environment behavior to support using
  • Reimplemented mirin-syntax as a built-in library (you may remove this if you wish)
  • Configured mods.lua with using 'mirin' to streamline mod implementation (you may remove this if you wish)
  • Edited print to support tables
  • Edited chart to have appropriate BPM and time signatures
  • Fixed broken functions in konko-node getting variables in wrong environment
  • Fixed run and import using default sudo environment to load files
  • Moved player proxies to fg.lua
  • Created background for bg.lua
  • Added default mods in mods.lua

Big thanks to Chegg for helping with the using function! You're amazing <3