summaryrefslogtreecommitdiffstatshomepage
path: root/scripts/build/verinfo.py
Commit message (Collapse)AuthorAgeFilesLines
* Updated copyright years to 2025 Vas Crabb2025-01-011-1/+1
|
* scripts/build/verinfo.py: Use a raw string literal for regular expression. ↵ ksherlock2024-02-271-1/+1
| | | | | (#12069) Fixes Pylint invalid escape sequence warning.
* Update copyright years. Vas Crabb2024-02-261-1/+1
|
* Bump dates to 2023 where appropriate Vas Crabb2023-01-021-1/+1
|
* -Got rid of some legacy MESS support glue. Vas Crabb2022-06-131-145/+111
| | | | | | | | | | | * Got rid of the special-casing for the "mess" subtarget name. * Got rid of the MESS-specific Windows resources, emuator info source and man page. * Added subtarget name to the internal name and original name in Windows resources. -ui: Put the system-specific items on the input settings menu together, and fixed the crosshair visibility settings.
* Re-enabled some compiler warnings and cleaned up some Python scripts a little. Vas Crabb2022-02-241-4/+2
|
* Get rid of deprecated universal newlines open flag in Python scripts (io ↵ Vas Crabb2019-12-091-1/+2
| | | | module is present as of Python 2.6) (nw)
* Preliminary Mac native OSD. Not working yet. [R. Belmont] arbee2019-09-151-0/+2
| | | | | | | | This will compile, link, and run a driver all the way to the first info screen, provided you use -video bgfx. However, although there's a valid NSWindow created, it never actually appears on screen for unknown (but likely silly) reasons. Inputs are not implemented and fullscreen exists but is untried.
* doc: update MAME short description (nw) hap2017-11-051-1/+1
|
* windows rc: use emulator name for description (this is the application title ↵ hap2017-11-051-2/+2
| | | | that shows up on task manager for example) (nw)
* make emulator description generic (nw) hap2017-11-051-2/+2
|
* Made ldplayer regular driver, same as vgmplay (nw) Miodrag Milanovic2016-11-231-1/+1
|
* Moved tools in proper place, and moved build python scripts together with ↵ Miodrag Milanovic2015-10-071-0/+170
other scripts (nw)