summaryrefslogtreecommitdiffstatshomepage
path: root/plugins/timer
Commit message (Collapse)AuthorAgeFilesLines
* Mostly revert "Create console history file in homepath (#8026)" Vas Crabb2021-05-071-2/+2
| | | | | | The change to make the console plugin work is preserved. This reverts commit 25137717c9392d142650fcd679b09c400a2f5c4a.
* Create console history file in homepath (#8026) Szunti2021-05-031-2/+2
| | | | | | | | | | | * Fix console history path, homepath is a core option * Create missing directories recursively in lua plugins. * Add lfs to global environment in a less magical way. require normally doesn't bind the name globally just returns the module, mame sets a preloader that does bind lfs globally, but maybe it's less surprising to do it explicitly
* More Lua interface cleanup - it's simpler with cleaner underlyng APIs. Vas Crabb2020-12-271-1/+1
| | | | | | | | | | | Made the sound manager mute controls readable, and got rid of system enable since it just controls system mute anyway. This was causing confusion: phantom2 was trying to use both independentlyt casuing the mute bit to be ignored. THe Lua interface changes are mostly changing methods to properties, some renames to make things clearer, and some additional properties for better control over snapshots.
* plugins: Replace environment variable substitution function with core version AJR2020-12-081-1/+1
|
* plugins: gettextify localizable strings (nw) cracyc2017-09-031-4/+4
|
* srcclean (nw) Vas Crabb2016-11-272-14/+14
|
* added OPTION_HOMEPATH to point to read/write folder,for now used by LUA ↵ Miodrag Milanovic2016-11-121-2/+3
| | | | | | scripts (nw) Copied all needed files so plugins could be started under UWP
* stupid copy/paste (nw) Miodrag Milanovic2016-11-081-1/+0
|
* Made timer plugin use sqlite3 (nw) Miodrag Milanovic2016-11-081-31/+41
|
* srcclean on lua plugins, too Vas Crabb2016-08-301-1/+1
|
* plugins/timer: don't fail if file is corrupt (nw) cracyc2016-04-241-0/+6
|
* luaengine: make flags explicit (nw) cracyc2016-04-091-6/+6
|
* plugins/timer: add play count (nw) cracyc2016-04-081-3/+10
|
* plugins/timer: save to the correct file (nw) cracyc2016-04-081-12/+23
|
* oops++ (nw) cracyc2016-04-071-2/+2
|
* plugins/timer: add sample plugin for game time [Carl] cracyc2016-04-072-0/+85