fceux/output/luaScripts
ansstuff 84ae16d8c2 * HideMenu (Esc) only works when FCEU window has focus
* moved "Display movie status icon" from Config->Movie options to Config->Display
* File->AVI/Wav->Enable HUD recording
2011-09-23 18:09:40 +00:00
..
AVI-HeadsUpDisplay.lua * HideMenu (Esc) only works when FCEU window has focus 2011-09-23 18:09:40 +00:00
BugsBunnyBirthdayBlowout.lua Added a lot of luaScripts by XKeeper 2009-03-29 22:47:19 +00:00
ButtonCount.lua Button Count 2011-07-20 09:22:09 +00:00
Excitingbike-speedometeronly.lua Added a lot of luaScripts by XKeeper 2009-03-29 22:47:19 +00:00
Excitingbike.lua Added a lot of luaScripts by XKeeper 2009-03-29 22:47:19 +00:00
FRKfunctions.lua Slightly bulky auxiliary script, but has a few handy functions for dealing with input.get, displaying numbers, and adding new functions to the registers without kicking out old ones. 2010-05-01 21:44:20 +00:00
GUI-iup_button.lua Lua scripts cleanup - deleted some, renamed others, included documentation notes on each 2009-03-28 18:08:41 +00:00
GUI-iup_example.lua Lua scripts cleanup - deleted some, renamed others, included documentation notes on each 2009-03-28 18:08:41 +00:00
Galaxian.lua Added a lot of luaScripts by XKeeper 2009-03-29 22:47:19 +00:00
Gradius-BulletHell.lua Added some of Miau's Lua scripts 2009-03-29 13:22:34 +00:00
Luabot.lua Fixed up Lua bot script names,etc. 2009-03-28 15:31:56 +00:00
Machrider.lua Added a lot of luaScripts by XKeeper 2009-03-29 22:47:19 +00:00
MegamanII-LaserEyes.lua Added some of Miau's Lua scripts 2009-03-29 13:22:34 +00:00
MemoryWatch.lua More lua scripts cleanup - rename documents, added internal documentation 2009-03-28 16:17:11 +00:00
Multitrack.lua The input display actually has unique symbols now! Also replaced the pseudo-stateload detector with an actual stateload detector. Instructions are thrown in, too. 2009-11-10 02:58:17 +00:00
Multitrack2.lua Fixed a glitch introduced in the last commit in the display for when ignoring the input list. Also added a rudimentary "save to file" function, which is promptly placed in emu.registerexit, hopefully mimicking .fm2 format. No loads, however. 2010-05-03 21:53:14 +00:00
NightmareElmStreet-4Player.lua Add Nightmare on Elm Street lua script (displays coordinates and other handy addresses for all 4 players) 2010-10-09 04:20:26 +00:00
PunchOutChallenge.lua Added some backwards compatible lua functions. Cleaned some lua stuff up, added documentation on lua changes to the help file. 2009-10-11 21:11:30 +00:00
PunchOutStats.lua Added a lua script for Mike Tyson's Punch-Out!! (Works for Punch-out!! as well). Displays various stats like enemy HP, and damage amounts 2009-10-09 14:57:44 +00:00
PunchOutTraining.lua Added two more counters. Select will now toggle the bar. 2009-09-17 04:49:27 +00:00
RBIBaseball.lua RBI Baseball script written by me 2011-06-26 23:35:30 +00:00
Registerfind(CheatSearch).lua Lua scripts cleanup - deleted some, renamed others, included documentation notes on each 2009-03-28 18:08:41 +00:00
Rewinder.lua Added a Rewinder lua script by Jonathan Blow 2009-08-02 00:37:19 +00:00
SMB-AreaScrambler.lua Added a lot of luaScripts by XKeeper 2009-03-29 22:47:19 +00:00
SMB-CompetitionRecorder.lua Minor addition to LUA documentation, and a Super Mario Bros. Competition Recorder, which tracks one's best attempts at recording a 'from reset' movie that achieves a high score, then saves the results in a text file, and sorts them by high score. 2010-04-21 22:04:31 +00:00
SMB-HitBoxes.lua Lua scripts cleanup - deleted some, renamed others, included documentation notes on each 2009-03-28 18:08:41 +00:00
SMB-Jetpack.lua Added a lot of luaScripts by XKeeper 2009-03-29 22:47:19 +00:00
SMB-Lives&HPDisplay.lua Lua scripts cleanup - deleted some, renamed others, included documentation notes on each 2009-03-28 18:08:41 +00:00
SMB-Mouse.lua Added a lot of luaScripts by XKeeper 2009-03-29 22:47:19 +00:00
SMB-Snow.lua Added a lot of luaScripts by XKeeper 2009-03-29 22:47:19 +00:00
SMB2U.lua Lua scripts cleanup - deleted some, renamed others, included documentation notes on each 2009-03-28 18:08:41 +00:00
SMB3-RainbowRiding.lua Adding Miau's SMB-RainbowRiding and a Lua Function listing 2009-03-29 15:04:39 +00:00
ShowPalette.lua Added option for palette selection as color for LUA colors. Included an LUA script to display all choices with the value used to pick displayed color. 2010-05-15 05:03:53 +00:00
Subtitler.lua Whoops, overwrote a useful function without realizing it. It was a function that wrote to a text file. It's back in, now. 2010-06-08 02:12:32 +00:00
TeenageMutantNinjaTurtles.lua Lua scripts cleanup - deleted some, renamed others, included documentation notes on each 2009-03-28 18:08:41 +00:00
UsingLuaBot-Documentation.txt More lua scripts cleanup - rename documents, added internal documentation 2009-03-28 16:17:11 +00:00
UsingLuaScripting-Documentation.txt Minor addition to LUA documentation, and a Super Mario Bros. Competition Recorder, which tracks one's best attempts at recording a 'from reset' movie that achieves a high score, then saves the results in a text file, and sorts them by high score. 2010-04-21 22:04:31 +00:00
UsingLuaScripting-ListofFunctions.txt Adding Miau's SMB-RainbowRiding and a Lua Function listing 2009-03-29 15:04:39 +00:00
ZapperDisplay.lua Lua - fixed zapper.read() to read movie data if a movie is playing. Also changed the struct values to x,y,fire. This breaks lua scripts that used it previous, sorry. Fixed the zapper lua scripts to be compatible with the new zapper code. Updated documentation to reflect this change. 2010-03-28 04:47:02 +00:00
ZapperFun.lua Lua - fixed zapper.read() to read movie data if a movie is playing. Also changed the struct values to x,y,fire. This breaks lua scripts that used it previous, sorry. Fixed the zapper lua scripts to be compatible with the new zapper code. Updated documentation to reflect this change. 2010-03-28 04:47:02 +00:00
luabot_framework.lua Unburied lua scripts and put them in a folder in output 2009-03-22 19:15:22 +00:00
m_utils.lua Added some of Miau's Lua scripts 2009-03-29 13:22:34 +00:00
shapedefs.lua Lua scripts cleanup - deleted some, renamed others, included documentation notes on each 2009-03-28 18:08:41 +00:00
tetris.lua Lua scripts cleanup - deleted some, renamed others, included documentation notes on each 2009-03-28 18:08:41 +00:00
vnb.lua Added a lot of luaScripts by XKeeper 2009-03-29 22:47:19 +00:00
x_functions.lua Added a lot of luaScripts by XKeeper 2009-03-29 22:47:19 +00:00
x_interface.lua Added a lot of luaScripts by XKeeper 2009-03-29 22:47:19 +00:00
x_smb1enemylist.lua Added a lot of luaScripts by XKeeper 2009-03-29 22:47:19 +00:00