BizHawk/BizHawk.Client.EmuHawk/tools/Lua
adelikat b7a6542fb6 Lua - gui.drawImage(), gui.drawImageRegion() - log an error if image can not be found, instead of throwing an exception 2016-11-19 14:10:17 -06:00
..
Libraries Lua - gui.drawImage(), gui.drawImageRegion() - log an error if image can not be found, instead of throwing an exception 2016-11-19 14:10:17 -06:00
LuaAutocompleteInstaller.cs Lua Console - add a button that installs auto-complete for all bizhawk's lua library to Sublime Text 2's lua syntax, still todo - notepad++ 2016-02-07 08:27:57 -05:00
LuaButton.cs Rename Multiclient folder 2013-11-03 04:05:56 +00:00
LuaCanvas.Designer.cs A bit of testing with Lua. 2015-04-10 14:11:01 +00:00
LuaCanvas.cs add "new" to LuaCanvas.Refresh() because I"m tired of seeing the warning 2015-05-17 20:33:27 +00:00
LuaCanvas.resx A bit of testing with Lua. 2015-04-10 14:11:01 +00:00
LuaCheckbox.cs lua forms - run a checkbox click callback after the event not before, fixes #545 2016-11-11 10:03:13 -06:00
LuaConsole.Designer.cs Lua Console - add a button that installs auto-complete for all bizhawk's lua library to Sublime Text 2's lua syntax, still todo - notepad++ 2016-02-07 08:27:57 -05:00
LuaConsole.cs fix #414 by idiot-proofing the lua console command window, if emu.frameadvance() is called, log a warning instead of blowing up 2016-11-13 11:26:09 -06:00
LuaConsole.resx Lua Console - add a button that installs auto-complete for all bizhawk's lua library to Sublime Text 2's lua syntax, still todo - notepad++ 2016-02-07 08:27:57 -05:00
LuaDropDown.cs Lua forms library - implement forms.dropdown(), forms.checkbox(), and forms.ischecked(). Add support for dropdowns in forms.gettext() (returns the string value of the selected item) 2013-12-15 02:50:50 +00:00
LuaFunctionsForm.Designer.cs replace "Ok" with "OK" 2016-03-26 21:50:33 -05:00
LuaFunctionsForm.cs case insensitive lua functions library docs search 2015-07-22 12:13:30 -05:00
LuaFunctionsForm.resx Rename Multiclient folder 2013-11-03 04:05:56 +00:00
LuaRegisteredFunctionsList.Designer.cs replace "Ok" with "OK" 2016-03-26 21:50:33 -05:00
LuaRegisteredFunctionsList.cs * add a new IToolForm update mechanism which has extensible update points (so a tool can both pre- and post- update) 2016-08-13 15:31:26 -05:00
LuaRegisteredFunctionsList.resx Rename Multiclient folder 2013-11-03 04:05:56 +00:00
LuaTextBox.cs Lua forms textbox: Ctrl+A now selects all text 2015-12-19 22:16:29 -05:00
LuaWinform.Designer.cs Change the default Position property of every winform from windows default to center parent 2013-11-08 18:43:24 +00:00
LuaWinform.cs overhaul lua sandboxing so that each lua script has its own sandbox. elaborate tracking of winform/event ownership to ensure that lua doesnt receive calls without going through the owner's sandbox. add win32-specific speed hacks for currdir set/get at higher speed. There may be bugs in this commit, but I think we're on the right track now. 2016-01-31 19:54:55 -06:00
LuaWinform.resx Rename Multiclient folder 2013-11-03 04:05:56 +00:00
SyncTextBox.cs remove redundant code throughout the emuhawk project 2014-06-29 02:28:48 +00:00