Kyle Sanderson
|
0e6726d5e3
|
Merge branch 'master' of github.com:KyleSanderson/SteamWorks
|
2014-11-29 11:57:57 -08:00 |
|
Kyle Sanderson
|
c7e21a4c68
|
Sync with latest SW SDK.
|
2014-11-29 11:57:32 -08:00 |
|
Kyle Sanderson
|
c3aa68449f
|
Merge pull request #12 from Drifter321/ambuild-support
Add AMBuild support
|
2014-11-29 08:14:31 -08:00 |
|
Kyle Sanderson
|
6eadf47a73
|
Merge pull request #13 from GoD-Tony/master
Fixed steam_api failing to open when using gamedata.
|
2014-11-10 08:02:13 -08:00 |
|
Kyle Sanderson
|
d389113286
|
SuperWIP memutils.
|
2014-06-22 11:36:09 -07:00 |
|
Kyle Sanderson
|
9024cb91bb
|
Merge pull request #11 from VoiDeD/big-booty-buffers-stdio
Implement WriteHTTPResponseBodyToFile via stdio.
|
2014-06-02 19:06:53 -07:00 |
|
Kyle Sanderson
|
5bff243189
|
Merge pull request #9 from VoiDeD/master
Implement Steamworks_GetClientSteamID.
|
2014-06-02 15:20:57 -07:00 |
|
Kyle Sanderson
|
93406fa2d5
|
Merge pull request #8 from VoiDeD/more-optional-natives
Correctly mark the rest of the available natives as optional.
|
2014-06-02 14:50:36 -07:00 |
|
Kyle Sanderson
|
b314b653e1
|
Merge pull request #7 from VoiDeD/fix-include-string-tags
Fix an incorrect spelling of the String tag in some include functions.
|
2014-06-02 14:50:16 -07:00 |
|
KyleSanderson
|
ad48bf3567
|
Merge pull request #6 from VoiDeD/register-library
Register as a library to support the SteamWorks extension as an optional...
|
2014-04-05 13:41:06 -06:00 |
|
KyleSanderson
|
045980847f
|
Merge pull request #5 from VoiDeD/master
Rename InitSafe detour to squash an MSVC warning about inconsistent dll linkage.
|
2014-04-05 13:39:30 -06: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 |
|
KyleSanderson
|
9183ae8b68
|
Merge pull request #2 from VoiDeD/win-build-improvements
Windows build improvements
|
2014-04-02 17:50:12 -06: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 |
|
KyleSanderson
|
ecb5e94cda
|
Asher's namespace; rework plan for domination.
|
2014-01-08 06:29:46 -07:00 |
|
KyleSanderson
|
c2b4217141
|
Add Steam Connection state callbacks.
Steam_SteamServersConnected
Steam_SteamServersConnectFailure
Steam_SteamServersDisconnected
|
2014-01-08 03:06:06 -07:00 |
|
KyleSanderson
|
d447369622
|
Add more SteamTools natives.
Steam_IsConnected
Steam_SetRule
Steam_ClearRules
Steam_ForceHeartbeat
|
2014-01-08 03:04:41 -07:00 |
|
KyleSanderson
|
2af38f38e6
|
Oops, fix our bitmask.
|
2014-01-08 03:03:03 -07:00 |
|
KyleSanderson
|
2b1eafd096
|
Initial import of SteamWorks.
|
2014-01-07 22:25:39 -07:00 |
|
KyleSanderson
|
6032a21b80
|
Initial commit
|
2014-01-07 21:23:54 -08:00 |
|