Lev
f96e27fd79
Define __func__ on VS less than 2015.
2017-02-10 07:23:19 +05:00
Lev
1a4b0a60b3
Change __FUNCTION__ into __func__.
2017-02-10 07:03:03 +05:00
Lev
dec8f3d094
Use __FUNCTION__ in calls to Sys_Error and Host_Error.
2017-02-08 03:47:59 +05:00
Lev
3e7aaae919
Use __FUNCTION__.
2017-02-08 01:11:42 +05:00
Lev
94b591b4a8
Updating README.md.
2017-01-26 05:04:49 +05:00
Lev
c70a05a40d
Updating README.md.
2017-01-26 04:51:09 +05:00
Lev
27a2d94aff
Updating README.md.
2017-01-26 04:44:30 +05:00
Lev
c4c9829146
Added GccToolchain config - could be used via -PuseGcc command line argument.
2017-01-26 04:23:23 +05:00
Lev
94c23428db
Fixed NOXREFCHECK macro for icc, added variants for gcc.
2017-01-26 04:19:22 +05:00
Lev
11ba3efdd6
Remove NOBODY from Sys_Error declaration.
2017-01-25 21:34:07 +05:00
Lev
ad8a157346
Mark cmd_function_t.name const and apply adjustments to related functions.
2017-01-25 19:51:49 +05:00
Lev
830ff3b2ce
Added cast in call to FileSystem_Init.
2017-01-25 18:32:19 +05:00
Lev
06f040072d
Mark COM_CheckParm argument const.
2017-01-25 18:30:34 +05:00
Lev
141c867810
Declare and use __builtin_bswapXX.
2017-01-25 17:11:11 +05:00
Lev
e1fa1ed090
Warning fix.
2017-01-25 17:09:22 +05:00
Lev
162247af9d
Drop unused fasttimer.h.
2017-01-25 16:51:19 +05:00
Lev
be5b192ed0
Tabify and formatting.
2017-01-25 15:16:48 +05:00
Lev
79164dc618
Ignore VS2015 files.
2017-01-25 15:10:56 +05:00
Lev
54749390de
In GCC __FUNCTION__ is not a literal and can't be concatenated: pass it as argument.
2017-01-25 15:00:51 +05:00
Lev
4be9edaac3
Call pfnCreateBaseline via a cast instead of the naked function.
...
Call SV_IsPlayerIndex directly on Linux.
2017-01-25 06:46:15 +05:00
Lev
a2d4d64444
Fix warnings in Sys_Error.
2017-01-25 04:49:16 +05:00
Lev
8f4b9b603c
Refactoring around __FUNCTION__, small message changes.
2017-01-25 01:14:09 +05:00
Lev
d13eed2256
Spacing between literals.
2017-01-24 23:42:40 +05:00
Lev
ef3c83abc0
Move variable declarations under define that use them.
2017-01-24 22:58:57 +05:00
Lev
43fbd196a9
Corrected type of return value: NULL into FALSE.
2017-01-24 22:57:07 +05:00
Artem Golubikhin
2382a8876f
Fixed auto wad precaching ( #319 )
2017-01-23 16:58:50 +05:00
In-line
105075e0f6
Micro optimization and report recursive shutdown by Sys_Error ( #318 )
...
* Micro optimization in CheckGore
2017-01-23 14:16:03 +05:00
In-line
fb3ec088e1
Fix and optimize file extension checks ( #317 )
...
Optimize file extension checks
2017-01-21 22:00:50 +03:00
theAsmodai
47964c847b
Merge pull request #314 from In-line/move_numleafs_check_to_model_load
...
Move model->numleafs check to Mod_LoadLeafs
2017-01-21 14:23:09 +03:00
theAsmodai
88423ad93c
Merge pull request #313 from WPMGPRoSToTeMa/patch-1
...
Additional dead check for kill command handler
2017-01-21 14:21:04 +03:00
In-line
f6ce3a447c
Move model->numleafs check to Mod_LoadLeafs
2017-01-21 13:14:29 +04:00
Artem Golubikhin
f967c5db95
Additional dead check for kill command handler
2017-01-21 04:29:06 +03:00
theAsmodai
b6fe0ac31f
Merge pull request #311 from dreamstalker/cmd_remove_cmd
...
Added Cmd_RemoveCmd to ReHlds API
2017-01-17 23:51:58 +03:00
s1lentq
fedc99bb85
Add a detailed print in SV_HandleClientMessage
2017-01-15 01:04:02 +07:00
s1lentq
63a037af60
Add badge to README.md
2017-01-13 02:38:51 +07:00
theAsmodai
e68bb149fb
Merge pull request #306 from s1lentq/fix_set_cstrike_flags
...
Fix #304
2017-01-07 20:00:04 +03:00
s1lentq
0c8cb64af7
Fix #304
...
Fix unknown function __cpuidex when used in 3rd party
2017-01-07 19:59:56 +07:00
asmodai
d75af4a219
Added Cmd_RemoveCmd to ReHlds API
2017-01-07 02:42:36 +03:00
theAsmodai
428b05e8ec
Merge pull request #305 from dreamstalker/fpu_flags_dont_set
...
Removed FPU flags changing for SSE builds
2017-01-07 01:54:11 +03:00
asmodai
dace70e2b1
Removed FPU flags changing for SSE builds
2017-01-07 01:36:37 +03:00
theAsmodai
fd8bc60daf
Merge pull request #304 from In-line/SetCStrikeFlags_on_server_init
...
SetCStrikeFlags() once on server start
2017-01-06 21:34:36 +03:00
In-line
8ec7639995
Move SetCStrikeFlags() from Init_noVirt to Host_InitializeGameDLL
2017-01-06 21:43:00 +04:00
In-line
2ab8b1f884
SetCStrikeFlags once on server start
2017-01-06 10:54:31 +04:00
In-line
bff0dfd7b4
Default *pfilename in COM_Log to status.log ( #303 )
...
Default filename in COM_Log changed to hllog.txt
2017-01-05 18:16:57 +03:00
Chuvi
73237e884b
Convert g_bIs#GameName# to enum. ( #300 )
...
* Convert g_bIs#GameName# to enum.
2017-01-05 03:08:21 +05:00
theAsmodai
22ca60c764
Merge pull request #294 from theAsmodai/noxref_err_icc
...
Added correct noxref error message for ICC linux builds
2016-12-30 16:32:40 +03:00
LevShisterov
0a139c728e
Merge pull request #298 from dreamstalker/Host_Quit_Restart_f_fix
...
Fixed Host_Quit_Restart_f.
2016-12-30 00:39:08 +05:00
Lev
f28c4c4b4e
Fixed Host_Quit_Restart_f.
2016-12-30 00:31:45 +05:00
asmodai
085c8b8017
Added correct noxref error message for ICC linux builds
2016-12-29 01:22:56 +03:00
Semen Ermilov
b9c8be8aec
Nohref checks ( #293 )
...
* Fixed "error C4996: 'GetVersionExA': was declared deprecated" using a crutch.
* Added NOXREFCHECK to all NOXREF functions.
* Removed NOXREF from Sys_CheckOSVersion because it is being called.
2016-12-28 23:41:12 +05:00