This website requires JavaScript.
Explore
Help
Sign In
mirrors
/
0ad
Watch
1
Star
0
Fork
2
You've already forked 0ad
mirror of
https://gitea.wildfiregames.com/0ad/0ad.git
synced
2026-07-08 20:26:43 +00:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
Files
e92c36bc36ebf0cf237e267d43369706ab8d69e7
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
Updated i18n test system
2005-07-26 21:13:52 +00:00
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