- Jan 27, 2016
-
-
Alam Ed Arias authored
-
Alam Ed Arias authored
-
Alam Ed Arias authored
-
- Jan 22, 2016
-
-
Alam Ed Arias authored
-
- Jan 12, 2016
-
-
Monster Iestyn authored
Some small compiling fix ~~See commit description for details, I'm not repeating it all here with different words.~~ ~~Needs testing before we actually merge the changes in, I don't have anything besides Windows so I can't actually try this fix out for myself sadly. :(~~ This was originally a quick branch I made to fix a problem so that @wolfy852 could compile with Linux on some thing of his ...turned out not to be the only problem, and then I found a slightly unrelated problem altogether. So it's now a small assortment of compiling-related fixes. Also should be merged to next, which is hopefully obvious. See merge request !29
-
- Jan 11, 2016
-
-
Monster Iestyn authored
Not related to Wolfy's problems afaik... this branch seems to be turning into a misc compiling fixes branch now
-
- Jan 10, 2016
-
-
Monster Iestyn authored
Apparently all parts of the source code that require GLPatch_t are themselves used only if HWRENDER is defined. Do I need to say more? Not sure if this will fix Wolfy's latest problem or not though
-
Monster Iestyn authored
Basically, Wolfy's linux (non-CMake) compiling apparently fails here, and config.in.h actually lives outside of the sdl folder. Blame a particular someone for blindly copy+pasting these includes in this file without considering the consequences when adding support for CMake everywhere.
-
- Sep 02, 2015
-
-
Add M_Options(0); to F4/F5/F7 code to prevent them going to Main Menu instead of SP/MP pause menus when the latter should be shown
-
- Mar 25, 2015
-
-
Eidolon authored
Closes STJr/SRB2!4.
-
Eidolon authored
Core code has too many #define dependencies on interface-specific defines. This means that it's currently not possible to safely separate the core and interface code into different contexts. The core code should be refactored to accomadate for this because we should not have any interface-specific code in core in the first place. This reverts the static library SRB2Core from a7135094 and instead adds the core sources to the SRB2SDL2 target directly. So frustrating...
-
- Mar 08, 2015
-
-
Eidolon authored
In-source builds are pain and suffering and I am going to stop people from doing them to save them that pain.
-
Eidolon authored
It still won't compile correctly. But this should avoid the error messages related to it.
-
Eidolon authored
This fixes generation with USEASM enabled.
-
Eidolon authored
Core and SDL2 are two separate targets now. Core is a static library that is linked into SRB2SDL2. The sources for both are separated. When using an IDE like Visual Studio or Xcode, the source code organized into groups that explain what that group of sources does. In the future, "Main" could be split into a few more groups based on file prefixes, but I think the way it is set up works for now. Makefile targets are not affected by source_groups and typing `make` will automatically compile both the "Core" library and SRB2SDL2 itself.
-
- Mar 05, 2015
- Feb 06, 2015
-
-
Alam Ed Arias authored
-
- Feb 05, 2015
-
-
Alam Ed Arias authored
-
Alam Ed Arias authored
-
Alam Ed Arias authored
-
Alam Ed Arias authored
-
Ronald Kinard authored
-
Ronald Kinard authored
-
- Feb 02, 2015
-
-
Alam Ed Arias authored
-
Alam Ed Arias authored
-
Alam Ed Arias authored
-
Eidolon authored
Only when actually making the debug target though!
-
Eidolon authored
Tested to work on MSVC, mingw-gcc
-
Eidolon authored
Enables ASM-NASM and adds tmap*.nas to sdl target. No idea if this actually works.
-
Eidolon authored
snprintf is now available in MSVC 2015!
-
- Feb 01, 2015
-
-
Eidolon authored
this is done as a POST_BUILD step
-
- Jan 29, 2015
- Jan 28, 2015
-
-
Eidolon authored
string.c, capitalization, find fixes
-
- Jan 29, 2015
- Jan 28, 2015
-
-
Eidolon authored
Generates zips only at the moment
-