Age | Commit message (Collapse) | Author | |
---|---|---|---|
2013-09-03 | Add experimental SDL 2 backend. | Andrey Nazarov | |
2013-04-12 | Allow fixed linking to LIBGL/LIBAL. | Andrey Nazarov | |
Also check that all core functions are present when doing dynamic linking to improve robustness. | |||
2013-01-18 | Fix listing of POSIX symlinks. | Andrey Nazarov | |
2013-01-15 | Make some variables static. | Andrey Nazarov | |
2012-11-12 | Be more verbose about game library loading. | Andrey Nazarov | |
Print complete error message if Sys_LoadLibrary fails. Also print where the server attempts to load game library from. | |||
2012-08-12 | Minimize work done in signal handlers. | Andrey Nazarov | |
In particular, don't make any X11 calls to avoid deadlock if interrupted within libX11. | |||
2012-08-12 | Split TTY code into separate file. | Andrey Nazarov | |
2012-08-05 | Rename Com_IsDedicated() to COM_DEDICATED. | Andrey Nazarov | |
2012-08-03 | Try to avoid calling stat() when listing files. | Andrey Nazarov | |
2012-07-27 | Fix wrong TTY flags being cleared. | Andrey Nazarov | |
2012-07-25 | Fix arithmetic on void pointers. | Andrey Nazarov | |
2012-07-25 | Update GPLv2 text and headers. | Andrey Nazarov | |
Sync with http://www.gnu.org/licenses/old-licenses/gpl-2.0.txt. | |||
2012-07-24 | Rework source tree layout. | Andrey Nazarov | |
Instead of having a mix of semi-randomly prefixed .c and .h files at src/, split the sources and public headers into src/ and inc/ directories. Further partition them down per subsystem. Add include guards to public headers. Split some headers into multiple ones. |