summaryrefslogtreecommitdiffstatshomepage
path: root/src/lib/lua/loslib.c
Commit message (Collapse)AuthorAgeFilesLines
* Added full Lua 5.2.3 source (nw) Miodrag Milanovic2015-01-101-322/+0
|
* Cleanups and version bump Miodrag Milanovic2014-07-221-177/+176
|
* -Created machine_manager as singleton class that contains (for now) one ↵ Miodrag Milanovic2014-06-061-177/+178
| | | | | | | | | running machine [Miodrag Milanovic] -Updated LUA engine to run in machine_manager instead of being initialized per machine -Added "-console" option so emulator can be started with LUA enabled console -Update LUA to version 5.2.3 -Enabled SQLite3 to be compiled and added LUA module for it
* Cleanups and version bumpmame0148u5 Miodrag Milanovic2013-05-201-177/+176
|
* LUA 5.2.2 added to libraries, did basic hookup of LUA VM into running ↵ Miodrag Milanovic2013-05-091-0/+323
machine [Miodrag Milanovic] added -script (or -autoboot_script) command to execute LUA script after driver startup