summaryrefslogtreecommitdiffstatshomepage
path: root/COPYING
Commit message (Collapse)AuthorAgeFilesLines
* 3rdparty/expat: Updated to expat 2.6.4. Vas Crabb2025-03-121-1/+1
|
* 3rdparty/lua: Updated to Lua 5.4.7. Vas Crabb2025-03-121-1/+1
|
* Updated copyright years to 2025 Vas Crabb2025-01-011-1/+1
|
* 3rdparty/asio: Updated to 1.30.2 Vas Crabb2024-04-221-1/+1
|
* Update copyright years. Vas Crabb2024-02-261-1/+1
|
* Added Zstandard support for zip archives and CHDs. (#11827) Vas Crabb2023-12-111-0/+3
| | | | | | * 3rdparty/zstd: Added Zstandard compression library version 1.5.5. * util/unzip.cpp: Added support for Zstandard compression (method 93). * util/chdcodec.cpp: Added support for Zstandard compression. * 3rdparty/flac: Always define NDEBUG to avoid log spam.
* Tied up loose ends: Vas Crabb2023-12-061-1/+2
| | | | | | * Updated copyright for FLAC. * Enabled some more warnings for LZMA now that upstream is cleaner. * Removed Subversion attributes from .gitattributes.
* 3rdparty/utf8proc: Updated to 2.9.0. Vas Crabb2023-12-061-1/+1
|
* 3rdparty/zlib: Updated to 1.3.0. Vas Crabb2023-12-061-1/+1
|
* Bump dates to 2023 where appropriate Vas Crabb2023-01-021-1/+1
|
* ui, docs: Added menus to fill a couple of gaps, improved consistency. (#9915) Vas Crabb2022-06-111-1/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Added menus for controlling toggle inputs, and showing recognised input devices and control state. Moved input menu options off main menu to a submenu, as there are a lot of them now. Moved menu heading drawing into base class, added headings to more menus, and made headings more consistent with the menu items used to reach them. Also made terminology more consistent. Changed the default names for buttons and hat switches/D-pads to use 1-based numbering. DirectInput still returns 0-based button numbers for some devices. Removed local copy of MinGW xaudio2.h as it’s now included in the MSYS2 package. Also fixed building the DirectSound sound output module with the SDL OSD on Windows - the Windows headers are sensitive to include order. Started adding documentation for menus, to hopefully help people find menus they remember seeing but can't recall how to access. For translators, this makes terminology more consistent. In particular: * "Settings" is preferred over "configuration" in a number of places, as the latter can be construed as referring specifically to settings stored in .cfg files in the cfg_directory folder. Also, references to saving machine configuration could be interpreted as relating to the settings on the "Machine Configuration" menu. * The controls on host input devices (e.g. keys, buttons, joystick axes) are referred to as "controls", while emulated inputs are referred to as "inputs". * The menus for assigning host controls to emulated inputs are called "input assignments" menus to distinguish them from other input settings menus. * Combinations of controls that can be assigned to emulated inputs are referred to as "combinations" rather than "sequences". * The potentially confusing term "ROM set" has been removed altogether. Use "short name" to refer to a device or system's identifier. * "System" is used in almost places to refer to a complete, runnable system rather than "Machine". * "Driver" is now only used to refer to source files where systems or devices are defined - it is no longer used to refer to individual systems. * A few more menus have message context for the messages. This makes it a bit easier to guess where the messages are used. It also means you can use different translations in different places if necessary (e.g. if the same English text should be translated differently as an item in one menu and as a heading in another).
* 3rdparty: Updated zlib to version 1.2.12. Vas Crabb2022-04-141-1/+1
|
* asmjit: mame integration Patrick Mackinlay2022-02-131-1/+1
|
* Bumped dates to 2022, bumped docs version to 0.240, fixed some license files ↵ Vas Crabb2022-01-291-1/+1
| | | | that had somehow been screwed up, cleaned up some metadata.
* Update "2020" text to "2021" (#7713) Stiletto2021-01-281-1/+1
| | | Update "2020" text to "2021".
* -Switch to building MAME as C++17. Vas Crabb2020-11-151-2/+2
| | | | | | | * Updated sol2 to 3.2.2 * Updated pugixml to 1.10 * Increased minimum clang version to 6 * Cleaned up some stuff that can use new features
* -3rdparty/expat: Update to 2.2.10." Vas Crabb2020-10-151-3/+3
| | | | -Fixed tiny build (missing s11c_bg_device) and unused lambda capture in emu/rendlay.cpp.
* cleanup and loose ends: Vas Crabb2020-06-261-1/+4
| | | | | | | * Added AsmJit to COPYING * Changed some added code to better match surrounding code style * Removed completely unused members from mw8080bw.h state class * Made some code better align with MAME standards
* COPYING: limit to 80cols (nw) hap2020-04-061-4/+8
|
* Removed winpcap and cleaned up network module selection. Vas Crabb2020-03-051-0/+29
| | | | | | | | (nw) The pcap.h header itself has the problematic original BSD license, including the obnoxious advertising clause. Using tap/tun networking on Windows provides a much better experience, so the extra setup is worth it. This patch also allows you to enable pcap on platforms where it's disabled by default with USE_PCAP=1 if you really want to use it.
* Maintenance: Vas Crabb2020-03-041-0/+249
* Removed empty nl_examples from dist.mak * Added copyright acknowledgements and full text of licenses to binary distribution * Fixed up the list of third-party libraries * Moved WDL fft.c to 3rdparty