Releases: Tiny-Foxes/kitsu-template
Releases · Tiny-Foxes/kitsu-template
Kitsu Template v4.1.0
This release re-implements notemods! You must have a build of OutFox that includes this feature.
Full Changelog: v4.0.1...v4.1.0
Kitsu Template v4.0.1
This change introduces a stripped version of the Kitsu Template in binaries and a more concise way to set up Nodes after creation.
Full Changelog: v4.0.0...v4.0.1
Kitsu Template v4.0.0
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
Changes:
- Added Node type
ActorProxyWall
- Added Node type
ActorCamera
- Added
std.START
- Removed
fg.lua
andbg.lua
Full Changelog: v3.1.2...v3.1.3
Kitsu Template v3.1.2
Changes
- Updated
Mods.Define
to allow multiple returns - Updated
konko-mods
to fixsub
command error
Kitsu Template v3.1.1-HF
Changes
- Refactored
bg.lua
- Refactored
fg.lua
- Refactored
mods.lua
- Removed
MOD_START
fromstdlib
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
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
Changes
- Reformatted
mods.lua
to streamline mod implementation - Added
bg.lua
andfg.lua
for background and foreground actors - Added
using
function to allow for scoping of namespaces (useful for repeated use of a library such asmirin-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
withusing '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
andimport
using defaultsudo
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