Notifications
Clear all

History log

51 Posts
1 Users
0 Likes
19.7 K Views
(@skaredcreations)
Posts: 804
Prominent Member Admin
Topic starter
 

List of features included in the latest release:

  • User Registration, Login and Custom Data
  • Friends/Buddies
  • Inventory storage
  • User Files storage
  • Leaderboards
  • Achievements

FRANCESCO CROCETTI @ SKARED CREATIONS

 
Posted : 12/04/2013 4:05 am
(@skaredcreations)
Posts: 804
Prominent Member Admin
Topic starter
 

Version 1.1:
- Implemented Inventory storage
- Implemented User Files storage
- Minor bug fixes

FRANCESCO CROCETTI @ SKARED CREATIONS

 
Posted : 26/04/2013 9:21 pm
(@skaredcreations)
Posts: 804
Prominent Member Admin
Topic starter
 

Version 1.1.2:
- The name of the defined constant CB_LeaderBoard_User::TABLE_NAME (in the web file /lib/CB_LeaderBoard_User.php) has been changed from CB_LeaderBoard_User to CB_Leaderboard_User to fix the execution of the SQL save statement for the MySql systems that have the case-sensitive setting enabled

FRANCESCO CROCETTI @ SKARED CREATIONS

 
Posted : 04/07/2013 4:26 pm
(@skaredcreations)
Posts: 804
Prominent Member Admin
Topic starter
 

Version 1.2.1:

  • implemented Achievements
  • added new member Email in CB_Account/CBUser
  • added support to email requirement during registration, unique/multiple-accounts per email, activation code by email

FRANCESCO CROCETTI @ SKARED CREATIONS

 
Posted : 20/11/2013 3:52 pm
(@skaredcreations)
Posts: 804
Prominent Member Admin
Topic starter
 

Version 1.4.0:

  • Added One-Time Token Security signatures to prevent spoofing attacks
  • Added new methods UserExists and DeleteUser
  • Minor changes to allow inheritance of all core classes

FRANCESCO CROCETTI @ SKARED CREATIONS

 
Posted : 24/04/2014 12:45 pm
(@skaredcreations)
Posts: 804
Prominent Member Admin
Topic starter
 

Version 1.4.2:

  • Fixed CustomData save/load when a value contains a JSON encoded string
  • Fixed dates read from Mail when the hours are past 12AM
  • Fixed inventory’s custom data store/read when name or value are enclosed within double quotes
  • Added new method LoadRandomUsers to retrieve a random list of users
  • Added new method ChangePassword to change the password of the currently logged account
  • Added new feature to share a UserFile with friends/everyone and possibility to increment fields View and Like for each one
  • Changed the method LoadUserFiles to filter shared files and add pagination

FRANCESCO CROCETTI @ SKARED CREATIONS

 
Posted : 13/06/2014 4:57 am
(@skaredcreations)
Posts: 804
Prominent Member Admin
Topic starter
 

Version 1.4.3:

  • Fixed saving of Account CustomData and Inventory CustomData on PHP older than 5.4

FRANCESCO CROCETTI @ SKARED CREATIONS

 
Posted : 11/07/2014 7:22 pm
(@skaredcreations)
Posts: 804
Prominent Member Admin
Topic starter
 

Version 1.4.4:

  • Added new Score Types for Leaderboards: Replace the best score per user; Replace the same score per user
  • Added new flag Allow anonymous for Leaderboards to allow old-style arcade games not requiring user registration/login
  • Added support to integrate GameCenter (Unity built-in Social) and Facebook SDK asset
  • Added new section Newsletters in the admin web site to send an email to all registered players (if they provided an email address)
  • Minor bug fixes

FRANCESCO CROCETTI @ SKARED CREATIONS

 
Posted : 18/09/2014 1:28 am
(@skaredcreations)
Posts: 804
Prominent Member Admin
Topic starter
 

