Commit Graph

3726 Commits

Author SHA1 Message Date
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
b5c621ae36 Fix mainui submodule 2018-06-14 19:27:06 +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
236c16e35f Update QtCreator project 2018-05-29 00:58:45 +03:00
79d8bc2cdd Get rid of accidentally added CMakeLists 2018-05-29 00:20:07 +03:00
fac536f8c4 Add mainui_cpp. Use appropriate message in vgui_support's wscript. 2018-05-28 23:47:38 +03:00
aa5d52cebc Change libxashmenu to libmenu to keep same names between different OSes 2018-05-28 23:44:52 +03:00
7e372645da Add my personal IDE settings to contrib. Add QtCreator generated files to gitignore. 2018-05-28 23:13:50 +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
b29adf752c
Merge pull request #1 from lewa-j/master
Fix MinGW build
2018-05-13 23:39:36 +03:00
43b746d2f8 Fix MinGW build 2018-05-13 23:25:51 +03:00
817206815d reslist.txt support 2018-05-05 02:24:55 +07:00
37aa201ed7 Fix memory leak 2018-05-05 01:20:46 +07:00
d3a0146b5a Fix sound downloading 2018-05-05 00:12:30 +07:00
30771fefa6 Forbid download not precached files 2018-05-05 00:01:32 +07:00
6ae44d7577 Fix downloading models with zero res->ucFlags 2018-05-04 23:16:47 +07: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
063eb151c4 waf options for dedicated server and 64-bits 2018-05-01 03:04:30 +07: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
ac1c8594b7 Add waf build script and legacy makefile to contrib 2018-04-28 23:32:55 +00: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