You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
openmw-tes3mp/apps
Thoronador 1b8c975d5b minor performance improvements in apps/openmw
Checking for emptiness using size() might be inefficient, because
it can take linear time, while empty() is guaranteed to take only
constant time.

For non-primitive types, postfix ++ operators are inefficient
compared to prefix ++ operators, because post-increment usually
involves keeping a copy of the previous value around.
11 years ago
..
bsatool Fix bsatool warning 11 years ago
esmtool Merge branch 'master' of https://github.com/zinnschlag/openmw into savedgame 11 years ago
launcher Some changes to the version retrieval: ignore shallow clones 11 years ago
mwiniimporter Feature #1086: Import blood models/textures in MWIniImporter 11 years ago
opencs removed qdebug references 11 years ago
openmw minor performance improvements in apps/openmw 11 years ago
openmw_test_suite Fix travis 11 years ago
doc.hpp