Re: [Wormux-dev] Wormux 0.7.9 is out

2007-02-16 Par sujet Matthieu Fertré
> Matthieu Fertré wrote: > >> Or, you could give me commit access and I'll fix these issues myself and > >> make sure they stay fixed. > >> > > > > As a member or the team on Gna, you already have commit access. > > > > Connect to gna and visit this page: > > https://gna.org/svn/?group=wormux > >

[Wormux-dev] fixing a log ... sorry

2007-02-16 Par sujet Eddy Petrișor
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Hello, I accidentally committed a patch with a broken log (I don't know how that happened since I ctrl+c-ed it immediately after exiting the editor) The revision in question is 2147 and the log should read: - - use autotools' macros; there is no pur

Re: [Wormux-dev] [LOOONG, but not a rant] Yes, about translations and broken i18n

2007-02-16 Par sujet Alexandre Sauvé
Hi there, this was definitely a good post and I will get inspired for my own developpements. Thanks for the time making this post looks like a rather good article on i18n. Cheers -- Alexandre Sauvé 81 rue Négreneys, 31200 TOULOUSE Tél. 06 64 82 77 21 (Bouygues) / 09 54 14 18 39 (free) _

Re: [Wormux-dev] fixing a log ... sorry

2007-02-16 Par sujet Victor Stinner
Le Vendredi 16 Février 2007 11:23, Eddy Petrișor a écrit : > Can someone correct this? No but it doesn't matter. Victor -- Victor Stinner aka haypo http://hachoir.org/ ___ Wormux-dev mailing list Wormux-dev@gna.org https://mail.gna.org/listinfo/wormux

Re: [Wormux-dev] Input management, weapons and game loop

2007-02-16 Par sujet Matthieu Fertré
Selon Kyle <[EMAIL PROTECTED]>: > On 2/15/07, Matthieu Fertré <[EMAIL PROTECTED]> wrote: > > > > Hi, > > > > I have began rewriting input management in a cleaner way but I am > > currently in > > front of a problem. > > > > First of all, let's speak about the game loop to understand! > > ... > > >

Re: [Wormux-dev] Wormux Autopackage

2007-02-16 Par sujet yeKcim
What about a 0.7.9 package ? We want to make a live/intall cd for 0.7.9 but if we add packages for all linux distributions we will have to make a dvdlive :/ So if you make a 0.7.9 pacjage we can add it to live/install cd. What do you think about it ? yeKcim Kyle a écrit : I have prepared

[Wormux-dev] 0.7.9 in feisty ?

2007-02-16 Par sujet yeKcim
Anybody know something about possibility to have 0.7.9 deb in ubuntu official source.list ? yeKcim ___ Wormux-dev mailing list Wormux-dev@gna.org https://mail.gna.org/listinfo/wormux-dev

Re: [Wormux-dev] 0.7.9 in feisty ?

2007-02-16 Par sujet Kyle
I believe the deadline for inclusion into Feisty was 2-8-2007. Currently there is still 0.7.4 in there. On 2/16/07, yeKcim <[EMAIL PROTECTED]> wrote: Anybody know something about possibility to have 0.7.9 deb in ubuntu official source.list ? yeKcim

Re: [Wormux-dev] Wormux Autopackage

2007-02-16 Par sujet Kyle
That is fine, but I would like feedback to make sure these packages are working for people before it goes out the the general public and ends up not working for some reason. On 2/16/07, yeKcim <[EMAIL PROTECTED]> wrote: What about a 0.7.9 package ? We want to make a live/intall cd for 0.7.9 bu

Re: [Wormux-dev] Input management, weapons and game loop

2007-02-16 Par sujet Kyle
You're right! The goto is here because in intermediate state (probably never commited) there was more things to do than just return, and more things to do than just break and continue. It means there was 2 different cases so 2 different gotos because it's cleaner that copy-paste 3 lines of code on