summaryrefslogtreecommitdiffstatshomepage
path: root/plugins/data
Commit message (Collapse)AuthorAgeFilesLines
* hiscore.dat: Updates [Leezer] cracyc2019-12-022-4/+18
| | | | plugins/data: various fixes (nw)
* plugins/data: small cleanups (nw) cracyc2019-11-293-12/+20
|
* plugins/data: that shouldn't be there (nw) cracyc2019-11-291-3/+0
|
* plugins/data: loading fixes (nw) cracyc2019-11-283-48/+48
|
* srcclean (nw) Vas Crabb2018-04-221-2/+2
|
* plugins/data: require returns true if package returns nil (nw) cracyc2018-03-291-2/+2
|
* plugins/data: give up if the database can't be created (nw) cracyc2018-03-201-0/+4
|
* oops2 (nw) cracyc2018-01-151-1/+1
|
* plugins/data: fix version for gameinit (nw) cracyc2018-01-152-2/+3
|
* plugins/data: added database checks to data_marp.lua as well (nw) firewave2018-01-151-0/+11
|
* plugins/data: didn't mean to undo that (nw) cracyc2018-01-141-2/+4
|
* plugins/data: don't pollute the namespace and use emu.print_error (nw) cracyc2018-01-143-50/+51
|
* plugins/data: added reporting of database errors (nw) firewave2018-01-142-0/+23
|
* plugins/data: fixed table lookup (nw) Oliver Stöneberg2018-01-131-1/+1
|
* plugins/data: fix spelling (nw) cracyc2018-01-121-1/+1
|
* fmtowns_cd: hand fix rbisland (nw) cracyc2017-12-201-1/+1
| | | | | load_dat.lua: fix crlf issue (nw) selsoft: fix off-by-one crash (nw)
* data_marp: bail if database not open (nw) cracyc2017-09-271-2/+4
|
* plugins: gettextify localizable strings (nw) cracyc2017-09-039-12/+12
|
* srcclean (nw) Vas Crabb2017-08-271-2/+2
|
* font_osx: handle fonts where space glyphs return a null bounding box (e.g. ↵ Vas Crabb2017-08-062-2/+2
| | | | | | Hiragino family) restore ability to localise info box headings
* plugins/data: add marp scores [Carl] cracyc2017-07-303-20/+163
|
* plugins/data: fix small things (nw) cracyc2017-07-272-1/+6
|
* plugins/data: use 2 column format and clean up some parse errors (nw) cracyc2017-07-272-9/+11
|
* 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-162-2/+10
|
* plugins/data: fix if order (nw) cracyc2017-02-161-6/+6
|
* plugins/data: check the rest of the paths too (nw) cracyc2017-02-131-1/+0
|
* srcclean (nw) Vas Crabb2016-11-272-4/+4
|
* plugins/data: put database in correct path (nw) cracyc2016-11-121-1/+1
|
* plugins/data: fix index (nw) cracyc2016-11-091-1/+1
|
* plugins/data: store data in database (nw) cracyc2016-11-094-69/+136
|
* data/data_hiscore: parse more (nw) cracyc2016-11-031-8/+18
| | | | luaengine: remove more leftovers (nw)
* plugins/data: fix driver info (nw) cracyc2016-11-022-2/+12
|
* luaengine: bugfixes (nw) cracyc2016-11-021-4/+6
|
* luaengine: add basic table return support (nw) cracyc2016-11-021-6/+2
|
* data: remove extra newlines (nw) cracyc2016-10-262-0/+2
|
* ui/selgame: fix crash (nw) cracyc2016-09-291-1/+1
|
* srcclean (nw) Vas Crabb2016-09-262-6/+6
|
* ui/datmenu: fix in game menu data view (nw) cracyc2016-09-071-4/+4
|
* ui: remove datfile_manager (nw) cracyc2016-09-068-3/+52
|
* ui/selgame: get dat info from plugin [Carl] cracyc2016-09-0512-0/+1380
plugins/data: add data plugin [Carl]