Skip to content

Tags: funjack/launchcontrol

Tags

v0.1.4

Toggle v0.1.4's commit message
Bugfix: golang 1.10 in travis build

v0.1.3

Toggle v0.1.3's commit message
Update vendored dependencies

This switches the BLE implementation to the go-ble fork, and hopefully
fixing MacOS issues on High Sierra.

v0.1.2

Toggle v0.1.2's commit message
Golint fixes

v0.1.1

Toggle v0.1.1's commit message
Improve FeelVR file loading

Support kiiroo files that have the `text` field stored in a `subs`
object.

Sort the events in the Kiiroo scripts on load.

v0.1.0

Toggle v0.1.0's commit message
vlc: Bumb version

v0.0.10

Toggle v0.0.10's commit message
blender: Delete previous action button

Include a button that will delete the previous action. This is usefull
when scripting a video frame by frame, and an action was insterted,
only to realize it was not yet finished in the next frame.

v0.0.9

Toggle v0.0.9's commit message
Distribute funscripting as a zip file

Release files in text format are hard to download correctly from github.
Blender can install zip files as well. So we just zip up the file and
distribute it that way.

v0.0.8

Toggle v0.0.8's commit message
Bugfix UI websocket disconnect on new script

Fixes a bug where the UI websocket gets disconnected when loading a new
script.

v0.0.7

Toggle v0.0.7's commit message
blender: Update images in doc

Removed the panel from the screenshots when no movie has been imported
yet. Since it's been changed to only display if only one scrip is
selected.

v0.0.6

Toggle v0.0.6's commit message
Update vendor dependencies