[Freeciv-Dev] [patch #2993] Frankish nation

2011-10-27 Thread Andrzej M. Gorzym
URL: Summary: Frankish nation Project: Freeciv Submitted by: artaxes Submitted on: Thu 27 Oct 2011 11:17:32 AM GMT Category: rulesets Priority: 5 - Normal Sta

[Freeciv-Dev] Remaining 2.4 patches

2011-10-27 Thread Marko Lindqvist
S2_4 will be branched in 6 days (2-Nov) Currently there is 90 feature patches targeted to 2.4. I'm going to go through my own patches soon, and I hope other will do same for their patches. There is also tickets opened or mainly handled by already retired maintainers. I'll close, postpone, or take t

[Freeciv-Dev] [bug #18776] /remove perhaps faulty

2011-10-27 Thread Michal Mazurek
Follow-up Comment #8, bug #18776 (project freeciv): It still crashes, though there were no assertion failures this time. The crash is at TC, apparently during the /save phase. #0 0x001991bc in sg_save_map_known (saving=0x20c060c00) at savegame2.c:2782 2782known[l * MAP_

[Freeciv-Dev] [bug #18871] Compile fails when AI_NUMERICSERV is not defined

2011-10-27 Thread David Lowe
URL: Summary: Compile fails when AI_NUMERICSERV is not defined Project: Freeciv Submitted by: doctorjlowe Submitted on: Thu 27 Oct 2011 08:59:53 AM PDT Category: None Severity:

[Freeciv-Dev] [bug #18872] Freeciv does not compile with clang

2011-10-27 Thread David Lowe
URL: Summary: Freeciv does not compile with clang Project: Freeciv Submitted by: doctorjlowe Submitted on: Thu 27 Oct 2011 09:25:41 AM PDT Category: None Severity: 3 - Normal

[Freeciv-Dev] [bug #18872] Freeciv does not compile with clang

2011-10-27 Thread Jason Dorje Short
Follow-up Comment #1, bug #18872 (project freeciv): The warning you show is a minor bug perhaps, but the real question here is why is compilation using -Werror? You didn't pass --enable-debug=yes or --enable-debug=checks to the autogen / configure script? Or is the non-presence of gcc confusing

[Freeciv-Dev] Why is Freeciv so silent?

2011-10-27 Thread David Lowe
I've long been annoyed that users of my Freeciv package have clients which default to a sound plugin of 'none' even though i have set SDL-mixer as a dependency. For the 2.2.x series i used to force the issue with this line: > perl -pi -e 's|COC_SOUND, GUI_LAST, NULL|COC_SOUND, GUI_LAST,

Re: [Freeciv-Dev] Why is Freeciv so silent?

2011-10-27 Thread Marko Lindqvist
On 27 October 2011 20:19, David Lowe wrote: > >        So it's clearly being found, it's just not being used unless the user > manually changes 'none' to 'sdl' in their client. Is this the desired > behavior, or should i file a bug? I don't think configure affects what is clinet options file d

[Freeciv-Dev] [bug #18872] Freeciv does not compile with clang

2011-10-27 Thread David Lowe
Follow-up Comment #2, bug #18872 (project freeciv): My package does set --enable-debug, but i thought the user in question had deleted that line. I don't currently have access to 10.7, so i'm awaiting his response. ___ Reply to this item

[Freeciv-Dev] [patch #2789] 16bit packet type

2011-10-27 Thread Marko Lindqvist
Follow-up Comment #1, patch #2789 (project freeciv): - Updated against current svn - Packet type number sanity check only in debug builds (file #14293) ___ Additional Item Attachment: File name: 16BitPacketType_2789-2.diffSize:5 KB

[Freeciv-Dev] [patch #2991] Automatic move type detection for riverboats & wheeled units

2011-10-27 Thread Marko Lindqvist
Update of patch #2991 (project freeciv): Summary: Automativ move type detection for riverboats & wheeled units => Automatic move type detection for riverboats & wheeled units ___ Reply to this item at:

[Freeciv-Dev] [bug #18835] please support vertical tabs

2011-10-27 Thread Matthias Pfafferodt
Update of bug #18835 (project freeciv): Status:None => In Progress Planned Release: => 2.4.0 ___ Follow-up Comment #7: Working patch in 3

[Freeciv-Dev] [patch #2838] IPv6 support to find_next_free_port()

2011-10-27 Thread Marko Lindqvist
Update of patch #2838 (project freeciv): Status: Ready For Test => Done Assigned to:None => cazfi Open/Closed:Open => Closed ___

[Freeciv-Dev] [bug #18339] Typo in signal name

2011-10-27 Thread Marko Lindqvist
Update of bug #18339 (project freeciv): Status: Ready For Test => Fixed Assigned to:None => cazfi Open/Closed:Open => Closed

[Freeciv-Dev] [bug #18217] GCC 4.6: variable 'xxx' set but not used

2011-10-27 Thread Matthias Pfafferodt
Follow-up Comment #12, bug #18217 (project freeciv): > Then why was that status variable recently added if it's not > even supposed to be used? The patch about the lua script cleanup had a lon development. This is something there I did miss to remove the definition. > I'm just fixing patch from l

Re: [Freeciv-Dev] Remaining 2.4 patches

2011-10-27 Thread Matthias Pfafferodt
Am Donnerstag, 27. Oktober 2011, 14:15:48 schrieb Marko Lindqvist: > S2_4 will be branched in 6 days (2-Nov) Currently there is 90 feature > patches targeted to 2.4. I'm going to go through my own patches soon, > and I hope other will do same for their patches. There is also tickets > opened or mai

[Freeciv-Dev] [patch #2938] Wrap freeciv-modpack globals to one structure

2011-10-27 Thread Marko Lindqvist
Update of patch #2938 (project freeciv): Status: Ready For Test => Done Assigned to:None => cazfi Open/Closed:Open => Closed ___

[Freeciv-Dev] [patch #2939] Support for commandline parameters with multiple subparameters

2011-10-27 Thread Marko Lindqvist
Update of patch #2939 (project freeciv): Planned Release: 2.4.0 => 2.5.0 ___ Reply to this item at: ___ Message se

[Freeciv-Dev] [patch #2942] Read Road names from ruleset

2011-10-27 Thread Marko Lindqvist
Update of patch #2942 (project freeciv): Planned Release: 2.4.0 => 2.5.0 ___ Reply to this item at: ___ Message se

[Freeciv-Dev] [bug #18549] Sanity check fails on city in swamp

2011-10-27 Thread Matthias Pfafferodt
Follow-up Comment #24, bug #18549 (project freeciv): I tried again to reproduce the error stated in comment #21 but can't. Does it is related to swamps? At which point does it happen? ___ Reply to this item at:

[Freeciv-Dev] [patch #2937] Function headers to gui-sdl

2011-10-27 Thread Marko Lindqvist
Update of patch #2937 (project freeciv): Planned Release: 2.4.0 => 2.5.0 ___ Reply to this item at: ___ Message se

[Freeciv-Dev] [patch #2733] amortize_abs_zero()

2011-10-27 Thread Marko Lindqvist
Update of patch #2733 (project freeciv): Planned Release: 2.4.0 => 2.5.0 ___ Reply to this item at: ___ Message se

[Freeciv-Dev] [patch #2721] Ruleset definable base gui_type names

2011-10-27 Thread Marko Lindqvist
Update of patch #2721 (project freeciv): Planned Release: 2.4.0 => 2.5.0 ___ Reply to this item at: ___ Message se

[Freeciv-Dev] [patch #2714] Autosettlers consider building farmland even if city has no supermarket

2011-10-27 Thread Marko Lindqvist
Update of patch #2714 (project freeciv): Planned Release: 2.4.0 => 2.5.0 ___ Reply to this item at: ___ Message se

[Freeciv-Dev] [patch #2484] Choose irrigation sprite ver 2

2011-10-27 Thread Marko Lindqvist
Update of patch #2484 (project freeciv): Planned Release: 2.4.0 => 2.5.0 ___ Reply to this item at: ___ Message se

[Freeciv-Dev] [patch #2427] [metaticket] Add missing function headers

2011-10-27 Thread Marko Lindqvist
Update of patch #2427 (project freeciv): Planned Release: 2.4.0 => 2.5.0 ___ Reply to this item at: ___ Message se

[Freeciv-Dev] [patch #2422] Prevent building railroad

2011-10-27 Thread Marko Lindqvist
Update of patch #2422 (project freeciv): Planned Release: 2.4.0 => 2.5.0 ___ Reply to this item at: ___ Message se

[Freeciv-Dev] [patch #1449] Don't exit the server on ruleset loading failure

2011-10-27 Thread Marko Lindqvist
Update of patch #1449 (project freeciv): Planned Release: 2.4.0 => 2.5.0 ___ Reply to this item at: ___ Message se

[Freeciv-Dev] [patch #1301] [Metaticket] settings patch series

2011-10-27 Thread Marko Lindqvist
Update of patch #1301 (project freeciv): Assigned to:None => syntron ___ Follow-up Comment #9: Given to syntron so he can decide what to do with this ticket. __

[Freeciv-Dev] [patch #2454] Qt-client: Overview and info label widgets

2011-10-27 Thread Marko Lindqvist
Update of patch #2454 (project freeciv): Planned Release: 2.4.0 => 2.5.0 ___ Reply to this item at: ___ Message se

[Freeciv-Dev] [patch #2443] Qt-client: Attach canvas to mapview widget

2011-10-27 Thread Marko Lindqvist
Update of patch #2443 (project freeciv): Planned Release: 2.4.0 => 2.5.0 ___ Reply to this item at: ___ Message se

[Freeciv-Dev] [patch #2597] Delete unmaintained native win32 client from tarball

2011-10-27 Thread Marko Lindqvist
Update of patch #2597 (project freeciv): Planned Release: 2.4.0 => 2.5.0 Summary: Delete unmaintained native win32 client from svn => Delete unmaintained native win32 client from tarball __

[Freeciv-Dev] [patch #2813] Xaw: [partially rewritten] connect dialog

2011-10-27 Thread Marko Lindqvist
Update of patch #2813 (project freeciv): Status: Ready For Test => Done Open/Closed:Open => Closed ___ Follow-up Comment #8: This seem to be c

[Freeciv-Dev] [patch #2715] Use cairo in gtk3-client

2011-10-27 Thread Matthias Pfafferodt
Follow-up Comment #22, patch #2715 (project freeciv): > with minimum requirement of gtk2 2.22.0 and I had only 2.20 installed - found a new repo, installed the packages and it compiles now ... ___ Reply to this item at:

[Freeciv-Dev] [patch #2739] Tileset with unit orientation sprites

2011-10-27 Thread Marko Lindqvist
Update of patch #2739 (project freeciv): Assigned to:None => cazfi ___ Follow-up Comment #1: I propose using units submitted by "yd" to forums ( http://forum.freeciv.org/viewtopic.php?t=7

[Freeciv-Dev] [bug #18875] map.c: 3x assertion failed

2011-10-27 Thread anonymous
URL: Summary: map.c: 3x assertion failed Project: Freeciv Submitted by: None Submitted on: Do 27 Okt 2011 22:54:25 UTC Category: None Severity: 2 - Minor Priori

[Freeciv-Dev] [patch #2715] Use cairo in gtk3-client

2011-10-27 Thread anonymous
Follow-up Comment #23, patch #2715 (project freeciv): First, oops, I've accidentally made the text always shadowed - I've fixed it now. Second, I've made that change in pixmap_put_overlay_tile_draw, I've mentioned earlier. I've also changed canvas_fog_sprite_area a bit. The longer I look at it,

Re: [Freeciv-Dev] Why is Freeciv so silent?

2011-10-27 Thread David Lowe
On 27 Oct, 2011, at 11:07 AM, Marko Lindqvist wrote: > I don't think configure affects what is clinet options file default. I suppose not, but in other software if you find something that allows an optional feature you would usually turn on said feature in the end program... > We used t

[Freeciv-Dev] [bug #18872] Freeciv does not compile with clang

2011-10-27 Thread Jacob Nevins
Follow-up Comment #3, bug #18872 (project freeciv): md5.c:148:5: error: cast from 'const unsigned char *' to 'MD5_u32plus *' (aka 'unsigned int *') increases required alignment from 1 to 4 [-Werror,-Wcast-align] STEP(F, a, b, c, d, SET(0), 0xd76aa478, 7) ^~~

[Freeciv-Dev] [bug #18612] more LUA accessors for terrain

2011-10-27 Thread Zakri Kneebone
Follow-up Comment #14, bug #18612 (project freeciv): Snookered on this. Updating my own project to Java 7 and a new 9-5. If anyone else wants to pick up the baton here, go ahead. ___ Reply to this item at: