1
0
mirror of https://gitlab.com/OpenMW/openmw.git synced 2025-01-29 18:32:36 +00:00
OpenMW/components
elsid 16410d0960
Use std::string for ResourceManager cache key
Otherwise terrain textures cache has zero hits because it stores not normalized
paths. Due to implicit conversion it's possible to add entry with
addEntryToObjectCache passing a string that is converted into normalized path.
But then getRefFromObjectCache called with original value does not find this
entry because it's not converted and overloaded operators are used instead.
2024-03-16 00:17:13 +01:00
..
2024-02-18 14:54:51 +01:00
2022-10-09 16:44:18 +02:00
2024-01-19 16:01:48 +04:00
2024-02-23 17:01:59 +04:00
2024-03-15 20:12:47 +04:00
2024-03-14 17:08:23 +01:00
2023-04-03 14:16:05 +02:00
2023-10-17 23:53:04 +02:00
2024-03-14 20:28:12 +01:00
2023-10-17 23:53:04 +02:00
2023-07-29 00:29:03 +02:00
2023-04-30 16:26:03 +02:00
2023-07-29 00:29:03 +02:00
2024-01-07 18:52:10 +04:00
2024-01-17 18:10:42 +01:00
2024-02-01 10:02:15 +04:00