99 Commits
Author SHA1 Message Date
Kyle Sanderson e360802700 We're using GPLv3, and only v3. 2015-01-17 14:36:24 -08:00
Kyle Sanderson 5b4c966ea1 de-inline huge calls in blob.h 2015-01-17 14:29:30 -08:00
Kyle Sanderson d7fc13189c Version Bump. 2015-01-17 14:20:41 -08:00
Kyle Sanderson c322e4a117 Expose ISteamHTTP Streaming API to Pawn. 2015-01-17 14:18:36 -08:00
Kyle Sanderson 5825788643 Trivial: Move to an initialization list for SteamWorksHTTPRequest 2015-01-17 14:12:43 -08:00
Kyle Sanderson 7ffb8689f9 Consolidate Handle -> SteamWorksHTTPRequest Logic. 2015-01-17 11:49:22 -08:00
Kyle Sanderson 6dfbda708d Fix auto-promotion playing games with HTTP context values. 2015-01-17 11:14:53 -08:00
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
GoD-Tony 4e1c4b95d7 Fixed steam_api failing to open when using gamedata. 2014-11-07 13:28:18 +01:00
Dr!fter f382d37409 Add AMBuild support 2014-08-18 11:01:30 -04:00
Kyle Sanderson d389113286 SuperWIP memutils. 2014-06-22 11:36:09 -07:00
Ryan Stecker 9e2de4a08b Implement WriteHTTPResponseBodyToFile via stdio. 2014-06-02 20:14:31 -05:00
Ryan Stecker f996e24370 Implement Steamworks_GetClientSteamID. 2014-06-02 16:56:24 -05:00
Ryan Stecker 313a8ffaa1 Register as a library to support the SteamWorks extension as an optional dependency. 2014-04-05 14:40:28 -05:00
Ryan Stecker 3c6fb17454 Rename InitSafe detour to squash an MSVC warning about inconsistent dll linkage. 2014-04-05 14:32:23 -05: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
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
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 4fd2d3ec76 <VoiDeD> which is great and all except for your memory leak 2014-02-09 00:12:05 -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 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