openmw-tes3coop/apps/openmw
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
..
mwbase Make PcRaiseRank, PcLowerRank and PcJoinFaction properly accept references instead of using the actor that the player talked to last. 2014-04-26 12:04:37 +02:00
mwclass Fixed various issues caused by late-night coding. Also added "unlock" message to unlocked doors 2014-04-23 13:02:51 -04:00
mwdialogue Make PcRaiseRank, PcLowerRank and PcJoinFaction properly accept references instead of using the actor that the player talked to last. 2014-04-26 12:04:37 +02:00
mwgui minor performance improvements in apps/openmw 2014-04-27 19:10:23 +02:00
mwinput Fixes #1236: Disable all controls while playing movie 2014-04-26 14:33:45 +02:00
mwmechanics minor performance improvements in apps/openmw 2014-04-27 19:10:23 +02:00
mwrender minor performance improvements in apps/openmw 2014-04-27 19:10:23 +02:00
mwscript Make PcRaiseRank, PcLowerRank and PcJoinFaction properly accept references instead of using the actor that the player talked to last. 2014-04-26 12:04:37 +02:00
mwsound minor performance improvements in apps/openmw 2014-04-27 19:10:23 +02:00
mwstate Fixes #1270, Fixes #1201: Update active weapon/spell icons every frame 2014-04-26 16:44:20 +02:00
mwworld minor performance improvements in apps/openmw 2014-04-27 19:10:23 +02:00
CMakeLists.txt Actors are moved on if idling near a closed interior door. Unreachable pathgrid points due to a closed door are removed from the allowed set of points. 2014-04-18 14:41:43 +10:00
crashcatcher.cpp crashcatcher uname error checking 2014-01-09 00:52:37 +01:00
doc.hpp first set of additional doxygen comments 2010-09-25 15:03:53 +02:00
engine.cpp Fixes #1296: Streamlined cellChanged detection 2014-04-26 07:46:19 +02:00
engine.hpp moved resources group creation from Engine to bsa component 2014-03-09 11:42:39 +01:00
main.cpp Merge branch 'master' into script 2014-02-13 15:02:02 +01:00