fs2open.github.com
fs2open.github.com copied to clipboard
several utility enhancements
These were coded for the split_str refactor, but are generally useful elsewhere as well.
- Use SCP_string in some utility functions where appropriate
- Avoid copying C-strings in some utility functions where it isn't necessary
- Add concat functions to
SCP_vector - Change return type
inttoboolon some common parselo functions - Add
find_white_spaceandfind_gray_spaceparselo functions
Depends on #7097; in draft until that is merged.