s1lent
a444ce046b
HLTV: Support GCC
2017-09-27 20:43:24 +07:00
theAsmodai
3c036eda31
Merge pull request #520 from WPMGPRoSToTeMa/safeloading
...
Make DLL loading more safe
2017-09-13 02:07:13 +02:00
WPMGPRoSToTeMa
0d20fdf770
Moved fixed flags under REHLDS_FIXES and LAUNCHER_FIXES
...
Removed fixed flags from unnecessary places
2017-09-12 21:26:11 +03:00
WPMGPRoSToTeMa
274b80bb93
Make DLL loading more safe
2017-09-10 18:14:33 +03:00
theAsmodai
4246a44557
Merge pull request #519 from theAsmodai/master
...
Use CONTENTS_EMPTY const (Fix #517 )
2017-08-24 13:22:29 +02:00
asmodai
3047a7b54b
Use CONTENTS_EMPTY const
2017-08-23 17:07:09 +03:00
Artem Golubikhin
5bd5e891d1
[NEED TESTS AND REVIEWS] Reworked EXT_FUNC usage ( #513 )
...
* Added missed EXT_FUNC for engfuncs and pm
* Added missed EXT_FUNC for exposed interfaces
* Added missed EXT_FUNC for ReHLDS API interfaces
* Added EXT_FUNC to export macros (added missed EXT_FUNC to exported functions like CreateInterface, F and NET_Sleep_Timeout)
2017-08-05 01:57:36 +05:00
s1lent
b1f93cb321
Fix build fails (affected #512 )
2017-08-01 23:36:07 +07:00
theAsmodai
58db70b9e5
Merge pull request #512 from WPMGPRoSToTeMa/patch-10
...
Fixed F exporting
2017-08-01 18:38:30 +03:00
Artem Golubikhin
369b857155
Fixed F exporting
2017-07-31 04:51:40 +03:00
Dmitry Novikov
9b75935be0
ReHLDS API: Updated 3.3 ( #506 )
...
ReHLDS API: Add AddExtDll, RemoveExtDll, AddCvarListener, RemoveCvarListener, GetEntityInit, CreateFakeClient
Bump minor API version
2017-07-26 05:10:39 +03:00
In-line
1cea370869
Fix IsWhiteSpace ( #434 )
2017-07-25 13:45:03 +03:00
s1lent
b4ef456411
HLTV: Use Q_* defines
2017-07-24 18:43:24 +07:00
s1lent
b0660861cb
Fixed crash hlds, when building with GCC 6.X and later
...
Fix gcc compile
2017-07-24 01:09:08 +07:00
s1lent
2cf2fc6b63
Reconstruction & cleanup include files
...
Remove useless include files and part of code too
Move defines Q_* functions from engine/common.h to public/strtools.h
Rename functions:
strcopy > Q_strlcpy
strncopy > Q_strnlcpy
2017-07-23 17:05:15 +07:00
s1lent
06ed0a12fd
Added platform toolset selector for VS2017
2017-07-23 13:10:21 +07:00
theAsmodai
ec204e5ad4
Merge pull request #494 from In-line/patch-7
...
Fix accuracy, improve bullet physics.
2017-07-12 00:01:25 +03:00
In-line
f85feab68e
Fix accuracy, improve bullet physics.
2017-07-11 22:34:01 +04:00
theAsmodai
49f657e3c4
Merge pull request #493 from WPMGPRoSToTeMa/patch-9
...
Added BOM skipping for .cfg files
2017-07-11 15:07:38 +03:00
theAsmodai
195a436fa3
Merge pull request #492 from In-line/patch-6
...
Use mtune=generic instead of march for GCC
2017-07-11 15:06:35 +03:00
Artem Golubikhin
ccd82079d1
Added BOM skipping for .cfg files
2017-07-11 03:36:43 +03:00
In-line
cd9e83dd8d
Use mtune=generic instead of march for GCC
2017-07-10 22:00:09 +04:00
theAsmodai
61952babd8
Merge pull request #488 from WPMGPRoSToTeMa/serversayfix
...
Rework of #5 to support CS Beta (#487 fix)
2017-07-10 16:31:55 +03:00
WPMGPRoSToTeMa
17fdec348d
Rework of #5 to support CS Beta ( #487 fix)
2017-07-02 00:55:27 +03:00
theAsmodai
534522fce9
Merge pull request #486 from In-line/patch-6
...
Fix compilation under linux with ICC 17 (GCC 6.2)
2017-06-30 18:29:19 +03:00
In-line
b630405028
Fix compilation under linux with ICC 17 (GCC 6.2)
2017-06-30 18:16:07 +04:00
s1lent
eac20aef3a
GCC 5.X: Force disable macro _GLIBCXX_USE_CXX11_ABI for compatibility oldest version libstdc++
...
Fix #476
2017-06-28 18:26:29 +07:00
theAsmodai
ba2d9e2cc0
Merge pull request #479 from dreamstalker/hash_cdkey
...
Hash cdkey once when client connected
2017-06-14 23:21:10 +03:00
asmodai
55da681497
Hash cdkey once when client connected
2017-06-13 13:34:18 +03:00
s1lent
8276436809
Fixes #471
2017-05-21 18:08:28 +07:00
s1lent
5981a4c544
HLTV: Some fixes director part and small refactoring.
2017-05-13 22:33:38 +07:00
Dmitry Novikov
92b6fd6944
Add WIN32_LEAN_AND_MEAN to prevent tons of unused windows definitions from headers. ( #470 )
2017-05-12 00:06:45 +03:00
Dmitry Novikov
49483d3b05
HLTV: Refactoring and fixes ( #469 )
2017-05-11 23:11:16 +03:00
Lev
96a8033de9
Add HLTV related projects into main solution.
2017-05-11 21:21:56 +05:00
Dmitry Novikov
5ae03d2c5c
Launcher fix crash on linux ( #468 )
2017-05-11 18:51:45 +03:00
Dmitry Novikov
4663183f7a
Implemented SystemWrapper.cpp ( #467 )
...
Launcher Refactoring
Simplified code #393
2017-05-10 12:37:20 +03:00
s1lent
18f75dadf4
HLTV: Fix typo.
2017-05-09 21:38:59 +07:00
Dmitry Novikov
7432df957c
HLTV: Some fixes and small refactoring. ( #466 )
...
* HLTV: Some fixes and small refactoring.
Update README.md
2017-05-09 16:43:15 +03:00
Dmitry Novikov
3c05dad7a7
Merge pull request #463 from s1lentq/hltv-fixport
...
HLTV: Fixes wrong port sending via steamapi
2017-05-07 15:40:25 +03:00
s1lent
759f51552e
Fixes wrong port sending via steamapi
2017-05-07 19:09:02 +07:00
Dmitry Novikov
ba25dfb20a
Merge pull request #461 from s1lentq/patch-xp
...
launcher: support xp
2017-05-06 18:36:31 +03:00
s1lent
33d76dd68e
launcher: support xp
2017-05-06 21:45:51 +07:00
Dmitry Novikov
f2b080ebba
Merge pull request #457 from s1lentq/hltv-patch1
...
HLTV: Fix crash and small refactoring.
2017-05-05 19:06:31 +03:00
theAsmodai
96b985b799
Merge pull request #456 from dreamstalker/launcher_refactoring
...
Fix launcher crash on linux
2017-05-05 18:38:21 +03:00
s1lent
fa6bc4b98e
HLTV: Fix crash and small refactoring.
...
HLTV: Removed the obsolete filesystem_steam.
2017-05-05 22:33:07 +07:00
asmodai
0c4f5d37ad
Fix crash on linux
2017-05-05 18:30:10 +03:00
theAsmodai
97edca1d90
Merge pull request #410 from dreamstalker/launcher_refactoring
...
Launcher refactoring
2017-05-04 22:32:00 +03:00
s1lentq
4ddd0ede7d
Merge pull request #453 from s1lentq/fix_crash_hltv
...
HLTV: Fix crash the client on the connection to master server.
2017-05-04 20:27:23 +03:00
s1lent
98ba97820a
HLTV: Fix crash the client on the connection to master server.
2017-05-05 00:23:59 +07:00
theAsmodai
3d4e4ae8e8
Merge pull request #452 from s1lentq/patch-21
...
SV_RecursiveHullCheck: fix typo
2017-05-04 01:32:42 +03:00