1
0
mirror of https://github.com/rwengine/openrw.git synced 2024-11-07 19:32:49 +01:00
openrw/rwlib/source
Anonymous Maarten 8aee672466 rwlib: refactor FileIndex
- make FileIndex const correct (std::map::operator[] modifies the std::map)
- use a single map
- keys are paths relative in the game data directory + filenames
  (so paths like "data/main.scm" can be found twice in the map)
- normalization of the file paths is done inside FileIndex,
  so there shouldn't be any ::tolower's anymore.
- added a normalizer helper function "normalizeFilePath"
- added Documentation
2018-06-30 04:03:20 +02:00
..
data Set ptr to const if possible 2018-05-16 19:17:13 +02:00
gl rwlib: iwyu: reduce warnings 2018-01-08 22:52:48 +00:00
loaders rwlib: bit_case is a header, not a source file 2018-06-30 04:03:20 +02:00
platform rwlib: refactor FileIndex 2018-06-30 04:03:20 +02:00
rw rwlib: bit_case is a header, not a source file 2018-06-30 04:03:20 +02:00