Age | Commit message (Collapse) | Author | |
---|---|---|---|
2022-01-30 | Removed trailing whitespace all over the place | Aki | |
2021-10-01 | Removed vs left-overs | Aki | |
2021-09-30 | Merged nGenEx and Parser into Stars45 | Aki | |
2021-09-30 | Fixed weirdly propagated Ice macros | Aki | |
Something is wrong with the way cmake+vs use header files or it's just the problem with too minimalistic cmakelists that I use. | |||
2021-09-30 | Enabled keyword macros to avoid IcePreprocessor errors | Aki | |
2021-09-30 | Added Opcode to cmake tree | Aki | |
2021-09-29 | Updated internal dependencies for nGenEx and Stars45 | Aki | |
2021-09-29 | Added dx9 sdk include dir to nGenEx | Aki | |
2021-09-28 | Added missing FoundationEx dependencies | Aki | |
2021-09-28 | Created best-guess cmake stubs | Aki | |
Structure of the project as whole is... questionable. It looks that the directories are intermingled even if they appear separated. This is a first guess to have at least something in place. | |||
2019-09-10 | Turn off edit and continue. | Yasha Jannoo | |
Fixes incompatibility between /ZI and /Gy- by not allowing ZI at all for the time-being. We can turn it on again later. | |||
2019-09-10 | Turn off Minimal Rebuild across the board | Yasha 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. | |||
2019-09-10 | Revert "Turn off Minimal Rebuild across the board" | Yasha Jannoo | |
This reverts commit f935fb0960b1563d6404d2fec21963b20f498a3b. | |||
2019-09-10 | Turn off Minimal Rebuild across the board | Yasha 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. | |||
2019-09-05 | Retarget for new MSBuild toolsets | Yasha Jannoo | |
Retarget all projects in the Starshatter.sln from v110 (VS12) to v141 (VS17) | |||
2013-07-10 | Updating the project files so that building works again | fwoltermann@gmail.com | |
2013-07-07 | Updated open source license declaration and fixed some formatting issues. | milo24x7@gmail.com | |
2012-07-22 | PVS-Studio fix: V592 The expression was enclosed by parentheses twice: '((t ↵ | rhyskidd@gmail.com | |
- h * HOUR - m * MINUTE))'. One pair of parentheses is unnecessary or misprint is present. | |||
2012-07-16 | PVS Studio warning: Cast from false to int | FWoltermann@gmail.com | |
2012-07-16 | Ignore PVS Studio warning V576 | FWoltermann@gmail.com | |
2012-07-16 | PVS-Studio fix: V625 Consider inspecting the 'for' operator. Initial and ↵ | rhyskidd@gmail.com | |
final values of the iterator are the same. layout.cpp Due to changes in revision 51. | |||
2012-06-24 | A few PVS studio things5.1.87 | FWoltermann@gmail.com | |
2012-06-13 | One of these days, I'ma be done with project file updates | FWoltermann@gmail.com | |
2012-06-06 | (no commit message) | rhyskidd@gmail.com | |
2012-06-06 | Fix was accidentally reverted in r73, re-inserting | rhyskidd@gmail.com | |
2012-06-05 | REdoing r71, without the mistakes | FWoltermann@gmail.com | |
2012-06-05 | Hopefully final case of suppressing recurring check warning | rhyskidd | |
2012-06-05 | Add VS2012 configs to the project files. | FWoltermann@gmail.com | |
2012-06-04 | Suppress further instance of the recurring check warning | rhyskidd | |
2012-06-04 | Follow up to revision 65, ensure that the ErrBuf is cleared fully | rhyskidd | |
2012-06-04 | Suppress a redundant warning for duplicate null check | rhyskidd | |
2012-06-02 | Fixes a stupid error I made. Also increases hte buffer for error messages to ↵ | FWoltermann@gmail.com | |
accommodate DirectX error messages | |||
2012-05-31 | Resolve some signed/unsigned comparison isses | rhyskidd | |
2012-05-30 | A few changes to the Magic2 and ngenex projects to fix some compilation ↵ | FWoltermann@gmail.com | |
errors that cropped up | |||
2012-05-30 | Ensure check for NULL pointer occurs prior to use, not after | rhyskidd | |
2012-05-28 | Removes the ArrayList classes, and replaces all instances with std::vector ↵ | FWoltermann@gmail.com | |
implementations. | |||
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 | Getting closer to getting magic to compile. The file renaming was necessary ↵ | FWoltermann@gmail.com | |
in order to remove a conflict between the WinSDK's locale.h and starshatter's own version. | |||
2012-01-07 | Adding experimental x64 build configs. THESE DO NOT WORK YET. | FWoltermann@gmail.com | |
2011-12-10 | Changing the default behaviour for shader loading to look for files outside ↵ | FWoltermann@gmail.com | |
of .dat archives first | |||
2011-12-09 | More indenting changes | FWoltermann@gmail.com | |
2011-12-09 | Correcting a small snafu | FWoltermann@gmail.com | |
2011-12-09 | Remove support for Win95/98 | FWoltermann@gmail.com | |
2011-12-09 | Adding code to detect Win XP x64/Vista/7 | FWoltermann@gmail.com | |
2011-12-09 | Removed a little unneeded debug hack | FWoltermann@gmail.com | |
2011-12-09 | A few things that MSVC's analyzer found | FWoltermann@gmail.com | |
2011-12-09 | More string and fopen safety measures | FWoltermann@gmail.com | |
2011-12-09 | A few fixes recommended by PVS Studio | 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. |