| View previous topic :: View next topic |
| Author |
Message |
Christophe Théron

Joined: 11 Mar 2006 Posts: 815 Location: Guadeloupe (french caribbean island)
|
Post subject: Re: Daily iPhone chess programs releases Posted: Wed Mar 09, 2011 4:00 pm |
|
|
| JuLieN wrote: |
| tiger wrote: |
| Are you half-joking by saying 10 minutes or is there really a compilation option I missed that would allow to display the hish-resolution graphics on the iPad? |
Yes, I was half joking, because it doesn't take 10mn, it takes one second. So, YES, you missed an option.
| Quote: |
Configuring Your Xcode Project
The first step to creating a universal application is to configure your Xcode project. If you are creating a new project, you can create a universal application using the Window-based application template. If you are updating an existing project, you can use Xcode’s Upgrade Current Target for iPad command to update your project:
Open your Xcode project.
In the Targets section, select the target you want to update to a universal application.
Select Project > Upgrade Current Target for iPad and follow the prompts to create one universal application.
Xcode updates your project by modifying several build settings to support both iPhone and iPad.
Important: You should always use the Upgrade Current Target for iPad command to migrate existing projects. Do not try to migrate files manually. |
(This is right from Apple's "About iOS Application Design" PDF, and I tested it, it works like a charm.).
This will create a new xib and plist for the iPAd in your project and from that your App will automatically use either iPhone's ones or the iPad's ones according to which device it detects it's running on. But you'll want to edit the iPad's xib file to make it look a bit more like a real iPad application of course (and make sure you use the good set of graphics, for instance) : that's where the 10mn will get handy.
|
I must definitely have a look at this.
Thank you Julien.
| Quote: |
| tiger wrote: |
Brothers and sisters, listen to me: Objective-C on iOS is a bitch, and you'd better stay away from it. At least until it gets decent garbage collection. |
Christophe, I can't let you give such a tip to beginners: YES, Objective C is a bitch (in the beginning) on iOS, because of the manual memory management, but I did the same error than you did in the beginning: I tried to stick to my usual language (free pascal) as it had an iOS declination, but I ran in a lots of trouble with it: it's never up to date to the latest iOS version, it's a nightmare to get it signed by the keychain and so on. Objective C is hard to learn but it's Apple's natural language, and it pays off in the long run to learn it. Besides, after a while, you come to like Objective C. But I'm sure your sentence was meant like a big cry from the heart for the painful hours of learning, right?  |
It's not that hard to learn actually.
It's that just when you think you master it just enough to build a decent application, it bites you with a memory management nightmare.
I appreciate that the language has evolved and that it has very solid foundations. It has definitely avoided obsolescence status thanks to several additions
It's acceptable with GC. I could even consider settling for it for other developments if only it was correctly supported under Linux and Windows. Which it is NOT and I have tried: there is no living Objective-C ecosystem outside of Apple.
But there is no way I would prefer it over C# with a grain of C.
Objective-C without GC is not doing Apple any favor. They must have good reasons for this and I'm pretty sure they will add GC in iOS in the (hopefully near) future.
And it will be good.
// Christophe |
|
| Back to top |
|
 |
|
| Subject |
Author |
Date/Time |
Daily iPhone chess programs releases |
Julien MARCEL |
Tue Mar 08, 2011 1:36 pm |
Re: Daily iPhone chess programs releases |
Ted Summers |
Tue Mar 08, 2011 1:48 pm |
Re: Daily iPhone chess programs releases |
Dom Leste |
Tue Mar 08, 2011 2:43 pm |
Re: Daily iPhone chess programs releases |
Christophe Théron |
Tue Mar 08, 2011 5:53 pm |
Re: Daily iPhone chess programs releases |
Julien MARCEL |
Tue Mar 08, 2011 7:13 pm |
Re: Daily iPhone chess programs releases |
Tord Romstad |
Tue Mar 08, 2011 8:02 pm |
Re: Daily iPhone chess programs releases |
Don Dailey |
Fri Feb 17, 2012 7:20 pm |
Re: Daily iPhone chess programs releases |
Tord Romstad |
Tue Mar 08, 2011 7:49 pm |
Re: Daily iPhone chess programs releases |
Julien MARCEL |
Tue Mar 08, 2011 8:12 pm |
Re: Daily iPhone chess programs releases |
Christophe Théron |
Wed Mar 09, 2011 8:25 am |
Re: Daily iPhone chess programs releases |
Julien MARCEL |
Wed Mar 09, 2011 10:57 am |
Re: Daily iPhone chess programs releases |
Christophe Théron |
Wed Mar 09, 2011 4:00 pm |
Re: Daily iPhone chess programs releases |
Tord Romstad |
Wed Mar 09, 2011 8:18 pm |
Re: Daily iPhone chess programs releases |
Christophe Théron |
Wed Mar 09, 2011 10:01 am |
Re: Daily iPhone chess programs releases |
Tord Romstad |
Wed Mar 09, 2011 8:41 pm |
Re: Daily iPhone chess programs releases |
Tom Giampietro |
Wed Mar 09, 2011 2:06 am |
Re: Daily iPhone chess programs releases |
Christophe Théron |
Wed Mar 09, 2011 10:40 am |
Re: Daily iPhone chess programs releases |
Tom Giampietro |
Wed Mar 09, 2011 1:44 pm |
Re: Daily iPhone chess programs releases |
Julien MARCEL |
Wed Mar 09, 2011 4:00 pm |
Re: Daily iPhone chess programs releases |
Christophe Théron |
Wed Mar 09, 2011 4:08 pm |
Re: Daily iPhone chess programs releases |
Julien MARCEL |
Wed Mar 09, 2011 4:11 pm |
Re: Daily iPhone chess programs releases |
Albert Silver |
Wed Mar 09, 2011 4:37 pm |
Re: Daily iPhone chess programs releases |
Steve Maughan |
Wed Mar 09, 2011 2:44 am |
Re: Daily iPhone chess programs releases |
Alex Brown |
Wed Mar 09, 2011 6:39 am |
Re: Daily iPhone chess programs releases |
Christophe Théron |
Wed Mar 09, 2011 10:52 am |
Re: Daily iPhone chess programs releases |
Robert Flesher |
Wed Mar 09, 2011 1:04 pm |
Re: Daily iPhone chess programs releases |
Dom Leste |
Wed Mar 09, 2011 7:38 am |
Re: Daily iPhone chess programs releases |
Christophe Théron |
Wed Mar 09, 2011 10:43 am |
Re: Daily iPhone chess programs releases |
Kaj Soderberg |
Wed Mar 09, 2011 8:57 pm |
Re: Daily iPhone chess programs releases |
Christophe Théron |
Thu Mar 10, 2011 2:02 am |
Re: Daily iPhone chess programs releases |
S.Taylor |
Wed Mar 09, 2011 9:55 pm |
Re: Daily iPhone chess programs releases |
Christophe Théron |
Thu Mar 10, 2011 2:04 am |
Re: Daily iPhone chess programs releases |
Stefan Brettschneider |
Tue Mar 15, 2011 6:58 pm |
Re: Daily iPhone chess programs releases |
Julien MARCEL |
Tue Mar 15, 2011 10:38 pm |
Re: Daily iPhone chess programs releases |
Tom Giampietro |
Tue Mar 15, 2011 11:53 pm |
Re: Daily iPhone chess programs releases |
Alex Brown |
Wed Mar 16, 2011 1:03 am |
Re: Daily iPhone chess programs releases |
Tord Romstad |
Wed Mar 16, 2011 8:32 am |
Re: Daily iPhone chess programs releases |
Steve Maughan |
Wed Mar 16, 2011 1:00 pm |
Re: Daily iPhone chess programs releases |
Tord Romstad |
Wed Mar 16, 2011 3:18 pm |
Re: Daily iPhone chess programs releases |
Tom Giampietro |
Wed Mar 16, 2011 4:00 pm |
Re: Daily iPhone chess programs releases |
Julien MARCEL |
Thu Mar 17, 2011 11:43 am |
Re: Daily iPhone chess programs releases |
Tord Romstad |
Wed Mar 16, 2011 7:48 am |
Re: Daily iPhone chess programs releases |
Alex Brown |
Thu Mar 17, 2011 1:38 pm |
Re: Daily iPhone chess programs releases |
Tord Romstad |
Fri Mar 18, 2011 1:21 pm |
Re: Daily iPhone chess programs releases |
Julien MARCEL |
Sat Mar 26, 2011 1:44 pm |
Re: Daily iPhone chess programs releases |
Dr.Wael Deeb |
Sat Mar 26, 2011 3:35 pm |
Re: Daily iPhone chess programs releases |
Stefan Brettschneider |
Sat Mar 26, 2011 4:01 pm |
Re: Daily iPhone chess programs releases |
Julien MARCEL |
Sat Mar 26, 2011 4:04 pm |
Re: Daily iPhone chess programs releases |
Julien MARCEL |
Mon Mar 28, 2011 9:52 am |
Re: Daily iPhone chess programs releases |
Alex Brown |
Mon Mar 28, 2011 11:31 pm |
ChessTiger Update |
Stefan Brettschneider |
Sat Apr 09, 2011 1:56 pm |
Re: ChessTiger Update |
Alex Brown |
Sat Apr 09, 2011 8:32 pm |
Re: ChessTiger Update |
Christophe Théron |
Sun Apr 10, 2011 12:13 am |
Re: ChessTiger Update |
Tom Giampietro |
Sun Apr 10, 2011 12:38 am |
Re: ChessTiger Update |
Julien MARCEL |
Sun Apr 10, 2011 12:50 am |
Re: ChessTiger Update |
Christophe Théron |
Sun Apr 10, 2011 2:50 am |
Re: ChessTiger Update |
Justin Blanchard |
Sun Apr 10, 2011 1:18 am |
Re: ChessTiger Update |
Christophe Théron |
Sun Apr 10, 2011 2:59 am |
Re: ChessTiger Update |
Justin Blanchard |
Sun Apr 10, 2011 3:59 am |
Re: ChessTiger Update |
Mike Scheidl |
Sun Apr 10, 2011 5:03 am |
Re: ChessTiger Update |
Christophe Théron |
Sun Apr 10, 2011 6:59 am |
Re: ChessTiger Update |
Mike Scheidl |
Sun Apr 10, 2011 4:15 pm |
Re: ChessTiger Update |
Christophe Théron |
Sun Apr 10, 2011 7:05 pm |
Re: ChessTiger Update |
Mike Scheidl |
Sun Apr 10, 2011 11:40 pm |
Re: ChessTiger Update |
Christophe Théron |
Tue Apr 12, 2011 2:14 am |
Re: ChessTiger Update |
Albert Silver |
Sun Apr 10, 2011 5:17 am |
Re: ChessTiger Update |
Christophe Théron |
Sun Apr 10, 2011 7:12 am |
Re: ChessTiger Update |
Tom Giampietro |
Sun Apr 10, 2011 7:21 am |
Re: ChessTiger Update |
Christophe Théron |
Sun Apr 10, 2011 8:46 am |
Re: ChessTiger Update |
Tom Giampietro |
Sun Apr 10, 2011 5:45 pm |
Re: ChessTiger Update |
Miguel A. Ballicora |
Sun Apr 10, 2011 2:36 pm |
Re: ChessTiger Update |
Christophe Théron |
Sun Apr 10, 2011 6:49 pm |
Re: ChessTiger Update |
Tord Romstad |
Sun Apr 10, 2011 8:06 pm |
Re: ChessTiger Update |
Christophe Théron |
Tue Apr 12, 2011 2:20 am |
Re: ChessTiger Update |
M ANSARI |
Wed Apr 13, 2011 2:50 am |
Re: ChessTiger Update |
Christophe Théron |
Wed Apr 13, 2011 4:49 am |
Re: ChessTiger Update |
Milos Stanisavljevic |
Wed Apr 13, 2011 11:40 pm |
Re: ChessTiger Update |
M ANSARI |
Thu Apr 14, 2011 3:40 am |
Re: ChessTiger Update |
Christophe Théron |
Thu Apr 14, 2011 8:49 am |
Re: ChessTiger Update |
Julien MARCEL |
Thu Apr 14, 2011 5:17 pm |
Re: ChessTiger Update |
Steve Maughan |
Thu Apr 14, 2011 6:32 pm |
Re: ChessTiger Update |
Julien MARCEL |
Thu Apr 14, 2011 6:36 pm |
Re: ChessTiger Update |
Steve Maughan |
Thu Apr 14, 2011 6:52 pm |
Re: ChessTiger Update |
Julien MARCEL |
Thu Apr 14, 2011 7:07 pm |
Re: ChessTiger Update |
Albert Silver |
Thu Apr 14, 2011 7:17 pm |
Re: ChessTiger Update |
Alex Brown |
Fri Apr 15, 2011 3:09 am |
Re: ChessTiger Update |
M ANSARI |
Fri Apr 15, 2011 6:02 am |
Re: ChessTiger Update |
Steve Maughan |
Fri Apr 15, 2011 12:25 pm |
Re: ChessTiger Update |
Christophe Théron |
Fri Apr 15, 2011 1:55 pm |
Re: ChessTiger Update |
Steve Maughan |
Fri Apr 15, 2011 2:24 pm |
Re: ChessTiger Update |
Kaj Soderberg |
Fri Apr 15, 2011 4:04 pm |
Re: ChessTiger Update |
Christophe Théron |
Sun Apr 17, 2011 12:44 am |
Re: ChessTiger Update |
Alex Brown |
Sun Apr 17, 2011 5:50 am |
Re: ChessTiger Update |
Christophe Théron |
Sun Apr 17, 2011 9:31 am |
Re: ChessTiger Update |
Robert Flesher |
Tue Apr 19, 2011 8:25 pm |
Re: ChessTiger Update |
Christophe Théron |
Wed Apr 20, 2011 12:29 am |
Re: ChessTiger Update |
Christophe Théron |
Sun Apr 17, 2011 9:25 am |
Re: ChessTiger Update |
Tord Romstad |
Mon Apr 18, 2011 7:33 am |
Re: ChessTiger Update |
Justin Blanchard |
Tue Apr 19, 2011 8:37 pm |
Re: ChessTiger Update |
Tom Giampietro |
Mon Apr 18, 2011 12:32 pm |
Re: ChessTiger Update |
Tord Romstad |
Mon Apr 18, 2011 1:57 pm |
Re: ChessTiger Update |
Christophe Théron |
Tue Apr 19, 2011 9:45 am |
Re: ChessTiger Update |
Christophe Théron |
Tue Apr 19, 2011 9:24 am |
Re: ChessTiger Update |
Tom Giampietro |
Tue Apr 19, 2011 1:04 pm |
Re: ChessTiger Update |
Justin Blanchard |
Tue Apr 19, 2011 8:40 pm |
Re: ChessTiger Update |
Christophe Théron |
Wed Apr 20, 2011 1:36 am |
Re: ChessTiger Update |
Dom Leste |
Wed Apr 20, 2011 5:44 am |
Re: ChessTiger Update |
Christophe Théron |
Fri Apr 22, 2011 12:36 am |
Re: ChessTiger Update |
Steve Maughan |
Wed Apr 20, 2011 12:26 pm |
Re: ChessTiger Update |
Ricardo Barreira |
Wed Apr 20, 2011 9:40 pm |
Re: ChessTiger Update |
Steve Maughan |
Wed Apr 20, 2011 10:26 pm |
Re: ChessTiger Update |
Christophe Théron |
Fri Apr 22, 2011 1:38 am |
Re: ChessTiger Update |
Justin Blanchard |
Wed Apr 20, 2011 11:55 pm |
Re: ChessTiger Update |
Julien MARCEL |
Thu Apr 21, 2011 12:02 am |
Re: ChessTiger Update |
Christophe Théron |
Fri Apr 22, 2011 1:00 am |
Re: ChessTiger Update |
Tord Romstad |
Mon Apr 18, 2011 7:23 am |
Re: ChessTiger Update |
Steve Maughan |
Mon Apr 18, 2011 2:01 pm |
Re: ChessTiger Update |
M ANSARI |
Sat Apr 16, 2011 6:57 am |
Re: ChessTiger Update |
Tord Romstad |
Mon Apr 18, 2011 7:15 am |
Re: ChessTiger Update |
Christophe Théron |
Tue Apr 19, 2011 9:50 am |
Re: ChessTiger Update |
Julien MARCEL |
Tue Apr 19, 2011 10:11 am |
Re: ChessTiger Update |
George Bodkin |
Wed Apr 20, 2011 10:58 pm |
Re: ChessTiger Update |
George Bodkin |
Wed Apr 20, 2011 11:19 pm |
Re: ChessTiger Update |
Tom Giampietro |
Tue Apr 19, 2011 1:10 pm |
Re: ChessTiger Update |
Christophe Théron |
Wed Apr 20, 2011 4:05 am |
Re: ChessTiger Update |
Josh Manion |
Wed Apr 20, 2011 5:32 am |
Re: ChessTiger Update |
Christophe Théron |
Fri Apr 22, 2011 1:42 am |
Re: ChessTiger Update |
Tom Giampietro |
Wed Apr 20, 2011 1:33 pm |
Re: ChessTiger Update |
Christophe Théron |
Fri Apr 22, 2011 1:44 am |
Re: ChessTiger Update |
Luis Smith |
Fri Apr 22, 2011 2:41 am |
Re: ChessTiger Update |
Tom Giampietro |
Fri Apr 22, 2011 2:54 am |
Re: ChessTiger Update |
Christophe Théron |
Sat Apr 23, 2011 2:56 am |
Re: ChessTiger Update |
Miguel A. Ballicora |
Sun Apr 10, 2011 2:37 pm |
Re: Daily iPhone chess programs releases |
Julien MARCEL |
Thu Apr 28, 2011 10:02 pm |
Re: Daily iPhone chess programs releases |
Christophe Théron |
Fri Apr 29, 2011 2:38 am |
Re: Daily iPhone chess programs releases |
Julien MARCEL |
Wed May 11, 2011 5:56 pm |
Re: Daily iPhone chess programs releases |
Julien MARCEL |
Tue May 17, 2011 1:31 pm |
Re: Daily iPhone chess programs releases |
Julien MARCEL |
Fri May 20, 2011 10:07 am |
Re: Daily iPhone chess programs releases |
Julien MARCEL |
Sat Nov 05, 2011 11:22 am |
Re: Daily iPhone chess programs releases |
Julien MARCEL |
Mon Nov 21, 2011 5:14 pm |
Re: Daily iPhone chess programs releases |
Julien MARCEL |
Fri Dec 02, 2011 1:58 am |
Re: Daily iPhone chess programs releases |
Stefan Brettschneider |
Fri Dec 02, 2011 7:20 pm |
Re: Daily iPhone chess programs releases |
Julien MARCEL |
Fri Dec 02, 2011 8:10 pm |
Re: Daily iPhone chess programs releases |
Ralph Stoesser |
Fri Dec 02, 2011 9:29 pm |
Re: Daily iPhone chess programs releases |
Tord Romstad |
Fri Dec 02, 2011 10:36 pm |
Re: Daily iPhone chess programs releases |
Julien MARCEL |
Fri Dec 02, 2011 10:51 pm |
Re: Daily iPhone chess programs releases |
Stefan Brettschneider |
Sat Dec 03, 2011 5:36 pm |
Re: Daily iPhone chess programs releases |
Alex Brown |
Thu Dec 15, 2011 3:24 am |
Re: Daily iPhone chess programs releases |
Julien MARCEL |
Thu Dec 22, 2011 1:06 am |
Re: Daily iPhone chess programs releases |
Julien MARCEL |
Thu Dec 22, 2011 2:36 am |
Re: Daily iPhone chess programs releases |
cambrose |
Thu Dec 22, 2011 8:00 pm |
Re: Daily iPhone chess programs releases |
Julien MARCEL |
Thu Dec 22, 2011 8:12 pm |
Re: Daily iPhone chess programs releases |
cambrose |
Thu Dec 22, 2011 8:54 pm |
Re: Daily iPhone chess programs releases |
Julien MARCEL |
Sat Dec 24, 2011 12:18 am |
Re: Daily iPhone chess programs releases |
cambrose |
Fri Dec 30, 2011 7:03 pm |
Re: Daily iPhone chess programs releases |
George Speight |
Sat Dec 31, 2011 3:50 am |
Re: Daily iPhone chess programs releases |
Julien MARCEL |
Fri Feb 17, 2012 5:04 pm |
Re: Daily iPhone chess programs releases |
Alex Brown |
Sat Feb 18, 2012 4:05 am |
Re: Daily iPhone chess programs releases |
Bryan Whitby |
Sat Feb 18, 2012 1:36 pm |
Re: Daily iPhone chess programs releases |
Alex Brown |
Sun Feb 19, 2012 6:07 am |
Re: Daily iPhone chess programs releases |
Julien MARCEL |
Sun Feb 19, 2012 10:13 pm |
Re: Daily iPhone chess programs releases |
Julien MARCEL |
Wed Feb 22, 2012 12:33 am |
Re: Daily iPhone chess programs releases |
Christophe Théron |
Wed Feb 22, 2012 2:36 am |
Re: Daily iPhone chess programs releases |
Steve Maughan |
Wed Feb 22, 2012 2:45 am |
Re: Daily iPhone chess programs releases |
Alex Brown |
Wed Feb 22, 2012 2:53 am |
Re: Daily iPhone chess programs releases |
Steve Maughan |
Wed Feb 22, 2012 2:58 am |
Re: Daily iPhone chess programs releases |
Christophe Théron |
Wed Feb 22, 2012 12:38 pm |
Re: Daily iPhone chess programs releases |
Alex Brown |
Wed Feb 22, 2012 2:46 am |
Re: Daily iPhone chess programs releases |
Christophe Théron |
Wed Feb 22, 2012 12:39 pm |
Re: Daily iPhone chess programs releases |
Julien MARCEL |
Wed Feb 22, 2012 10:09 am |
Re: Daily iPhone chess programs releases |
Christophe Théron |
Wed Feb 22, 2012 12:54 pm |
Re: Daily iPhone chess programs releases |
Martin Sedlak |
Wed Feb 22, 2012 1:10 pm |
Re: Daily iPhone chess programs releases |
Don Dailey |
Wed Feb 22, 2012 1:27 pm |
Re: Daily iPhone chess programs releases |
Martin Sedlak |
Wed Feb 22, 2012 2:09 pm |
Re: Daily iPhone chess programs releases |
Steve Maughan |
Wed Feb 22, 2012 2:10 pm |
Re: Daily iPhone chess programs releases |
Christophe Théron |
Wed Feb 22, 2012 11:43 pm |
Re: Daily iPhone chess programs releases |
Christophe Théron |
Wed Feb 22, 2012 11:38 pm |
Re: Daily iPhone chess programs releases |
Christophe Théron |
Wed Feb 22, 2012 12:57 pm |
Re: Daily iPhone chess programs releases |
Alfonso Renati |
Sun Mar 04, 2012 8:57 am |
Re: Daily iPhone chess programs releases |
Julien MARCEL |
Sun Mar 04, 2012 9:23 am |
Re: Daily iPhone chess programs releases |
Alfonso Renati |
Sun Mar 04, 2012 11:45 am |
Re: Daily iPhone chess programs releases |
Tom Giampietro |
Wed Apr 18, 2012 7:03 pm |
Re: Daily iPhone chess programs releases |
Julien MARCEL |
Wed Apr 18, 2012 7:26 pm |
Re: Daily iPhone chess programs releases |
Tom Giampietro |
Thu Apr 19, 2012 3:56 am |
Re: Daily iPhone chess programs releases |
Julien MARCEL |
Fri Apr 20, 2012 8:41 am |
Re: Daily iPhone chess programs releases |
Julien MARCEL |
Tue May 01, 2012 2:44 pm |
Re: Daily iPhone chess programs releases |
Ted Wong |
Tue May 01, 2012 11:41 pm |
Re: Daily iPhone chess programs releases |
Julien MARCEL |
Tue May 01, 2012 11:50 pm |
Re: Daily iPhone chess programs releases |
Alex Brown |
Wed May 02, 2012 1:18 am |
Re: Daily iPhone chess programs releases |
Ted Wong |
Wed May 02, 2012 1:27 am |
Re: Daily iPhone chess programs releases |
Alex Brown |
Wed May 02, 2012 2:18 am |
Re: Daily iPhone chess programs releases |
Julien MARCEL |
Fri Jun 08, 2012 9:57 pm |
Re: Daily iPhone chess programs releases |
Julien MARCEL |
Thu Jul 19, 2012 12:05 pm |
Re: Daily iPhone chess programs releases |
Rémi Coulom |
Thu Jul 19, 2012 1:06 pm |
Re: Daily iPhone chess programs releases |
Rémi Coulom |
Thu Jul 19, 2012 3:05 pm |
Re: Daily iPhone chess programs releases |
Martin Sedlak |
Tue Jul 24, 2012 1:03 pm |
Re: Daily iPhone chess programs releases |
Stefan Brettschneider |
Wed Jul 25, 2012 2:42 pm |
Re: Daily iPhone chess programs releases |
Julien MARCEL |
Wed Jul 25, 2012 3:24 pm |
Re: Daily iPhone chess programs releases |
Martin Sedlak |
Wed Jul 25, 2012 8:07 pm |
Re: Daily iPhone chess programs releases |
Tom Giampietro |
Thu Jul 26, 2012 2:31 pm |
Re: Daily iPhone chess programs releases |
Stefan Brettschneider |
Mon Jul 30, 2012 12:21 pm |
Re: Daily iPhone chess programs releases |
Julien MARCEL |
Thu Aug 02, 2012 8:47 am |
Re: Daily iPhone chess programs releases |
Ted Wong |
Thu Aug 02, 2012 9:40 am |
Re: Daily iPhone chess programs releases |
Julien MARCEL |
Thu Aug 02, 2012 9:46 am |
Re: Daily iPhone chess programs releases |
Ted Wong |
Thu Aug 02, 2012 9:52 am |
Re: Daily iPhone chess programs releases |
Julien MARCEL |
Thu Aug 02, 2012 10:01 am |
Re: Daily iPhone chess programs releases |
Bryan Whitby |
Thu Aug 02, 2012 2:51 pm |
Re: Daily iPhone chess programs releases |
Ingo Bauer |
Thu Aug 02, 2012 4:34 pm |
Re: Daily iPhone chess programs releases |
Julien MARCEL |
Thu Aug 02, 2012 5:06 pm |
Re: Daily iPhone chess programs releases |
Ingo Bauer |
Thu Aug 02, 2012 10:17 pm |
Re: Daily iPhone chess programs releases |
Juan Molina |
Wed Jul 25, 2012 8:52 pm |
Re: Daily iPhone chess programs releases |
O. Veli |
Thu Jul 26, 2012 1:23 pm |
Re: Daily iPhone chess programs releases |
Stefan Brettschneider |
Fri Jul 27, 2012 6:44 am |
Re: Daily iPhone chess programs releases |
Julien MARCEL |
Sun Jul 29, 2012 8:02 pm |
Re: Daily iPhone chess programs releases |
Tom Giampietro |
Sun Jul 29, 2012 9:27 pm |
Re: Daily iPhone chess programs releases |
Julien MARCEL |
Sun Dec 30, 2012 12:52 am |
Re: Daily iPhone chess programs releases |
Julien MARCEL |
Mon Jan 21, 2013 8:36 pm |
Re: Daily iPhone chess programs releases |
Ted Wong |
Tue Jan 22, 2013 3:12 am |
|
You cannot post new topics in this forum You cannot reply to topics in this forum You cannot edit your posts in this forum You cannot delete your posts in this forum You cannot vote in polls in this forum
|
|