Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/ClusterM/fceux.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/output
diff options
context:
space:
mode:
authoransstuff <ansstuff@users.sf.net>2012-02-18 20:43:40 +0400
committeransstuff <ansstuff@users.sf.net>2012-02-18 20:43:40 +0400
commite267095bd18c2a123258514f0965fd6aac8bfabf (patch)
tree63027218367057436286f6faaec4608b81f16431 /output
parent3743f42ba8ec4dbc0312969527236a8e73877cb9 (diff)
* Changed some checkboxes to radiobuttons in menu
* Taseditor: "Marker Rename" shows Note text in History; added "Marker Move" modtype * Taseditor: "Frame#" lights when Alt key is being held, not entering menu by Alt * Taseditor: PATTERNS menu, loading data from "tools\taseditor_patterns.txt" * Taseditor: ColumnSet (Input and Markers) with Alt key = set pattern * Taseditor: "Use pattern" checkbox in Recorder; Config->ColumnSet Pattern skips Lag
Diffstat (limited to 'output')
-rw-r--r--output/.gitignore1
-rw-r--r--output/luaScripts/SoundDisplay.lua1
-rw-r--r--output/luaScripts/taseditor/InputDisplay_for_Selection.lua1
-rw-r--r--output/luaScripts/taseditor/InvertSelection.lua1
-rw-r--r--output/luaScripts/taseditor/RecordBackwards.lua4
-rw-r--r--output/luaScripts/taseditor/ShowNotes.lua1
-rw-r--r--output/luaScripts/taseditor/Swap1P2P.lua1
-rw-r--r--output/luaScripts/taseditor/TrackNoise.lua1
-rw-r--r--output/tools/taseditor_patterns.txt18
9 files changed, 27 insertions, 2 deletions
diff --git a/output/.gitignore b/output/.gitignore
index 01481e65..a427da3c 100644
--- a/output/.gitignore
+++ b/output/.gitignore
@@ -10,4 +10,3 @@
/movies
/sav
/snaps
-/tools
diff --git a/output/luaScripts/SoundDisplay.lua b/output/luaScripts/SoundDisplay.lua
index eb5854f7..c0fbccd6 100644
--- a/output/luaScripts/SoundDisplay.lua
+++ b/output/luaScripts/SoundDisplay.lua
@@ -1,5 +1,6 @@
---------------------------------------------------------------------------
-- Display Sound Channels data
+-- by AnS, 2012
---------------------------------------------------------------------------
-- Showcases following functions:
-- * sound.get()
diff --git a/output/luaScripts/taseditor/InputDisplay_for_Selection.lua b/output/luaScripts/taseditor/InputDisplay_for_Selection.lua
index 215dc0b4..f3a359f7 100644
--- a/output/luaScripts/taseditor/InputDisplay_for_Selection.lua
+++ b/output/luaScripts/taseditor/InputDisplay_for_Selection.lua
@@ -1,5 +1,6 @@
---------------------------------------------------------------------------
-- Display Input at Selection cursor
+-- by AnS, 2012
---------------------------------------------------------------------------
-- Showcases following functions:
-- * taseditor.getselection()
diff --git a/output/luaScripts/taseditor/InvertSelection.lua b/output/luaScripts/taseditor/InvertSelection.lua
index 16d30ad8..3953cd3b 100644
--- a/output/luaScripts/taseditor/InvertSelection.lua
+++ b/output/luaScripts/taseditor/InvertSelection.lua
@@ -1,5 +1,6 @@
---------------------------------------------------------------------------
-- Invert Selection
+-- by AnS, 2012
---------------------------------------------------------------------------
-- Showcases following functions:
-- * taseditor.getselection()
diff --git a/output/luaScripts/taseditor/RecordBackwards.lua b/output/luaScripts/taseditor/RecordBackwards.lua
index 712ec745..269b3d83 100644
--- a/output/luaScripts/taseditor/RecordBackwards.lua
+++ b/output/luaScripts/taseditor/RecordBackwards.lua
@@ -1,7 +1,9 @@
---------------------------------------------------------------------------
-- Recording Input while Rewinding Playback frame-by-frame
+-- by AnS, 2012
---------------------------------------------------------------------------
-- Showcases following functions:
+-- * joypad.getimmediate()
-- * taseditor.getrecordermode()
-- * taseditor.getsuperimpose()
-- * taseditor.getinput()
@@ -14,7 +16,7 @@
-- Now you can hold some joypad buttons and press "Rewind Frame" hotkey
-- to Record those buttons into PREVIOUS frame.
-- Try using this crazy method alongside with Frame Advance Recording.
--- This script supports multitracking and superimpose.
+-- This script supports multitracking and superimpose. Doesn't support Patterns.
---------------------------------------------------------------------------
-- This function reads joypad input table and converts it to single byte
diff --git a/output/luaScripts/taseditor/ShowNotes.lua b/output/luaScripts/taseditor/ShowNotes.lua
index df0533a6..85244dfe 100644
--- a/output/luaScripts/taseditor/ShowNotes.lua
+++ b/output/luaScripts/taseditor/ShowNotes.lua
@@ -1,5 +1,6 @@
---------------------------------------------------------------------------
-- Showing Markers' Notes on screen
+-- by AnS, 2012
---------------------------------------------------------------------------
-- Showcases following functions:
-- * taseditor.getmarker()
diff --git a/output/luaScripts/taseditor/Swap1P2P.lua b/output/luaScripts/taseditor/Swap1P2P.lua
index 186259b6..369c7a88 100644
--- a/output/luaScripts/taseditor/Swap1P2P.lua
+++ b/output/luaScripts/taseditor/Swap1P2P.lua
@@ -1,5 +1,6 @@
---------------------------------------------------------------------------
-- Swap 1P and 2P buttons at Selected frames
+-- by AnS, 2012
---------------------------------------------------------------------------
-- Showcases following functions:
-- * taseditor.getselection()
diff --git a/output/luaScripts/taseditor/TrackNoise.lua b/output/luaScripts/taseditor/TrackNoise.lua
index ca4b42cf..064433c6 100644
--- a/output/luaScripts/taseditor/TrackNoise.lua
+++ b/output/luaScripts/taseditor/TrackNoise.lua
@@ -1,5 +1,6 @@
---------------------------------------------------------------------------
-- Tracking Noise channel volume peaks
+-- by AnS, 2012
---------------------------------------------------------------------------
-- Showcases following functions:
-- * sound.get()
diff --git a/output/tools/taseditor_patterns.txt b/output/tools/taseditor_patterns.txt
new file mode 100644
index 00000000..7f038f70
--- /dev/null
+++ b/output/tools/taseditor_patterns.txt
@@ -0,0 +1,18 @@
+
+Alternating (1010...)
+10
+Alternating at 30FPS (11001100...)
+1100
+One Quarter (10001000...)
++---
+Tap'n'Hold (101111111...)
+AaAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA
+
+
+One-Two (1011010110...)
+!0!!o
+
+FORMAT OF THIS FILE: 2 lines per every Pattern - first line is the name, second line is looped sequence of chars: first char is considered to be the flag of "button pressed", any other char in the sequence will mean "button released". Thus, every Pattern starts from button press.
+
+
+