Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/svgcard.py
Commit message (Collapse)AuthorAgeFilesLines
* Add combos to enable the user to change the font used in the cards. v2Gonzalo Odiard2012-04-171-2/+15
| | | | | | | | | | | | This work is based in the contributions of Flavio Danesse <fdanesse@activitycentral.com> and Ariel Calzada <ariel.calzada@gmail.com> The fonts are saved in the game file. v2: Solve error in add-pair, and initialization of card font in the CardEditor Signed-of-by: Gonzalo Odiard <gonzalo@laptop.org>
* Pep8 and pylint fixesGonzalo Odiard2011-09-161-24/+27
| | | | Signed-of-by: Gonzalo Odiard <gonzalo@laptop.org>
* Skip full flipping animation if second speaking card is correctAleksey Lim2009-10-171-8/+9
|
* More pylint cleanupSimon Schampijer2009-10-061-24/+39
|
* Initial implementation of Speak featuresAleksey Lim2009-07-141-34/+69
|
* Store speak props in Memorize objectsAleksey Lim2009-07-131-18/+30
|
* Do not guess tile text sizesAleksey Lim2009-07-101-97/+103
|
* tweak cards' font sizesAleksey Lim2009-01-241-6/+11
|
* make cardtable screen-resolution independentAleksey Lim2009-01-221-1/+1
|
* #6617 make "Create" tab screen-resolution independentAleksey Lim2009-01-211-1/+4
|
* Fix permissionsSimon Schampijer2008-11-131-3/+1
|
* Send game files over tubes do the other playersMuriel de Souza Godoi2007-10-291-240/+240
|
* Main release of create game mode. Game sharing is brokenMuriel de Souza Godoi2007-10-091-14/+37
|
* add create game icons, create game guidevelopMuriel de Souza Godoi2007-09-201-91/+75
| | | | New svgcard system using a cache to minimize memory usage.
* Fix for #3160: all games have a complete 6x6 gridMuriel de Souza Godoi2007-09-131-2/+2
|
* Basic interface (under development) for create game modeMuriel de Souza Godoi2007-09-111-9/+7
|
*