Commit Graph

19 Commits (master)

Author SHA1 Message Date
Alexei Kotov e27732421e Adjust intro comment for user openmw-cs.cfg (#5859) 2 months ago
Andrei Kortunov 87c9f395f1 Move local variables in components 11 months ago
clang-format-bot ddb0522bbf
Apply clang-format to code base 2 years ago
Project579 c226b35f1f Fix some remaining encoding errors due to std::filesystem transition. 2 years ago
Project579 a13709c510 Replace implicit convertions from std::filesystem::path to std::string with correctly converting functions. 2 years ago
Project579 e5c417c968 Make sure all paths are passed as std::filesystem::path instead of std::string where possible. 2 years ago
elsid f99ed6f1db
Split components/misc/stringops.hpp into multiple headers
Replace all ciEqual overloads with one having std::string_view as argument.
2 years ago
jvoisin 4e4debb1cb Remove even more of boost::filesystem 3 years ago
Petr Mikheev 1bcc4a8bcc Read settings.cfg from all active config dirs 3 years ago
jvoisin aec3c74fa5 Sprinkle some [[noreturn]] where possible 4 years ago
AnyOldName3 4cedb3549b Decode base64-packed settings files 4 years ago
AnyOldName3 081650a2e5 Integrate Base64 library with build 4 years ago
AnyOldName3 09f39b29f0 Load defaults.bin instead of settings-default.cfg. Do not decode yet. 4 years ago
AnyOldName3 92325976e9 Update documentation to refer to defaults.bin 4 years ago
Capostrophic 69219c18a7 Make sure blank lines at the end of settings.cfg don't disappear 5 years ago
Capostrophic bec5746fdd Improve blank line handling in settings writer (bug #5326) 5 years ago
Andrei Kortunov 1cdd33b434 Implement additional stringops to avoid Boost functions 5 years ago
elsid 275f552fcf
Do not modify settings on save 5 years ago
elsid a7930073e8
Move settings parser declaration to separate header 5 years ago