summaryrefslogtreecommitdiffhomepage
AgeCommit message (Expand)Author
2013-07-07Updated open source license declaration and fixed some formatting issues.milo24x7@gmail.com
2013-07-07Updated open source license declaration and fixed some formatting issues.milo24x7@gmail.com
2013-07-07Updated open source license declaration and fixed some formatting issues.milo24x7@gmail.com
2013-07-07Updated open source license declaration and fixed some formatting issues.milo24x7@gmail.com
2013-07-07Updated open source license declaration and fixed some formatting issues.milo24x7@gmail.com
2013-07-07Updated open source license declaration and fixed some formatting issues.milo24x7@gmail.com
2012-07-22PVS-Studio fix: V592 The expression was enclosed by parentheses twice: '((t -...rhyskidd@gmail.com
2012-07-22PVS-Studio fix: V547 Expression is always true. Probably the '&&' operator sh...rhyskidd@gmail.com
2012-07-16PVS Studio warning: Cast from false to intFWoltermann@gmail.com
2012-07-16Ignore PVS Studio warning V576FWoltermann@gmail.com
2012-07-16PVS Studio Warning fix: Part of conditional expression is always falseFWoltermann@gmail.com
2012-07-16PVS Studio warning fix: Part of conditional expression is always true (Note t...FWoltermann@gmail.com
2012-07-16PVS Studio warning fix: Part of conditional expression is always falseFWoltermann@gmail.com
2012-07-16PVS Studio warning fix: Possible Array underrunFWoltermann@gmail.com
2012-07-16PVS Studio fix: Comparison using || is always true, using && insteadFWoltermann@gmail.com
2012-07-16PVS Studio fix: m_pos < 0 can never be trueFWoltermann@gmail.com
2012-07-16PVS Studio warning fix: Unconditional break/returnFWoltermann@gmail.com
2012-07-16PVS Studio warning fix: Null pointer dereference when accessing msgFWoltermann@gmail.com
2012-07-16PVS-Studio fix: V624 The constant 3.1415 is being utilized. The resulting val...rhyskidd@gmail.com
2012-07-16PVS-Studio fix: V618 It’s dangerous to call the 'sprintf_s' function in suc...rhyskidd@gmail.com
2012-07-16PVS-Studio fix: V625 Consider inspecting the 'for' operator. Initial and fina...rhyskidd@gmail.com
2012-06-24A few PVS studio things5.1.87FWoltermann@gmail.com
2012-06-17(Hopefully) Allows SWACS ships to do more than sit around. Needs testing.FWoltermann@gmail.com
2012-06-13One of these days, I'ma be done with project file updatesFWoltermann@gmail.com
2012-06-13Add a quick return here before we deref a null pointerFWoltermann@gmail.com
2012-06-13Remove dependency on content.dat (The file is still required, since it was pa...FWoltermann@gmail.com
2012-06-13Remove a bit of commented-out codeFWoltermann@gmail.com
2012-06-08Ooops, stupid mistake here.FWoltermann@gmail.com
2012-06-06More project file fixesFWoltermann@gmail.com
2012-06-06Fix a potential invalid memory access issueFWoltermann@gmail.com
2012-06-06Aaaand more VS2012 compat stuff.FWoltermann@gmail.com
2012-06-06(no commit message)rhyskidd@gmail.com
2012-06-06Another piece of the VS2012 compatibility puzzleFWoltermann@gmail.com
2012-06-06Fix was accidentally reverted in r73, re-insertingrhyskidd@gmail.com
2012-06-05Documentation updateFWoltermann@gmail.com
2012-06-05REdoing r71, without the mistakesFWoltermann@gmail.com
2012-06-05Hopefully final case of suppressing recurring check warningrhyskidd
2012-06-05Add VS2012 configs to the project files.FWoltermann@gmail.com
2012-06-04Suppress further instance of the recurring check warningrhyskidd
2012-06-04Follow up to revision 65, ensure that the ErrBuf is cleared fullyrhyskidd
2012-06-04Suppress a redundant warning for duplicate null checkrhyskidd
2012-06-03Oops, forgot to actually change the version string5.1.66FWoltermann@gmail.com
2012-06-02REmoving STARSHATTER_DEMO ifdefs and setting version string to 5.1.66FWoltermann@gmail.com
2012-06-02Fixes a stupid error I made. Also increases hte buffer for error messages to ...FWoltermann@gmail.com
2012-05-31Committing the documentation to svn to have it accessible onlineFWoltermann@gmail.com
2012-05-31Resovle a boolean being implicitly cast to a pointerrhyskidd
2012-05-31Documentation: courtesy of Doxygen http://www.stack.nl/~dimitri/doxygen/rhyskidd
2012-05-31Resolve some signed/unsigned comparison issesrhyskidd
2012-05-30A few changes to the Magic2 and ngenex projects to fix some compilation error...FWoltermann@gmail.com
2012-05-30Fix signed/unsigned mismatchrhyskidd