- 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
-
Eidolon authored
-
Eidolon authored
-
Eidolon authored
running is another story
-
Eidolon authored
Also support dynamic/static opengl switching
-
Eidolon authored
It is really messy at the moment. There is no support for copying the necessary frameworks and dylibs out to the bundle for distribution, and it is a frankenstein of manual find_library and find_package which can sometimes pick up Homebrew dylibs.
-
Eidolon authored
Compiles the SDL2 target on Windows successfully
-
- Jan 10, 2015
-
-
Alam Ed Arias authored
-
Alam Ed Arias authored
-
Alam Ed Arias authored
-
-
Make sure clear_conditionsets feeds in 1 to MAXCONDITIONSETS instead of 0 to MAXCONDITIONSETS-1, so that M_ClearConditionSet can use them all properly AND clear all condition sets properly. Apparently the mistake also caused myargc to be cleared in Linux64 SDL2 (as pointed out by that ilag11111 guy on GitHub), so that should be fixed now too.
-