| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Strip CRs from history.xml (#8115) | 2021-05-30 | 1 | -0/+1 | |
| | | |||||
| * | Mostly revert "Create console history file in homepath (#8026)" | 2021-05-07 | 2 | -8/+2 | |
| | | | | | | | The change to make the console plugin work is preserved. This reverts commit 25137717c9392d142650fcd679b09c400a2f5c4a. | ||||
| * | Create console history file in homepath (#8026) | 2021-05-03 | 2 | -2/+8 | |
| | | | | | | | | | | | | * 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 | ||||
| * | plugins/data: properly clear history data when loading new file | 2021-04-03 | 1 | -0/+2 | |
| | | |||||
| * | srcclean in preparation for branching release | 2021-01-24 | 2 | -3/+3 | |
| | | |||||
| * | plugins/data: more hiscore improvements | 2021-01-02 | 1 | -73/+487 | |
| | | |||||
| * | plugins/data: better hiscore parsing | 2021-01-01 | 1 | -35/+57 | |
| | | |||||
| * | plugins/data: remove logging and fix query | 2020-12-31 | 1 | -4/+2 | |
| | | |||||
| * | plugins/data: use history.xml and add xml parser for it | 2020-12-31 | 1 | -8/+164 | |
| | | |||||
| * | More Lua interface cleanup - it's simpler with cleaner underlyng APIs. | 2020-12-27 | 4 | -8/+8 | |
| | | | | | | | | | | | | 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 | 2020-12-08 | 4 | -7/+7 | |
| | | |||||
| * | hiscore.dat: Updates [Leezer] | 2019-12-02 | 2 | -4/+18 | |
| | | | | | plugins/data: various fixes (nw) | ||||
| * | plugins/data: small cleanups (nw) | 2019-11-29 | 3 | -12/+20 | |
| | | |||||
| * | plugins/data: that shouldn't be there (nw) | 2019-11-29 | 1 | -3/+0 | |
| | | |||||
| * | plugins/data: loading fixes (nw) | 2019-11-28 | 3 | -48/+48 | |
| | | |||||
| * | srcclean (nw) | 2018-04-22 | 1 | -2/+2 | |
| | | |||||
| * | plugins/data: require returns true if package returns nil (nw) | 2018-03-29 | 1 | -2/+2 | |
| | | |||||
| * | plugins/data: give up if the database can't be created (nw) | 2018-03-20 | 1 | -0/+4 | |
| | | |||||
| * | oops2 (nw) | 2018-01-15 | 1 | -1/+1 | |
| | | |||||
| * | plugins/data: fix version for gameinit (nw) | 2018-01-15 | 2 | -2/+3 | |
| | | |||||
| * | plugins/data: added database checks to data_marp.lua as well (nw) | 2018-01-15 | 1 | -0/+11 | |
| | | |||||
| * | plugins/data: didn't mean to undo that (nw) | 2018-01-14 | 1 | -2/+4 | |
| | | |||||
| * | plugins/data: don't pollute the namespace and use emu.print_error (nw) | 2018-01-14 | 3 | -50/+51 | |
| | | |||||
| * | plugins/data: added reporting of database errors (nw) | 2018-01-14 | 2 | -0/+23 | |
| | | |||||
| * | plugins/data: fixed table lookup (nw) | 2018-01-13 | 1 | -1/+1 | |
| | | |||||
| * | plugins/data: fix spelling (nw) | 2018-01-12 | 1 | -1/+1 | |
| | | |||||
| * | fmtowns_cd: hand fix rbisland (nw) | 2017-12-20 | 1 | -1/+1 | |
| | | | | | | load_dat.lua: fix crlf issue (nw) selsoft: fix off-by-one crash (nw) | ||||
| * | data_marp: bail if database not open (nw) | 2017-09-27 | 1 | -2/+4 | |
| | | |||||
| * | plugins: gettextify localizable strings (nw) | 2017-09-03 | 9 | -12/+12 | |
| | | |||||
| * | srcclean (nw) | 2017-08-27 | 1 | -2/+2 | |
| | | |||||
| * | font_osx: handle fonts where space glyphs return a null bounding box (e.g. ↵ | 2017-08-06 | 2 | -2/+2 | |
| | | | | | | | Hiragino family) restore ability to localise info box headings | ||||
| * | plugins/data: add marp scores [Carl] | 2017-07-30 | 3 | -20/+163 | |
| | | |||||
| * | plugins/data: fix small things (nw) | 2017-07-27 | 2 | -1/+6 | |
| | | |||||
| * | plugins/data: use 2 column format and clean up some parse errors (nw) | 2017-07-27 | 2 | -9/+11 | |
| | | |||||
| * | srcclean (nw) | 2017-02-19 | 1 | -2/+2 | |
| | | |||||
| * | plugins/data/data_hiscore: print_verbose unimplemented stuff (nw) | 2017-02-17 | 1 | -7/+10 | |
| | | |||||
| * | plugins/data/data_hiscore: don't permit hi score parse scripts to modify the ↵ | 2017-02-17 | 1 | -224/+234 | |
| | | | | | shared environment or save any persistent data (nw) | ||||
| * | plugins/data: create first dir in historypath if it doesn't exist (nw) | 2017-02-16 | 2 | -2/+10 | |
| | | |||||
| * | plugins/data: fix if order (nw) | 2017-02-16 | 1 | -6/+6 | |
| | | |||||
| * | plugins/data: check the rest of the paths too (nw) | 2017-02-13 | 1 | -1/+0 | |
| | | |||||
| * | srcclean (nw) | 2016-11-27 | 2 | -4/+4 | |
| | | |||||
| * | plugins/data: put database in correct path (nw) | 2016-11-12 | 1 | -1/+1 | |
| | | |||||
| * | plugins/data: fix index (nw) | 2016-11-09 | 1 | -1/+1 | |
| | | |||||
| * | plugins/data: store data in database (nw) | 2016-11-09 | 4 | -69/+136 | |
| | | |||||
| * | data/data_hiscore: parse more (nw) | 2016-11-03 | 1 | -8/+18 | |
| | | | | | luaengine: remove more leftovers (nw) | ||||
| * | plugins/data: fix driver info (nw) | 2016-11-02 | 2 | -2/+12 | |
| | | |||||
| * | luaengine: bugfixes (nw) | 2016-11-02 | 1 | -4/+6 | |
| | | |||||
| * | luaengine: add basic table return support (nw) | 2016-11-02 | 1 | -6/+2 | |
| | | |||||
| * | data: remove extra newlines (nw) | 2016-10-26 | 2 | -0/+2 | |
| | | |||||
| * | ui/selgame: fix crash (nw) | 2016-09-29 | 1 | -1/+1 | |
| | | |||||
