1
0
forked from 0ad/0ad
Go to file
Ykkrosh 8d0a7170f6 # Slightly tidied up string code.
CStr: Indented comments more consistently. Made some parameters
pass-by-reference, made some others not. Removed some useless methods -
Length (use length or empty), GetSubstring (use substr), LCase/UCase
(use LowerCase/UpperCase). Removed operator[] bounds-checking because
VS2005 does that anyway.
Maybe fixed noncopyable warnings on VS2003.

This was SVN commit r4828.
2007-02-01 14:46:14 +00:00
binaries Changed task unit triggers to use unit ID's properly. 2007-01-30 03:50:28 +00:00
build # housekeeping 2007-02-01 01:34:17 +00:00
docs Upgraded console (text wrap, help text), cinematic stuff 2006-07-06 03:17:44 +00:00
source # Slightly tidied up string code. 2007-02-01 14:46:14 +00:00
.gitattributes Initial revision 2003-09-21 21:24:53 +00:00