index
:
mame
aaron-nl3
aaron-pci-cleanup
arm3_copro
asmjit
cdimono2_wip
cdplay
cdtv_chd-v5
dc_pvr-thread
deprecated
docs_wavwrite
draggable-layout
dribbling-nl
hlsl_aviplay
lisa
lua_engine_ui_refactor_2
m57_troangel-bluesea
make_coco_fdc_fixed
master
n64-angrylion
netlist-generated
new_menus
nl-splitfrogs
nl_dips
nltool-updates
py_regtests
qt6_position-fix
rendlay_vid
saturn_cdblock
saturn_vdp_split
save-experiments
save_structs
shangha3_drop
sound
taitoair_vco
taitowlf_zoom
time-experiments
time-experiments2
vamphalf_misncrft
voodoo_directx11
x86_std-exceptions
xbox_swlist
ymfm-delay
MAME - Multiple Arcade Machine Emulator
summary
refs
log
tree
commit
diff
stats
homepage
log msg
author
committer
range
path:
root
/
src
/
emu
/
luaengine.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
Minor Solaris fixes. (nw)
couriersud
2015-01-25
1
-0
/
+4
*
luaengine: add per-screen frame_number() getter
Luca Bruno
2015-01-18
1
-0
/
+1
*
luaengine: add memory writers
Luca Bruno
2015-01-18
1
-0
/
+54
*
luaengine: update copyright
Luca Bruno
2015-01-18
1
-1
/
+1
*
luaengine: use visible_area for drawing
Luca Bruno
2015-01-18
1
-12
/
+44
*
luaengine: rework state getter/setter for saves
Luca Bruno
2015-01-18
1
-4
/
+14
*
Made all compile for Lua 5.3 (nw)
Miodrag Milanovic
2015-01-13
1
-3
/
+3
*
luaengine: expose device state entries
Luca Bruno
2015-01-11
1
-0
/
+47
*
luaengine: luabridge Stack<UINT64> specialization
Luca Bruno
2015-01-11
1
-0
/
+18
*
luaengine: fix name/tag confusion
Luca Bruno
2015-01-11
1
-1
/
+5
*
Fixed LUA compile
Miodrag Milanovic
2015-01-10
1
-1
/
+1
*
Added more resent lsqlite3 version and fixed compile
Miodrag Milanovic
2015-01-10
1
-1
/
+3
*
Added full LuaBridge sources
Miodrag Milanovic
2015-01-10
1
-1
/
+1
*
Made compilation with latest mongoose possible (nw)
Miodrag Milanovic
2015-01-10
1
-1
/
+1
*
Merge pull request #90 from lucab/lucab/mame-lua/gui-v2
Olivier Galibert
2015-01-05
1
-1
/
+178
|
\
|
*
luaengine: add frame hooking support
Luca Bruno
2014-12-25
1
-0
/
+43
|
*
luaengine: add screen drawing/HUD capabilities
Luca Bruno
2014-12-25
1
-1
/
+135
*
|
Cleanups and version bump
mame0157
Miodrag Milanovic
2014-12-31
1
-1
/
+1
|
/
*
luaengine: add access to devices and address spaces
Luca Bruno
2014-12-24
1
-0
/
+120
*
luaengine: add emu.app_name()/app_version() methods
Luca Bruno
2014-12-08
1
-0
/
+24
*
luaengine: add emu.pause()/unpause() methods
Luca Bruno
2014-12-02
1
-0
/
+18
*
luaengine: add emu.romname() method
Luca Bruno
2014-12-02
1
-0
/
+11
*
Cleanups and version bump
Miodrag Milanovic
2014-07-22
1
-70
/
+69
*
Fixed lua engine initialization (nw)
Miodrag Milanovic
2014-07-15
1
-0
/
+3
*
Fix osx compile
Wilbert Pol
2014-06-20
1
-3
/
+3
*
Added LuaBridge and exposed few classes as example (nw)
Miodrag Milanovic
2014-06-20
1
-23
/
+31
*
Updated mongoose and fixed initial websocket connecte to client (nw)
Miodrag Milanovic
2014-06-12
1
-0
/
+2
*
Lua overhaul [Olivier Galibert, Miodrag Milanovic]
Miodrag Milanovic
2014-06-10
1
-25
/
+273
*
few more commands just for fun (nw)
Miodrag Milanovic
2014-06-09
1
-0
/
+21
*
made LUA script execute in main thread, but console running in another (nw)
Miodrag Milanovic
2014-06-09
1
-64
/
+94
*
remove extra line on exit (nw)
Miodrag Milanovic
2014-06-08
1
-1
/
+0
*
-Created machine_manager as singleton class that contains (for now) one runni...
Miodrag Milanovic
2014-06-06
1
-85
/
+197
*
Moved eminline and related files into /src/osd since it's system related (nw)
Miodrag Milanovic
2014-04-16
1
-4
/
+4
*
Marking some of my core files (nw)
Miodrag Milanovic
2013-10-16
1
-31
/
+2
*
Cleanups and version bump
mame0148u5
Miodrag Milanovic
2013-05-20
1
-29
/
+29
*
added emu.keypost function to lua, and made autoboot_command execute that one...
Miodrag Milanovic
2013-05-09
1
-4
/
+38
*
LUA 5.2.2 added to libraries, did basic hookup of LUA VM into running machine...
Miodrag Milanovic
2013-05-09
1
-0
/
+180