summaryrefslogtreecommitdiffstatshomepage
path: root/docs/source/license.rst
diff options
context:
space:
mode:
Diffstat (limited to 'docs/source/license.rst')
0 files changed, 0 insertions, 0 deletions
constructors explicit * rgbvmx: fix the last little endian issue Vas Crabb2016-07-121-0/+5 | * rgbvmx: fix bilinear_filter and blend on ppc64le Vas Crabb2016-07-122-4/+36 | * more const, start fixing ppc64le Vas Crabb2016-07-124-10/+123 | * more PPC fix (nw) Vas Crabb2016-07-111-4/+4 | * rgbvmx: use function-style casts, add explicit casts to keep newer GCC happy Vas Crabb2016-07-111-79/+83 | * Fix stupid syntax error Vas Crabb2016-05-161-1/+1 | * Hopefully fix PPC targets Vas Crabb2016-05-141-2/+2 | * Various cleanups suggested by static analyzer (nw) Miodrag Milanovic2016-04-241-2/+2 | * move vector to video devices (nw) Miodrag Milanovic2016-04-232-448/+0 | * Make core vector-related slider handling slightly less egregious, nw therealmogminer@gmail.com2016-04-122-64/+36 | * Fixed direction of vector extension ImJezze2016-03-241-15/+11 | * Improved junction points of vector lines ImJezze2016-03-231-7/+24 | | | | - and fixed size of vector points * reverting: Miodrag Milanovic2016-01-202-4/+4 | | | | | | | SHA-1: 1f90ceab075c4869298e963bf0a14a0aac2f1caa * tags are now strings (nw) fix start project for custom builds in Visual Studio (nw) * Revert "rest of device parameters to std::string (nw)" Miodrag Milanovic2016-01-202-2/+2 | | | | This reverts commit caba131d844ade3f2b30d6be24ea6cf46b2949d7. * rest of device parameters to std::string (nw) Miodrag Milanovic2016-01-162-2/+2 | * tags are now strings (nw) Miodrag Milanovic2016-01-162-4/+4 | | | | fix start project for custom builds in Visual Studio (nw) * auto_alloc_array_clear -> make_unique_clear (nw) Miodrag Milanovic2015-12-192-3/+3 | * clang-modernize part 1 (nw) Miodrag Milanovic2015-12-032-3/+3 | * Cleanups and version bumpmame0168 Miodrag Milanovic2015-11-251-1/+1 | * Cleanup (nw) ImJezze2015-11-181-1/+1 | | | | - removed some tabs at line ends * Fixed dynamic beam width for invariabel vector intensity ImJezze2015-11-182-17/+24 | | | | | - the vector renderer now tries to detect a invariabel vector intensity and disables the calculation of a dynamic beam width * this is obvious error (nw) Miodrag Milanovic2015-11-111-1/+1 | * Some cleanups and init fixes with help of ReSharper C++ (nw) Miodrag Milanovic2015-11-114-6/+8 | * Rename *.c -> *.cpp in our source (nw) Miodrag Milanovic2015-11-086-0/+0 | * making logerror part of machine and device classes [Miodrag Milanovic] Miodrag Milanovic2015-11-011-17/+17 | | | | display tag of device that logged message * Cleanup and version bumpmame0167 Miodrag Milanovic2015-10-281-3/+3 | * Fix PowerPC build Vas Crabb2015-10-282-52/+81 | * Cleanup ImJezze2015-10-262-18/+18 | | | | | - some renamings - reverted one unwanted change in vector.fx * Experimental Dynamic Beam Width ImJezze2015-10-252-24/+81 | | | | | | | | | | - replace beam width by beam min. and beam max. width, this makes it possible to create a linear dynamic beam width by the amount of intensity of the beam - added beam intensity weight, this adds an exponential factor to the dynamic beam width (values greater than 0 will push larger intensities more than smaller intensities) - fixed displayed ratio of vector points (zero-length lines) * Fixed Vector Intensity and Flicker ImJezze2015-10-252-21/+38 | | | | | | - fixed vector intensity in vector.fx - fixed vector flicker in vector.c - change range of vector flicker option from 0 - 100 to 0.00 - 1.00 * placed back some files that should be part of core (nw) Miodrag Milanovic2015-09-1313-0/+3547 | * Move all devices into separate part of src tree (nw) Miodrag Milanovic2015-09-13161-99745/+0 | * pcd: implement pcx video device [Carl, Axel Muhr] cracyc2015-09-092-65/+102 | * Removed final (?) references to "Poly New", fixing two header guards and a Andrew Gardner2015-08-312-6/+6 | | | | couple of comments. (nw) * Added seconds() and attoseconds() to attotime and prefixed members with couriersud2015-08-156-17/+17 | | | | | | | m_. Rewrote code accessing members to use seconds() and attoseconds(). The changes were triggered by a test how gcc __int128_t would perform as the internal representation. This test revealed that the current implementation is still faster. (nw) * v9938: added clock to device configuration. (nw)