a1batross
|
c603abfebf
|
crashhandler: fix developer mode check
|
6 years ago |
Alibek Omarov
|
960e46c564
|
engine: adapt engine code to new platform backends system
|
6 years ago |
Alibek Omarov
|
a5258bea65
|
library: move win32 definitions to win_lib.c
|
6 years ago |
Alibek Omarov
|
bff9ca8438
|
console: fix double printed console messages on Win32
|
6 years ago |
Alibek Omarov
|
9e618ce3e1
|
cmd: base_cmd: fix inconsistency between linked list and hash map
|
6 years ago |
Alibek Omarov
|
48d1aa5115
|
engine: fix warnings
|
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
|
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
|
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
|
7 years ago |
Alibek Omarov
|
0561ac2076
|
Add basecmd from old engine. Add basecmd_stats command
|
7 years ago |
Alibek Omarov
|
ae5257c654
|
Add masterlist from engine. Use non-blocking network name resolution
|
7 years ago |
Alibek Omarov
|
5a449a56ea
|
Port restricted cmds and cvars from old engine. TODO: implement better stufftext filter
|
7 years ago |
Alibek Omarov
|
69549787bc
|
net_ws refactoring, fix minor bugs
|
7 years ago |
Alibek Omarov
|
0c058f2eca
|
Add waf buildscripts, add updated game_launch
|
7 years ago |
Alibek Omarov
|
d9320f964e
|
Crashhandler refactoring for POSIX systems. Shows engine version now.
|
7 years ago |
lewa_j
|
43b746d2f8
|
Fix MinGW build
|
7 years ago |
mittorn
|
42b4e456a2
|
Fix log
|
7 years ago |
Alibek Omarov
|
5ca7bb5f12
|
Fix noise index for not sine beams
|
7 years ago |
Alibek Omarov
|
7d37ff33aa
|
Fix high CPU load on Linux
|
7 years ago |
Alibek Omarov
|
415e517107
|
Library loader refactoring. Not tested for platforms other than Linux
|
7 years ago |
Alibek Omarov
|
0b0ec876a5
|
Oops, this isn't supposed to be commited
|
7 years ago |
Alibek Omarov
|
34f6f6d539
|
Fix implicit declaration on dedicated
|
7 years ago |
Alibek Omarov
|
0681209114
|
Remove useless host.type set, replace HOST_DEDICATED checks by Host_IsDedicated
|
7 years ago |
mittorn
|
0c903c1e56
|
Fix dedicated server build
|
7 years ago |
Alibek Omarov
|
9bab7d222a
|
Apply 4097 update
|
7 years ago |
Alibek Omarov
|
faf15df62f
|
Correct max_particles clamping
|
7 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
|
7 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.
|
7 years ago |
Alibek Omarov
|
e1f80fba3d
|
Add forgotten const-qualifiers in interface headers. Remove unneeded PM headers
|
7 years ago |
Alibek Omarov
|
fd649905ea
|
Fix some format warnings
|
7 years ago |
Alibek Omarov
|
e8d13cd0d5
|
Rebrand from Xash3D to Xash3D FWGS. Add _format() attrubute to print-like functions
|
7 years ago |
Alibek Omarov
|
ebe3a203ba
|
Always fragment upload data, this fixes some cases when upload must be fragmented, but download test shown no fragmentation requirement
|
7 years ago |
Alibek Omarov
|
0d035746d5
|
Remove lowercase-ing in listdirectory()
|
7 years ago |
Alibek Omarov
|
ec41db7ef8
|
Prepend USE_SELECT and COLORIZE_CONSOLE with XASH_
|
7 years ago |
mittorn
|
7d1df4c097
|
Add string.h, fix decals with unsigned char
|
7 years ago |
Alibek Omarov
|
2c755778f4
|
Deprecate secure parameter
|
7 years ago |
mittorn
|
ab0bcc55f8
|
Apply Apr20 update
|
7 years ago |
Alibek Omarov
|
535b00d98f
|
Fix GameInfo parsing
|
7 years ago |
Alibek Omarov
|
de35262a3b
|
Fix network send packet
|
7 years ago |
Alibek Omarov
|
314a6deba9
|
Remove gamedir[] from engine-side gameinfo_t
|
7 years ago |
Alibek Omarov
|
d3990e03e6
|
Add text input mode calls where they should be. Disable text input mode at initialization
|
7 years ago |