summaryrefslogtreecommitdiffstatshomepage
path: root/src/lib/lua
Commit message (Collapse)AuthorAgeFilesLines
* Added full Lua 5.2.3 source (nw) Miodrag Milanovic2015-01-1060-20413/+0
|
* added lsqlite3 full source Miodrag Milanovic2015-01-102-2165/+0
|
* Added full LuaBridge sources Miodrag Milanovic2015-01-1015-6044/+0
|
* More cleanups, there is issue with srcclean that needs to be taken care as ↵ Miodrag Milanovic2014-07-2239-5408/+5397
| | | | well, just doing now what we can
* Cleanups and version bump Miodrag Milanovic2014-07-2235-12018/+11985
|
* Added LuaBridge and exposed few classes as example (nw) Miodrag Milanovic2014-06-2015-0/+6047
|
* added comment to lua modification (nw) Oliver Stöneberg2014-06-161-0/+1
|
* fixed Visual Studio compiler warning in src/lib/lua/lib/lsqlite3.c (nw) Oliver Stöneberg2014-06-161-1/+1
|
* Compile fix from qmc2 author (nw) Miodrag Milanovic2014-06-061-3/+3
|
* -Created machine_manager as singleton class that contains (for now) one ↵ Miodrag Milanovic2014-06-0661-11616/+13859
| | | | | | | | | 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-2058-11592/+11551
|
* LUA 5.2.2 added to libraries, did basic hookup of LUA VM into running ↵ Miodrag Milanovic2013-05-0960-0/+20416
machine [Miodrag Milanovic] added -script (or -autoboot_script) command to execute LUA script after driver startup