Commit Graph

  • 83aa37ce4f Added SteamFriends.GetFriendsWithFlag Lukas Kastern 2019-10-11 16:44:27 +0200
  • 2da5117b70
    Added SteamFriends.GetFriendsWithFlag Lukas Kastern 2019-10-11 16:27:22 +0200
  • 83d5f16fbf
    Add files via upload Lukas Kastern 2019-10-11 15:36:31 +0200
  • d00b2b5072
    Add files via upload Lukas Kastern 2019-10-11 15:35:03 +0200
  • 125d24a336
    Merge pull request #2 from Facepunch/master Lukas Kastern 2019-10-11 15:34:33 +0200
  • 06169693d0
    Merge pull request #310 from laurirasanen/master Garry Newman 2019-09-19 14:41:12 +0100
  • 796976cd47 Add SteamFriends.GetFromSource laurirasanen 2019-09-19 16:25:43 +0300
  • 39952fe50e
    Merge pull request #308 from TheCubicNoobik/SteamFriends-fix Garry Newman 2019-09-16 10:02:20 +0100
  • 9ad3a57ad9
    Fix SteamFriends.GetRichPresence(key, value) Andrii Vitiv 2019-09-15 00:48:49 +0300
  • 55f98f6350 Cache age / metadata for workshop queries James King 2019-09-14 14:21:35 +0200
  • 79b73ff576 KeyValue tags for workshop items / queries James King 2019-09-04 03:16:16 +0100
  • 538bed982a Remote storage invalidation tweaks James King 2019-09-04 03:15:40 +0100
  • b86e668c33
    Merge pull request #1 from Facepunch/master Lukas Kastern 2019-09-01 17:18:36 +0200
  • 5666bb432e Update package version 2.2.0 Garry Newman 2019-08-29 15:58:56 +0100
  • 3c2eeb7f2f Throw exceptions if trying to use client interfaces with no client Garry Newman 2019-08-17 11:52:56 +0100
  • a7666d7d51 Can disable automatic RunCallback calling by setting asyncCallbacks to false in Init Garry Newman 2019-08-17 11:40:52 +0100
  • 71b977ef7e Don't catch and send exceptions to OnCallbackException in RunCallbacks (but do in RunCallbacksAsync) Garry Newman 2019-08-17 11:40:26 +0100
  • a02d1e87a7 Revert "Revert "Fixed server not being listed on master server"" aylaylay 2019-08-17 08:08:10 +0100
  • ac8983ee94 Revert "Fixed server not being listed on master server" aylaylay 2019-08-17 08:07:25 +0100
  • 5c36a5c338 Removed usages of StringBuffer Garry Newman 2019-08-14 14:39:04 +0100
  • 58eae03ae4 Added UGCItem download stats Garry Newman 2019-08-14 12:01:39 +0100
  • 4f6e8bf8d1 Trying PreserveAttribute instead Garry Newman 2019-08-08 11:00:34 +0100
  • 1a02a9c363 Prevent Utf8StringToNative.GetInstance getting optimized out Garry Newman 2019-08-07 19:43:44 +0100
  • 1e5dc7b2ea Added CompileFix.bat whcih calls dotnet restore on every project (wtf) Garry Newman 2019-08-07 19:15:51 +0100
  • 7445503580 Better handling of empty files in remote storage James King 2019-07-19 22:02:58 +0200
  • 4fafe33a93
    Merge pull request #286 from LukasKastern/master Garry Newman 2019-07-04 09:18:08 +0100
  • 717ec3942f
    Add files via upload Lukas Kastern 2019-07-03 20:59:03 +0200
  • c6c73a36e9 Handle steam shutdown nicer Garry Newman 2019-07-02 14:12:55 +0100
  • 38b1ed5f88 Il2Cpp didn't like CustomMarshaler on returns, so string returns are Utf8StringPointer instead, which implicit converts to string Garry Newman 2019-07-02 13:52:04 +0100
  • 2fb1426479 win64 doesn't care about calling convention - but apprently il2cpp does, so we use CallingConvention.Cdecl on everthing Garry Newman 2019-07-02 13:37:34 +0100
  • 7a4f0c029a Fix MatchMakingKeyValuePair issues Garry Newman 2019-07-02 12:08:02 +0100
  • 968e658913
    Merge pull request #281 from thesupersoup/master Garry Newman 2019-07-01 10:08:54 +0100
  • 1273b5985f
    Merge pull request #283 from Agoxandr/fixtypo Garry Newman 2019-07-01 10:07:55 +0100
  • d2e4417ef2 Added OnLobbyCreated thesupersoup 2019-06-30 03:23:08 -0700
  • fc42dca5bf Fix LocalTimestamp Alexander Filippov 2019-06-29 14:17:49 +0200
  • 17434b2910 Updated summary for SetGameServer, IndicateAchProg exception thesupersoup 2019-06-26 20:36:17 -0700
  • 7c1a218553 Lobby game server methods, OnLobbyGameCreated event, Achievement progress notification thesupersoup 2019-06-26 20:31:54 -0700
  • 6f5bde4f79
    Merge pull request #278 from thesupersoup/master Garry Newman 2019-06-26 10:04:25 +0100
  • 3b4d4bf3d8 Cleanup proper Garry Newman 2019-06-25 15:03:21 +0100
  • 689ada6eca Clean workspace up Garry Newman 2019-06-25 13:39:18 +0100
  • b60fa061ed Only copy dlls to debug locations if we're compiling on my PC Garry Newman 2019-06-25 13:26:18 +0100
  • e7deae2ae3 Update Jenkinsfile Garry Newman 2019-06-25 13:12:17 +0100
  • caea5ccb9b Fixed pointer size in ConnectionInterface Garry Newman 2019-06-25 13:01:41 +0100
  • 39bc7b5c1b StructPlatformPackSize is 8 on win32 Garry Newman 2019-06-25 12:58:25 +0100
  • 11cc473a6e PLATFORM_32/64 defines Garry Newman 2019-06-25 12:47:31 +0100
  • 7f4e0567a6 Swap overloaded function address on both win32 and win64 Garry Newman 2019-06-25 12:47:22 +0100
  • 7fbc333547 Handle struct returns differently on 32bit windows too Garry Newman 2019-06-25 12:42:17 +0100
  • a24ae4bac5 Translate memory offsets for 32bit Garry Newman 2019-06-25 12:40:23 +0100
  • a53a0f537c Allow 32bit processes Garry Newman 2019-06-25 12:36:57 +0100
  • 71af8c0e9b Copy steam_api in tests Garry Newman 2019-06-25 12:36:46 +0100
  • 74ec75b708 32bit test projects Garry Newman 2019-06-25 12:36:27 +0100
  • 617275db3f 32bit test libs Garry Newman 2019-06-25 12:36:16 +0100
  • 69e2e9bd39 POSIX32 Garry Newman 2019-06-25 12:21:29 +0100
  • 016b86ce8e Config no longer needed Garry Newman 2019-06-25 12:14:15 +0100
  • 4cef345d95 Callback vtable uses #ifdef Garry Newman 2019-06-25 12:13:30 +0100
  • f53e1aaba0 Global function cleanup Garry Newman 2019-06-25 12:13:04 +0100
  • d5abb32aeb Neater generated vtable code Garry Newman 2019-06-25 12:04:43 +0100
  • 810cb3623f Code formatting Garry Newman 2019-06-25 12:01:00 +0100
  • 1df586305d No need to use Config.Os for vtable address swapping Garry Newman 2019-06-25 12:00:04 +0100
  • 690db722eb No need for _Windows function alternatives Garry Newman 2019-06-25 11:39:17 +0100
  • 6dbed6a91d StructPlatformPackSize instead of runtime Pack8 shit Garry Newman 2019-06-25 11:20:39 +0100
  • f42fa5942f Update NumericalFilter.cs thesupersoup 2019-06-25 03:09:40 -0700
  • 12c26384e7 Update LobbyQuery.cs thesupersoup 2019-06-25 03:04:35 -0700
  • 02e9063db8 New projects in solution Garry Newman 2019-06-25 11:01:49 +0100
  • 9442689b02 NumericalFilter struct and suggested changes thesupersoup 2019-06-25 03:01:13 -0700
  • 040291ed22 Platform specific dlls Garry Newman 2019-06-25 10:03:38 +0100
  • db41c0f407 Update LobbyQuery.cs thesupersoup 2019-06-24 21:47:19 -0700
  • 4b8e1e33af LobbyQuery Numerical Filters, NearValFilter, SteamClient and Friend OwnsLobby methods thesupersoup 2019-06-24 20:13:48 -0700
  • 0300b46ed3 Sting Filter fixes Garry Newman 2019-06-24 15:09:29 +0100
  • 57f3b334b5
    Merge pull request #277 from thesupersoup/master Garry Newman 2019-06-24 13:35:59 +0100
  • efd2fa2291 Changed exception check in FilterStringKeyValue thesupersoup 2019-06-24 01:45:10 -0700
  • fdc5b49587 Exceptions and expression body definition thesupersoup 2019-06-24 01:35:33 -0700
  • 645e7bd91e Removed second FilterStringKeyValue method and improved first thesupersoup 2019-06-23 22:12:21 -0700
  • 6a0a46f495 Method summary for FilterStringKeyValue( MatchMakingKeyValuePair_t kv ) Mitch 2019-06-23 18:32:27 -0700
  • caf52e4c4b Update LobbyQuery.cs Mitch 2019-06-23 14:54:12 -0700
  • 78761d9fd7 LobbyQuery FilterStringKeyValue diff param Mitch 2019-06-23 14:52:36 -0700
  • 56efc9f48b LobbyQuery String Filter thesupersoup 2019-06-23 14:19:16 -0700
  • 08405459bd
    Merge pull request #276 from JannikNickel/master Garry Newman 2019-06-23 19:27:46 +0100
  • 97b85172e2 Update UgcItem.cs Jannik Nickel 2019-06-23 20:22:37 +0200
  • c4eff7f61a Added missing methods to UgcItem and UgcQuery Jannik Nickel 2019-06-23 20:22:28 +0200
  • fd50e3ba71 Added SteamClient.RestartAppIfNecessary v2.1.0 Garry Newman 2019-06-21 11:59:11 +0100
  • 15dc2782cc Nicer return string marshalling Garry Newman 2019-06-20 13:26:11 +0100
  • 1d242fbc98 Added CreateChineseFile test Garry Newman 2019-06-20 13:10:38 +0100
  • a0478a6040 Store struct strings as byte and encode as utf8 on demand Garry Newman 2019-06-20 13:10:28 +0100
  • 615645a30e Utf8String marshaller Garry Newman 2019-06-20 12:19:21 +0100
  • 552d5251f8 Merge branch 'master' of https://github.com/Facepunch/Facepunch.Steamworks Garry Newman 2019-06-20 11:39:17 +0100
  • bddac0ccc9 Cleanup, crash fixes Garry Newman 2019-06-20 11:39:13 +0100
  • fa48a1ce33 Controller progress Garry Newman 2019-06-20 10:41:57 +0100
  • bce40a3c3a
    Merge pull request #274 from thesupersoup/master Garry Newman 2019-06-20 09:23:50 +0100
  • ade772d195 Pull req - OnLobbyEntered Action and JoinLobbyAsync thesupersoup 2019-06-19 21:17:53 -0700
  • cb06574820 Pull req - OnLobbyEntered Action and JoinLobbyAsync thesupersoup 2019-06-19 21:14:35 -0700
  • 1c5cdd2d39 Controller tests Garry Newman 2019-06-19 16:18:12 +0100
  • ae1f648fa6 SteamInput, Controller boilerplate Garry Newman 2019-06-19 13:08:49 +0100
  • 1ac22e1407 ISteamInput.GetConnectedControllers is an array Garry Newman 2019-06-19 13:05:09 +0100
  • 77f3e09e98 Convert steam struct bools to bytes (to make them marshallable) Garry Newman 2019-06-19 13:04:18 +0100
  • 985aefc2de SteamInput Base Garry Newman 2019-06-19 11:35:35 +0100
  • 41a0b31644 ISteamInput generation Garry Newman 2019-06-19 11:33:16 +0100
  • ef071d3d71 OnP2PConnectionFailed passes error enum Garry Newman 2019-06-19 11:25:16 +0100
  • 7c50db6997 Merge branch 'master' of https://github.com/Facepunch/Facepunch.Steamworks Garry Newman 2019-06-03 11:10:00 +0100
  • 5b32943aa8 Increase max string length Garry Newman 2019-06-03 11:09:57 +0100