asmodai
|
6ee60a1f76
|
invert condition
|
2017-03-23 00:47:27 +03:00 |
|
asmodai
|
0f4b380bee
|
Added brackets after sizeof
|
2017-03-19 22:01:04 +03:00 |
|
asmodai
|
2c98e14606
|
Launcher refactoring
|
2017-03-19 21:57:14 +03:00 |
|
Lev
|
278573df1b
|
Make cycle more close to original.
Optimisation in call to the sleep function.
|
2017-03-19 19:57:07 +05:00 |
|
theAsmodai
|
f63bd849fa
|
Merge pull request #407 from dreamstalker/fixes20170319
Allow to modify triggers collection while iterating it (prevent crash).
|
2017-03-19 14:19:01 +03:00 |
|
Lev
|
48bb47d2dc
|
Allow to modify triggers collection while iterating it (prevent crash).
|
2017-03-19 08:00:58 +05:00 |
|
theAsmodai
|
f943efbbfa
|
Merge pull request #406 from dreamstalker/fixes20170315
Make mapcycle.txt sending optional, …
|
2017-03-15 20:06:18 +03:00 |
|
Lev
|
f026c38333
|
Make mapcycle.txt sending optional, because not used on the client and cause parse error if file is large. Also truncate if sending is enabled.
Added sv_rehlds_send_mapcycle cvar.
|
2017-03-15 12:03:40 +05:00 |
|
theAsmodai
|
3571706f02
|
Merge pull request #401 from Chuvi-w/RemoveSplitpacketMagicNumber
Changed magic number -2 (0xFFFFFFFE to NET_HEADER_FLAG_SPLITPACKET)
|
2017-03-12 23:10:39 +03:00 |
|
Chuvi
|
386fc4959e
|
Changed magic number -2 (0xFFFFFFFE to NET_HEADER_FLAG_SPLITPACKET)
|
2017-03-12 19:36:11 +03:00 |
|
Lev
|
28ee0d7456
|
Updated dedicated.rc file.
|
2017-03-12 19:44:38 +05:00 |
|
Lev
|
3607fc154a
|
Fix compilation under GCC.
|
2017-03-12 18:25:11 +05:00 |
|
Lev
|
69c1833b4b
|
Move sv_delta_s declaration to the public file.
Add missing files to the project.
|
2017-03-12 18:09:38 +05:00 |
|
Lev
|
099f062c3f
|
Drop unneded dedicated.sln file.
|
2017-03-11 21:49:00 +05:00 |
|
Lev
|
762751b7d5
|
Enable useGcc gradle option for dedicated project.
|
2017-03-11 18:30:25 +05:00 |
|
Lev
|
3fb1bcaaba
|
Enable useGcc gradle option for dedicated project.
|
2017-03-11 18:24:10 +05:00 |
|
Lev
|
fd8e550f0d
|
Enable useGcc gradle option for dedicated project.
|
2017-03-11 18:17:11 +05:00 |
|
Chuvi
|
08825fdf0d
|
Add tab completion support in launcher. (#393)
Add tab completion support in launcher.
|
2017-03-10 03:15:08 +05:00 |
|
Lev
|
fb0c81aec9
|
Merge pull request #395 from dreamstalker/gradle_vs2015
Temporary add support for VS2015 in old gradle.
|
2017-03-09 20:21:38 +05:00 |
|
Lev
|
109cb5688b
|
Merge pull request #394 from dreamstalker/fixes20170309
Adjust public amalgamation on dedicated project. Add files to the project.
|
2017-03-09 20:11:16 +05:00 |
|
Lev
|
505e739921
|
Temporary add support for VS2015 in old gradle.
|
2017-03-09 19:59:14 +05:00 |
|
Lev
|
5ea579d274
|
Adjust public amalgamation on dedicated project. Add files to project.
|
2017-03-09 08:07:22 +05:00 |
|
Lev
|
46bf6e7af1
|
Remove excess project configurations.
|
2017-03-08 20:23:55 +05:00 |
|
Lev
|
ef81095bfb
|
Merge pull request #392 from Chuvi-w/PlatformToolsetSelector
Selecting correct toolset for VS2013/VS2015.
|
2017-03-08 18:08:35 +05:00 |
|
Chuvi
|
70d1c4a79a
|
Selecting correct toolset for VS2013/VS2015.
Probably, VS2017 should be added here too.
|
2017-03-08 15:55:00 +03:00 |
|
Lev
|
f3cc1943af
|
Add md5.cpp to project.
Add dedicated project to solution.
Warnings fixes.
|
2017-03-08 06:10:42 +05:00 |
|
In-line
|
f8e2b5004c
|
Add separate files for MD5 (#386)
* Add separate files for MD5
* Add license header to md5.h
* Add license header to md5.cpp
|
2017-03-02 01:21:19 +03:00 |
|
In-line
|
83e51d1151
|
Fix -netthread check (#385)
* Fix -netthread check
* Update net_ws.cpp
* Update net_ws.cpp
|
2017-03-02 01:19:23 +03:00 |
|
theAsmodai
|
fbdf8fb47d
|
Unit tests for IsSafeFileToDownload (#384)
* Added unit tests for IsSafeFileToDownload
* Fixed tests fail
* fixed crash
* Added more checks
|
2017-03-02 01:18:44 +03:00 |
|
theAsmodai
|
b9f88c1de8
|
Merge pull request #383 from In-line/FixNetSleep_Timeout
Refactor NET_Sleep_Timeout
|
2017-03-02 01:18:32 +03:00 |
|
In-line
|
5d1a416b03
|
Move max socket calculation to proper place
|
2017-02-27 22:41:17 +04:00 |
|
In-line
|
41d62afef0
|
Refactor NET_Sleep_Timeout
|
2017-02-27 22:38:10 +04:00 |
|
theAsmodai
|
415fddf615
|
Merge pull request #379 from In-line/FixHostStatus
Remove temp buffer from Host_Status_Printf
|
2017-02-25 17:53:23 +03:00 |
|
theAsmodai
|
43d433850d
|
Merge pull request #378 from In-line/MD5Opt
Optimize MD5_Print function
|
2017-02-25 17:51:50 +03:00 |
|
In-line
|
64bd89bb8e
|
Remove temp buffer from Host_Status_Printf
|
2017-02-24 12:32:31 +04:00 |
|
In-line
|
d51847f2b6
|
Optimize MD5_Print function
|
2017-02-24 11:49:17 +04:00 |
|
In-line
|
9387422655
|
Fix IsSafeFileToDownload (thx [WPMG]PRoSToTeM@) (#374)
Fix nullptr dereferencing in IsSafeFileToDownload.
|
2017-02-21 03:18:45 +05:00 |
|
Lev
|
a28a401a99
|
Merge pull request #376 from In-line/patch-4
Use __func__ in NET_GetLong.
|
2017-02-20 22:05:05 +05:00 |
|
In-line
|
ec49dbbbf3
|
Use _func_ in NET_GetLong
|
2017-02-20 20:35:36 +04:00 |
|
Lev
|
2d88e0a4c7
|
Merge pull request #375 from In-line/MaxCvarListFiles
Add MAX_CVARLIST_FILES define.
|
2017-02-20 21:12:03 +05:00 |
|
In-line
|
228c365f61
|
Update cvar.cpp
|
2017-02-20 20:07:41 +04:00 |
|
In-line
|
310e963a38
|
Update cvar.cpp
|
2017-02-20 20:06:55 +04:00 |
|
In-line
|
61afe7a7b9
|
Update cvar.cpp/cvar.h
|
2017-02-20 20:05:40 +04:00 |
|
In-line
|
bd8019da9f
|
Add MAX_CVARLIST_FILES define
|
2017-02-20 19:08:07 +04:00 |
|
Lev
|
590227aa8d
|
Merge pull request #373 from Sh1ft0x0EF/coderev-generic
Fix missing license headers.
|
2017-02-20 16:39:33 +05:00 |
|
Sh1ft0x0EF
|
1b75722974
|
Fix missing license headers
|
2017-02-20 15:03:53 +04:00 |
|
Lev
|
f1e6b6ca40
|
Merge pull request #372 from Sh1ft0x0EF/coderev-generic
enum-like defines -> enums
|
2017-02-19 10:20:09 +05:00 |
|
Lev
|
4a90fa39a1
|
Added crlf at the file ending.
|
2017-02-19 10:04:22 +05:00 |
|
Sh1ft0x0EF
|
77482953d9
|
enum-like defines -> enums
|
2017-02-18 22:53:56 +04:00 |
|
Lev
|
8960c2ec5e
|
Merge pull request #371 from Sh1ft0x0EF/coderev-pragma
Use pragma once for headers.
|
2017-02-18 20:49:01 +05:00 |
|