Version 1.4.5:

  • Added new method CBManager.ResetPassword to send a code to the user's email to reset/change the password
  • Added override method CBManager.ChangePassword that accepts Username
  • CBManager.UpdateUserFile now sets the data in the passed object when it receives the response from the webservice
  • The web folder contains few samples of how your web pages can interact with our API
  • Minor fixes and changes

FRANCESCO CROCETTI @ SKARED CREATIONS

 
Posted : 22/10/2014 12:56 am
(@skaredcreations)
Posts: 804
Prominent Member Admin
Topic starter
 

Version 1.5.3:

Server

  • Fixed SQL statement filters in CB_UserFilesActivity::Load, CB_Mail::Load, CB_Mail::LoadUnread, CB_UserGroupAccount::Load
  • Logged users cannot send more than one Like to a UserFile
  • Web admin console: you can now see and change Email in Player Info

Unity

  • Fixed date/time conversion of CBNews.date from JSON

If you are upgrading from 1.5.2 then you will need to execute the following statement on your MySQL database:

ALTER TABLE `CB_UserFilesActivity` ADD COLUMN `Views` INT NOT NULL;

FRANCESCO CROCETTI @ SKARED CREATIONS

 
Posted : 31/03/2015 6:31 pm
(@skaredcreations)
Posts: 804
Prominent Member Admin
Topic starter
 
VERSION 2.0

 

Server

  • Implemented new classes CB_Account_Platform, CB_Tournament, CB_Tournament_CustomData, CB_Match, CB_Match_Account, CB_Match_CustomData, CB_Match_Round
  • Added support to unlimited number of account platforms to associate to Combu accounts (use PlatformKey to differentiate Facebook, GameCenter, etc.)
  • Added webservice to link an account to a platform account (external platforms like Facebook)
  • Implemented new webservices server/info, server/ping
  • Some webservices have been slitly modified to work with the new API
  • Improvement to the web Administration layout
  • You can now disable a player in the admin console and deny him to login
Database
  • New tables CB_Account_Platform, CB_Tournament, CB_Tournament_CustomData, CB_Match, CB_Match_Account, CB_Match_CustomData, CB_Match_Round
  • Removed fields in CB_Account: FacebookId, GameCenterId
  • Added fields in CB_Account: Enabled
Unity
  • The API has been completely refactored, CombuManager is the new main component (it replaces the old CBManager) and you can access to localUser, platform or any core class in the namespace Combu

The documentation of the new API is online at http://skaredcreations.com/api/combu/

FRANCESCO CROCETTI @ SKARED CREATIONS

 
Posted : 04/06/2015 3:30 pm
(@skaredcreations)
Posts: 804
Prominent Member Admin
Topic starter
 
VERSION 2.0.1
 

Unity

  • Fixed account creation: password is now sent encrypted

FRANCESCO CROCETTI @ SKARED CREATIONS

 
Posted : 06/06/2015 7:38 pm
(@skaredcreations)
Posts: 804
Prominent Member Admin
Topic starter
 
VERSION 2.0.2

 

Unity

  • Fixed account update: Id of logged user is now correctly sent

FRANCESCO CROCETTI @ SKARED CREATIONS

 
Posted : 08/06/2015 11:20 pm
(@skaredcreations)
Posts: 804
Prominent Member Admin
Topic starter
 
VERSION 2.0.3

 

Server:

  • Fixed issue in Inventory.Load webservice

FRANCESCO CROCETTI @ SKARED CREATIONS

 
Posted : 01/07/2015 9:23 pm
(@skaredcreations)
Posts: 804
Prominent Member Admin
Topic starter
 
VERSION 2.0.4

 

Server:

  • Added sample code in users/wsCreate and users/wsLoginPlatform to add starting inventory to new users

FRANCESCO CROCETTI @ SKARED CREATIONS

 
Posted : 01/07/2015 9:24 pm
Page 1 / 4
Share: