dxx-rebirth/common
Kp 2099c54ac7 Remove mix_play_file use of PHYSFSX_getRealPath
If the file is accessible via PhysFS, the next branch, based on
PHYSFS_openRead, will find it and use it.  If it is not accessible via
PhysFS, then attempting to resolve its path would fail.  Thus, this
attempt is redundant regardless of whether the file is reachable by
PhysFS.  Remove it.
2022-03-19 22:55:58 +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 Remove mix_play_file use of PHYSFSX_getRealPath 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 Tighten symbol visibility for xrange 2022-03-05 17:23:51 +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 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