summaryrefslogtreecommitdiffstatshomepage
path: root/plugins/data/data_hiscore.lua
Commit message (Collapse)AuthorAgeFilesLines
* srcclean in preparation for branching release Vas Crabb2021-01-241-1/+1
|
* plugins/data: more hiscore improvements cracyc2021-01-021-73/+487
|
* plugins/data: better hiscore parsing cracyc2021-01-011-35/+57
|
* More Lua interface cleanup - it's simpler with cleaner underlyng APIs. Vas Crabb2020-12-271-4/+4
| | | | | | | | | | | 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-4/+4
|
* hiscore.dat: Updates [Leezer] cracyc2019-12-021-2/+16
| | | | plugins/data: various fixes (nw)
* plugins: gettextify localizable strings (nw) cracyc2017-09-031-2/+2
|
* srcclean (nw) Vas Crabb2017-02-191-2/+2
|
* plugins/data/data_hiscore: print_verbose unimplemented stuff (nw) cracyc2017-02-171-7/+10
|
* plugins/data/data_hiscore: don't permit hi score parse scripts to modify the ↵ cracyc2017-02-171-224/+234
| | | | shared environment or save any persistent data (nw)
* plugins/data: create first dir in historypath if it doesn't exist (nw) cracyc2017-02-161-1/+1
|
* data/data_hiscore: parse more (nw) cracyc2016-11-031-8/+18
| | | | luaengine: remove more leftovers (nw)
* luaengine: bugfixes (nw) cracyc2016-11-021-4/+6
|
* srcclean (nw) Vas Crabb2016-09-261-4/+4
|
* ui/selgame: get dat info from plugin [Carl] cracyc2016-09-051-0/+803
plugins/data: add data plugin [Carl]