zeromus
|
0a18040aff
|
remove pointless redundant function name from LuaMethodExampleAttributes
|
2018-03-13 21:05:30 -04:00 |
zeromus
|
2203270868
|
Merge remote-tracking branch 'remotes/origin/pr/1131''
|
2018-03-13 20:37:48 -04:00 |
Azreal
|
c4b2aba6bd
|
Fixed some bad cases!
|
2018-03-10 02:43:58 -08:00 |
feos
|
900a9e5322
|
lua: let user know which lua core is in use
|
2018-03-08 23:44:42 +03:00 |
Xadrophonix
|
07c07fd72a
|
First pool of examples.
|
2018-03-04 09:48:38 -08:00 |
adelikat
|
9581ce6a93
|
rename LuaMethodAttributes to LuaMethodAttribute so as not to be a bad person
|
2017-07-10 14:02:08 -05:00 |
zeromus
|
3417453b43
|
use NLua+KopiLua instead of LuaInterface
|
2017-07-09 23:51:02 -05:00 |
adelikat
|
7f269d25df
|
Make lua library dependent services private
|
2017-05-19 08:58:23 -05:00 |
adelikat
|
75affd8940
|
Lua console code cleanup
|
2017-05-18 14:53:03 -05:00 |
adelikat
|
70baf9d306
|
Client.Common cleanups
|
2017-05-18 11:36:38 -05:00 |
adelikat
|
2a54517b52
|
more misc Client.Common cleanups
|
2017-05-17 13:18:26 -05:00 |
adelikat
|
91fb593ea1
|
lua - implement emu.getboardname()
|
2017-05-12 15:18:43 -05:00 |
nattthebear
|
ebe789eed2
|
heh
|
2017-05-10 07:45:23 -04:00 |
adelikat
|
e0985465b6
|
misc Client.Common code cleanups
|
2017-05-09 13:19:55 -05:00 |
J.D. Purcell
|
b53502eed8
|
Spaces -> tabs.
|
2017-04-15 16:37:30 -04:00 |
adelikat
|
b6f335e4c8
|
misc code cleanups in BizHawk.Client.Common
|
2017-04-14 14:59:01 -05:00 |
adelikat
|
ab1a22bf31
|
add TotalExecutedCycles as an IDebuggable property, and implement it in cores with the information readily available (and throw NotImplementedExecptions in the remaining). wire the property up to lua with emu.totalexecutedcycles(). Stil todo - wire it up to the Debugger gui
|
2017-01-09 19:23:05 -06:00 |
adelikat
|
2059558771
|
Lua - fix emu.getdisplaytype() that has been broken for a long time, also fix it to properly use the IEmulatorService system instead of reflection shenanigans
|
2016-12-15 13:09:52 -06:00 |
feos
|
78f20510e5
|
lua: emu.disassemble(uint pc, string name = "")
|
2016-02-21 18:14:03 +03:00 |
feos
|
7421bd7244
|
lua docs derp
|
2016-01-27 17:06:22 +03:00 |
feos
|
3c779a897b
|
lua: emu.setislagged()
|
2016-01-27 16:41:41 +03:00 |
adelikat
|
3541c9e975
|
Make the lag counter settable, and expose this functionality in lua
|
2015-07-09 13:05:30 -04:00 |
adelikat
|
bf034b880f
|
some misc bug fixes in some lua functions
|
2015-03-27 23:29:15 +00:00 |
adelikat
|
58616ff001
|
lua - Emu library - convert to service injection model, fix emu.getregister(s) that was broken when refactoring core methods for better debugger support
|
2015-01-01 19:52:53 +00:00 |
adelikat
|
7bebb66589
|
IDebuggable - refactor GetCpuFlagsAndRegisters to be IDictionary<string, Register> where Register is a value and a bitsize
|
2014-12-20 03:19:33 +00:00 |
goyuken
|
ea47246658
|
remove the IEmulator inheritance from some services, and fix code as needed
|
2014-12-15 22:25:06 +00:00 |
adelikat
|
11a8a009c5
|
AsDebuggable()
|
2014-12-05 01:01:58 +00:00 |
adelikat
|
f5cc38c9cd
|
AsInputPollable()
|
2014-12-05 00:59:00 +00:00 |
adelikat
|
a83d714c42
|
Break off IsLagFrame and LagCount from IEmulator and put into its own interface IInputPollable, and refactor cores as necessary. EmuHawk - account for the possibility that a core is not an IInputPollable, and do things like disable the lag counter menu item. Still some front end todos. Also still todo, move the InputCallbackSystem from CoreComm to IInputPollable
|
2014-11-30 20:29:30 +00:00 |
adelikat
|
a932cef662
|
Add a description attribute for EmulatorLuaLibrary
|
2014-11-08 14:08:32 +00:00 |
jlennox
|
a64017366c
|
Create ISettable<T,T2>/ISettable interfaces. This checkin has not been extensively tested.
|
2014-10-19 01:22:47 +00:00 |
jlennox
|
01a994fe9c
|
Break IDebuggable off from IEmulator
|
2014-10-18 22:13:25 +00:00 |
goyuken
|
fb026ccb3c
|
support looah emu setrenderplanes for quicknes (sp only, not bg) and wonderswan (fully supported)
|
2014-06-10 20:41:20 +00:00 |
adelikat
|
83ada011e8
|
Lua - Refactor how lua libraries are registered by searching assemblies and finding implementations and building a list of these
|
2014-06-01 22:02:59 +00:00 |
adelikat
|
51660dd023
|
Add SetCpuRegister() to IEmulator. Implemented it in Atari 2600, 7800, C64, Neshawk, and technically dual gameboy (passes it to L and R where it will fail). The rest throw NotImplementedExceptions. Lua - add emu.setregister(), catches NotImplementedExceptions and informs the user.
|
2014-05-31 17:03:21 +00:00 |
adelikat
|
9a24539c10
|
Lua - catch NotImplementedException on emu.getregister(s) and warn the user that this particular core doesn't implement this feature yet. Also, put IEmulator extensions in their own namespace
|
2014-05-31 14:29:27 +00:00 |
adelikat
|
e88b7cc93e
|
one more tweak to make lua library constructors unified
|
2014-05-21 01:15:52 +00:00 |
adelikat
|
17568997bf
|
Lua - unify constructors and have all libraries receive a lua context and an output callback, simplify some convolved registration code
|
2014-05-21 00:17:35 +00:00 |
adelikat
|
6401e6d719
|
Refactor LuaLibraryBase to have a Lua context rather than misc libraries being in charge of that when needed. Still todo: clean up the inconsistent constructor logic, vs setting these as public properties
|
2014-05-20 20:34:51 +00:00 |
adelikat
|
76a4560ff9
|
Lua - emu.getsystemId - be consistent with movies
|
2014-05-03 02:28:12 +00:00 |
adelikat
|
07e2c9758f
|
back out of 6464
|
2014-05-02 01:32:01 +00:00 |
adelikat
|
06828f2484
|
Lua - convert emu.setrenderpanes to use params
|
2014-05-01 17:09:54 +00:00 |
adelikat
|
f2c5b4eeb4
|
fix to emu.setrenderpanes
|
2014-05-01 12:06:54 +00:00 |
adelikat
|
9c3a7fec37
|
Lua - add a gameinfo lua library with getromname(), getromhash(), getdisplaytype(), getindatabase(), getstatus(), getisstatusbad(), getboardtype(), and getoptions() methods
|
2014-04-13 14:22:13 +00:00 |
adelikat
|
23f7017651
|
Some code cleanup tinkerings in Client.Common
|
2014-02-03 20:48:01 +00:00 |
adelikat
|
853c82d111
|
Lua Functions list - make params look pretty, including strongly typed variables when possible
|
2014-01-26 20:05:45 +00:00 |
adelikat
|
70feebf229
|
Add documentation to as many lua function as I can sanely do in one sitting
|
2014-01-26 18:36:27 +00:00 |
adelikat
|
91fdad9d45
|
LUa - whack now unused code
|
2014-01-26 16:21:20 +00:00 |
adelikat
|
65d50ca329
|
Lua - refactor emu library to use the new registration method, documentation is all "TODO"
|
2014-01-25 21:10:51 +00:00 |
adelikat
|
7482cfdc5e
|
a round of code cleanup in Client.Common
|
2013-12-30 01:58:44 +00:00 |