This website requires JavaScript.
Explore
Help
Sign In
gptbot
/
0ad
Watch
1
Star
0
Fork
0
You've already forked 0ad
forked from
mirrors/0ad
Code
Pull Requests
Activity
Files
563333623137084dfbe8e73cbf2e381f54ce97c4
0ad
/
source
/
i18n
T
History
janwas
20d038efda
profiling indicates memcpy is a bottleneck, so globally replace all of them with memcpy2 (hand-optimized). depending on transfer size, this is 10%..300% faster. also made memcpy2 into a macro instead of thunk function because vc7 was still generating a jump.
...
This was SVN commit r3057.
2005-10-30 16:19:20 +00:00
..
tests
TextureManager: stopped memory leaks
2005-08-09 21:26:40 +00:00
BufferVariable.cpp
…
BufferVariable.h
…
CLocale.cpp
- fix w4 warnings
2005-08-09 15:55:44 +00:00
CLocale.h
- fix w4 warnings
2005-08-09 15:55:44 +00:00
Common.h
…
DataTypes.h
…
Interface.cpp
…
Interface.h
…
ScriptInterface.cpp
TextureManager: stopped memory leaks
2005-08-09 21:26:40 +00:00
ScriptInterface.h
…
StrImmutable.h
profiling indicates memcpy is a bottleneck, so globally replace all of them with memcpy2 (hand-optimized). depending on transfer size, this is 10%..300% faster. also made memcpy2 into a macro instead of thunk function because vc7 was still generating a jump.
2005-10-30 16:19:20 +00:00
StringBuffer.cpp
scripting-interface improvements
2005-08-09 16:02:15 +00:00
StringBuffer.h
scripting-interface improvements
2005-08-09 16:02:15 +00:00
TranslatedString.cpp
…
TranslatedString.h
…
TSComponent.cpp
- fix w4 warnings
2005-08-09 15:55:44 +00:00
TSComponent.h
- fix w4 warnings
2005-08-09 15:55:44 +00:00