summaryrefslogtreecommitdiffstatshomepage
path: root/plugins (follow)
Commit message (Collapse)AuthorAgeFilesLines
* plugins/console: make the console behave like the docs, unlike the official ↵ cracyc2018-02-071-17/+24
| | | | lua console if you are in a block, entering a newline on a blank line gets you out (nw)
* plugins/cheatfind: read whole block (nw) cracyc2018-01-291-1/+1
|
* plugins/cheatfind: fix (nw) cracyc2018-01-282-16/+45
|
* srcclean and regenerate localisations (nw) Vas Crabb2018-01-281-1/+1
|
* hiscore.dat: updates [Leezer] cracyc2018-01-232-56/+93
|
* plugins/portname: sort the list and print the port names and masks (nw) cracyc2018-01-211-5/+15
|
* oops2 (nw) cracyc2018-01-151-1/+1
|
* oops (nw) cracyc2018-01-151-1/+1
|
* plugins/data: fix version for gameinit (nw) cracyc2018-01-153-3/+4
|
* 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
|
* plugins/portname: add #import and #set tags (nw) cracyc2018-01-081-21/+53
|
* portname: use a subdir and emu.file so they can be packaged in zips (nw) cracyc2017-12-301-18/+29
|
* plugins/portname: new wip plugin for loading translations or alt names for ↵ cracyc2017-12-302-0/+118
| | | | input port fields [Carl]
* 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
* 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)
* 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)
* Revert "Revert "Merge branch 'master' of https://github.com/mamedev/mame"" Firehawke2017-12-131-1/+1
| | | | This reverts commit 54155441e9ba9941e85d80c4834a66376a11e791.
* Revert "Merge branch 'master' of https://github.com/mamedev/mame" Firehawke2017-12-131-1/+1
| | | | | This reverts commit f537428e5a40ba6dde8ca9bf0fe9ae6b1f189ac4, reversing changes made to 0d70d798107d4e4e8fb9f230410aeb1e888d65c5.
* fix sentence building by concatenation, and at the same time collapse two ↵ Vas Crabb2017-12-021-1/+1
| | | | translatable strings to one (nw)
* plugins/hiscore: add option to hiscore.ini to only_save_at_exit (nw) cracyc2017-11-101-4/+7
|
* srcclean (nw) Vas Crabb2017-10-221-1/+1
|
* plugins/cheatfind: oops (nw) cracyc2017-10-151-4/+4
|
* hiscore.dat: updates [Leezer] cracyc2017-10-151-74/+215
| | | | floppy: comment out breaky stuff (nw)
* (nw) Improve localisation: Vas Crabb2017-10-032-10/+10
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * Change makefile rules to treat mame.pot as a target so rules can depend on it * Put mame.pot inside the build directory so it will get cleaned * Couldn't get xgettext to scrape lua and C++ in the same command and still remove stale strings * Use larger strings and format specifiers to fix some localisation issues - Issue with "None" lacking context in Russian and Turkish translations - Issue with "Not implemented" changing depending on the noun in Serbian - Issues with lua plugins not allowing for languages with different grammar/punctuation Strings that need to be translated after this change - most of these are existing text that's been made into larger chunks or reworded slightly: "Mechanical Machine\tYes\n" "Mechanical Machine\tNo\n" "Requires Artwork\tYes\n" "Requires Artwork\tNo\n" "Requires Clickable Artwork\tYes\n" "Requires Clickable Artwork\tNo\n" "Support Cocktail\tYes\n" "Support Cocktail\tNo\n" "Driver is BIOS\tYes\n" "Driver is BIOS\tNo\n" "Support Save\tYes\n" "Support Save\tNo\n" "Screen Orientation\tVertical\n" "Screen Orientation\tHorizontal\n" "Requires CHD\tYes\n" "Requires CHD\tNo\n" "ROM Audit Result\tOK\n" "ROM Audit Result\tBAD\n" "Samples Audit Result\tNone Needed\n" "Samples Audit Result\tOK\n" "Samples Audit Result\tBAD\n" "ROM Audit Disabled\t\n" "Samples Audit Disabled\t\n" "Activated: %s = %s" "Activated: %s" "Enabled: %s" "Disabled: %s" "%s added" "Default name is %s" "Cheat written to %s and added to cheat.simple" "Unable to write file\n" "Ensure that cheatpath folder exists"
* plugins/cheat: input sequence cheats [Carl] cracyc2017-10-021-1/+74
|
* data_marp: bail if database not open (nw) cracyc2017-09-271-2/+4
|
* hiscore.dat: Updates [Leezer] cracyc2017-09-151-139/+203
|
* plugins: gettextify localizable strings (nw) cracyc2017-09-0312-83/+83
|
* luaengine: translation support [Carl] cracyc2017-09-042-1/+3
|
* plugins/cheat: oops (nw) cracyc2017-09-031-1/+1
|
* srcclean (nw) Vas Crabb2017-08-273-7/+7
|
* hiscore.dat: Updates [Leezer] cracyc2017-08-161-90/+122
|
* 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-304-21/+165
|
* 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
|
* plugins/gdbstub: WIP gdbstub plugins [Carl] cracyc2017-07-263-11/+315
|
* plugins/cheat: make sure bp function is run only one per hit (nw) cracyc2017-07-241-1/+4
|
* plugins/cheat: catch errors in cheat scripts and prelim break/watch support ↵ cracyc2017-07-241-30/+140
| | | | [Carl]
* luaengine: debugger_manager support [Carl] cracyc2017-07-231-0/+20
|
* plugins/cheat: popmessage for hotkey setting (nw) cracyc2017-07-141-0/+4
|
* plugins/cheat: create dirs (nw) cracyc2017-07-141-2/+19
|
* plugins/cheat: poll for setting hotkeys [Carl] cracyc2017-07-132-379/+14
|
* plugins/cheat: add ui support for joystick hotkeys [Carl] cracyc2017-07-111-30/+71
|