Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Cleanups and version bump | 2014-07-22 | 1 | -70/+69 | |
| | |||||
* | Fixed lua engine initialization (nw) | 2014-07-15 | 1 | -0/+3 | |
| | |||||
* | Fix osx compile | 2014-06-20 | 1 | -3/+3 | |
| | |||||
* | Added LuaBridge and exposed few classes as example (nw) | 2014-06-20 | 1 | -23/+31 | |
| | |||||
* | Updated mongoose and fixed initial websocket connecte to client (nw) | 2014-06-12 | 1 | -0/+2 | |
| | |||||
* | Lua overhaul [Olivier Galibert, Miodrag Milanovic] | 2014-06-10 | 1 | -25/+273 | |
| | |||||
* | few more commands just for fun (nw) | 2014-06-09 | 1 | -0/+21 | |
| | |||||
* | made LUA script execute in main thread, but console running in another (nw) | 2014-06-09 | 1 | -64/+94 | |
| | | | Need to generalize mechanism of communication between threads and do more cleanup | ||||
* | remove extra line on exit (nw) | 2014-06-08 | 1 | -1/+0 | |
| | |||||
* | -Created machine_manager as singleton class that contains (for now) one ↵ | 2014-06-06 | 1 | -85/+197 | |
| | | | | | | | | | 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 | ||||
* | Moved eminline and related files into /src/osd since it's system related (nw) | 2014-04-16 | 1 | -4/+4 | |
| | | | | | | | | Moved delegates into /src/lib/util to enable usage of delegates in other project parts Moved mame_printf_* calls into /src/osd/osdcore.c and renamed them to osd_printf_* Changed mess.mak to display compilation of ymmu100.ppm nicely | ||||
* | Marking some of my core files (nw) | 2013-10-16 | 1 | -31/+2 | |
| | |||||
* | Cleanups and version bumpmame0148u5 | 2013-05-20 | 1 | -29/+29 | |
| | |||||
* | added emu.keypost function to lua, and made autoboot_command execute that ↵ | 2013-05-09 | 1 | -4/+38 | |
| | | | | one instead of direct execution, note that you need to add \n for new line at the end now (nw) | ||||
* | LUA 5.2.2 added to libraries, did basic hookup of LUA VM into running ↵ | 2013-05-09 | 1 | -0/+180 | |
machine [Miodrag Milanovic] added -script (or -autoboot_script) command to execute LUA script after driver startup |