myT
fca556e2ad
match alerts cgame extension and s_autoMute for Windows
2017-11-07 06:17:28 +01:00
myT
caaa8e4e47
audio interface clean-up and Sys_* documentation
2017-11-03 19:36:30 +01:00
myT
c60d47e93f
cleaned up tr_gl2.cpp and prefixes in win32 code
...
tr_gl2.cpp now uses the proper interface for printing errors
tr_gl2.cpp now has function names that make sense
removed old references to GLimp_*
cleaned up prefixes in the Windows platform layer
2017-11-03 19:35:35 +01:00
myT
9362d9bf53
deleted 2-threads rendering support (SMP)
2017-11-03 19:34:32 +01:00
myT
4cd544217c
platform layer GL interface cleanup
...
renamed and documented the core GLimp functions
moved the memset calls out of GLimp_Shutdown
dealing with anisotropic filtering properly and fixed the cvar's range and help
platform extension loading is done through Sys_GL_LoadExtensions
throwing fatal errors is done by the renderer exclusively
removed QGL_Init and QGL_Shutdown
cleaned up glconfig_t
filling up the unused glConfig fields in the renderer for old mods
2017-11-03 19:33:54 +01:00
myT
fdf6636153
mouse buttons no longer get "stuck" on Windows after bringing the console down
2017-10-29 02:51:12 +02:00
myT
6238d7dd7f
implemented in_noGrab on Windows
2017-10-29 02:36:57 +02:00
myT
1f49b43a39
con_history 1 is not just for clients anymore
2017-10-12 19:12:41 +02:00
myT
9a7ab19245
sv_restartProcess restarts the child process
...
uptime print child process, parent process and map uptimes
2017-10-12 03:45:24 +02:00
myT
be890e5b70
moved in_restart to the shared client code
...
the platform layers implement Sys_InitInput and Sys_ShutdownInput
2017-10-04 17:33:35 +02:00
myT
c3027a56b7
made keys F13 to F24 bindable
2017-10-03 23:58:41 +02:00
myT
70f301e4ff
cvar help extension
...
cvar type+range extension
module tracking for cvars and commands
lots of help text
2017-10-03 19:11:10 +02:00
myT
928d863e5d
avoiding redundant input inits and shutdowns on Windows
2017-09-12 03:34:20 +02:00
myT
6d18a0b5bd
added the new client HTTP download system
2017-09-12 03:21:11 +02:00
myT
7e2f1f9c9f
further simplified win32 input and reduced API calls
...
got rid of the RIDEV_NOLEGACY raw input flag and the issues it brought
2017-09-06 13:04:58 +02:00
myT
9dd81a895b
fixed the cursor staying visible in raw input mode when focusing the window while a mouse button is pressed
...
got rid of redundent mouse API calls when handling focus changes
simplified the mouse input code
2017-08-18 19:05:19 +02:00
myT
dff8216de7
fixed "minimizekeynames" not being unregistered on input system shutdown
2017-07-30 02:21:44 +02:00
myT
c95e9a86ee
added automatic process restarts for Linux dedicated server crashes and timed reboots
...
putting the UTC date and time in Linux crash report file names
2017-07-06 06:10:29 +02:00
myT
47a566f9cc
com_completionStyle 1 for cycling auto-completion results line in ET
2017-07-05 05:53:05 +02:00
myT
eb4b1d8615
removed r_stencilbits r_depthbits r_colorbits r_texturebits r_ext_compressed_textures
2017-06-22 09:41:36 +02:00
myT
860610466a
added a minimize button to the window
2017-06-14 07:44:37 +02:00
myT
8b5728559b
unified the command history logic
...
when a command is the same as the previous one, it doesn't get saved
Linux tty keys support: left, right, home, end, delete
2017-06-04 13:02:20 +02:00
myT
59f658c791
fixed the win32 dedicated server build
2017-06-03 00:27:59 +02:00
myT
1ef18feab5
restoring desktop settings and minimizing the window when crashing
...
making sure the crash message box is always visible
2017-06-02 18:59:23 +02:00
myT
b19cd251b9
removed some dead code
2017-06-01 20:49:52 +02:00
myT
c3ee3f2a4d
with r_mode 1, tabbing out of the game will restore display settings on the desktop
...
fixed window restore after minimizing when clicking the task bar or using alt-tab
fixed r_mode 1 on secondary monitors
fixed in_mouse 2 input on secondary monitors
fixed the cursor sometimes staying visible and unclipped when restoring the window
2017-06-01 20:48:21 +02:00
myT
d9bacec921
in_minimize registers a hotkey to minimize/restore the client
2017-06-01 13:02:19 +02:00
Christiaan Hondeveld
53b0866069
Merged dedicated console history
2017-05-28 14:49:22 +02:00
myT
85d6762647
added auto-completion to the Windows dedicated server
...
fixed Linux dedicated servers inserting a leading backslash when running auto-completion
fixed tty handling of the leading "]"
2017-05-18 23:23:50 +02:00
myT
76ab2a5d6d
we only run our handler for exceptions that we know we can't recover from
2017-05-17 07:48:26 +02:00
myT
8e2aafbdfd
r_monitor is now latched, auto-updated and is used in every vid_restart call
...
fixed glConfig.vidWidth/Height when r_mode is set to use desktop res
2017-05-17 07:41:25 +02:00
myT
e4062a6c90
reduced win32 raw mouse input latency and added cl_drawMouseLag
2017-05-06 22:01:14 +02:00
myT
0e18c3b645
added BACKSLASH as a bindable key on Windows
2017-05-04 18:52:46 +02:00
myT
e199d943e0
fixed calls to OutputDebugStringA/W being considered a crash
2017-04-20 03:28:50 +02:00
myT
c63c3e80a6
replaced monitor gamma by a post-process gamma shader
...
ported the dyn lights shaders to glsl
nuked stereo rendering
replaced r_ext_multisample with r_msaa
2017-03-21 00:58:59 +01:00
myT
7ccf48f10d
removed the WS_BORDER flag in FS as it caused issues on some configs
2017-03-14 05:22:12 +01:00
myT
1efd5b6d82
improved crash and exit handlers that restore system settings (monitor gamma ramps, system timer resolution, terminal settings, ...) and crash reports with full QVM stack trace
2017-03-14 05:11:12 +01:00
myT
701ae06fbb
update the glConfig resolution with the one we actually have
2017-03-07 23:32:50 +01:00
myT
84ae1e4d9e
updated mouse input for better grab (de-)activation and fixed window dragging
2017-03-07 23:09:17 +01:00
myT
e0d55dc63c
improved multi-monitor support and added r_monitor
...
only apply hw gamma ramps where and when needed
fixed the start-up console window staying visible when starting in full-screen
black window background to avoid the white flashes when hw gamma is enabled
2017-03-05 22:48:02 +01:00
myT
569247745b
x64 target bug: _findfirst handle truncation would lead to crashes on some machines
2017-03-05 20:20:59 +01:00
myT
39ee0db5b7
added exception/signal/exit handlers to properly restore modified system settings like gamma ramps
2017-03-05 20:10:48 +01:00
myT
0f89ca6853
tweaked console scrolling (binds and speed), fixed the clamping and the backtick insertion on Windows
2017-01-23 07:33:53 +01:00
arQon
227305892f
make KP_STAR great again
2017-01-19 07:24:21 -08:00
myT
f327428475
full x64 support with a VM based on quake3e OCT 21 2016
...
the VM compiler uses SSE for floating-point ops when possible
2017-01-11 14:24:58 +01:00
myT
d449e35e2d
simplified the code implementing Sys_GetProcessorId (and removed the inline asm)
2016-12-31 02:16:36 +01:00
myT
161f11e40e
removed superfluous GetVersionEx calls (which is deprecated anyway)
2016-12-30 08:45:21 +01:00
arQon
954c80a8b5
merge the new build system
...
use the "premake" tool from the cnq3tools repo with
"--quake3dir=<q3dir>" to generate a VS sln and gcc makefiles
this changeset also removes the "clever" handling of fullscreen/windowed
changes which didn't actually work and just broke windowed mode
2016-12-29 20:13:59 -08:00
arQon
1afbf12d80
repair some strange quality regressions in the renderer source, as well as what looks like some half-merged pmx pieces. add glext for win32 platforms. NOTE: vc has poisoned a bunch of files with CRLF endings, because apparently you're not allowed to have those work properly in vs2013 and later, sigh
2016-12-18 03:05:45 -08:00
arQon
97db9f2314
import from cnq3 1.47
2016-12-17 20:43:04 -08:00