2
0
mirror of https://github.com/FWGS/xash3d-fwgs synced 2024-12-03 23:51:14 +01:00
Commit Graph

186 Commits

Author SHA1 Message Date
265f79fc72 platform: add GetNativeObject call 2018-10-22 00:21:05 +03:00
a5258bea65 library: move win32 definitions to win_lib.c 2018-10-22 00:13:56 +03:00
25f07ddb97 platform: introduce common header for platform-dependent functions. To keep clean code and engine platform-agnostic, now including headers from platform folder, except this one, is strictly prohibited. 2018-10-21 23:52:14 +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
bff9ca8438 console: fix double printed console messages on Win32 2018-10-10 23:43:03 +03:00
216b4f4147 vid_sdl: fix incorrect video modes list length 2018-10-10 23:36:34 +03:00
4ced29ee8f vid_common: fix window_center_x/y initialization 2018-10-10 20:22:11 +03:00
844b3a39a7 vid_sdl: fix GL_UpdateContext, fix window created outside screen if positions were negative 2018-10-10 20:01:54 +03:00
9e618ce3e1 cmd: base_cmd: fix inconsistency between linked list and hash map 2018-10-10 00:42:06 +03:00
8ea5536b42 wscript: fix win32 build 2018-10-08 22:39:33 +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
891c984c56 Port some config changes 2018-10-04 16:08:49 +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
fdb2055b62 Add RoDir support 2018-07-10 23:03:27 +03:00
2c0a03704c Update mainui. Add --enable-bsp2 switch into wscript 2018-07-10 17:29:05 +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
572705bc08 MSVC & Win32 wscript fixes 2018-06-14 20:34:51 +03:00
473810fc0c MSVC & Win32 related fixes 2018-06-14 20:32:40 +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
5d48708615 Forgot to add cvars into basecmd. Add basecmd_test to check is basecmd valid 2018-06-01 22:11:22 +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
5a449a56ea Port restricted cmds and cvars from old engine. TODO: implement better stufftext filter 2018-06-01 19:57:54 +03:00
69549787bc net_ws refactoring, fix minor bugs 2018-06-01 19:29:47 +03:00
0db8d95bc9 Update mainui. Add possibility to install engine ignoring *nix file hierarchy in wscript. Fix debugging. 2018-05-29 01:02:32 +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
43b746d2f8 Fix MinGW build 2018-05-13 23:25:51 +03:00
42b4e456a2 Fix log 2018-05-03 23:51:23 +07:00
290b9cae0b Restore utf-8 support 2018-05-03 23:31:03 +07:00
ec6bfa2421 Let server physics simulate even when there is no players(GoldSrc behaviour) 2018-05-03 17:53:49 +03:00
46a3e729db Fix collision being calculated on unlagged value for both players and bots. 2018-05-03 17:43:26 +03: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
7d37ff33aa Fix high CPU load on Linux 2018-05-01 21:52:17 +03:00
415e517107 Library loader refactoring. Not tested for platforms other than Linux 2018-05-01 21:52:00 +03:00
0b0ec876a5 Oops, this isn't supposed to be commited 2018-05-01 17:53:25 +03:00
34f6f6d539 Fix implicit declaration on dedicated 2018-05-01 17:37:25 +03:00
0681209114 Remove useless host.type set, replace HOST_DEDICATED checks by Host_IsDedicated 2018-05-01 17:30:33 +03:00
becd0eba03 Possibility to use dedicated version with SDL(it's used only by internal timer) 2018-05-01 17:30:33 +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
0c903c1e56 Fix dedicated server build 2018-04-26 14:11:01 +00:00
dcc19aeafb Merge 4097 2018-04-26 03:23:00 +03:00
9bab7d222a Apply 4097 update 2018-04-26 03:09:36 +03:00
faf15df62f Correct max_particles clamping 2018-04-26 02:53:24 +03:00
a3c90248a7 Remove unneeded argument in SDLash_KeyEvent. Remove copypasted code 2018-04-26 02:52:49 +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
e1f80fba3d Add forgotten const-qualifiers in interface headers. Remove unneeded PM headers 2018-04-23 23:06:18 +03:00
fd649905ea Fix some format warnings 2018-04-23 21:49:37 +03:00
bd4988e588 More _format() attribute 2018-04-23 21:37:35 +03:00
4ef527a92d Print version by _sv_build_info server command 2018-04-23 21:36:59 +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
0d035746d5 Remove lowercase-ing in listdirectory() 2018-04-22 13:10:16 +03:00
ec41db7ef8 Prepend USE_SELECT and COLORIZE_CONSOLE with XASH_ 2018-04-22 13:07:40 +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
7d1df4c097 Add string.h, fix decals with unsigned char 2018-04-21 13:39:55 +00:00
2c755778f4 Deprecate secure parameter 2018-04-21 11:16:33 +03: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
535b00d98f Fix GameInfo parsing 2018-04-21 02:51:14 +03:00
de35262a3b Fix network send packet 2018-04-21 02:50:50 +03: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
b7622e6009 Fix implicit function declaration. Fix struct declaration in parameter list 2018-04-21 00:05:08 +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
6db7c191eb Add fork's mobility_int.h(no support yet, just header) 2018-04-17 03:57:21 +03:00
a2e2dd5bdf Add libmpg source 2018-04-17 03:57:04 +03:00