| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Fix clang-5.0 warning .. Maximum of unsigned X and 0 is always X. (nw) | 2017-02-24 | 1 | -1/+1 | |
| | | |||||
| * | Improvements to rgb_t (nw) | 2016-10-22 | 1 | -20/+7 | |
| | | | | | | | | - Make most class methods constexpr - Make color constants (white, black, etc.) into constexpr factory methods, in order to fix a static initialization problem discussed on the MAMEWorld forums. (Note that while C++14 allows constexpr member variables to be initialized outside classes, current compilers' support for C++14 constexpr rules has proven to be lamentably deficient.) - Create bitmap_rgb32::erase to simplify syntax in update handlers | ||||
| * | NOTICE (TYPE NAME CONSOLIDATION) | 2016-10-22 | 1 | -41/+41 | |
| | | | | | | Use standard uint64_t, uint32_t, uint16_t or uint8_t instead of UINT64, UINT32, UINT16 or UINT8 also use standard int64_t, int32_t, int16_t or int8_t instead of INT64, INT32, INT16 or INT8 | ||||
| * | fix after pass through the diff | 2016-08-01 | 1 | -2/+2 | |
| | | |||||
| * | cleanup of some conversions (nw) | 2016-07-31 | 1 | -2/+2 | |
| | | |||||
| * | std::min and std:max instead of MIN and MAX, also some more macros converted ↵ | 2016-07-31 | 1 | -6/+7 | |
| | | | | | to inline functions (nw) | ||||
| * | Added rgb_t::transparent constant | 2016-06-18 | 1 | -0/+1 | |
| | | |||||
| * | Add support to adjust the screen color | 2016-03-12 | 1 | -0/+8 | |
| | | | | | This is now used for monochrome screens instead of creating custom palettes. | ||||
| * | clang-modernize part 1 (nw) | 2015-12-03 | 1 | -7/+7 | |
| | | |||||
| * | Rename *.c -> *.cpp in our source (nw) | 2015-11-08 | 1 | -0/+561 | |
