summaryrefslogtreecommitdiffstatshomepage
path: root/plugins/hiscore/init.lua
Commit message (Collapse)AuthorAgeFilesLines
* 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
|
* 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
|
* (nw) Clean up the mess on master Vas Crabb2019-03-261-22/+28
| | | | | | | | | | | | | 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-251-28/+22
| | | | | 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
|
* 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-201-7/+5
|
* hiscore.dat: add handhelds that have high scores (nw) cracyc2018-03-201-2/+2
|
* plugins/hiscore: remove debug print (nw) cracyc2017-12-171-2/+1
|
* plugins/hiscore: add option to hiscore.ini to only_save_at_exit (nw) cracyc2017-11-101-4/+7
|
* plugins/hiscore: use videoram share for missile command scores so madsel ↵ cracyc2017-02-031-1/+6
| | | | isn't disturbed (nw)
* srcclean on lua plugins, too Vas Crabb2016-08-301-18/+18
|
* hiscore: make path expansion work on win32 also (nw) cracyc2016-08-041-4/+2
|
* Revert modifications of 0646ca8 Roberto Benfatto2016-08-041-2/+5
|
* Make hiscore path configurable by ini file Roberto Benfatto2016-08-041-2/+25
|
* Fix .hi file load and write Roberto Benfatto2016-08-041-5/+2
| | | hiscore.dat and hi folder path were not resolved as expected (their path was relative to mame executable, not to the plugin folder). Explicitly writing them as absolute paths gives the desired behavior.
* plugins/hiscore: add optional value to prefill for software that clears ram ↵ cracyc2016-07-081-1/+9
| | | | and add examples (nw)
* hiscore: fix segaxbd games and improve error (nw) cracyc2016-05-291-8/+10
|
* added print_verbose, print_info, print_debug and print_error to lua, and ↵ Miodrag Milanovic2016-04-161-9/+9
| | | | used it instead of print (nw)
* hiscore: checksum all the regions (nw) cracyc2016-03-301-5/+3
|
* hiscore: only you can prevent namespace pollution (nw) cracyc2016-03-291-35/+39
|
* Add ability for notifiers to add at front, fix for hiscore [Carl] Miodrag Milanovic2016-03-291-8/+10
|
* hiscore: even if we can't save before a soft reset, at least load what we've ↵ cracyc2016-03-281-1/+4
| | | | got (nw)
* luaengine: add software name getter (nw) cracyc2016-03-271-7/+14
| | | | hiscore: add support for softlist rom hiscores (nw)
* added hiscore plugin (disabled for now) (nw) Miodrag Milanovic2016-03-221-0/+257