1
0
Fork 0
mirror of https://github.com/OpenMW/openmw.git synced 2026-01-22 03:00:54 +00:00
openmw/components
eroen 886bc7e2f6 libc++ fixes: don't rely on tr1
libc++ doesn't ship tr1, but ships unordered_map as it is part of c++11.

Since this is the only tr1 header used in openmw, add a check for c++11
unordered_map and fallback to tr1 unordered_map if it's not found.
2013-05-26 12:44:30 +02:00
..
bsa Fix broken loose file resources when using Ogre 1.9 2013-04-29 12:32:24 +02:00
compiler Replacement of empty() method by assertion. 2013-05-22 13:23:49 +02:00
esm Merge branch 'ref' 2013-05-19 14:59:01 +02:00
file_finder
fileorderlist
files libc++ fixes: don't rely on tr1 2013-05-26 12:44:30 +02:00
interpreter Dialogue history rewrite WIP 2013-05-04 14:15:47 +02:00
misc Fix some naming guidelines, fix topic index exception, fix exception in keyword search for some journal entries 2013-05-01 10:28:59 +02:00
nif Revert "reworked Nif::KeyListT into Nif::CurveT" 2013-04-30 14:53:51 +02:00
nifbullet Avoid colliding with AvoidNodes 2013-04-28 11:12:55 -07:00
nifogre Build a skeleton for Nifs that have a matching .kf file 2013-05-08 01:03:57 -07:00
nifoverrides
settings
terrain
to_utf8
translation
CMakeLists.txt
doc.hpp