Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | make rectangle work better with constexpr, change many things to use ↵ | 2018-07-28 | 1 | -30/+30 | |
| | | | | designated getters/setters (nw) | ||||
* | Make bitmaps movable, allowing them to be used in vectors and emplaced easily. | 2016-12-15 | 1 | -36/+67 | |
| | | | | You're still responsible for ensuring you don't move a bitmap while a texture refers to it. | ||||
* | More ie15 optimizations, nw. Also removes cache-line padding of dubious ↵ | 2016-10-23 | 1 | -21/+4 | |
| | | | | performance value in core bitmap class in favor of behavior of least surprise | ||||
* | NOTICE (TYPE NAME CONSOLIDATION) | 2016-10-22 | 1 | -37/+37 | |
| | | | | | 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 | ||||
* | clang-modernize part 1 (nw) | 2015-12-03 | 1 | -12/+12 | |
| | |||||
* | Rename *.c -> *.cpp in our source (nw) | 2015-11-08 | 1 | -0/+456 | |