Skip to content

Commit

Permalink
https://api.playfab.com/releaseNotes/#171026
Browse files Browse the repository at this point in the history
  • Loading branch information
PlayFabJenkinsBot committed Oct 26, 2017
2 parents 8799ca5 + 1a5638e commit ff42d67
Show file tree
Hide file tree
Showing 15 changed files with 519 additions and 229 deletions.
Binary file modified Defold/PlayFabClientSdk.zip
Binary file not shown.
Binary file modified Defold/PlayFabClientTestExample.zip
Binary file not shown.
Binary file modified Defold/PlayFabComboSdk.zip
Binary file not shown.
Binary file modified Defold/PlayFabServerSdk.zip
Binary file not shown.
197 changes: 142 additions & 55 deletions PlayFabClientSDK/PlayFab/PlayFabClientApi.lua

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion PlayFabClientSDK/PlayFab/PlayFabSettings.lua
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
local PlayFabSettings = {
_internalSettings = {
sessionTicket = nil,
sdkVersionString = "LuaSdk_0.23.171016",
sdkVersionString = "LuaSdk_0.24.171026",
buildIdentifier = "jbuild_luasdk_2"
},
settings = {
Expand Down
73 changes: 42 additions & 31 deletions PlayFabSDK/PlayFab/PlayFabAdminApi.lua

Large diffs are not rendered by default.

197 changes: 142 additions & 55 deletions PlayFabSDK/PlayFab/PlayFabClientApi.lua

Large diffs are not rendered by default.

3 changes: 2 additions & 1 deletion PlayFabSDK/PlayFab/PlayFabMatchmakerApi.lua
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,8 @@ function PlayFabMatchmakerApi.StartGame(request, onSuccess, onError)
IPlayFabHttps.MakePlayFabApiCall("/Matchmaker/StartGame", request, "X-SecretKey", PlayFabSettings.settings.devSecretKey, onSuccess, onError)
end

-- Retrieves the relevant details for a specified user, which the external match-making service can then use to compute effective matches
-- Retrieves the relevant details for a specified user, which the external match-making service can then use to compute
-- effective matches
-- API Method Documentation: https://api.playfab.com/Documentation/Matchmaker/method/UserInfo
-- Request Documentation: https://api.playfab.com/Documentation/Matchmaker/datatype/PlayFab.Matchmaker.Models/PlayFab.Matchmaker.Models.UserInfoRequest
-- Result Documentation: https://api.playfab.com/Documentation/Matchmaker/datatype/PlayFab.Matchmaker.Models/PlayFab.Matchmaker.Models.UserInfoResponse
Expand Down
98 changes: 72 additions & 26 deletions PlayFabSDK/PlayFab/PlayFabServerApi.lua

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion PlayFabSDK/PlayFab/PlayFabSettings.lua
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
local PlayFabSettings = {
_internalSettings = {
sessionTicket = nil,
sdkVersionString = "LuaSdk_0.23.171016",
sdkVersionString = "LuaSdk_0.24.171026",
buildIdentifier = "jbuild_luasdk_2"
},
settings = {
Expand Down
73 changes: 42 additions & 31 deletions PlayFabServerSDK/PlayFab/PlayFabAdminApi.lua

Large diffs are not rendered by default.

3 changes: 2 additions & 1 deletion PlayFabServerSDK/PlayFab/PlayFabMatchmakerApi.lua
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,8 @@ function PlayFabMatchmakerApi.StartGame(request, onSuccess, onError)
IPlayFabHttps.MakePlayFabApiCall("/Matchmaker/StartGame", request, "X-SecretKey", PlayFabSettings.settings.devSecretKey, onSuccess, onError)
end

-- Retrieves the relevant details for a specified user, which the external match-making service can then use to compute effective matches
-- Retrieves the relevant details for a specified user, which the external match-making service can then use to compute
-- effective matches
-- API Method Documentation: https://api.playfab.com/Documentation/Matchmaker/method/UserInfo
-- Request Documentation: https://api.playfab.com/Documentation/Matchmaker/datatype/PlayFab.Matchmaker.Models/PlayFab.Matchmaker.Models.UserInfoRequest
-- Result Documentation: https://api.playfab.com/Documentation/Matchmaker/datatype/PlayFab.Matchmaker.Models/PlayFab.Matchmaker.Models.UserInfoResponse
Expand Down
98 changes: 72 additions & 26 deletions PlayFabServerSDK/PlayFab/PlayFabServerApi.lua

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion PlayFabServerSDK/PlayFab/PlayFabSettings.lua
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@

local PlayFabSettings = {
_internalSettings = {
sdkVersionString = "LuaSdk_0.23.171016",
sdkVersionString = "LuaSdk_0.24.171026",
buildIdentifier = "jbuild_luasdk_2"
},
settings = {
Expand Down

0 comments on commit ff42d67

Please sign in to comment.