-
Notifications
You must be signed in to change notification settings - Fork 71
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
SteamID to WebAPI #14
Open
TheSeg
wants to merge
20
commits into
koraktor:master
Choose a base branch
from
TheSeg:master
base: master
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
Commits on Apr 25, 2013
-
Configuration menu - View commit details
-
Copy full SHA for 5021575 - Browse repository at this point
Copy the full SHA 5021575View commit details
Commits on Apr 26, 2013
-
Configuration menu - View commit details
-
Copy full SHA for 32b2f8d - Browse repository at this point
Copy the full SHA 32b2f8dView commit details -
Configuration menu - View commit details
-
Copy full SHA for fa97c14 - Browse repository at this point
Copy the full SHA fa97c14View commit details -
Using WebAPI for almost everything! * Changed SteamID structure in favor of matching to WebAPI's data structure. ** User Bans info implimented as SteamID->GetPlayerBans structure. ** Player data implimented as SteamID->GetPlayerSummeries strcutre * New unified function getAvatarUrl() for profile images (old ones still exist). * NEW isCommunityBanned() function to return Community ban status. * Friends using WebAPI. However, strcture slightly changed. TODO: Impliment MostPlayedGames, Groups, Owned Games, Play times,
Configuration menu - View commit details
-
Copy full SHA for 4693515 - Browse repository at this point
Copy the full SHA 4693515View commit details -
Configuration menu - View commit details
-
Copy full SHA for d7cc345 - Browse repository at this point
Copy the full SHA d7cc345View commit details
Commits on Apr 27, 2013
-
Configuration menu - View commit details
-
Copy full SHA for c9682c3 - Browse repository at this point
Copy the full SHA c9682c3View commit details -
* Better Error handling of initual SteamID load. * Groups now works with WebAPI.
Configuration menu - View commit details
-
Copy full SHA for 0f64dd6 - Browse repository at this point
Copy the full SHA 0f64dd6View commit details -
Added optional function to SteamGame objects to poll game Schema.
Configuration menu - View commit details
-
Copy full SHA for 69de129 - Browse repository at this point
Copy the full SHA 69de129View commit details
Commits on Apr 30, 2013
-
Make HTTPS optional for Web API
Use WebApi::setSecure() to enable or disable HTTPS. Default is enabled.
Configuration menu - View commit details
-
Copy full SHA for 3390bbc - Browse repository at this point
Copy the full SHA 3390bbcView commit details
Commits on Jun 25, 2013
-
Configuration menu - View commit details
-
Copy full SHA for bc12114 - Browse repository at this point
Copy the full SHA bc12114View commit details -
Configuration menu - View commit details
-
Copy full SHA for a443e0e - Browse repository at this point
Copy the full SHA a443e0eView commit details -
Configuration menu - View commit details
-
Copy full SHA for 39b29d3 - Browse repository at this point
Copy the full SHA 39b29d3View commit details -
Fix constructor of SocketException
This prevents an error when used without sockets extension.
Configuration menu - View commit details
-
Copy full SHA for e5d18e5 - Browse repository at this point
Copy the full SHA e5d18e5View commit details -
Configuration menu - View commit details
-
Copy full SHA for 4bdb102 - Browse repository at this point
Copy the full SHA 4bdb102View commit details -
Configuration menu - View commit details
-
Copy full SHA for 7f048b8 - Browse repository at this point
Copy the full SHA 7f048b8View commit details
Commits on Jun 26, 2013
-
Configuration menu - View commit details
-
Copy full SHA for 5bbbbbe - Browse repository at this point
Copy the full SHA 5bbbbbeView commit details -
Configuration menu - View commit details
-
Copy full SHA for 1edd7d1 - Browse repository at this point
Copy the full SHA 1edd7d1View commit details -
Renamed
$SteamID->groups
to$SteamID->getUserGroupList
* Matches the WebAPI function name, while returning the Condenser group structure. * Also gave the array name of the Group ID for better searching.
Configuration menu - View commit details
-
Copy full SHA for 3193047 - Browse repository at this point
Copy the full SHA 3193047View commit details -
Change
$SteamID->fetchData()
DocumentationNow using the WebAPI, not the XML version.
Configuration menu - View commit details
-
Copy full SHA for 7946b42 - Browse repository at this point
Copy the full SHA 7946b42View commit details -
Configuration menu - View commit details
-
Copy full SHA for 1e5f0a3 - Browse repository at this point
Copy the full SHA 1e5f0a3View commit details
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.