2
0
mirror of https://github.com/rehlds/rehlds.git synced 2024-12-27 23:25:45 +03:00

Commit Graph

  • 7a1af40e3f Merge 06e8f7f89e into f943efbbfa souvikdas95 2017-03-17 19:13:22 +0000
  • f943efbbfa Merge pull request #406 from dreamstalker/fixes20170315 theAsmodai 2017-03-15 20:06:18 +0300
  • 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. Lev 2017-03-15 11:51:00 +0500
  • 7034501f6a Fix tv_usec calculation in NET_Sleep_Timeout In-line 2017-03-13 11:11:44 +0400
  • 3571706f02 Merge pull request #401 from Chuvi-w/RemoveSplitpacketMagicNumber theAsmodai 2017-03-12 23:10:39 +0300
  • 386fc4959e Changed magic number -2 (0xFFFFFFFE to NET_HEADER_FLAG_SPLITPACKET) Chuvi 2017-03-12 19:36:11 +0300
  • 28ee0d7456 Updated dedicated.rc file. Lev 2017-03-12 19:44:38 +0500
  • 3607fc154a Fix compilation under GCC. Lev 2017-03-12 18:25:11 +0500
  • 69c1833b4b Move sv_delta_s declaration to the public file. Add missing files to the project. Lev 2017-03-12 18:09:38 +0500
  • 46abf96137 #pragma region test in ICC. Don't merge, plz. PS: About this stuff: https://msdn.microsoft.com/ru-ru/library/b6xkz944.aspx Chuvi 2017-03-12 03:31:16 +0300
  • 099f062c3f Drop unneded dedicated.sln file. Lev 2017-03-11 21:49:00 +0500
  • 762751b7d5 Enable useGcc gradle option for dedicated project. Lev 2017-03-11 18:30:25 +0500
  • 3fb1bcaaba Enable useGcc gradle option for dedicated project. Lev 2017-03-11 18:24:10 +0500
  • fd8e550f0d Enable useGcc gradle option for dedicated project. Lev 2017-03-11 18:13:07 +0500
  • 08825fdf0d Add tab completion support in launcher. (#393) Chuvi 2017-03-10 01:15:08 +0300
  • 0c1e5df3d6 Merge branch 'master' into LauncherTabCompletion Lev 2017-03-10 03:14:15 +0500
  • fb0c81aec9 Merge pull request #395 from dreamstalker/gradle_vs2015 Lev 2017-03-09 20:21:38 +0500
  • 109cb5688b Merge pull request #394 from dreamstalker/fixes20170309 Lev 2017-03-09 20:11:16 +0500
  • 505e739921 Temporary add support for VS2015 in old gradle. Lev 2017-03-09 19:59:14 +0500
  • 5ea579d274 Adjust public amalgamation on dedicated project. Add files to project. Lev 2017-03-09 08:07:22 +0500
  • c423b797c0 TabCompletion: Fix bug in logic. Chuvi 2017-03-08 23:38:58 +0300
  • 9333339022 TabCompletion: Complete command to common point. Chuvi 2017-03-08 23:22:05 +0300
  • 23b3b896c1 Completely removed changes in cmd.cpp and cvar.cpp Chuvi 2017-03-08 22:09:55 +0300
  • c5d9a5bd97 Removed Cvar_GetFirstCvar and Cmd_GetFirstCmd from ReHLDS API Add GetCommandMatches instead of them. Chuvi 2017-03-08 21:50:50 +0300
  • 46bf6e7af1 Remove excess project configurations. Lev 2017-03-08 20:23:55 +0500
  • 6cbcb246fe struct cmd_function_s->cmd_function_t Chuvi 2017-03-08 17:29:43 +0300
  • d7d9aeca79 Remove comment + fix new lines. Chuvi 2017-03-08 16:49:00 +0300
  • 6e528a1d8e Add tab completion support in launcher. Chuvi 2017-03-08 16:44:43 +0300
  • ef81095bfb Merge pull request #392 from Chuvi-w/PlatformToolsetSelector Lev 2017-03-08 18:08:35 +0500
  • 70d1c4a79a Selecting correct toolset for VS2013/VS2015. Probably, VS2017 should be added here too. Chuvi 2017-03-08 15:55:00 +0300
  • a433bf23f5 Merge branch 'master' into FixNetSleepTimeout In-line 2017-03-08 13:15:18 +0400
  • f3cc1943af Add md5.cpp to project. Add dedicated project to solution. Warnings fixes. Lev 2017-03-08 06:10:42 +0500
  • ee835d4010 Correct condition without float math In-line 2017-03-07 18:54:10 +0400
  • 8852d9c6d4 Cosmetic changes In-line 2017-03-07 14:27:51 +0400
  • bae3bef587 Add time check, remove garbage In-line 2017-03-07 14:24:22 +0400
  • d20382895b Use floating point math In-line 2017-03-07 13:37:15 +0400
  • d73181e75c Fix typo In-line 2017-03-06 23:17:32 +0400
  • 3fa4734fa3 Add limit to NET_Sleep_Timeout In-line 2017-03-06 22:28:13 +0400
  • a8821a42e4 Refactor NET_Sleep_Timeout In-line 2017-03-06 19:24:56 +0400
  • f6105c6242 Update host.cpp In-line 2017-03-03 11:51:21 +0400
  • f8e2b5004c Add separate files for MD5 (#386) In-line 2017-03-02 02:21:19 +0400
  • 83e51d1151 Fix -netthread check (#385) In-line 2017-03-02 02:19:23 +0400
  • fbdf8fb47d Unit tests for IsSafeFileToDownload (#384) theAsmodai 2017-03-02 01:18:44 +0300
  • b9f88c1de8 Merge pull request #383 from In-line/FixNetSleep_Timeout theAsmodai 2017-03-02 01:18:32 +0300
  • 7cf75ce7e3 Update sv_user.cpp In-line 2017-02-28 19:17:01 +0400
  • a0517bb180 Update zone.cpp In-line 2017-02-28 19:15:49 +0400
  • 9ddd3c66a4 Update sv_user.cpp In-line 2017-02-28 19:14:56 +0400
  • 17eae22b64 Update sv_steam3.cpp In-line 2017-02-28 19:13:34 +0400
  • 7eaa4df2ff Update sv_steam3.cpp In-line 2017-02-28 19:12:21 +0400
  • 4067b290a3 Update sv_main.cpp In-line 2017-02-28 19:10:11 +0400
  • f6bacb5d5d Update sv_main.cpp In-line 2017-02-28 19:09:13 +0400
  • 53e1970216 Update sv_main.cpp In-line 2017-02-28 19:08:04 +0400
  • 6a72d47cf2 Update sv_main.cpp In-line 2017-02-28 19:06:02 +0400
  • 3449fa595a Update sv_main.cpp In-line 2017-02-28 19:04:42 +0400
  • f1a2795242 Update host.cpp In-line 2017-02-28 19:03:29 +0400
  • 94114a9280 Use Host_IsSinglePlayerGame whenever possible In-line 2017-02-28 19:00:56 +0400
  • 8dc8939295 Add license header to md5.cpp In-line 2017-02-28 18:15:11 +0400
  • e08c096f56 Add license header to md5.h In-line 2017-02-28 18:14:23 +0400
  • 433c6e4c7a Add separate files for MD5 In-line 2017-02-28 18:08:18 +0400
  • 858fdd7eae Update net_ws.cpp In-line 2017-02-28 17:44:21 +0400
  • 0d964891a4 Update net_ws.cpp In-line 2017-02-28 17:41:04 +0400
  • 11ac3ba2ae Fix -netthread check In-line 2017-02-28 10:40:39 +0400
  • db21e5e296 Added more checks asmodai 2017-02-28 02:34:10 +0300
  • 351ccbb462 fixed crash asmodai 2017-02-27 21:59:29 +0300
  • 5d1a416b03 Move max socket calculation to proper place In-line 2017-02-27 22:41:17 +0400
  • 41d62afef0 Refactor NET_Sleep_Timeout In-line 2017-02-27 22:38:10 +0400
  • 415fddf615 Merge pull request #379 from In-line/FixHostStatus theAsmodai 2017-02-25 17:53:23 +0300
  • 43d433850d Merge pull request #378 from In-line/MD5Opt theAsmodai 2017-02-25 17:51:50 +0300
  • 2f89b7bb63 Fix #235 In-line 2017-02-24 12:46:03 +0400
  • 64bd89bb8e Remove temp buffer from Host_Status_Printf In-line 2017-02-24 12:32:31 +0400
  • d51847f2b6 Optimize MD5_Print function In-line 2017-02-24 11:49:17 +0400
  • 2bf1bfa35d Fixed tests fail asmodai 2017-02-21 01:29:42 +0300
  • 23c27d69d3 Added unit tests for IsSafeFileToDownload asmodai 2017-02-21 01:05:09 +0300
  • 9387422655 Fix IsSafeFileToDownload (thx [WPMG]PRoSToTeM@) (#374) In-line 2017-02-21 02:18:45 +0400
  • d05276b4e1 Fix comment In-line 2017-02-20 21:29:11 +0400
  • a28a401a99 Merge pull request #376 from In-line/patch-4 Lev 2017-02-20 22:05:05 +0500
  • ec49dbbbf3 Use _func_ in NET_GetLong In-line 2017-02-20 20:35:36 +0400
  • 2d88e0a4c7 Merge pull request #375 from In-line/MaxCvarListFiles Lev 2017-02-20 21:12:03 +0500
  • 228c365f61 Update cvar.cpp In-line 2017-02-20 20:07:41 +0400
  • 310e963a38 Update cvar.cpp In-line 2017-02-20 20:06:55 +0400
  • 61afe7a7b9 Update cvar.cpp/cvar.h In-line 2017-02-20 20:05:40 +0400
  • 17325c2161 Update sv_main.cpp In-line 2017-02-20 19:39:47 +0400
  • ffa8e3da7b Update sv_main.cpp In-line 2017-02-20 19:38:58 +0400
  • bd8019da9f Add MAX_CVARLIST_FILES define In-line 2017-02-20 19:08:07 +0400
  • 1f1698ea71 Update sv_main.cpp In-line 2017-02-20 19:03:56 +0400
  • 5287f40d25 Fix nullptr dereferencing in IsSafeFileToDownload (thx [WPMG]PRoSToTeM@) In-line 2017-02-20 18:37:09 +0400
  • 590227aa8d Merge pull request #373 from Sh1ft0x0EF/coderev-generic Lev 2017-02-20 16:39:33 +0500
  • 1b75722974 Fix missing license headers Sh1ft0x0EF 2017-02-20 15:03:53 +0400
  • f1e6b6ca40 Merge pull request #372 from Sh1ft0x0EF/coderev-generic Lev 2017-02-19 10:20:09 +0500
  • 4a90fa39a1 Added crlf at the file ending. Lev 2017-02-19 10:04:22 +0500
  • 77482953d9 enum-like defines -> enums Sh1ft0x0EF 2017-02-18 22:53:56 +0400
  • 8960c2ec5e Merge pull request #371 from Sh1ft0x0EF/coderev-pragma Lev 2017-02-18 20:49:01 +0500
  • 774e065278 Use pragma once for headers (368B - Same as #368 but using pragma only) Sh1ft0x0EF 2017-02-18 18:58:37 +0400
  • b380405e39 Merge a4e56e6305 into 0b95a4f976 Sh1ft0x0EF 2017-02-18 12:26:46 +0000
  • 0b95a4f976 Merge pull request #370 from shelru/Description-fixz Lev 2017-02-18 17:26:44 +0500
  • 10ae7b6988 Basic editor rules. Lev 2017-02-18 17:10:03 +0500
  • 0cf0746afb Merge pull request #364 from WPMGPRoSToTeMa/patch-7 Lev 2017-02-18 17:08:17 +0500
  • 09fc396a84 Some desc added. shelru 2017-02-18 15:59:20 +0400
  • a4e56e6305 Improve header guards in engine code (and remove some useless blank lines and spaces) Sh1ft0x0EF 2017-02-18 15:13:20 +0400
  • 776ac6f2f8 Merge pull request #369 from dreamstalker/refactor20170218 Lev 2017-02-18 14:07:31 +0500