Re: [Warzone-dev] Fwd: [patch] to allow 8bit text chars

2007-07-16 Thread Martin Koller
On Friday 13 July 2007, Dennis Schridde wrote: The next step would probably be to eliminate strres entirely: Attached is a patch which gets rid of the strings.txt file by hardcoding the strings and using _() (gettext) strings.txt has then also to be removed from SVN BTW: Could you commit my

Re: [Warzone-dev] Question about datatype

2007-07-16 Thread Martin Koller
On Monday 16 July 2007, Per Inge Mathisen wrote: On 7/16/07, Martin Koller [EMAIL PROTECTED] wrote: I ask myself: what is the x,y,z position supposed to have as datatype ? I find UWORD but also UDWORD. .. I think this should be made consistent to be able to correctly fix the compiler

Re: [Warzone-dev] Fwd: [patch] to allow 8bit text chars

2007-07-16 Thread Dennis Schridde
Am Montag, 16. Juli 2007 13:02:59 schrieb Martin Koller: On Friday 13 July 2007, Dennis Schridde wrote: The next step would probably be to eliminate strres entirely: Attached is a patch which gets rid of the strings.txt file by hardcoding the strings and using _() (gettext) strings.txt has

[Warzone-dev] [patch #768] Some Vector Additions

2007-07-16 Thread Freddie Witherden
URL: http://gna.org/patch/?768 Summary: Some Vector Additions Project: Warzone Resurrection Project Submitted by: evilguru Submitted on: Monday 07/16/2007 at 21:32 Category: None Priority: 5 - Normal

Re: [Warzone-dev] Fwd: [patch] to allow 8bit text chars

2007-07-16 Thread Martin Koller
On Monday 16 July 2007, Dennis Schridde wrote: BTW: Could you commit my other patches as there do not seem to be objections, so that I do not get completely out of sync with SVN, please. Thanks. Should all be there in r2124. Thanks. But the change in lib/framework/strres_parser.y is

Re: [Warzone-dev] Question about datatype

2007-07-16 Thread Martin Koller
On Monday 16 July 2007, Per Inge Mathisen wrote: Nice, this removes a lot of ugly casts. Unfortunately, that patch would break the netcode badly. In order to convert basedef's xyz from UWORD to UDWORD, we will have to check or change the size of all xyz coordinates going over the network, too