Skip to content

Commit

Permalink
Merge pull request #1 from playgameservices/master
Browse files Browse the repository at this point in the history
Rebasing to match playgameservices
  • Loading branch information
claywilkinson committed May 12, 2015
2 parents 33dde89 + b4b0268 commit 97c1132
Show file tree
Hide file tree
Showing 380 changed files with 44,054 additions and 12,804 deletions.
22 changes: 22 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,26 @@

siteconfig-DO-NOT-COMMIT/

source/build/

StyleCop.Cache
StyleCop.Cache.meta


**/ProjectSettings/GooglePlayGameSettings.txt

**/build/intermediates/

samples/**/obj

samples/**/Temp

samples/**/Assets/GooglePlayGames/
samples/**/Assets/GooglePlayGames.meta
samples/**/Assets/Plugins.meta
samples/**/Assets/Plugins/
samples/**/Library/
samples/**/Library.meta

source/PluginDev/ProjectSettings/GraphicsSettings.asset
source/PluginDev/ProjectSettings/NavMeshAreas.asset
14 changes: 14 additions & 0 deletions CHANGELOG.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,17 @@
2015-05-01 Version 0.9.20 (codename: ewokian)
New Features:
* Support for Events and Quests
* Support for Nearby Connections
Bug Fixes:
* #275 Plugin crashes when sending invite for iOS RTMP
* #326 Not always receiving invitations in iOS
* #363 Save Games not working on iOS
* #375 Authentication Return calls before initialization done
* #379 OnPeersDisconnected(string[] participantIds) is never called
* #443 ERROR_NOT_AUTHORIZED on re-login
* #453 NO_GPGS causes unreachable code warnings
* #454 Error building Player: IOException: android-support-v4.jar already exists

Version 0.9.15 (codename: auto-dogey5)
New Features:
* #276 Added support for excluding Google Play Game Services for iOS build (NO_GPGS)
Expand Down
Loading

0 comments on commit 97c1132

Please sign in to comment.