Age | Commit message (Expand) | Author |
2012-05-31 | Documentation: courtesy of Doxygen http://www.stack.nl/~dimitri/doxygen/ | rhyskidd |
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 error... | FWoltermann@gmail.com |
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 | Updated datafile for compatibility to modern Windows, also changed MAX_FILES ... | FWoltermann@gmail.com |
2012-05-28 | Removes the ArrayList classes, and replaces all instances with std::vector im... | FWoltermann@gmail.com |
2012-05-28 | Changes ArrayList to be an alias of std::vector<DWORD>, and Floatlist to be a... | FWoltermann@gmail.com |
2012-05-28 | Indentation fixes | FWoltermann@gmail.com |
2012-05-28 | A few changes to make this compile | FWoltermann@gmail.com |
2012-05-28 | Sets a few properties for VS2011 | FWoltermann@gmail.com |
2012-05-28 | Adds project files for the command line utility that generates data files. | FWoltermann@gmail.com |
2012-05-27 | A few things MSVC's analyzer found. | FWoltermann@gmail.com |
2012-05-26 | Adding a missing error message here. | FWoltermann@gmail.com |
2012-05-26 | And the rest that was missing to make this thing compile. | FWoltermann@gmail.com |
2012-05-26 | Getting closer to getting magic to compile. The file renaming was necessary i... | FWoltermann@gmail.com |
2012-05-26 | Updating the project files a bit. Also adding a solution file for MSVC 2011. | FWoltermann@gmail.com |
2012-05-22 | And new zlib.lib | FWoltermann@gmail.com |
2012-05-22 | Current libpng build | 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-10 | Changing the default behaviour for shader loading to look for files outside o... | FWoltermann@gmail.com |
2011-12-09 | Updating the pre-built libs | FWoltermann@gmail.com |
2011-12-09 | More string safety stuff | FWoltermann@gmail.com |
2011-12-09 | More indenting changes | FWoltermann@gmail.com |
2011-12-09 | A new version of the built-in library | FWoltermann@gmail.com |
2011-12-09 | Correcting a small snafu | 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 | 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 | Adding pre-built dlls for OpCode. | FWoltermann@gmail.com |
2011-12-09 | Changing the main Starshatter output name to "Starshatter_D.exe" for debug bu... | FWoltermann@gmail.com |
2011-12-09 | sprintf -> sprintf_s | 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 |
2011-12-08 | Missed a few scoping issues, apparently | FWoltermann@gmail.com |
2011-12-08 | MSVC6 project file removal | FWoltermann@gmail.com |
2011-12-08 | A few adjustments here | FWoltermann@gmail.com |
2011-12-08 | More scoping fixes | FWoltermann@gmail.com |
2011-12-08 | Ditto... | FWoltermann@gmail.com |
2011-12-08 | More of the same... | FWoltermann@gmail.com |
2011-12-08 | Project file reference fixes | FWoltermann@gmail.com |
2011-12-08 | Fixes for variable scoping, string handling | FWoltermann@gmail.com |
2011-12-08 | Variable scoping fixes | FWoltermann@gmail.com |