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-24 18:31:04 +01:00
2024-01-19 16:01:48 +04:00
2024-01-28 11:25:46 +04:00
2024-02-11 03:18:43 +01:00
2024-02-23 17:01:59 +04:00
2024-03-15 20:12:47 +04:00
2024-03-15 11:02:42 +00:00
2024-03-14 17:08:23 +01:00
2024-03-03 19:39:19 +01:00
2023-04-03 14:16:05 +02:00
2024-01-19 16:01:48 +04:00
2024-01-26 17:12:58 +03:00
2024-03-11 22:07:37 +01:00
2023-10-17 23:53:04 +02:00
2024-03-09 00:21:17 +01:00
2023-05-21 16:39:32 +02:00
2024-03-09 00:21:17 +01:00
2023-07-29 21:13:57 +02:00
2024-03-14 16:29:21 +04:00
2024-03-14 20:28:12 +01:00
2024-03-15 11:02:42 +00:00
2023-10-17 23:53:04 +02:00
2023-01-27 19:10:53 +01:00
2024-03-11 22:07:37 +01:00
2024-03-11 22:07:37 +01:00
2024-01-21 13:48:33 +04:00
2024-03-08 02:11:51 +01:00
2023-11-30 13:06:50 +04:00
2024-03-16 00:17:13 +01:00
2024-02-24 16:59:11 +00:00
2024-03-07 15:43:35 +04:00
2023-07-29 00:29:03 +02:00
2024-02-13 09:18:18 +00:00
2024-02-23 00:15:23 +00: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-19 12:24:15 +03:00
2024-01-17 18:10:42 +01:00
2023-05-21 18:14:12 +02:00
2024-02-25 18:20:40 +01:00
2024-03-11 22:07:37 +01:00
2024-02-01 10:02:15 +04:00
2024-03-15 11:02:05 +00:00
2010-09-25 20:15:05 +02:00