dxx-rebirth/common
Kp bbd49251cf Simplify susegment constructor overloads
Use a single constructor that accepts anything convertible to both of
the required types, rather than special constructors for:
- Accepting a qualified_segment
- Accepting a variant of susegment with compatible const qualifiers
- Accepting a type T that converts to qualified_segment

This reduces the number of constructors to consider, which improves
error messages when an invalid input is used.
2022-04-17 22:27:19 +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 Always check return value of PHYSFSX_getRealPath 2022-03-19 22:55:58 +00:00
main Simplify susegment constructor overloads 2022-04-17 22:27:19 +00:00
maths Simplify multiplayer powerup creation 2022-01-09 15:25:42 +00:00
mem
misc Improve error reporting for hmp_open / hmp2mid 2022-03-19 22:55:58 +00:00
music
texmap Require support for C++17 attribute [[fallthrough]] 2022-01-09 15:25:42 +00:00
ui Move UI_GADGET list setup into constructor 2022-02-13 19:13:38 +00:00
unittest Add unit tests for enumerate 2022-02-13 19:13:38 +00:00