openmw-tes3coop/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.
2014-04-27 19:10:23 +02:00
..
bsatool Fix bsatool warning 2013-12-05 15:46:33 +01:00
esmtool Merge branch 'master' of https://github.com/zinnschlag/openmw into savedgame 2014-01-24 18:28:35 +01:00
launcher Some changes to the version retrieval: ignore shallow clones 2014-02-19 14:19:08 +01:00
mwiniimporter Feature #1086: Import blood models/textures in MWIniImporter 2014-01-17 10:55:46 +01:00
opencs removed qdebug references 2014-04-26 21:43:59 -05:00
openmw minor performance improvements in apps/openmw 2014-04-27 19:10:23 +02:00
openmw_test_suite Fix travis 2014-04-21 17:37:06 +02:00
doc.hpp first set of additional doxygen comments 2010-09-25 15:03:53 +02:00