Alibek Omarov
|
95e64f3997
|
vgui: remove dead vgui_surf.cpp file
|
6 years ago |
Alibek Omarov
|
2fab2d9f7e
|
wscript: update
|
6 years ago |
Alibek Omarov
|
de838ec5e8
|
rename backend files for great justice and consistency
|
6 years ago |
Alibek Omarov
|
90d2434bb0
|
platform: add Set/GetClipboardText calls. Remove unneeded SDL_SetHint call on Android, because Android does not use SDL anymore
|
6 years ago |
Alibek Omarov
|
96e0167e47
|
platform: add GetMousePos, SetMousePos calls, fix typo
|
6 years ago |
a1batross
|
68ed732928
|
win_con: fix version in title, change title for dedicated server
|
6 years ago |
a1batross
|
c603abfebf
|
crashhandler: fix developer mode check
|
6 years ago |
a1batross
|
85960b2c90
|
wscript: enable DBGHELP for Win32
|
6 years ago |
a1batross
|
ca501c0378
|
wscript: add possibility to select windows subsystem during link, add define to use WinXP SDK. This commit forces WinXP compability on latest Visual Studio
|
6 years ago |
Alibek Omarov
|
e9e364f054
|
wscript: move sdl path to root wscript
|
6 years ago |
Alibek Omarov
|
7c9af89620
|
input: remove unneeded joy_found extern
|
6 years ago |
Alibek Omarov
|
f4567b2c9d
|
sound: make snd_mute_losefocus accessible outside
|
6 years ago |
Alibek Omarov
|
7390d11505
|
platform_sdl: adapt SDL backend code to new platform backends system
|
6 years ago |
Alibek Omarov
|
960e46c564
|
engine: adapt engine code to new platform backends system
|
6 years ago |
Alibek Omarov
|
265f79fc72
|
platform: add GetNativeObject call
|
6 years ago |
Alibek Omarov
|
a5258bea65
|
library: move win32 definitions to win_lib.c
|
6 years ago |
Alibek Omarov
|
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.
|
6 years ago |
Alibek Omarov
|
6ba7781a61
|
input: various fixes: fix mistyped pitch/yaw, replace SDL_GetMouseState by SDL_GetRelativeMouseState, fix disabling mouse with -nomouse argument
|
6 years ago |
Alibek Omarov
|
880d3de53a
|
input: move evdev under m_ignore
|
6 years ago |
Alibek Omarov
|
da094fa04e
|
input: provide a common function for collecting input from different sources
|
6 years ago |
Alibek Omarov
|
bff9ca8438
|
console: fix double printed console messages on Win32
|
6 years ago |
Alibek Omarov
|
216b4f4147
|
vid_sdl: fix incorrect video modes list length
|
6 years ago |
Alibek Omarov
|
4ced29ee8f
|
vid_common: fix window_center_x/y initialization
|
6 years ago |
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
|
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
|
0db8d95bc9
|
Update mainui. Add possibility to install engine ignoring *nix file hierarchy in wscript. Fix debugging.
|
7 years ago |
Alibek Omarov
|
0c058f2eca
|
Add waf buildscripts, add updated game_launch
|
7 years ago |