Commit Graph

311 Commits

Author SHA1 Message Date
s1lentq
762923fbc3 Implemented new function SV_EmitSound2 for 3-rd things and hook. (#213)
Added direct call for functions SV_EmitSound2 and SV_StartSound
Added cvar sv_rcon_condebug 0/1
2016-06-06 19:28:07 +03:00
Alexander
caf2960504 ReHLDS API: Add hook SV_CreatePacketEntities, global net_from and int… (#212)
ReHLDS API: Add hook SV_CreatePacketEntities, global net_from and interface SteamGameServer
2016-05-30 19:24:33 +03:00
theAsmodai
312a03f9aa Merge pull request #201 from theAsmodai/master
Fixed Q_sqrt with long double
2016-04-22 01:27:12 +03:00
asmodai
8d0957f9ed Fixed Q_sqrt with long double 2016-04-22 01:18:20 +03:00
theAsmodai
10b0f2a10d Merge pull request #200 from theAsmodai/master
Small update in sse math
2016-04-20 02:43:11 +03:00
asmodai
17c7e304c5 Small update in sse math
Removed some unnecessary checks for windows dll
2016-04-20 02:28:37 +03:00
theAsmodai
1d4def69ea Merge pull request #197 from WPMGPRoSToTeMa/fixhullcenter
SV_HullForBsp: use hull center instead of corner
2016-04-16 20:33:33 +03:00
Artem Golubikhin
83d8a8383b SV_HullForBsp: use hull center instead of corner (CVar sv_rehlds_hull_centering) 2016-04-16 16:20:03 +03:00
theAsmodai
fe9bfbbc70 Merge pull request #196 from WPMGPRoSToTeMa/fixsetmodelenginestring
Fix in SetModel: using string from global model_precache instead of p…
2016-04-09 19:04:16 +03:00
Artem Golubikhin
18babec090 Fix in SetModel: using string from global model_precache instead of passed string 2016-04-09 13:51:55 +03:00
asmodai
df6b4a6f91 Added build status to README.md 2016-04-01 19:32:22 +03:00
theAsmodai
a02705feca Merge pull request #192 from a1batross/pmove-useless-assignment
Remove useless assignment in pmove
2016-03-30 14:03:56 +03:00
Alibek Omarov
a5029f8b6e Remove useless assignment in pmove 2016-03-30 01:13:57 +04:00
theAsmodai
1c7d03e3c7 Merge pull request #191 from Adidasman1/master
ReHLDS API: Add hook on SV_Spawn_f
2016-03-26 15:32:04 +03:00
Adidasman1
306f47eee2 ReHLDS API: Add hook on SV_Spawn_f 2016-03-26 00:20:24 +04:00
theAsmodai
b01b453ea8 Merge pull request #188 from Adidasman1/master
Get rid of the magic numbers.
2016-03-08 23:08:46 +03:00
Adidasman1
8a265746f1 Get rid of the magic numbers. 2016-03-09 00:02:47 +04:00
theAsmodai
8196956dab Merge pull request #181 from WPMGPRoSToTeMa/autoprecachemapstxtoverviewsandskys
Added auto precaching of detail textures if present
2016-03-06 23:51:58 +03:00
WPMGPRoSToTeMa
4cd651d865 Added auto precaching detail textures if present
Moved auto WAD precaching to TEX_InitFromWad
2016-03-06 23:40:41 +03:00
theAsmodai
6537a6b321 Merge pull request #187 from s1lentq/rehlds_fix_configuration
Fix errors build in Debug/Debug Record configuration
2016-03-04 22:23:58 +03:00
s1lentq
f216e14ccd Fix errors build in Debug/Debug Record configuration 2016-03-05 01:15:16 +06:00
theAsmodai
39516ccfb3 Merge pull request #186 from s1lentq/rehlds_api_establish
ReHLDS API: Add hook on SV_EstablishTimeBase
2016-03-04 19:56:27 +03:00
s1lentq
c66ee2f57a ReHLDS API: Add hook on SV_EstablishTimeBase 2016-03-04 22:07:22 +06:00
theAsmodai
bf86b9b075 Merge pull request #184 from theAsmodai/master
Added Cvar_DirectSet hookchain
2016-03-02 20:44:10 +03:00
asmodai
a43c452428 Added Cvar_DirectSet hookchain 2016-03-02 20:26:36 +03:00
theAsmodai
e082b8e12c Merge pull request #183 from WPMGPRoSToTeMa/filefragmentsrework
Reworked sending file fragments
2016-03-02 17:45:23 +03:00
WPMGPRoSToTeMa
3376fe778a Reworked sending file fragments 2016-03-02 14:25:23 +03:00
theAsmodai
d2325265c1 Merge pull request #177 from theAsmodai/master
Replaced initial value of inactive sockets from 0 to INVALID_SOCKET
2016-03-02 12:53:14 +03:00
asmodai
b55b7b1514 Replaced initial value of inactive sockets from 0 to INVALID_SOCKET
Fixed #127
2016-03-02 04:26:01 +03:00
theAsmodai
b9a72c697e Merge pull request #182 from s1lentq/master
Bug: Sys_InitMemory are not sets '-heapsize'
2016-02-28 17:48:45 +03:00
s1lentq
0f6961c140 Fix #179
Bug: Sys_InitMemory are not sets '-heapsize'
2016-02-28 02:05:12 +06:00
theAsmodai
7b3636c110 Merge pull request #176 from theAsmodai/master
Updated README.md
2016-02-10 20:26:24 +03:00
asmodai
6c56ad4e6d Updated README.md 2016-02-10 20:08:26 +03:00
theAsmodai
7b2cc0249c Merge pull request #164 from theAsmodai/master
Finished mathlib optimization
2016-02-10 07:50:37 +03:00
theAsmodai
e024568d1e Merge pull request #172 from WPMGPRoSToTeMa/master
Fixed MAX_FRAGMENTS value for customizations (#114 now really fixed)
2016-02-10 07:50:20 +03:00
WPMGPRoSToTeMa
beaeb65138 Fixed MAX_FRAGMENTS value for customizations (#114 now really fixed)
Fixed mistake in Netchan_CreateFileFragmentsFromBuffer (fixed customization downloading)
Added sv_rehlds_force_dlmax cvar
Corrected FRAGMENT_MAX_SIZE value
2016-02-10 05:04:31 +03:00
asmodai
2e270cb4ad BoxOnPlaneSide was fixed and covered by the flight tests
Added missed mathlib unit tests
2016-02-08 23:11:24 +03:00
asmodai
0d6a95093f Fixed mathlib unit tests
Added popcnt support check
Removed integer division optimization from asmlib.h
Fixed typo in VectorCompare
2016-02-08 18:26:53 +03:00
asmodai
6c01cf7817 Optimized all other mathlib functions 2016-02-08 18:26:53 +03:00
asmodai
f5d536ed4b Added sse mathfun implementation of sin, cos, sincos
Written parallel sse version of AngleVectors, AngleVectorsTranspose
2016-02-08 18:26:52 +03:00
theAsmodai
ac413a748e Merge pull request #175 from WPMGPRoSToTeMa/serverpassword
Fixed password checks
2016-02-08 18:21:28 +03:00
WPMGPRoSToTeMa
77de540208 Fixed password checks 2016-02-08 16:07:01 +03:00
theAsmodai
42b7f12f27 Merge pull request #174 from WPMGPRoSToTeMa/fastsprayupload
Added sv_delayed_spray_upload cvar (#173)
2016-02-08 12:01:09 +03:00
WPMGPRoSToTeMa
93e0f62373 Added sv_delayed_spray_upload cvar (#173) 2016-02-08 09:59:54 +03:00
theAsmodai
f8643ef7b7 Merge pull request #171 from WPMGPRoSToTeMa/master
Fixed reading and writing custom.hpk (Fixed #114)
2016-02-07 23:06:32 +03:00
WPMGPRoSToTeMa
edc69b5ed5 Fixed reading and writing custom.hpk (Fixed #114)
Fixed some decompile mistakes
Fixed FS_Read and FS_Write
2016-02-07 22:43:09 +03:00
theAsmodai
f7ecc5a931 Merge pull request #170 from theAsmodai/password
Added a message when connected to a password-protected server without a password
2016-02-07 20:19:47 +03:00
asmodai
9aaaafb078 Added a message when connected to a password-protected server without a password 2016-02-07 20:02:12 +03:00
theAsmodai
73af53506f Merge pull request #169 from WPMGPRoSToTeMa/autoprecachemapstxtoverviewsandskys
Set skyname to default if it is not exists or is empty
2016-02-07 19:39:40 +03:00
WPMGPRoSToTeMa
7f21a5bc54 Set skyname to default if it is not exists or is empty 2016-02-07 17:18:52 +03:00