dxx-rebirth/common
Kp 8eec1dc810 Eliminate unnecessary string copy in PHYSFSX_addRelToSearchPath
Pass a mutable buffer from the caller, and allow
PHYSFSX_addRelToSearchPath to adjust the capitalization in that buffer,
rather than creating a copy in a stack local.  This can slightly affect
status messages that use the name, but otherwise should have no effect
on the game.
2023-05-13 15:02:55 +00:00
..
2d
3d
arch Move window existence flag to a mixin, and track using std::shared_ptr 2023-01-14 19:05:37 +00:00
editor
include Eliminate unnecessary string copy in PHYSFSX_addRelToSearchPath 2023-05-13 15:02:55 +00:00
main Use RAII to manage SDL_LockAudio state 2023-05-13 15:02:55 +00:00
maths
mem
misc Use memcpy to update string in locateOneElement 2023-05-13 15:02:55 +00:00
music
texmap
ui Precompute ui_file_browser::spaces 2023-02-04 19:21:25 +00:00
unittest Flatten type information for zip<> 2022-12-31 16:21:47 +00:00