[warzone2100-dev] [Warzone 2100 Trac] #1783: Translate messages from warzone2100.desktop file

2010-04-18 Thread Warzone 2100 Trac
#1783: Translate messages from warzone2100.desktop file -+-- Reporter: Emdek |Type: patch Status: new |Priority: minor Milestone: 2.3

[warzone2100-dev] [2.3_rc1a] cast pointer to int warning on x86_64 machine

2010-04-18 Thread Gilles J. Seguin
my proposal for fixing Index: src/droiddef.h === --- src/droiddef.h (revision 10620) +++ src/droiddef.h (working copy) @@ -169,7 +169,7 @@ UWORD orderX2, orderY2; BOOLbTargetted; - + /* when assign fr

Re: [warzone2100-dev] 2.3 code freeze until 2.3.0 branch, 2.3.0 release target date 4/24/10

2010-04-18 Thread Per Inge Mathisen
On Sun, Apr 18, 2010 at 2:52 AM, buginator wrote: > Ok, I am fine with either a tag or a branch, as soon as Per OKs it, I'm ok with that. - Per ___ Warzone-dev mailing list Warzone-dev@gna.org https://mail.gna.org/listinfo/warzone-dev

[warzone2100-dev] [Warzone 2100 Trac] #1784: Multi construction order problem

2010-04-18 Thread Warzone 2100 Trac
#1784: Multi construction order problem ---+ Reporter: gesier...@… |Type: patch Status: new |Priority: major Milestone: 2.3 | Compo

[warzone2100-dev] branch/2.3 now unfrozen, tags/2.3.0 has been created

2010-04-18 Thread buginator
Ok, branch/2.3 has been unfrozen with the creation of tag/2.3.0. ** DO NOT COMMIT into tags/2.3.0 without ML or IRC approval *** ___ Warzone-dev mailing list Warzone-dev@gna.org https://mail.gna.org/listinfo/warzone-dev

Re: [warzone2100-dev] branch/2.3 now unfrozen, tags/2.3.0 has been created

2010-04-18 Thread Kreuvf
buginator wrote: > Ok, branch/2.3 has been unfrozen with the creation of tag/2.3.0. Shouldn't it be "thawn"? D: - Kreuvf signature.asc Description: OpenPGP digital signature ___ Warzone-dev mailing list Warzone-dev@gna.org https://mail.gna.org/listinf

[warzone2100-dev] [Warzone 2100 Trac] #1785: Translation for PT_BR

2010-04-18 Thread Warzone 2100 Trac
#1785: Translation for PT_BR -+-- Reporter: tucalipe |Type: patch Status: new |Priority: minor Milestone: unspecified | Component:

[warzone2100-dev] [Warzone 2100 Trac] #1786: CC builds for trunk are fubar

2010-04-18 Thread Warzone 2100 Trac
#1786: CC builds for trunk are fubar ---+ Reporter: Buginator | Owner: Cyp Type: bug| Status: new Priority: blocker| Milestone: 3.0

[warzone2100-dev] [Warzone 2100 Trac] #1787: 'Name string too long' in russian locale

2010-04-18 Thread Warzone 2100 Trac
#1787: 'Name string too long' in russian locale +--- Reporter: Andrey |Type: bug Status: new |Priority: major Milestone: unspecified | Com

Re: [warzone2100-dev] [Warzone2100-commits] SF.net SVN: warzone2100:[10640] trunk/build_tools/changelog2bbcode.sh

2010-04-18 Thread Kreuvf
sen...@users.sourceforge.net wrote: > Revision: 10640 > > http://warzone2100.svn.sourceforge.net/warzone2100/?rev=10640&view=rev > Author: sendai > Date: 2010-04-18 20:47:12 + (Sun, 18 Apr 2010) > > Log Message: > --- > Revert r10627 since it turned out to be not quite

[warzone2100-dev] [branch/2.3] configuration change for allowing openmotif on fedora12

2010-04-18 Thread Gilles J. Seguin
on fedora, co-existence of lesstif and openmotif possible cause of the different path so headers and libraries. see attachment Index: src/Makefile.am === --- src/Makefile.am (revision 10641) +++ src/Makefile.am (working copy) @@ -10,

Re: [warzone2100-dev] [Warzone2100-commits] SF.net SVN: warzone2100:[10640] trunk/build_tools/changelog2bbcode.sh

2010-04-18 Thread Per Inge Mathisen
On Mon, Apr 19, 2010 at 7:27 AM, Kreuvf wrote: > Oh what? I tested it with a piece of ChangeLog and it was okay D: Could you > describe the problem, per? The headers did not get their [b]...[/b]s set. The -r made everything I learned about sed wrong, so I had to remove that. Please be nice to me

[warzone2100-dev] [branches/2.3] [2.3_rc1a] cast pointer to int warning on x86_64 machine

2010-04-18 Thread Gilles J. Seguin
On Sun, 2010-04-18 at 04:48 -0400, Gilles J. Seguin wrote: > my proposal for fixing src/game.c: have removed first argument that is usefull for macro FIXME_CAST_ASSIGN_ID_FROM_PTR configure.ac: removed the -Wno-pointer-to-int-cast option Index: src/game.c