dxx-rebirth/common
Kp 163a6222c2 Remove unnecessary endian instances in serial.h
The type aliases are sufficient.  Individual bytebuffer_t
implementations can define a `static constexpr` member `endian` from the
type alias and rely on `std::integral_constant<T, V>::operator()`
instead of defining a `static` method just to return an instance of the
`std::integral_constant`.
2022-05-05 02:59:11 +00:00
..
2d Fix high score background truncation 2021-12-01 03:08:27 +00:00
3d Move g3 instance contexts onto the stack 2021-09-04 12:17:14 +00:00
arch Use Mix_LoadMUSType_RW for named files, too 2022-03-19 22:55:58 +00:00
editor Return string width/height from gr_get_string_size 2021-09-12 16:20:52 +00:00
include Remove unnecessary endian instances in serial.h 2022-05-05 02:59:11 +00:00
main Remove unused return value of attempt_to_steal_item 2022-05-05 02:59:11 +00:00
maths Simplify multiplayer powerup creation 2022-01-09 15:25:42 +00:00
mem Refer to <array> directly, not through "compiler-array.h" 2020-05-02 21:18:42 +00:00
misc Remove unnecessary endian instances in serial.h 2022-05-05 02:59:11 +00:00
music Rework ADL dynamic loader 2018-10-15 00:51:53 +00:00
texmap Require support for C++17 attribute [[fallthrough]] 2022-01-09 15:25:42 +00:00
ui Tighten type info for d_strdup 2022-04-24 20:42:01 +00:00
unittest Add unit tests for enumerate 2022-02-13 19:13:38 +00:00