summaryrefslogtreecommitdiffstatshomepage
path: root/docs/source/advanced
Commit message (Collapse)AuthorAgeFilesLines
* doc: document vulkan and d3d12 as possible bgfx rendering backends (nw) algestam2019-11-061-1/+3
|
* Overhaul to advanced gun instructions (nw) Firehawke2019-05-281-18/+24
| | | | | | This cleans up spelling and other issues in the original text. This work is still prototype and will probably require fine-tuning between Vas and myself.
* Document Linux Lightguns with Xinput Kiall Mac Innes2019-04-212-0/+58
| | | | | | Add a new doc page within the 'Advanced Configuration' section which describes how to enable Lighuns on Linux using the XInput lightgun provider.
* (nw) Clean up the mess on master Vas Crabb2019-03-261-28/+99
| | | | | | | | | | | | | 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-99/+28
| | | | | This reverts commit c24473ddff715ecec2e258a6eb38960cf8c8e98e, reversing changes made to 009cba4fb8102102168ef32870892438327f3705.
* make INI file loading examples match current behaviour at least (nw) Vas Crabb2019-01-121-28/+99
|
* Case sensitivity training for INI (nw) (#4455) Firehawke2019-01-037-66/+65
| | | | | | | | | | | | | | | | | | | | * Case sensitivity training for INI (nw) The world is not 100% Windows, so case sensitvity is needed. * Further standardization of the formatting (nw) More to go... * Pass 2 of new formatting wave (nw) More to go, though. * wave 3 of formatting cleanup (nw) Further adjustments and cleanups, including unwanted tabs. * Correct filtering instructions (nw)
* allow repeating elements and groups - useful if you need e.g. a lot of ↵ Vas Crabb2018-07-224-93/+93
| | | | numbered labels, but it limits complay.py's ability to check for invalid references as it can't evaluate expressions (nw)
* srcclean again (nw) Vas Crabb2016-11-302-3/+3
|
* Corrected HLSL documentation ImJezze2016-11-141-15/+15
| | | | | - removed -antialias option (does not exist anymore) - added missing -vector_beam_smooth option - fixed suggested default values for -bloom_lvl_weights options (were messed up in the last update)
* Adding id() property to input_device Tomer Verona2016-09-201-18/+20
| | | | | | | | | | | | This change adds id() property to input_device, which represents the unique device id. This allows the osd layer when creating a device to pass a friendly display name along with a unique identifier. Currently the device id is only used to map a physical controller device to controller id, but can be used more generally in the future. For raw input devices, we use the full raw input name as the device id. For all other devices, we fall back to device name as the device id. The "uniqueness" of the device id is not currently enforced in code.
* A couple of fixes Tomer Verona2016-09-201-10/+3
| | | | | | - Fix null-reference exception when mapping device to unused (null) controller index - Restrict device map to controller configs
* Tweak info message Tomer Verona2016-09-141-4/+4
|
* Support for configuring device to conrtoller id Tomer Verona2016-09-122-1/+83
| | | | | | | | This change adds support for configuring device to conrtoller id. This allows for stable controller ids even if USB devices are plugged / unplugged, system is rebooted, etc. See documentation for additional context.
* Added documentation to main tree (nw) Miodrag Milanovic2016-08-247-0/+655