summaryrefslogtreecommitdiffhomepage
path: root/Stars45
AgeCommit message (Expand)Author
2021-10-01Removed vs left-oversAki
2021-10-01Partially fixed Magic2 buildAki
2021-09-30Upgraded directinput expectations in Joystick.cppAki
2021-09-30Added dx9 and win32 libraries to linkerAki
2021-09-30Fixed weird behaviour of preprocessorAki
2021-09-30Merged nGenEx and Parser into Stars45Aki
2021-09-30Enabled keyword macros to avoid IcePreprocessor errorsAki
2021-09-30Temporarily added windows sdk include path to stars45Aki
2021-09-30Added Opcode to cmake treeAki
2021-09-29Updated internal dependencies for nGenEx and Stars45Aki
2021-09-28Created best-guess cmake stubsAki
2019-09-12Fix ill-formed and warning-causing new overloaded and delete operatorsYasha Jannoo
2019-09-10Turn off edit and continue.Yasha Jannoo
2019-09-10Turn off Minimal Rebuild across the boardYasha Jannoo
2019-09-10Revert "Turn off Minimal Rebuild across the board"Yasha Jannoo
2019-09-10Turn off Minimal Rebuild across the boardYasha Jannoo
2019-09-10Remove FORCE flag from Stars projectYasha Jannoo
2019-09-09Naively turn off UseOfMfcYasha Jannoo
2019-09-05Retarget for new MSBuild toolsetsYasha Jannoo
2013-07-10Updating the project files so that building works againfwoltermann@gmail.com
2013-07-07Removed unused Authorization class.milo24x7@gmail.com
2013-07-07Updated open source license declaration and fixed some formatting issues.milo24x7@gmail.com
2012-07-22PVS-Studio fix: V547 Expression is always true. Probably the '&&' operator sh...rhyskidd@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: 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-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-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-05REdoing r71, without the mistakesFWoltermann@gmail.com
2012-06-05Add VS2012 configs to the project files.FWoltermann@gmail.com
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-05-31Resovle a boolean being implicitly cast to a pointerrhyskidd
2012-05-30Fix signed/unsigned mismatchrhyskidd
2012-05-30Ensure check for NULL pointer occurs prior to use, not afterrhyskidd
2012-05-30Fix further instances of a class being passed as variable to Print(), instead...rhyskidd
2012-05-30Resolve duplicate listing of TRANSPORT, and absence of ASSAULT typerhyskidd
2012-05-28Removes the ArrayList classes, and replaces all instances with std::vector im...FWoltermann@gmail.com