summaryrefslogtreecommitdiffstatshomepage
path: root/scripts/build (follow)
Commit message (Expand)AuthorAgeFilesLines
* emu/rendlay.cpp, ui/ui.cpp: Allow layout views to control pointer display. Vas Crabb10 days1-0/+1
* Initial touch input support: Vas Crabb12 days1-6/+15
* scripts/build/verinfo.py: Use a raw string literal for regular expression. (#... ksherlock2024-02-271-1/+1
* Update copyright years. Vas Crabb2024-02-261-1/+1
* Updated png.py to 0.0.20 (last version before Python 3.4 support dropped) Vas Crabb2023-01-031-1848/+1421
* Bump dates to 2023 where appropriate Vas Crabb2023-01-021-1/+1
* bgfx: Re-built shaders for crt-geom update. Vas Crabb2022-07-071-0/+1
* Fail earlier in the build process if SOURCES= specifies no files containing s... Vas Crabb2022-07-071-10/+44
* Added CI job to check for likely mame.lst errors. Vas Crabb2022-07-021-0/+141
* -Added support for directory names in SOURCES= Vas Crabb2022-06-301-8/+21
* More quality of life features for new source layout: Vas Crabb2022-06-291-6/+14
* Eliminated cross dependencies between driver projects. Vas Crabb2022-06-271-222/+292
* Updated scripts to support SOURCES= builds after the reorganisation happens. Vas Crabb2022-06-151-5/+57
* -Got rid of some legacy MESS support glue. Vas Crabb2022-06-131-145/+111
* cps2.cpp: Added TOURNAMENT board communication simulation. (#9699) [Vas Crabb... Vas Crabb2022-05-061-0/+1
* rendlay: remove led8seg_gts1 hap2022-02-261-1/+1
* Re-enabled some compiler warnings and cleaned up some Python scripts a little. Vas Crabb2022-02-243-252/+249
* emu/render.cpp, emu/rendlay.cpp: Added scroll support for all elements. Vas Crabb2021-11-181-1/+27
* Overdue internal UI enhancements (#8674) Vas Crabb2021-10-093-95/+40
* Fairly significant overhaul of Lua engine and some cleanup. Vas Crabb2020-11-251-1/+20
* Allow layout files to embed image data. Vas Crabb2020-10-091-4/+26
* Various improvements to image file handling: Vas Crabb2020-10-081-37/+58
* -emu/rendlay.cpp: Allow item animation. Vas Crabb2020-10-051-12/+30
* emu/rendlay.cpp: Added parameter animation and state masks. Vas Crabb2020-09-161-46/+66
* Remove last remaining uses of <background> elements in layouts, and print war... Vas Crabb2020-09-101-7/+5
* -Eliminate remaining <bezel> elements from internal layouts. Vas Crabb2020-09-091-5/+26
* Finished adding new mechanism for allowing parts of views to be hidden. Vas Crabb2020-09-071-3/+28
* makedep.py: Deal with loops when there are parent directory references in #in... Vas Crabb2020-08-291-13/+38
* (nw) hopefully work around deprecation warning - removing something in 3.9 wh... Vas Crabb2020-04-061-1/+2
* compile in the contents of the COPYING file for the about box - safer than as... Vas Crabb2020-03-222-0/+96
* Get rid of deprecated universal newlines open flag in Python scripts (io modu... Vas Crabb2019-12-091-1/+2
* Spring cleaning: Vas Crabb2019-11-011-2/+2
* nmk16spr, superfx, makedep: misc cleanup (nw) Vas Crabb2019-10-051-1/+3
* Build system maintenance: Vas Crabb2019-10-042-414/+720
* (nw) misc cleanup: Vas Crabb2019-10-021-96/+99
* Preliminary Mac native OSD. Not working yet. [R. Belmont] arbee2019-09-151-0/+2
* complay: allow inputmask=0 when inputraw=1 for canceling input listener secti... hap2019-08-241-3/+4
* Make layout format more flexible: Vas Crabb2019-07-061-6/+10
* (nw) Clean up the mess on master Vas Crabb2019-03-261-1/+9
* Revert "conflict resolution (nw)" andreasnaive2019-03-251-9/+1
* complay: spaces instead of tabs for indentation? (nw) hap2019-03-241-6/+6
* complay: add inputraw (nw) hap2019-03-241-1/+9
* (nw) Further layout work: Vas Crabb2018-08-021-2/+29
* (nw) more render work: Vas Crabb2018-07-311-30/+82
* allow repeating elements and groups - useful if you need e.g. a lot of number... Vas Crabb2018-07-221-9/+34
* rendlay: allow user variables and repetition in layouts, also add a few more ... Vas Crabb2018-07-221-162/+280
* Allow per-device internal layouts and remove some more MCFG_ macros. Vas Crabb2018-07-161-13/+25
* Allow layouts to specify screen tags rather than indices - makes order of ins... Vas Crabb2018-07-101-0/+16
* Apply same flags when building with SOURCES= as when building normally. This ... smf-2018-03-151-0/+1
* Fix build failure with SOURCES defined (#3187) Julian Sikorski2018-02-101-1/+4