1
0
forked from 0ad/0ad
Go to file
janwas c817566222 # housekeeping
replaced all (*) CStr / CStrW by-value params with const reference. hoo
boy.

please always perform this optimization (actually standard idiom) when
writing the code - it takes little work, tells the next guy that the
string won't be modified, and makes a large performance difference.

(* where possible.. a few require other changes and will follow later)

This was SVN commit r4151.
2006-07-20 14:37:58 +00:00
binaries # Preliminary work on technology research UI 2006-07-20 10:27:36 +00:00
build svn:ignore auto-generated test .cpp files. 2006-07-12 14:49:10 +00:00
docs Upgraded console (text wrap, help text), cinematic stuff 2006-07-06 03:17:44 +00:00
source # housekeeping 2006-07-20 14:37:58 +00:00
.gitattributes Initial revision 2003-09-21 21:24:53 +00:00