summaryrefslogtreecommitdiffhomepage
path: root/FoundationEx
AgeCommit message (Collapse)Author
2012-05-28Removes the ArrayList classes, and replaces all instances with std::vector ↵FWoltermann@gmail.com
implementations.
2012-05-28Changes ArrayList to be an alias of std::vector<DWORD>, and Floatlist to be ↵FWoltermann@gmail.com
an alias of std::vector<float> in preparation of removing these things completely
2011-12-09More string and fopen safety measuresFWoltermann@gmail.com
2011-12-08Various things needed to compile the normal executable.FWoltermann@gmail.com
Do note that it is possible to compile Starshatter.exe now.
2011-12-08Variable scoping fixesFWoltermann@gmail.com
2011-12-08Initial uploadFWoltermann@gmail.com