Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2012-10-02 | added text layers based on SDL_ttf | Robin Haberkorn | 1 | -0/+48 | |
2012-10-01 | C linkage cleanup | Robin Haberkorn | 1 | -1/+14 | |
* decleared main() with C linkage since it might be renamed to SDL_main and libSDLmain's startup code expects C linkage * use a custom atexit() handler since SDL_Quit() calling conventions might differ from standard C calling conventions | |||||
2012-10-01 | fixed MinGW SDL stdio redirection issue | Robin Haberkorn | 1 | -6/+19 | |
instead of trying to reopen stdout and stderr, we ensure that stdio redirection is not initialized in the first place. * the workaround code could be in a separate C or C++ file but that would require conditional compilation and linking and therefore a new Automake conditional | |||||
2012-09-28 | include some autoconf info stuff in help | Robin Haberkorn | 1 | -5/+12 | |
2012-09-28 | include config.h | Robin Haberkorn | 1 | -0/+4 | |
2012-09-28 | autotools based build system | Robin Haberkorn | 1 | -0/+231 | |