summaryrefslogtreecommitdiffstatshomepage
path: root/plugins/hiscore
Commit message (Collapse)AuthorAgeFilesLines
* hiscore.dat: Updates [Leezer] cracyc2021-07-201-157/+229
|
* Mostly revert "Create console history file in homepath (#8026)" Vas Crabb2021-05-071-2/+1
| | | | | | The change to make the console plugin work is preserved. This reverts commit 25137717c9392d142650fcd679b09c400a2f5c4a.
* Create console history file in homepath (#8026) Szunti2021-05-031-1/+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
* hiscore.dat: Updates [Leezer] cracyc2021-03-231-152/+229
|
* hiscore.dat: rename changed sets cracyc2021-02-141-80/+82
|
* More Lua interface cleanup - it's simpler with cleaner underlyng APIs. Vas Crabb2020-12-271-3/+3
| | | | | | | | | | | 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-2/+2
|
* hiscore.dat: fix stdragon cracyc2020-11-231-1/+1
|
* hiscore.dat: updates [Leezer] cracyc2020-11-221-150/+184
|
* hiscore.dat: update with changed sets cracyc2020-10-221-2/+1
|
* hiscore.dat: fix set names cracyc2020-09-221-12/+12
|
* hiscore.dat: gauntlet high scores are in the nvram, these cause more ↵ cracyc2020-09-031-20/+0
| | | | problems then they are worth
* hiscore.dat: updates [Leezer] cracyc2020-08-171-266/+395
|
* hiscore.dat: update changed set names cracyc2020-07-211-5/+5
|
* hiscore.dat: updates [Leezer] cracyc2020-04-221-301/+403
|
* hiscore.dat: fix viewpoin (nw) cracyc2020-03-101-2/+2
|
* Revert "added support for reading/writing hiscore files from cart images ↵ Vas Crabb2020-02-281-32/+9
| | | | | | | | (#6130)" This reverts commit a77313a98782d0494a5f3b7eb30993e5ac45c4eb. This seems to break high score support on things without cartridges. I think it needs re-thinking.
* added support for reading/writing hiscore files from cart images (#6130) eadmaster2020-02-131-9/+32
| | | | | | | | | | | | | | | | | | | | | | * added support for reading/writing hiscore files from cart images example hiscore.dat entry: ```` nes,smb: Super Mario Bros. (World).nes: Super Mario Bros. (W) [!].nes: @:maincpu,program,7df,4,0,0,ff ```` * store console hiscores in subdirs, added cart hashes support * added back my prev changes * added missing end * using simpler regexpr for hiscore.ini parsing, fixed typo * minor cleanups
* made read_config in hiscore lua plugin more robust Andrea2020-01-041-2/+4
|
* hiscore.dat: fix old parsing errors (nw) cracyc2019-12-081-12/+25
|
* hiscore.dat: Updates [Leezer] cracyc2019-12-021-189/+247
| | | | plugins/data: various fixes (nw)
* hiscore.dat: fix renamed set (nw) cracyc2019-11-161-31/+35
|
* hiscore.dat: fix MT07454 (nw) cracyc2019-10-161-1/+1
|
* hiscore.dat: fix set renames (nw) cracyc2019-09-201-3/+3
|
* hiscore.dat: fix makai high scores (nw) cracyc2019-08-231-4/+5
|
* hiscore.dat: updates [Leezer] cracyc2019-07-201-125/+179
|
* hiscore.dat: updates [Leezer] cracyc2019-05-101-143/+181
|
* (nw) Clean up the mess on master Vas Crabb2019-03-262-190/+251
| | | | | | | | | | | | | This effectively reverts b380514764cf857469bae61c11143a19f79a74c5 and c24473ddff715ecec2e258a6eb38960cf8c8e98e, restoring the state at 598cd5227223c3b04ca31f0dbc1981256d9ea3ff. Before pushing, please check that what you're about to push is sane. Check your local commit log and ensure there isn't anything out-of-place before pushing to mainline. When things like this happen, it wastes everyone's time. I really don't need this in a week when real work™ is busting my balls and I'm behind where I want to be with preparing for MAME release.
* Revert "conflict resolution (nw)" andreasnaive2019-03-252-251/+190
| | | | | This reverts commit c24473ddff715ecec2e258a6eb38960cf8c8e98e, reversing changes made to 009cba4fb8102102168ef32870892438327f3705.
* plugins/hiscore: use emu.time (nw) cracyc2019-02-171-3/+3
|
* plugins/hiscore: start delay (nw) cracyc2019-02-171-22/+28
|
* hiscore.dat: fix gorf (nw) cracyc2019-02-131-1/+1
|
* hiscore.dat: updates [Leezer] cracyc2019-02-111-164/+219
|
* hiscore.dat: update set changes (nw) cracyc2019-01-181-4/+4
|
* hiscore.dat: Updates [Leezer] cracyc2018-11-141-192/+270
|
* hiscore.dat: changed set names (nw) cracyc2018-10-271-4/+4
|
* hiscore.dat: updates [Leezer] cracyc2018-09-151-68/+121
|
* hiscore.dat: update renamed sets before release (nw) cracyc2018-08-211-14/+13
|
* hiscore.dat: Updates [Leezer] cracyc2018-07-152-100/+146
|
* srcclean (nw) Vas Crabb2018-05-271-1/+1
|
* psx/ctlrport: use required_device (nw) cracyc2018-05-201-56/+52
| | | | sort_hiscore: make it much faster (nw)
* hiscore.dat: Updates [Leezer] cracyc2018-05-182-121/+170
|
* plugins: handle the case where the ui prepends the list name to the list ↵ cracyc2018-05-021-2/+4
| | | | entry name (nw)
* plugins/hiscore: fix cpu tags and print detailed errors (nw) cracyc2018-04-202-13/+10
|
* hiscore.dat: add handhelds that have high scores (nw) cracyc2018-03-202-2/+16
|
* hiscore.dat: Updates [Leezer] cracyc2018-03-191-105/+167
|
* hiscore.dat: updates [Leezer] cracyc2018-01-232-56/+93
|
* srcclean and manual cleanups (nw) Vas Crabb2017-12-241-1/+1
| | | | | please people, remember to keep source UTF-8 and if you're committing on behalf of others, clean up indents to meet MAME conventions anyone can run srcclean over a submission and see what will get hit
* plugins/hiscore: remove debug print (nw) cracyc2017-12-171-2/+1
|
* hiscore.dat: Updates [Leezer] cracyc2017-12-172-1008/+518
| | | | remove duplicate sets and merge identical entries (nw)