Age | Commit message (Collapse) | Author | |
---|---|---|---|
2012-05-28 | Removes the ArrayList classes, and replaces all instances with std::vector ↵ | FWoltermann@gmail.com | |
implementations. | |||
2012-05-28 | Changes 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-09 | More string and fopen safety measures | FWoltermann@gmail.com | |
2011-12-08 | Various things needed to compile the normal executable. | FWoltermann@gmail.com | |
Do note that it is possible to compile Starshatter.exe now. | |||
2011-12-08 | Variable scoping fixes | FWoltermann@gmail.com | |
2011-12-08 | Initial upload | FWoltermann@gmail.com | |