2
0
mirror of https://github.com/rehlds/rehlds.git synced 2024-12-27 07:05:43 +03:00

Commit Graph

  • 9080b9b7e8 Added auto precache sounds in models (event 5004) Added cvar sv_auto_precache_sounds_in_models Moved models auto precache code to SV_ActivateServer WPMGPRoSToTeMa 2016-02-06 11:29:44 +0300
  • a300a4c84d Added map specified files auto precache: sky, overview, txt, detailed texture list and WADs WPMGPRoSToTeMa 2016-02-06 10:10:39 +0300
  • 415240ecde Extended max resource count to 4096 Extended max generic resource count to 4096 Added backward slash replace in PF_precache_generic_I Removed local copying in SV_CreateGenericResources Added moving checked resources to first positions in resource list WPMGPRoSToTeMa 2016-02-06 08:35:28 +0300
  • afc1eaff1c Fixed mathlib unit tests Added popcnt support check Removed integer division optimization from asmlib.h asmodai 2016-02-06 03:41:32 +0300
  • 648f51f0b2 Optimized all other mathlib functions asmodai 2016-02-06 02:43:01 +0300
  • 53faac8ead Fixed segroup precache for models with 1 seqgroup (some that models have garbage in first seqgroup, first seqgroup is also reserved for sequences in model) WPMGPRoSToTeMa 2016-02-05 23:03:26 +0300
  • b82351d5c7 Added sse mathfun implementation of sin, cos, sincos Written parallel sse version of AngleVectors, AngleVectorsTranspose asmodai 2016-02-05 16:59:11 +0300
  • 67a4fed2f6 Merge pull request #157 from WPMGPRoSToTeMa/master theAsmodai 2016-02-04 14:29:34 +0300
  • 6bbce69f04 Added listipcfgfile cvar WPMGPRoSToTeMa 2016-02-04 05:49:45 +0300
  • 29375896c4 Merge pull request #156 from WPMGPRoSToTeMa/master theAsmodai 2016-02-04 02:52:04 +0300
  • 5cfe0d3d4b Moved sv_force_ent_intersection in REHLDS_FIXES WPMGPRoSToTeMa 2016-02-04 01:26:04 +0300
  • 30a97dfaab Merge pull request #155 from WPMGPRoSToTeMa/kickfeatures theAsmodai 2016-02-02 19:24:44 +0300
  • e9b56b4f71 Merge pull request #153 from WPMGPRoSToTeMa/fixcmdunicode theAsmodai 2016-02-02 14:04:00 +0300
  • f6cbc6de5e Merge pull request #151 from WPMGPRoSToTeMa/fixwritebitstring theAsmodai 2016-02-02 14:03:53 +0300
  • 912b1c1e75 Merge pull request #149 from WPMGPRoSToTeMa/master theAsmodai 2016-02-02 14:03:47 +0300
  • 590c4f38ab Added replacing escape sequences in kick reason (#154) WPMGPRoSToTeMa 2016-02-02 07:19:56 +0300
  • 0b6b794f79 Fixed commands with unicode (#152) WPMGPRoSToTeMa 2016-02-02 06:57:03 +0300
  • 22507f6b8a Fixed MSG_WriteBitString (bug with non-ASCII chars) (#150) WPMGPRoSToTeMa 2016-02-02 05:44:43 +0300
  • ad7a7d6e8a Added drop client if it is not answered on consistency request WPMGPRoSToTeMa 2016-02-02 05:05:37 +0300
  • b25b18dfb4 Merge pull request #148 from WPMGPRoSToTeMa/autoprecachetextureandanimgroup theAsmodai 2016-02-02 02:35:03 +0300
  • e003ef04a2 Fix slashes in seqgroup filename WPMGPRoSToTeMa 2016-02-02 02:17:19 +0300
  • c43a168455 Merge pull request #147 from WPMGPRoSToTeMa/autoprecachetextureandanimgroup theAsmodai 2016-02-02 01:56:56 +0300
  • 68d8a699b1 Merge pull request #146 from WPMGPRoSToTeMa/preventtwiceprecache theAsmodai 2016-02-02 01:52:21 +0300
  • 81d5369e97 Added texture and seqgroup auto precache WPMGPRoSToTeMa 2016-02-02 01:15:22 +0300
  • f6aa21134a Added preventing twice resource precache in PF_precache_generic_I (#130) WPMGPRoSToTeMa 2016-02-01 20:55:14 +0300
  • 4ed30b173c Added preventing twice resource precache in SV_CreateGenericResources (#130) WPMGPRoSToTeMa 2016-02-01 20:55:14 +0300
  • f74d3842da Merge pull request #142 from WPMGPRoSToTeMa/master theAsmodai 2016-01-28 16:27:48 +0300
  • 9836aef6bb Fixed crash when player was kicked in ClientPutInServer WPMGPRoSToTeMa 2016-01-28 15:57:08 +0300
  • 0a3b98da3b Merge pull request #141 from jonatan1024/master theAsmodai 2016-01-27 01:30:16 +0300
  • 2a5f883a48 export EngCheckParm Jonatan Matějka 2016-01-26 14:03:54 +0100
  • 36a87f58c2 Merge pull request #139 from theAsmodai/master theAsmodai 2016-01-25 02:23:13 +0300
  • 3cc7b9b98d Corrected fix in Decal_Init Ignore prefixes in removeid asmodai 2016-01-24 23:08:44 +0300
  • 2378415d1a Merge pull request #138 from WPMGPRoSToTeMa/replacespeccharsinname theAsmodai 2016-01-25 00:01:54 +0300
  • 40b3a5e646 Added replacing special characters in name (Unicode Halfwidth and Fullwidth Forms) WPMGPRoSToTeMa 2016-01-24 20:38:23 +0300
  • 011f5126ce Merge pull request #137 from theAsmodai/master theAsmodai 2016-01-24 18:02:59 +0300
  • 7c1c541d8f Fixed userid serialization hook Fixed #135 asmodai 2016-01-24 00:17:13 +0300
  • 4b12ceb8e1 Merge pull request #136 from WPMGPRoSToTeMa/netbufextend theAsmodai 2016-01-23 18:31:59 +0300
  • 940cf0e2ec Extended server reliable and signon buffers Extended client netchan message buffer WPMGPRoSToTeMa 2016-01-23 18:25:54 +0300
  • 91a46f5e97 Test binary_size_tests asmodai 2016-01-19 19:37:13 +0300
  • 57bcc12469 Merge pull request #134 from theAsmodai/master theAsmodai 2016-01-17 15:50:04 +0300
  • 982b5bc059 Fixed mistake in HPAK_AddLump asmodai 2016-01-17 15:43:24 +0300
  • 267c7eb327 Fixed crash in Q_UnicodeConvertT Refactoring in SV_ExtractFrom Added Steam_GSBUpdateUserData hook Refactored and optimized calculateBytecount without hardcode asmodai 2016-01-16 23:52:17 +0300
  • 4aad7ec954 Fixed DELTAJIT_MAX_FIELDS limit check Optimizations in delta jit asmodai 2016-01-12 19:16:38 +0300
  • 92bb8ae052 Fixed crash in Q_UnicodeConvertT Refactoring in SV_ExtractFrom Added Steam_GSBUpdateUserData hook Refactored and optimized calculateBytecount without hardcode asmodai 2016-01-16 23:52:17 +0300
  • 149fd4da86 Fixed DELTAJIT_MAX_FIELDS limit check Optimizations in delta jit asmodai 2016-01-12 19:16:38 +0300
  • 308ca9936a NET_IPSocket: Disabled adding DF flag on some linux WPMGPRoSToTeMa 2016-01-12 18:47:37 +0300
  • cb59c433c7 Merge pull request #126 from theAsmodai/master theAsmodai 2016-01-10 19:43:19 +0300
  • 59411b08cc Using undecorated function name macros for linux asmodai 2016-01-10 19:35:34 +0300
  • 6886bde121 Merge pull request #125 from s1lentq/master theAsmodai 2016-01-10 19:15:17 +0300
  • fda2308b1a ReHLDS API: Added SV_TransferConsistencyInfo, SV_FileInConsistencyList s1lentq 2016-01-10 21:39:33 +0600
  • a8ed44dc19 Merge pull request #124 from theAsmodai/master theAsmodai 2016-01-10 17:46:21 +0300
  • 7bebd10ac9 Merge a68c0dfeb0 into ac8345914e s1lentq 2016-01-10 14:37:38 +0000
  • 1af3ec18ba Increased move command burst rate Fixed bug with angles on dying asmodai 2016-01-10 17:35:55 +0300
  • ac8345914e Merge pull request #123 from dreamstalker/_118 theAsmodai 2016-01-10 17:19:56 +0300
  • 3f2a77b71c Fixed crash on bot disconnect Using inline algorithms instead of defines asmodai 2016-01-10 17:04:28 +0300
  • 9e1a43d1ff Merge pull request #122 from WPMGPRoSToTeMa/master theAsmodai 2016-01-09 21:43:36 +0300
  • 22f200e133 Small fix in Netchan_Process WPMGPRoSToTeMa 2016-01-09 21:27:18 +0300
  • a68c0dfeb0 rollback: bug with angles in SV_ParseMove s1lentq 2016-01-08 21:35:51 +0600
  • 4068cb1b81 Merge pull request #119 from s1lentq/master theAsmodai 2016-01-07 16:25:46 +0300
  • 665605e0ab ReHLDS API: Added functions SetResourcesNum and GetResourcesAt for the API. s1lentq 2016-01-07 18:46:34 +0600
  • 2a1f674a59 Added NET_Sleep_Timeout_New fps_mod asmodai 2016-01-05 04:09:27 +0300
  • 34537a7fda Merge pull request #113 from s1lentq/master theAsmodai 2015-12-27 20:41:13 +0300
  • 6dcdc8a600 Fixed #103: Server sends TeamScore to early connection client which leads to bug in ScoreBoard CS 1.6 s1lentq 2015-12-27 20:05:42 +0600
  • 979450a7a3 Merge pull request #112 from theAsmodai/master theAsmodai 2015-12-27 04:10:40 +0300
  • 418450c7ce Fixed typo with sv_echo_unknown_cmd asmodai 2015-12-27 03:59:57 +0300
  • 9845ae4dc3 Merge pull request #111 from dreamstalker/coverity_fixes theAsmodai 2015-12-27 03:30:46 +0300
  • 8f625ac949 Merge pull request #110 from dreamstalker/_91 theAsmodai 2015-12-27 03:30:37 +0300
  • fb4247d8ef Added optional echo for unknown commands (#91) Updated flood rates asmodai 2015-12-27 02:58:37 +0300
  • 612e1b01ff Merge pull request #109 from theAsmodai/master theAsmodai 2015-12-26 21:22:00 +0300
  • 6a4dc69ef7 Added Steam_GSGetSteamID hook asmodai 2015-12-26 21:15:50 +0300
  • 4503af3ee0 Merge pull request #108 from theAsmodai/master theAsmodai 2015-12-14 01:12:19 +0300
  • f6be473879 Fixed types in Sys_CheckCpuInstructionsSupport asmodai 2015-12-14 01:00:55 +0300
  • 65d5799edf Merge pull request #107 from theAsmodai/master theAsmodai 2015-12-13 23:10:41 +0300
  • e31eb21fa2 Added API registration tool for plugins Fixed voice stream API asmodai 2015-12-13 22:46:24 +0300
  • 7df08720de Merge pull request #106 from theAsmodai/master theAsmodai 2015-12-13 18:04:37 +0300
  • 629f313597 Fixed cpu features detection code for SDK asmodai 2015-12-13 17:58:06 +0300
  • df21c21ce5 Merge pull request #105 from s1lentq/master theAsmodai 2015-12-13 17:31:57 +0300
  • 1f63618ea6 ReHLDS API: Added function SetLastVoiceTime for api s1lentq 2015-12-13 20:23:27 +0600
  • d52e507b20 Merge pull request #104 from s1lentq/master theAsmodai 2015-12-13 16:40:59 +0300
  • ee4dbe6481 ReHLDS API: Added some functions s1lentq 2015-12-13 19:08:45 +0600
  • adf214c433 Merge pull request #103 from s1lentq/master theAsmodai 2015-12-12 20:14:50 +0300
  • 1140f915dc Fix: hang the players on a scoreboard after changelevel map s1lentq 2015-12-12 18:06:30 +0600
  • 9b9f494416 Various fixes in the decoder of flight record dumps dreamstalker 2015-12-06 19:05:56 +0400
  • dd654c085b Merge pull request #102 from s1lentq/master theAsmodai 2015-12-04 19:53:20 +0300
  • 5dcfd505c3 Fix: skip bytes BOM signature in SV_CreateGenericResources s1lentq 2015-12-04 22:23:05 +0600
  • faf1281dc9 Merge pull request #101 from s1lentq/master theAsmodai 2015-12-04 19:02:24 +0300
  • 0d909ccf41 Fix: bug with removing slash in the path to resources s1lentq 2015-12-04 21:11:51 +0600
  • beb1b7a583 Merge pull request #100 from s1lentq/master theAsmodai 2015-12-04 18:00:00 +0300
  • 46a30c6afb use own tables non-printable characters for windows. symbol 0x1160 marked to like non-printable s1lentq 2015-12-04 17:05:25 +0600
  • 288a8d8f19 Merge pull request #99 from s1lentq/master theAsmodai 2015-11-17 09:59:23 +0300
  • 93a13815e3 Fix: bug in SVC_GetChallenge incorrectly used format specifiers type uint64 for Linux. Fix: spelling mistake with SV_CheckConsistencyResponce Fix: net_from in solution project for HOOK_ENGINE Cleanup and fix to build success for all solutions. s1lentq 2015-11-17 11:15:47 +0600
  • e7d62603ae Merge pull request #98 from s1lentq/master theAsmodai 2015-11-14 15:41:23 +0300
  • b64a4f6c84 Fix: bug with removeHook not erases address callback s1lentq 2015-11-14 18:25:02 +0600
  • 056b02ad5e Merge pull request #97 from s1lentq/master theAsmodai 2015-11-13 01:52:44 +0300
  • b7bd3f7720 ReHLDS API: Implemented SV_ActivateServer hook and added GetResourcesNum, GetDecalNameNum Fix: using defines instead of magic numbers Added include qlimits.h Reduced the size global variable localinfo, ipfilters, userfilters s1lentq 2015-11-13 00:50:34 +0600
  • 4eb58ed43f Merge pull request #96 from s1lentq/master theAsmodai 2015-11-11 09:58:28 +0300
  • 67e8a5b646 ReHLDS API: Implemented SV_DropClient hook s1lentq 2015-11-11 03:52:25 +0600
  • 8aa0f4cc19 Merge pull request #95 from s1lentq/master theAsmodai 2015-11-08 19:49:42 +0300
  • 961028fa39 ReHLDS API: Added functions SV_AddResource, SetNumConsistency, GetNumConsistency. Changed name GenericFileConsistencyResponce to CheckConsistencyResponce s1lentq 2015-11-08 21:41:52 +0600
  • f6dad529ee Merge pull request #94 from s1lentq/master theAsmodai 2015-11-08 17:06:04 +0300