Age | Commit message (Expand) | Author |
2021-09-28 | Created best-guess cmake stubs | Aki |
2019-09-12 | Fix ill-formed and warning-causing new overloaded and delete operators | Yasha Jannoo |
2019-09-10 | Turn off edit and continue. | Yasha Jannoo |
2019-09-10 | Turn off Minimal Rebuild across the board | Yasha Jannoo |
2019-09-10 | Revert "Turn off Minimal Rebuild across the board" | Yasha Jannoo |
2019-09-10 | Turn off Minimal Rebuild across the board | Yasha Jannoo |
2019-09-10 | Remove FORCE flag from Stars project | Yasha Jannoo |
2019-09-09 | Naively turn off UseOfMfc | Yasha Jannoo |
2019-09-05 | Retarget for new MSBuild toolsets | Yasha Jannoo |
2013-07-10 | Updating the project files so that building works again | fwoltermann@gmail.com |
2013-07-07 | Removed unused Authorization class. | milo24x7@gmail.com |
2013-07-07 | Updated open source license declaration and fixed some formatting issues. | milo24x7@gmail.com |
2012-07-22 | PVS-Studio fix: V547 Expression is always true. Probably the '&&' operator sh... | rhyskidd@gmail.com |
2012-07-16 | Ignore PVS Studio warning V576 | FWoltermann@gmail.com |
2012-07-16 | PVS Studio Warning fix: Part of conditional expression is always false | FWoltermann@gmail.com |
2012-07-16 | PVS Studio warning fix: Part of conditional expression is always true (Note t... | FWoltermann@gmail.com |
2012-07-16 | PVS Studio warning fix: Part of conditional expression is always false | FWoltermann@gmail.com |
2012-07-16 | PVS Studio warning fix: Possible Array underrun | FWoltermann@gmail.com |
2012-07-16 | PVS Studio fix: Comparison using || is always true, using && instead | FWoltermann@gmail.com |
2012-07-16 | PVS-Studio fix: V624 The constant 3.1415 is being utilized. The resulting val... | rhyskidd@gmail.com |
2012-07-16 | PVS-Studio fix: V618 It’s dangerous to call the 'sprintf_s' function in suc... | rhyskidd@gmail.com |
2012-06-24 | A few PVS studio things5.1.87 | FWoltermann@gmail.com |
2012-06-17 | (Hopefully) Allows SWACS ships to do more than sit around. Needs testing. | FWoltermann@gmail.com |
2012-06-13 | One of these days, I'ma be done with project file updates | FWoltermann@gmail.com |
2012-06-13 | Add a quick return here before we deref a null pointer | FWoltermann@gmail.com |
2012-06-13 | Remove dependency on content.dat (The file is still required, since it was pa... | FWoltermann@gmail.com |
2012-06-13 | Remove a bit of commented-out code | FWoltermann@gmail.com |
2012-06-06 | More project file fixes | FWoltermann@gmail.com |
2012-06-06 | Fix a potential invalid memory access issue | FWoltermann@gmail.com |
2012-06-06 | Aaaand more VS2012 compat stuff. | FWoltermann@gmail.com |
2012-06-05 | REdoing r71, without the mistakes | FWoltermann@gmail.com |
2012-06-05 | Add VS2012 configs to the project files. | FWoltermann@gmail.com |
2012-06-03 | Oops, forgot to actually change the version string5.1.66 | FWoltermann@gmail.com |
2012-06-02 | REmoving STARSHATTER_DEMO ifdefs and setting version string to 5.1.66 | FWoltermann@gmail.com |
2012-05-31 | Resovle a boolean being implicitly cast to a pointer | rhyskidd |
2012-05-30 | Fix signed/unsigned mismatch | rhyskidd |
2012-05-30 | Ensure check for NULL pointer occurs prior to use, not after | rhyskidd |
2012-05-30 | Fix further instances of a class being passed as variable to Print(), instead... | rhyskidd |
2012-05-30 | Resolve duplicate listing of TRANSPORT, and absence of ASSAULT type | rhyskidd |
2012-05-28 | Removes the ArrayList classes, and replaces all instances with std::vector im... | FWoltermann@gmail.com |
2012-05-28 | Sets a few properties for VS2011 | FWoltermann@gmail.com |
2012-05-27 | A few things MSVC's analyzer found. | FWoltermann@gmail.com |
2012-05-26 | Updating the project files a bit. Also adding a solution file for MSVC 2011. | FWoltermann@gmail.com |
2012-01-07 | Adding experimental x64 build configs. THESE DO NOT WORK YET. | FWoltermann@gmail.com |
2011-12-10 | Adding a little helper to allow quicker turnaround. If you create an environm... | FWoltermann@gmail.com |
2011-12-10 | This scanf_s blows up in our face, so let's revert to the non _s version. | FWoltermann@gmail.com |
2011-12-09 | More string safety stuff | FWoltermann@gmail.com |
2011-12-09 | Re-indenting the code to use standard tabs. Yes, I know this is pretty pointl... | FWoltermann@gmail.com |
2011-12-09 | More string and fopen safety measures | FWoltermann@gmail.com |
2011-12-09 | Changing the main Starshatter output name to "Starshatter_D.exe" for debug bu... | FWoltermann@gmail.com |