summaryrefslogtreecommitdiffhomepage
path: root/FoundationEx
AgeCommit message (Collapse)Author
2019-09-10Revert "Turn off Minimal Rebuild across the board"Yasha Jannoo
This reverts commit f935fb0960b1563d6404d2fec21963b20f498a3b.
2019-09-10Turn off Minimal Rebuild across the boardYasha Jannoo
This is the \Gm compiler flag. There are warnings that this is deprecated, and the general advice is that setting the multiprocessor build flag should be used instead.
2013-07-07Updated open source license declaration and fixed some formatting issues.milo24x7@gmail.com
2012-07-16Ignore PVS Studio warning V576FWoltermann@gmail.com
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