diff options
author | MW | 2009-06-28 11:07:26 +0000 |
---|---|---|
committer | MW | 2009-06-28 11:07:26 +0000 |
commit | 706286b7fb58e2b5779044084fa64f8358d151aa (patch) | |
tree | 88833847b1eeaa5e7a36d9b0f9fa1573414a2098 /doc | |
parent | Make cleartext authentication case sensitive. Thanks jhurliman for spotting t... (diff) | |
download | opensim-SC_OLD-706286b7fb58e2b5779044084fa64f8358d151aa.zip opensim-SC_OLD-706286b7fb58e2b5779044084fa64f8358d151aa.tar.gz opensim-SC_OLD-706286b7fb58e2b5779044084fa64f8358d151aa.tar.bz2 opensim-SC_OLD-706286b7fb58e2b5779044084fa64f8358d151aa.tar.xz |
Removed the List<NewForce> m_forceList from ScenePresence, as there wasn't any need for a list, as only the last entry in it was acted on. So it now has a single NewForce m_nextVelocity , which is updated (rather than a NewForce object being created every AgentUpdate). So as well as cutting out all the adds and clearing of the list, it also removes the creation of upto 100+ new objects per second per avatar.
Diffstat (limited to '')
0 files changed, 0 insertions, 0 deletions