summaryrefslogtreecommitdiffstatshomepage
path: root/plugins/timer/init.lua
Commit message (Collapse)AuthorAgeFilesLines
* 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-271-11/+11
|
* 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-071-0/+75