1
0
forked from 0ad/0ad
Go to file
2006-03-13 20:58:21 +00:00
binaries New 'validProperty (propertyString)' function takes care of checking the validity of each subelement in an entity property. (Reduces all that 'if (a && a.b && a.b.c && a.b.c.d)' malarky to 'if (validProperty ("a.b.c.d"))'.) 2006-03-13 20:58:21 +00:00
build Premake workspace: use native wchar_t type in VC7.1/8 2006-02-03 22:29:53 +00:00
source bugfix: was not propagating mount point flags to Mount structure created for archives. this could result in no "archivable" files being found during archive build, leading to ERR_DIR_END. 2006-03-11 03:30:36 +00:00
.gitattributes Initial revision 2003-09-21 21:24:53 +00:00