Re: [Wormux-dev] Worrmux 0.7.2

2006-05-27 Par sujet Matthieu Fertré

Hi,

when you release, please ask to be sure there are no blocking bugs AND 
please update the webpages !!!


Matt

Jean Parpaillon a écrit :


Hi,
I've released a new version of Wormux : 0.7.2

Here is the changelog:
 - New translation: finnish
 - New map: island, cheese
 - Misc weapon improvements (ninja rope, uzi, air attack)
 - Fix some memory leak
 - Fix minor bugs
 - Build process improvements (manpage, font path)
 - Experimental network support
 - New Pause screen

Jean

 




___
Wormux-dev mailing list
Wormux-dev@gna.org
https://mail.gna.org/listinfo/wormux-dev


Re: [Wormux-dev] Worrmux 0.7.2

2006-05-27 Par sujet Jean Parpaillon
Le 27.05.2006 09:45, Matthieu Fertré a écrit :
> Hi,
>
> when you release, please ask to be sure there are no blocking bugs AND
> please update the webpages !!!
>
> Matt

Are there blocking bugs ? :-)

I've updated the pages...

Jean (holiday is good  for Wormux)

>
> Jean Parpaillon a écrit :
>
>> Hi,
>> I've released a new version of Wormux : 0.7.2
>>
>> Here is the changelog:
>>  - New translation: finnish
>>  - New map: island, cheese
>>  - Misc weapon improvements (ninja rope, uzi, air attack)
>>  - Fix some memory leak
>>  - Fix minor bugs
>>  - Build process improvements (manpage, font path)
>>  - Experimental network support
>>  - New Pause screen
>>
>> Jean

-- 
 _
/ L'intelligence a été inventée il y a \
| très longtemps par un type vachement   |
| malin. La connerie, c'est autre chose,  |
| c'est une création collective. -+- |
\ Philippe Geluck, Le chat -+-/
 -
\   ^__^
 \  ($$)\___
(__)\   )\/\
||w |
|| ||


___
Wormux-dev mailing list
Wormux-dev@gna.org
https://mail.gna.org/listinfo/wormux-dev


Re: [Wormux-dev] Worrmux 0.7.2

2006-05-27 Par sujet Victor Stinner
Le Samedi 27 Mai 2006 14:35, Jean Parpaillon a écrit :
> I've updated the pages...

You forget most important page: download page :-( I fixed it.

Hum, french, english and castellano homepages were also outdated. I might be a 
bad idea to give URL to source code on homepage ... ("Download section").

Haypo

___
Wormux-dev mailing list
Wormux-dev@gna.org
https://mail.gna.org/listinfo/wormux-dev


[Wormux-dev] Network is not "endian aware"

2006-05-27 Par sujet Victor Stinner
Hi,

I read action.cpp and i think that it need some fixes:
* gcc don't like ugly macros TO/FROM uint32 => why using "(Uint32 *)(&x)" 
instead of "(UInt32)x" ?
* ntoh[sl] and hton[sl] are missing to be "endian aware" (network endian is 
big endian whereas Intel/AMD endian is little endian)

lodesi: can you fix that?

Haypo

___
Wormux-dev mailing list
Wormux-dev@gna.org
https://mail.gna.org/listinfo/wormux-dev


Re: [Wormux-dev] Network is not "endian aware"

2006-05-27 Par sujet lds
Actually sdl_net have those macros implemented in a platform indepedent way, 
so it's just a matter of using sdl_net's macros..
I'll fix it, but it's not a top priority right now...

Lodesi

Le Samedi 27 Mai 2006 15:27, Victor Stinner a écrit :
> Hi,
>
> I read action.cpp and i think that it need some fixes:
> * gcc don't like ugly macros TO/FROM uint32 => why using "(Uint32 *)(&x)"
> instead of "(UInt32)x" ?
> * ntoh[sl] and hton[sl] are missing to be "endian aware" (network endian is
> big endian whereas Intel/AMD endian is little endian)
>
> lodesi: can you fix that?
>
> Haypo
>
> ___
> Wormux-dev mailing list
> Wormux-dev@gna.org
> https://mail.gna.org/listinfo/wormux-dev





___
Yahoo! Mail réinvente le mail ! Découvrez le nouveau Yahoo! Mail et son 
interface révolutionnaire.
http://fr.mail.yahoo.com


___
Wormux-dev mailing list
Wormux-dev@gna.org
https://mail.gna.org/listinfo/wormux-dev