Re: [E-devel] elitaire - an efl based solitaire

2005-06-16 Thread Nathan Ingersoll
That's the correct place to add the cast. There was another bug that caused a segfault, when picking a game. I'll see if I can find what I changed. On 6/16/05, Massimo Maiurana <[EMAIL PROTECTED]> wrote: > Il giorno Wed, 15 Jun 2005 19:11:49 +0200 Tilman scrisse: > > > Massimo Maiurana <[EMAIL PR

Re: [E-devel] elitaire - an efl based solitaire

2005-06-16 Thread Massimo Maiurana
Il giorno Wed, 15 Jun 2005 19:11:49 +0200 Tilman scrisse: > Massimo Maiurana <[EMAIL PROTECTED]> [2005-06-14 21:34]: > > I've just downloaded it, but trying to make I get this error: > > [...] > > Read Nathan's reply ;) ok, but where exactly should I add the cast? I'm not a coder, so I tried to

Re: [E-devel] elitaire - an efl based solitaire

2005-06-15 Thread Peter Wehrfritz
Nathan Ingersoll schrieb: >To get this to build on OSX, I had to cast add a cast to (double) on >line 926 of elitaire_card.cpp > > thanks >On 6/13/05, Peter Wehrfritz <[EMAIL PROTECTED]> wrote: > > >>Daniel Kozlowski schrieb: >> >> >> >>>Well i said this before but i don't think it made i

Re: [E-devel] elitaire - an efl based solitaire

2005-06-15 Thread Peter Wehrfritz
Bertrand Jacquin schrieb: >You think good :) That's what I wanted to say, I'm a beginner in >autotools and see like that is exige > >:) >beber > > I'm a beginner, too :-) . But it seems to be worth to learn it now. >On 6/14/05, Andrew Elcock <[EMAIL PROTECTED]> wrote: > > >>why not >> >>PACKA

Re: [E-devel] elitaire - an efl based solitaire

2005-06-15 Thread Tilman Sauerbeck
Massimo Maiurana <[EMAIL PROTECTED]> [2005-06-14 21:34]: > Il giorno Tue, 14 Jun 2005 02:40:42 +0200 Peter scrisse: > > > By the way, I've got now a very little home page, where you can find > > the latest version (0.0.2). It's now with autoconf and automake and a > > theme selector. > > I've jus

Re: [E-devel] elitaire - an efl based solitaire

2005-06-15 Thread Massimo Maiurana
Il giorno Tue, 14 Jun 2005 02:40:42 +0200 Peter scrisse: > By the way, I've got now a very little home page, where you can find > the latest version (0.0.2). It's now with autoconf and automake and a > theme selector. I've just downloaded it, but trying to make I get this error: elitaire_card.cp

Re: [E-devel] elitaire - an efl based solitaire

2005-06-14 Thread Bertrand Jacquin
You think good :) That's what I wanted to say, I'm a beginner in autotools and see like that is exige :) beber On 6/14/05, Andrew Elcock <[EMAIL PROTECTED]> wrote: > why not > > PACKAGE_DATA_DIR "/themes/" > > (I think) ? > > HandyAndE > > Bertrand Jacquin wrote: > > elitaire is fine. > > Als

Re: [E-devel] elitaire - an efl based solitaire

2005-06-14 Thread Andrew Elcock
why not PACKAGE_DATA_DIR "/themes/" (I think) ? HandyAndE Bertrand Jacquin wrote: > elitaire is fine. > Also, I have a question, why existe this path in hard ? > > src/eli_app.cpp:29 > ecore_config_theme_search_path_append("/usr/local/share/elitaire/themes/"); > > could it be initialized with

Re: [E-devel] elitaire - an efl based solitaire

2005-06-14 Thread Bertrand Jacquin
elitaire is fine. Also, I have a question, why existe this path in hard ? src/eli_app.cpp:29 ecore_config_theme_search_path_append("/usr/local/share/elitaire/themes/"); could it be initialized with ./configure ? and so "/usr/local/share/elitaire/themes/" will be a define in config.h Thanks Beber

Re: [E-devel] elitaire - an efl based solitaire

2005-06-13 Thread Nathan Ingersoll
To get this to build on OSX, I had to cast add a cast to (double) on line 926 of elitaire_card.cpp On 6/13/05, Peter Wehrfritz <[EMAIL PROTECTED]> wrote: > Daniel Kozlowski schrieb: > > >Well i said this before but i don't think it made it out there is a > >small compile error on my computer when

Re: [E-devel] elitaire - an efl based solitaire

2005-06-13 Thread Peter Wehrfritz
Daniel Kozlowski schrieb: >Well i said this before but i don't think it made it out there is a >small compile error on my computer when i attempted to make the program >it was fixed by changing line 912 from this > >m = eli_card->eli->velocity * 0.02 / sqrt( pow( to_x - from_x, 2) + >pow( to_y -

Re: [E-devel] elitaire - an efl based solitaire

2005-05-21 Thread Daniel Kozlowski
Well i said this before but i don't think it made it out there is a small compile error on my computer when i attempted to make the program it was fixed by changing line 912 from this m = eli_card->eli->velocity * 0.02 / sqrt( pow( to_x - from_x, 2) + pow( to_y - from_y ,2)); to this m = eli_

Re: [E-devel] elitaire - an efl based solitaire

2005-05-12 Thread Nathan Ingersoll
If distributing the source, you just need to have the copyright notice in the source distribution. Otherwise, you should acknowledge it in some other way, such as an "about" screen. On 5/12/05, Peter Wehrfritz <[EMAIL PROTECTED]> wrote: > elitaire is an efl based solitaire card game. It's written

[E-devel] elitaire - an efl based solitaire

2005-05-12 Thread Peter Wehrfritz
elitaire is an efl based solitaire card game. It's written in C / C++. At the moment there are only freecell and klondike. Resizing works for now only in the right bottom border. So if you are interested in. You'll find it here: www.mowem.de/elitaire/elitaire-2005-05-12.tar.bz2 So have a lot of