Ryan Stecker
|
3c6fb17454
|
Rename InitSafe detour to squash an MSVC warning about inconsistent dll linkage.
|
2014-04-05 14:32:23 -05:00 |
|
KyleSanderson
|
7479fc12e3
|
Merge pull request #4 from VoiDeD/push-string
Push strings instead of arrays to not have to deal with odd cell size calculations.
|
2014-04-05 13:24:57 -06:00 |
|
KyleSanderson
|
6a135c9f42
|
Merge pull request #3 from VoiDeD/master
Fix compilation issue with BeginAuthSession forward.
|
2014-04-05 13:19:16 -06:00 |
|
Ryan Stecker
|
913d4b31f2
|
Push strings instead of arrays to not have to deal with odd cell size calculations.
|
2014-04-05 14:16:39 -05:00 |
|
Ryan Stecker
|
a45e33863b
|
Fix compilation issue with BeginAuthSession forward.
|
2014-04-05 14:14:45 -05:00 |
|
KyleSanderson
|
9183ae8b68
|
Merge pull request #2 from VoiDeD/win-build-improvements
Windows build improvements
|
2014-04-02 17:50:12 -06:00 |
|
Ryan Stecker
|
8accb8997d
|
Fix up project compiler and linker include directories and dependencies.
|
2014-04-02 18:45:28 -05:00 |
|
Ryan Stecker
|
7c44ab1343
|
Add missing CDetour and asm files from project.
|
2014-04-02 18:44:46 -05:00 |
|
Ryan Stecker
|
4f858dde30
|
Add some files missing from the project.
|
2014-04-02 18:39:36 -05:00 |
|
Ryan Stecker
|
57bfd91602
|
Properly name solution/vcproj files.
|
2014-04-02 18:16:48 -05:00 |
|
Ryan Stecker
|
5d8a3b3974
|
Add gitignore for some common non-tracked files.
|
2014-04-02 18:13:15 -05:00 |
|
KyleSanderson
|
934234809f
|
Add Matchmaking Interface to GameServer.
|
2014-03-27 20:10:20 -06:00 |
|
KyleSanderson
|
6a028fa64f
|
Add BeginAuthSession Hook for Pawn.
|
2014-03-27 20:09:39 -06:00 |
|
KyleSanderson
|
d751e333dd
|
Initial commit of Ticket Parsing headers.
|
2014-03-27 20:08:56 -06:00 |
|
KyleSanderson
|
a5d2ab089b
|
Fix SWAG typo causing compile error.
|
2014-03-05 16:34:53 -07:00 |
|
KyleSanderson
|
4fd2d3ec76
|
<VoiDeD> which is great and all except for your memory leak
|
2014-02-09 00:12:05 -07:00 |
|
KyleSanderson
|
1949edd858
|
Fix Inc.
|
2014-02-08 20:36:19 -07:00 |
|
KyleSanderson
|
29b1545d42
|
Add HTTP Natives to SteamWorks.inc.
|
2014-02-08 14:19:37 -07:00 |
|
KyleSanderson
|
310c37d577
|
Pass length in Cells as a third parameter for SteamWorks_GetHTTPResponseBodyCallback.
|
2014-02-08 13:51:45 -07:00 |
|
KyleSanderson
|
5dfb7f4afb
|
Fix memory leak in SteamWorks_GetHTTPResponseBodyCallback.
|
2014-02-08 13:46:17 -07:00 |
|
KyleSanderson
|
b68af8f594
|
Add SteamWorks_GetHTTPResponseBodyCallback.
|
2014-02-08 13:18:46 -07:00 |
|
KyleSanderson
|
cff6b178f0
|
Add HTTP Support.
|
2014-02-08 12:19:32 -07:00 |
|
KyleSanderson
|
455defd681
|
Enable PluginSys and HandleSys.
|
2014-02-08 12:18:58 -07:00 |
|
KyleSanderson
|
9ddbf274e8
|
Initial commit of SteamWorks.inc
|
2014-02-06 21:37:09 -07:00 |
|
KyleSanderson
|
3171e6fc5b
|
We can't break Logins entirely here; if they don't have a plugin at the start... just no.
|
2014-02-06 18:54:37 -07:00 |
|
KyleSanderson
|
e662128de1
|
<Drunken_F00l> KyleS: LogOn( token, token );
|
2014-02-05 23:37:23 -07:00 |
|
KyleSanderson
|
d701f286bf
|
Add SteamWorks_TokenRequested for authenticated GameServer logins.
|
2014-02-05 22:05:06 -07:00 |
|
KyleSanderson
|
2a622d9d26
|
Detour SteamGameServer_InitSafe to get interfaces earlier.
|
2014-02-05 22:03:52 -07:00 |
|
KyleSanderson
|
9fa3b0175c
|
Add GameData support for loading compile-compatible Interface Versions.
|
2014-01-29 14:05:43 -07:00 |
|
KyleSanderson
|
aef58bb214
|
Remove WasRestartRequested Hook when pGameServer is destroyed.
|
2014-01-29 02:34:13 -07:00 |
|
KyleSanderson
|
9b9e3d98f2
|
Use Client AuthString for CSteamID if available.
|
2014-01-29 02:31:11 -07:00 |
|
KyleSanderson
|
2d85e824b0
|
Add GameData support to Steam Shutdown func.
|
2014-01-29 02:28:41 -07:00 |
|
KyleSanderson
|
a39fdfc731
|
Add and enable SteamWorks GS Detours (+CDetour).
|
2014-01-14 17:54:32 -07:00 |
|
KyleSanderson
|
54b9500974
|
Add Raw Address support to CDetour.
|
2014-01-14 17:49:09 -07:00 |
|
KyleSanderson
|
420f85ff72
|
Add Reset Member to SteamWorksGameServer instead of Constructor.
|
2014-01-14 17:48:23 -07:00 |
|
KyleSanderson
|
c1e9d2f898
|
Eliminate SDK usage in CDetour.
|
2014-01-14 17:47:36 -07:00 |
|
KyleSanderson
|
16e7020dd1
|
Initial commit of CDetour.
|
2014-01-14 15:41:17 -07:00 |
|
KyleSanderson
|
e5e3807329
|
Add UserStats to project.
|
2014-01-12 18:37:20 -07:00 |
|
KyleSanderson
|
0c303159a1
|
Move CreateCommonCSteamID to SteamWorks.
|
2014-01-12 18:36:42 -07:00 |
|
KyleSanderson
|
4721f44f98
|
Make SteamWorks_HasLicenseForApp slightly easier to use.
|
2014-01-12 13:11:36 -07:00 |
|
KyleSanderson
|
0854157c93
|
Reorganize directories.
|
2014-01-12 12:43:32 -07:00 |
|
KyleSanderson
|
6aef25e993
|
Welp. Sync SWAG (leaked in 583c8835f1).
|
2014-01-11 19:51:27 -07:00 |
|
KyleSanderson
|
583c8835f1
|
Add SteamWorks_HasLicenseForApp
|
2014-01-11 16:23:53 -07:00 |
|
KyleSanderson
|
5aa0ebeab7
|
Enable GameHelpers and PlayerHelpers.
|
2014-01-11 16:23:27 -07:00 |
|
KyleSanderson
|
eafdc7f337
|
Add Hook to WasRestartRequested, provide forward.
|
2014-01-11 12:48:28 -07:00 |
|
KyleSanderson
|
25209a093b
|
Refact GameData, add better error handling for SM verboseness.
|
2014-01-11 12:47:05 -07:00 |
|
KyleSanderson
|
36607e7dda
|
Add new name of OnValidateClient, preserve compat.
|
2014-01-11 12:45:00 -07:00 |
|
KyleSanderson
|
e619c83446
|
Fix SourceMod SDK Bug.
|
2014-01-11 12:44:03 -07:00 |
|
KyleSanderson
|
c38642ce51
|
Add SourceHook support.
|
2014-01-11 12:43:28 -07:00 |
|
KyleSanderson
|
1b90424449
|
Merge pull request #1 from korden32/master
Add MSVC10 project files
|
2014-01-08 07:21:33 -08:00 |
|