2
0
mirror of https://github.com/FWGS/xash3d-fwgs synced 2024-11-05 18:12:10 +01:00
Commit Graph

221 Commits

Author SHA1 Message Date
e05c1ed912 HTTP download support 2019-02-02 05:15:59 +07:00
7b36796f41
Merge pull request #20 from x6herbius/improve-logging
Made various log messages more informative
2019-02-01 05:59:35 +00:00
Jonathan Poncelet
69bb25bb18 Updated a couple of messages as per pull request 2019-01-31 13:31:27 +00:00
8770bdc694 keys: allow autorepeat for menu and console for any keys 2019-01-30 21:47:05 +03:00
a169f93b9f legacymode: fix netsplit settings 2019-01-30 18:56:52 +07:00
b578d44ea2 Fix NET_EXT_SPLITSIZE console reporting 2019-01-30 16:15:57 +07:00
40574d9be0 Network extensions 2019-01-30 16:06:32 +07:00
7bb8124b69 legacymode: Mark old netsplit extension legacy, fix magic number 2019-01-30 15:14:43 +07:00
097974bde2 Check cl_dlmax sizes on client 2019-01-30 13:38:32 +07:00
a97d8c119b network: enable new netsplit, netsplit size settings 2019-01-30 03:44:48 +07:00
480ef0a468 legacymode: add netsplit support (incoming only) 2019-01-29 19:01:21 +07:00
52fca4ac0c legacymode: send identification 2019-01-29 17:00:40 +07:00
bbd4c1315e legacymode: implement clc_userinfo 2019-01-29 02:33:30 +07:00
Jonathan Poncelet
35869586c9 Made various log messages more informative 2019-01-28 18:32:29 +00:00
6ba406be7d legacymode: some codestyle fixes 2019-01-27 03:02:16 +03:00
860d3be42d demo: draw recording message a bit higher 2019-01-27 02:42:28 +03:00
0801922466 cvar: don't change cvars without FCVAR_GLCONFIG variable during opengl.cfg reading 2019-01-27 02:27:12 +03:00
103a2fccaa sdl: vid: rework safegl option 2019-01-27 02:26:23 +03:00
1a6fd72d19 legacymode: fix choke counter 2019-01-27 02:48:09 +07:00
1162e5a65b legacymode: retry connecting using legacy protocol automatically 2019-01-26 20:47:19 +03:00
5da11291a2 legacymode: support server scanning 2019-01-26 18:54:23 +03:00
6a02a571c1 Legacy protocol compatibility (cl_legacymode) 2019-01-25 20:54:05 +07:00
1e5f12a0ae Fix crash on broken model 2019-01-25 20:54:05 +07:00
80fc7209ed sound: move related function declarations to platform header. Remove unused. 2019-01-07 04:07:06 +03:00
b8c4c31e02 Merge 4344 update 2018-12-30 01:51:02 +03:00
bf07a9e61e Apply 4344 update 2018-12-30 01:43:07 +03:00
17b0c23f2e Show engine arch in version 2018-12-06 04:28:19 +07:00
4b58b0b168 Fix console background aspect ratio 2018-12-06 03:00:39 +07:00
298393b653 Initial amd64 port 2018-12-05 23:57:05 +07:00
7ad7af76dd render: register r_showtree cvar 2018-11-30 22:56:20 +03:00
f173ce11f7 console: fix version drawn all the time which engine runs 2018-11-29 20:43:53 +03:00
137836348b client: fix GetCenterWindow engine call 2018-11-29 20:24:25 +03:00
dcf64c6b33 Fix build, update menu 2018-11-27 16:38:22 +03:00
b9945d62a3 Apply 4312 update 2018-11-27 16:15:24 +03:00
622de7a7f1 Apply 4312 update 2018-11-27 16:11:26 +03:00
28471aee97 cl_game: get rid of int* to float* conversion 2018-11-18 18:19:31 +03:00
edde871eb5 console: fix console font scale for Quake I fonts, fix drawing arrows in console for Quake I 2018-11-17 01:26:57 +03:00
25d8a94c1c engine: fix implicit declaration, remove dead MsgDev now, fix const modifier loss in host.c 2018-11-16 15:25:04 +03:00
b60b3f7d18 GameUI: avoid const modifier loss 2018-11-16 15:12:43 +03:00
d18708acf5 keys: fix indentation 2018-11-02 01:09:09 +03:00
a03aa3ddb3 Merge 4281 update 2018-10-28 00:39:29 +03:00
aae3510763 Apply 4281 update 2018-10-27 23:32:09 +03:00
95e64f3997 vgui: remove dead vgui_surf.cpp file 2018-10-27 23:28:29 +03:00
90d2434bb0 platform: add Set/GetClipboardText calls. Remove unneeded SDL_SetHint call on Android, because Android does not use SDL anymore 2018-10-27 23:28:29 +03:00
96e0167e47 platform: add GetMousePos, SetMousePos calls, fix typo 2018-10-27 23:28:29 +03:00
7c9af89620 input: remove unneeded joy_found extern 2018-10-22 00:36:58 +03:00
f4567b2c9d sound: make snd_mute_losefocus accessible outside 2018-10-22 00:36:38 +03:00
960e46c564 engine: adapt engine code to new platform backends system 2018-10-22 00:27:52 +03:00
6ba7781a61 input: various fixes: fix mistyped pitch/yaw, replace SDL_GetMouseState by SDL_GetRelativeMouseState, fix disabling mouse with -nomouse argument 2018-10-21 22:13:58 +03:00
880d3de53a input: move evdev under m_ignore 2018-10-21 22:04:24 +03:00
da094fa04e input: provide a common function for collecting input from different sources 2018-10-11 00:04:23 +03:00
4ced29ee8f vid_common: fix window_center_x/y initialization 2018-10-10 20:22:11 +03:00
48d1aa5115 engine: fix warnings 2018-10-06 03:42:09 +03:00
f1d9034546 GameUI: fix menu APIs loading order 2018-10-06 03:28:40 +03:00
b0c077ccf8 Persistent console history 2018-10-04 18:10:12 +07:00
a0f0eca77c Backup console input when using history 2018-10-04 16:38:39 +07:00
491188a0f3 Merge branch 'original' 2018-10-04 14:27:14 +07:00
5c738b3402 Apply 4253 update 2018-10-04 13:08:48 +07:00
e123499e23 Fix build 2018-07-12 23:22:06 +03:00
7601a4cd29 Revert 64257ef to not break C++ header compability 2018-07-12 23:13:30 +03:00
2edbcb996d Merge 4150 update. Fix some mistypings. Rename CL_IsQuakeCompatible to Host_IsQuakeCompatible, as it may be used in whole engine and even in dedicated builds. IN_RecalcCenter was not added, window center positions should be updated by backends. 2018-06-19 16:59:53 +03:00
1e7f9d00c3 Apply 4150 update 2018-06-19 16:22:30 +03:00
f15e2c2dcf Move command autocomplete to common engine files, as it used by Wcon and may be used by curses console in future 2018-06-14 21:19:04 +03:00
d0ff201da2 Fix dedicated compiling errors 2018-06-14 20:31:46 +03:00
7cdead7bac Merge 4143 update 2018-06-12 12:18:14 +03:00
a539384a76 Apply 4143 update 2018-06-12 12:14:56 +03:00
f26ac52102 Merge 4140 update 2018-06-11 14:04:50 +03:00
814b7eda07 Apply 4140 update 2018-06-09 01:28:35 +03:00
0561ac2076 Add basecmd from old engine. Add basecmd_stats command 2018-06-01 21:28:25 +03:00
ae5257c654 Add masterlist from engine. Use non-blocking network name resolution 2018-06-01 20:44:16 +03:00
0c058f2eca Add waf buildscripts, add updated game_launch 2018-05-28 23:13:50 +03:00
d9320f964e Crashhandler refactoring for POSIX systems. Shows engine version now. 2018-05-28 23:13:50 +03:00
290b9cae0b Restore utf-8 support 2018-05-03 23:31:03 +07:00
5ca7bb5f12 Fix noise index for not sine beams 2018-05-03 17:42:21 +03:00
86dfaf9930 Fix too loud entities in multiplayer 2018-05-03 17:41:39 +03:00
415e517107 Library loader refactoring. Not tested for platforms other than Linux 2018-05-01 21:52:00 +03:00
3f2a8f7704 Remove vid_mode. VID_GetModeString now returns only supported modes from SDL2 2018-04-29 09:21:23 +03:00
c8b83385df Add waf related files to gitignore. Restore cl_trace_messages 2018-04-29 04:25:41 +03:00
dcc19aeafb Merge 4097 2018-04-26 03:23:00 +03:00
9bab7d222a Apply 4097 update 2018-04-26 03:09:36 +03:00
78365d2bc6 Add new two functions to Menu API 2018-04-24 05:54:57 +03:00
176b31b4a2 Fix wrong max edicts clamp. Add game_dll_linux and game_dll_osx to gameinfo.txt. Fix crash in R_ChangeVideoSettings 2018-04-24 05:50:10 +03:00
efe8ddf151 Fix missing const-qualifiers in engine code. Fix qboolean/int mixing in interface implementations(int is preferred). Replace long by int in COM_RandomLong. 2018-04-23 23:07:54 +03:00
fd649905ea Fix some format warnings 2018-04-23 21:49:37 +03:00
e8d13cd0d5 Rebrand from Xash3D to Xash3D FWGS. Add _format() attrubute to print-like functions 2018-04-23 21:36:33 +03:00
501985be48 Remove accidentally left debug 2018-04-22 17:19:54 +03:00
ebe3a203ba Always fragment upload data, this fixes some cases when upload must be fragmented, but download test shown no fragmentation requirement 2018-04-22 17:17:35 +03:00
63513ec475 Small refactoring of EnableTextInput 2018-04-22 14:01:56 +03:00
545b781934 Restore hud_utf8 2018-04-22 14:01:22 +03:00
362217935f Don't increase server library reference counter, free it pfnCheckGameDll 2018-04-22 13:01:06 +03:00
8704c07e4b Merge branch 'original' 2018-04-21 13:44:06 +00:00
9ab3300b76 Rename allow_console to developer in menu_int.h. Define NEW_ENGINE_INTERFACE. 2018-04-21 11:16:11 +03:00
ab0bcc55f8 Apply Apr20 update 2018-04-21 08:06:55 +00:00
314a6deba9 Remove gamedir[] from engine-side gameinfo_t 2018-04-21 01:22:00 +03:00
d3990e03e6 Add text input mode calls where they should be. Disable text input mode at initialization 2018-04-21 00:37:16 +03:00
cec7bf8488 Fix server library sanity checking 2018-04-21 00:36:14 +03:00
32aa9a9f54 Implement Mobility API support. Add missing IN_TouchShutdown and Joy_Shutdown calls. Don't save video and opengl configs if engine crashed. 2018-04-21 00:13:20 +03:00
fd1f0e685a Restore con_fontscale functionality 2018-04-21 00:03:59 +03:00
a015d6b915 Revert fork's hud_scale behaviour 2018-04-21 00:03:19 +03:00
7350be6e7f Fix build after update 2018-04-20 21:48:12 +00:00
926b909f3d Merge branch 'original' 2018-04-20 12:38:53 +00:00
db92c918b2 Apply Apr19 update 2018-04-20 08:41:02 +00:00
c1076f43f7 Update client engine interface 2018-04-19 21:51:17 +00:00
af7123f7dd Merge branch 'original' (except gldebug, msaa) 2018-04-19 20:47:41 +00:00
050d2a3d0f Apply Apr18 update 2018-04-19 20:11:24 +00:00
5d13112e25 Dedicated build 2018-04-18 18:32:30 +03:00
40094f2867 Move client-only parts to client 2018-04-18 18:10:32 +03:00
8e3c748f12 Adapt vgui_support support to newer engine 2018-04-17 03:56:01 +03:00
b825e584f3 Replace GL_TEXTURE by XASH_TEXTURE because it's used internally by GL.h 2018-04-17 03:55:36 +03:00
13fe097318 Merge fork's unicode changes(partial) 2018-04-17 03:54:07 +03:00
5af7eb6c18 Add support for TextAPI in menu 2018-04-17 03:53:18 +03:00
be4b885254 Merge common SDL port changes 2018-04-17 03:53:01 +03:00
92c321848d Adapt input code to newer engine 2018-04-17 03:48:02 +03:00
5744aa8d9e Add SDL sound backend 2018-04-17 03:44:53 +03:00
fc7ed1ab75 Add SDL video backend 2018-04-17 03:44:17 +03:00
64257ef428 Avoid some struct declaration in parameter list 2018-04-14 04:26:12 +03:00
4189af8b50 Engine input port. Incomplete integration of touch, gamepad, evdev input 2018-04-14 02:42:41 +03:00
5a1b03ac20 Integrate FWGS vgui_support 2018-04-14 01:49:14 +03:00
8e508cf065 Remove WGL function pointers, remove HDC 2018-04-13 20:13:54 +03:00
32b07cda86 Add kbutton.h, fix includes 2018-04-13 19:58:17 +03:00
8d6e3b7f79 Pure engine source code(LF line endings, UTF8 encoded) 2018-04-13 19:23:45 +03:00