Age | Commit message (Collapse) | Author | |
---|---|---|---|
2013-11-03 | Fix video mode and geometry update for SDL 2. | Andrey Nazarov | |
2013-09-03 | Add experimental SDL 2 backend. | Andrey Nazarov | |
2013-09-01 | Remove mouse cursor hiding code, clean up. | Andrey Nazarov | |
Remove ‘in_hide_delay’ variable, replace ‘in_smart_grab’ with ‘in_grab’. Allows the mouse to be enabled but never grabbed in windowed mode. | |||
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-18 | Move LIBGL/LIBAL definitions into platform.h | Andrey Nazarov | |
2013-01-15 | Make some variables static. | Andrey Nazarov | |
2012-12-13 | Build ‘vid_modelist’ dynamically when using SDL. | Andrey Nazarov | |
2012-12-04 | Setup 32-bit SDL surface. | Andrey Nazarov | |
2012-11-29 | Add 102ND key. | Andrey Nazarov | |
2012-11-29 | Add PRINTSCREEN key. | Andrey Nazarov | |
2012-11-28 | Add ‘evdevlist’ command. | Andrey Nazarov | |
Remember path and name of each event device registered. | |||
2012-11-28 | Add sdl_keymap cvar for internal US layout support. | Toni Spets | |
2012-11-26 | Use larger sample buffer size for SDL audio. | Andrey Nazarov | |
2048 samples was not enough to keep up with 10 Hz updates at 22050. Bump to 32768 samples per channel. Also validate number of channels obtained. | |||
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-11-03 | Add multisample support to SDL video driver. | Andrey Nazarov | |
2012-10-20 | Improve SDL video code, add swap interval support. | Andrey Nazarov | |
Split video.c into multiple files. Implement support for GLX_EXT_swap_control(_tear) extensions. Work around a bug in NVIDIA binary driver causing glXWaitVideoSyncSGI to block indefinitely when vsync in enabled. Permit negative values for ‘gl_swapinterval’ only if GLX_EXT_swap_control_tear extension is advertised. | |||
2012-08-24 | Make Q2PRO compile on OpenBSD. | Andrey Nazarov | |
Original patch provided by Jonathan Gray. | |||
2012-08-19 | Protect hunk functions against integer overflow. | Andrey Nazarov | |
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. |