index
:
hbmame
master
Emulator of homebrew and hacked games for arcade hardware
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
src
/
frontend
/
mame
/
luaengine_mem.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
Try to work around the uninitialised member warning in sol::optional.
Vas Crabb
2022-04-03
1
-2
/
+2
*
Lua engine improvements (#9453)
Vas Crabb
2022-03-23
1
-114
/
+118
*
vegas.cpp: Cleanup:
Vas Crabb
2022-02-13
1
-33
/
+48
*
Addressed some Lua scripting pitfalls. (#9294)
Vas Crabb
2022-02-12
1
-115
/
+25
*
frontend: Exposed memory pass-through handlers (address space taps) to Lua.
Vas Crabb
2022-02-10
1
-51
/
+291
*
Move endianness type into lib/util header
AJR
2021-08-31
1
-11
/
+1
*
-Lua cleanup and documentation migration checkpoint.
Vas Crabb
2020-12-16
1
-146
/
+124
*
Expose enough of the layout system to Lua to allow position and colour to be ...
Vas Crabb
2020-12-05
1
-1
/
+1
*
luaengine.cpp: Exposed device_slot_interface, emu_options, and slot options. ...
npwoods
2020-12-04
1
-117
/
+3
*
luaengine_mem.cpp: Cleanup and enhancements.
Vas Crabb
2020-11-29
1
-167
/
+312
*
Fixed clang warning in Lua engine properly, converted a few fallthrough comme...
Vas Crabb
2020-11-17
1
-18
/
+19
*
luaengine.cpp: Moved clang warning suppression to the right file, disabled MS...
Vas Crabb
2020-11-16
1
-0
/
+5
*
frontend: split lua_engine user type registrations across a few files to make...
Vas Crabb
2020-11-16
1
-0
/
+603