Re: OpenBSD for kids: Ri-li-1.2.0

2006-10-17 Thread Josh Grosse
On Tue, Oct 17, 2006 at 07:00:03PM +0200, Antoine Jacoutot wrote:
> Allright... I needed a "do something useless"-break and came up with this.
> 
> PKG/DESCR
> Ri-li is a arcade game where you drive a toy wood engine in many levels
> and you must collect all the coaches for win.
> - Colorful animated wood engine
> - 40 levels
> - 3 beautiful musics and many sound effects
> - 8 languages (Arabic, Chinese, English, French, German, Japanese,
>   Russian, Spanish)

Built and runs fine on i386.



Re: OpenBSD for kids: Ri-li-1.2.0

2006-10-18 Thread Joerg Zinke
On Tue, 17 Oct 2006 16:53:21 -0400
Josh Grosse <[EMAIL PROTECTED]> wrote:

> On Tue, Oct 17, 2006 at 07:00:03PM +0200, Antoine Jacoutot wrote:
> > Allright... I needed a "do something useless"-break and came up
> > with this.
> > 
> > PKG/DESCR
> > Ri-li is a arcade game where you drive a toy wood engine in many
> > levels and you must collect all the coaches for win.
> > - Colorful animated wood engine
> > - 40 levels
> > - 3 beautiful musics and many sound effects
> > - 8 languages (Arabic, Chinese, English, French, German, Japanese,
> >   Russian, Spanish)
> 
> Built and runs fine on i386.
> 
 
built and runs fine on macppc too.



Re: OpenBSD for kids: Ri-li-1.2.0

2006-10-18 Thread Hans Zimmerman
On Wed, 18 Oct 2006 08:54:24 +0200
Joerg Zinke <[EMAIL PROTECTED]> wrote:

> On Tue, 17 Oct 2006 16:53:21 -0400
> Josh Grosse <[EMAIL PROTECTED]> wrote:
> 
> > On Tue, Oct 17, 2006 at 07:00:03PM +0200, Antoine Jacoutot wrote:
> > > Allright... I needed a "do something useless"-break and came up
> > > with this.
> > > 
> > > PKG/DESCR
> > > Ri-li is a arcade game where you drive a toy wood engine in many
> > > levels and you must collect all the coaches for win.
> > > - Colorful animated wood engine
> > > - 40 levels
> > > - 3 beautiful musics and many sound effects
> > > - 8 languages (Arabic, Chinese, English, French, German, Japanese,
> > >   Russian, Spanish)
> > 
> > Built and runs fine on i386.
> > 
>  
> built and runs fine on macppc too.
> 
> 

I had fun on amd64 :)



Re: OpenBSD for kids: Ri-li-1.2.0

2006-10-18 Thread Tero Koskinen
On Tue, 17 Oct 2006 19:00:03 +0200 (CEST)
Antoine Jacoutot <[EMAIL PROTECTED]> wrote:

> Allright... I needed a "do something useless"-break and came up with this.
> 
> PKG/DESCR
> Ri-li is a arcade game where you drive a toy wood engine in many levels
> and you must collect all the coaches for win.
> - Colorful animated wood engine
> - 40 levels
> - 3 beautiful musics and many sound effects
> - 8 languages (Arabic, Chinese, English, French, German, Japanese,
>Russian, Spanish)

Nice game. :)

Builds and runs on i386, but I had few minor problems with
the highscore list:
1) Scandinavian letters like 'ä' or 'ö' are shown as 'd' and 'v'.
   - This is probably a feature, because code does
 key=keysym.unicode&0x7F;

2) Sometimes highscore list window stops accepting other 
keyboard input than enter. One should be able to trigger
this by selecting 'Esperando' as a language, then playing
a little, changing the language to 'Svenska' and then
getting on the highscore list and pressing 'shift'.

It seems that something corrupts TableTexte[] table
when one changes the language.

The highscore list relies to CharExiste function(sprite.cc)
when it validates keys:
bool CharExiste(char C)
{
  /* printf my addition -tkoskine */
  printf("TableTexte[(int)(%d)] = %d\n", (int)C, TableTexte[(int)(C)]);
  if(C==' ') return true;
  if(TableTexte[(int)(C)]!=-1) return true;
  return false;
}

Before the language change printf prints following:
TableTexte[(int)(0)] = -1

After the language change the output is:
TableTexte[(int)(0)] = 478

-- 
Tero Koskinen - http://iki.fi/tero.koskinen/



Re: OpenBSD for kids: Ri-li-1.2.0

2006-10-18 Thread Antoine Jacoutot

On Wed, 18 Oct 2006, Hans Zimmerman wrote:

built and runs fine on macppc too.


I had fun on amd64 :)


Can somebody confirm it builds and works fine under i386?
Thanks!

--
Antoine



Re: OpenBSD for kids: Ri-li-1.2.0

2006-10-18 Thread Will Maier
On Wed, Oct 18, 2006 at 11:13:08PM +0200, Antoine Jacoutot wrote:
> On Wed, 18 Oct 2006, Hans Zimmerman wrote:
> >>built and runs fine on macppc too.
> >
> >I had fun on amd64 :)
> 
> Can somebody confirm it builds and works fine under i386?

Works fine.

-- 

o--{ Will Maier }--o
| web:...http://www.lfod.us/ | [EMAIL PROTECTED] |
*--[ BSD Unix: Live Free or Die ]--*