![]() |
2010-01-18
, 19:22
|
Posts: 287 |
Thanked: 165 times |
Joined on Oct 2009
@ The Netherlands
|
#2
|
![]() |
2010-01-18
, 19:30
|
|
Posts: 251 |
Thanked: 131 times |
Joined on Oct 2009
@ USA
|
#3
|
Thanks for optifying it. It works but it's basic. Is there any way to save the state on exit so that you can continue the game later?
![]() |
2010-01-19
, 00:36
|
|
Posts: 199 |
Thanked: 54 times |
Joined on Nov 2009
@ Canada
|
#4
|
![]() |
2010-01-19
, 00:49
|
|
Posts: 251 |
Thanked: 131 times |
Joined on Oct 2009
@ USA
|
#5
|
There's a bug I think...only aces are supposed to be placed in the four home cells in the upper right. Right now I can place any card.
![]() |
2010-01-19
, 03:57
|
|
Posts: 251 |
Thanked: 131 times |
Joined on Oct 2009
@ USA
|
#6
|
There's a bug I think...only aces are supposed to be placed in the four home cells in the upper right. Right now I can place any card.
if (srcSuit == dstSuit and (dstNumCards <= 0 or srcCardVal == dstCardVal + 1)):
if (srcSuit == dstSuit and (srcCardVal == dstCardVal + 1)):
The Following 3 Users Say Thank You to jkq For This Useful Post: | ||
![]() |
2010-01-20
, 06:11
|
|
Posts: 251 |
Thanked: 131 times |
Joined on Oct 2009
@ USA
|
#7
|
Is there any way to save the state on exit so that you can continue the game later?
There's a bug I think...only aces are supposed to be placed in the four home cells in the upper right. Right now I can place any card.
![]() |
2010-01-20
, 06:48
|
Posts: 287 |
Thanked: 165 times |
Joined on Oct 2009
@ The Netherlands
|
#8
|
![]() |
2010-01-20
, 12:08
|
|
Posts: 2,853 |
Thanked: 968 times |
Joined on Nov 2005
|
#9
|
The Following User Says Thank You to fpp For This Useful Post: | ||
![]() |
2010-01-20
, 18:24
|
|
Posts: 2,050 |
Thanked: 1,425 times |
Joined on Dec 2009
@ Bucharest
|
#10
|
extras-devel, and promoted it to extras-testing just nowthe extras repository. It is opt-ified.All changes are listed below.
Enjoy!
-jkq
Changelog:
1.0.0-fremantle6:
* Fixed directory permissions for ~/.freecell4maemo
* WARNING: If a saved game created by a version before 1.0.0-fremantle5 exists, it will be deleted on installation!
1.0.0-fremantle5:
* Added version number to "About" menu item (bug #8680)
* Added (missing) dependency on python-osso package
* Added "Auto Move to Stacks" menu item
* Disallow undo after current game is won
* Tweaked graphics for aces and twos to show suit when underneath other cards (bug #9119)
1.0.0-fremantle4 (in extras):
* Added bugtracker field to debian control file
1.0.0-fremantle3:
* Actually implement the fix listed in the previous changelog entry. Argh.
1.0.0-fremantle2:
* Don't save state if the game is won
1.0.0-fremantle1:
* Fixed bug where you could move any card to the ace pile initially
* New feature: save state on exit and resume on startup
1.0.0-fremantle0:
* Initial release of port
Class .. : Quiet One
Humor .. : [*********-] Alignment: Chaotic Good
Patience : [******----] Weapon(s): Python scripts
Agro ... : [***-------] Relic(s) : N900
Last edited by jkq; 2010-02-21 at 00:46. Reason: submitted new version