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 improvemen
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 :
>
>>
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")
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:
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 s