1810 Commits (045caacfee51a9308ceeeb953bc60ec01c0c890b)

Author SHA1 Message Date
Alibek Omarov 844b3a39a7 vid_sdl: fix GL_UpdateContext, fix window created outside screen if positions were negative 6 years ago
Alibek Omarov 9e618ce3e1 cmd: base_cmd: fix inconsistency between linked list and hash map 6 years ago
Alibek Omarov 8ea5536b42 wscript: fix win32 build 6 years ago
Alibek Omarov 48d1aa5115 engine: fix warnings 6 years ago
Alibek Omarov f1d9034546 GameUI: fix menu APIs loading order 6 years ago
mittorn b0c077ccf8 Persistent console history 6 years ago
mittorn a0f0eca77c Backup console input when using history 6 years ago
mittorn 891c984c56 Port some config changes 6 years ago
mittorn 5c738b3402 Apply 4253 update 6 years ago
Alibek Omarov e123499e23 Fix build 6 years ago
Alibek Omarov 7601a4cd29 Revert 64257ef to not break C++ header compability 6 years ago
Alibek Omarov fdb2055b62 Add RoDir support 6 years ago
Alibek Omarov 2c0a03704c Update mainui. Add --enable-bsp2 switch into wscript 6 years ago
Alibek Omarov 1e7f9d00c3 Apply 4150 update 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 a539384a76 Apply 4143 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 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
lewa_j 43b746d2f8 Fix MinGW build 6 years ago
mittorn 817206815d reslist.txt support 6 years ago
mittorn 37aa201ed7 Fix memory leak 6 years ago
mittorn d3a0146b5a Fix sound downloading 6 years ago
mittorn 30771fefa6 Forbid download not precached files 6 years ago
mittorn 6ae44d7577 Fix downloading models with zero res->ucFlags 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
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 0c903c1e56 Fix dedicated server build 6 years ago
Alibek Omarov 9bab7d222a Apply 4097 update 6 years ago