123 Commits (e70dea54c0c303add3905ba37b96da0ac9501c00)
 

Author SHA1 Message Date
Alibek Omarov e70dea54c0 Add waf itself(with included wurf and msvs.py) and waf.bat launcher for Windows 6 years ago
Alibek Omarov ca28332c6c Use msvs.py to generate Visual Studio project. Add debug flags for Visual Studio 6 years ago
Alibek Omarov f15e2c2dcf Move command autocomplete to common engine files, as it used by Wcon and may be used by curses console in future 6 years ago
Alibek Omarov 572705bc08 MSVC & Win32 wscript fixes 6 years ago
Alibek Omarov 473810fc0c MSVC & Win32 related fixes 6 years ago
Alibek Omarov d0ff201da2 Fix dedicated compiling errors 6 years ago
Alibek Omarov b5c621ae36 Fix mainui submodule 6 years ago
Alibek Omarov 7cdead7bac Merge 4143 update 6 years ago
Alibek Omarov a539384a76 Apply 4143 update 6 years ago
Alibek Omarov f26ac52102 Merge 4140 update 6 years ago
Alibek Omarov 814b7eda07 Apply 4140 update 6 years ago
Alibek Omarov 5d48708615 Forgot to add cvars into basecmd. Add basecmd_test to check is basecmd valid 6 years ago
Alibek Omarov 0561ac2076 Add basecmd from old engine. Add basecmd_stats command 6 years ago
Alibek Omarov ae5257c654 Add masterlist from engine. Use non-blocking network name resolution 6 years ago
Alibek Omarov 5a449a56ea Port restricted cmds and cvars from old engine. TODO: implement better stufftext filter 6 years ago
Alibek Omarov 69549787bc net_ws refactoring, fix minor bugs 6 years ago
Alibek Omarov 0db8d95bc9 Update mainui. Add possibility to install engine ignoring *nix file hierarchy in wscript. Fix debugging. 6 years ago
Alibek Omarov 236c16e35f Update QtCreator project 6 years ago
Alibek Omarov 79d8bc2cdd Get rid of accidentally added CMakeLists 6 years ago
Alibek Omarov fac536f8c4 Add mainui_cpp. Use appropriate message in vgui_support's wscript. 6 years ago
Alibek Omarov aa5d52cebc Change libxashmenu to libmenu to keep same names between different OSes 6 years ago
Alibek Omarov 7e372645da Add my personal IDE settings to contrib. Add QtCreator generated files to gitignore. 6 years ago
Alibek Omarov 0c058f2eca Add waf buildscripts, add updated game_launch 6 years ago
Alibek Omarov d9320f964e Crashhandler refactoring for POSIX systems. Shows engine version now. 6 years ago
Alibek Omarov b29adf752c
Merge pull request #1 from lewa-j/master 6 years ago
lewa_j 43b746d2f8 Fix MinGW build 6 years ago
mittorn 42b4e456a2 Fix log 6 years ago
mittorn 290b9cae0b Restore utf-8 support 6 years ago
Alibek Omarov ec6bfa2421 Let server physics simulate even when there is no players(GoldSrc behaviour) 6 years ago
Alibek Omarov 46a3e729db Fix collision being calculated on unlagged value for both players and bots. 6 years ago
Alibek Omarov 5ca7bb5f12 Fix noise index for not sine beams 6 years ago
Alibek Omarov 86dfaf9930 Fix too loud entities in multiplayer 6 years ago
Alibek Omarov 7d37ff33aa Fix high CPU load on Linux 6 years ago
Alibek Omarov 415e517107 Library loader refactoring. Not tested for platforms other than Linux 6 years ago
Alibek Omarov 0b0ec876a5 Oops, this isn't supposed to be commited 6 years ago
Alibek Omarov 34f6f6d539 Fix implicit declaration on dedicated 6 years ago
Alibek Omarov 0681209114 Remove useless host.type set, replace HOST_DEDICATED checks by Host_IsDedicated 6 years ago
Alibek Omarov becd0eba03 Possibility to use dedicated version with SDL(it's used only by internal timer) 6 years ago
mittorn 063eb151c4 waf options for dedicated server and 64-bits 6 years ago
Alibek Omarov 3f2a8f7704 Remove vid_mode. VID_GetModeString now returns only supported modes from SDL2 6 years ago
Alibek Omarov c8b83385df Add waf related files to gitignore. Restore cl_trace_messages 6 years ago
mittorn ac1c8594b7 Add waf build script and legacy makefile to contrib 6 years ago
mittorn 0c903c1e56 Fix dedicated server build 6 years ago
Alibek Omarov dcc19aeafb Merge 4097 6 years ago
Alibek Omarov 9bab7d222a Apply 4097 update 6 years ago
Alibek Omarov faf15df62f Correct max_particles clamping 6 years ago
Alibek Omarov a3c90248a7 Remove unneeded argument in SDLash_KeyEvent. Remove copypasted code 6 years ago
Alibek Omarov 78365d2bc6 Add new two functions to Menu API 6 years ago
Alibek Omarov 176b31b4a2 Fix wrong max edicts clamp. Add game_dll_linux and game_dll_osx to gameinfo.txt. Fix crash in R_ChangeVideoSettings 6 years ago
Alibek Omarov 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. 6 years ago