| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | util/palette.cpp: Fix assertion failure in some GCC builds | 2021-02-10 | 1 | -1/+1 | |
| | | |||||
| * | palette.cpp: Use std::fill instead of memset for dirty vector; add range check | 2021-01-02 | 1 | -2/+3 | |
| | | |||||
| * | Revert "fixed some modernize-use-equals-default clang-tidy warnings (… (#6360) | 2020-04-08 | 1 | -0/+9 | |
| | | | | | | | | * Revert "fixed some modernize-use-equals-default clang-tidy warnings (nw)" This reverts commit 54486ab9 * fixed merge error | ||||
| * | fixed some modernize-use-equals-default clang-tidy warnings (nw) (#6237) | 2020-01-30 | 1 | -9/+0 | |
| | | |||||
| * | use C++ library includes (nw) | 2020-01-22 | 1 | -3/+3 | |
| | | |||||
| * | Fixed pmd85 regression, nw. Also replaced a fail-safe in ↵ | 2018-08-30 | 1 | -14/+28 | |
| | | | | | src/lib/util/palette.cpp with an assert. Expect regressions, so better to get it out of the way now. nw | ||||
| * | 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 | |
