Before merging to head I think we should solve incompatibilities with windows. Here I post some errors to help to solve them:
Code: Select all
armagetronad\src\tron\gParser.cpp(43) : error C2065: 'strncasecmp' : undeclared identifier
armagetronad\src\tron\gGame.cpp(2736) : error C2065: 'close' : undeclared identifier
armagetronad\src\tron\gParser.cpp(15) : fatal error C1083: Cannot open include file: 'unistd.h': No such file or directory
armagetronad\src\tron\gParser.cpp(109) : error C2057: expected constant expression
armagetronad\src\tron\gParser.cpp(109) : error C2466: cannot allocate an array of constant size 0
armagetronad\src\tron\gParser.cpp(109) : error C2133: 'axisDir' : unknown size
armagetronad\src\tron\gParser.cpp(329) : error C2065: 'mkdir' : undeclared identifier
armagetronad\src\tron\gParser.cpp(356) : error C2065: 'open' : undeclared identifier