Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/player.py
Commit message (Collapse)AuthorAgeFilesLines
* Collaboration: allow multiple users in the same XOManuel Kaufmann2012-04-201-10/+14
| | | | | | | | | | | | | | | | This is a workaround to the problem with the real nick on a jabber server[1]. Now, we are using the unique identifier (mesh.my_handle or event.handle) for each player in the game plus a "-%d" at the end of the uid. This value (Player.uid) is added only when the Activity is shared otherwise this field is None. This new workaround allow to distinguish between many users (up to 3) for each XO laptop -using the gamepad keys. [1] http://dev.laptop.org/ticket/10750 Signed-off-by: Manuel Kaufmann <humitos@gmail.com> Signed-off-by: Rafael Ortiz <rafael@activitycentral.com>
* pep8 fixv18Rafael Ortiz2012-04-161-1/+1
|
* This patch fix the bug, accent nicknames are not displayed wellAriel Calzada2012-04-161-8/+10
| | | | | | | This patch is for fixing the bug in the display of nicknames with accents like áéíóúñ in maze activity Signed-off-by: Rafael Ortiz <rafael@activitycentral.com>
* coding utf-8 fixesRafael Ortiz2012-04-101-1/+3
|
* Ordering filesRafael Ortiz2011-05-131-0/+135