[Freeciv-Dev] [bug #19825] in dbv_isset() [bitvector.c::116]: assertion 'bit pdbv-bits' failed.

2013-02-21 Thread Marko Lindqvist
Follow-up Comment #7, bug #19825 (project freeciv): I would say that the UI should match what the client's player know. But maybe global observer should know the vision of each player in edit mode (of course, this would require more work). I think I could implement this. But I would need a

[Freeciv-Dev] [bug #19168] mapimg automatic save dumps images in current directory

2013-02-21 Thread Marko Lindqvist
Update of bug #19168 (project freeciv): Status:None = Ready For Test ___ Follow-up Comment #3: Untested patch - mapimgs with absolute paths in their name always go to that directory

[Freeciv-Dev] [patch #3716] README.packaging: mention that threaded ai is usable

2013-02-21 Thread Marko Lindqvist
Update of patch #3716 (project freeciv): Status: Ready For Test = Done Assigned to:None = cazfi Open/Closed:Open = Closed

[Freeciv-Dev] [bug #20543] lua error: Execution time limit exceeded in script

2013-02-21 Thread Marko Lindqvist
Follow-up Comment #1, bug #20543 (project freeciv): Starting game with big map? ___ Reply to this item at: http://gna.org/bugs/?20543 ___ Message sent via/by Gna! http://gna.org/

[Freeciv-Dev] [bug #20543] lua error: Execution time limit exceeded in script

2013-02-21 Thread Marko Lindqvist
Update of bug #20543 (project freeciv): Category:None = rulesets Status:None = Ready For Test ___ Follow-up Comment #2: Attached patch

[Freeciv-Dev] [bug #20543] lua error: Execution time limit exceeded in script

2013-02-21 Thread pepeto
Follow-up Comment #3, bug #20543 (project freeciv): Starting game with big map? It was on a map of size=5, landmass=30 for 10 players. ___ Reply to this item at: http://gna.org/bugs/?20543

[Freeciv-Dev] [bug #20494] Uninitialized PACKET_UNIT_ORDERS

2013-02-21 Thread pepeto
Update of bug #20494 (project freeciv): Status: Ready For Test = Fixed Open/Closed:Open = Closed ___ Reply to this item at:

[Freeciv-Dev] [bug #17354] Client tries to load game in spawned server before requesting hack access

2013-02-21 Thread pepeto
Update of bug #17354 (project freeciv): Status: Ready For Test = Fixed Open/Closed:Open = Closed Planned Release: = 2.3.5, 2.4.0, 2.5.0

[Freeciv-Dev] [patch #3230] Switch from lua tolua 5.1 to 5.2

2013-02-21 Thread Marko Lindqvist
Update of patch #3230 (project freeciv): Status: In Progress = Ready For Test ___ Follow-up Comment #3: Now this seems to work - Fixed module loading when lua-5.2 in use - Updated varargs handling

[Freeciv-Dev] [bug #19868] Network protocol documentation

2013-02-21 Thread pepeto
Update of bug #19868 (project freeciv): Category:None = general Status: In Progress = Ready For Test Operating System:None = Any Planned Release:

[Freeciv-Dev] [patch #3730] Remove MAX_LEN_USERNAME

2013-02-21 Thread pepeto
URL: http://gna.org/patch/?3730 Summary: Remove MAX_LEN_USERNAME Project: Freeciv Submitted by: pepeto Submitted on: Thu 21 Feb 2013 12:13:40 PM CET Category: general Priority: 5 - Normal

[Freeciv-Dev] [bug #16905] Goto and do XXX for caravans

2013-02-21 Thread anonymous
Follow-up Comment #9, bug #16905 (project freeciv): I think there is nothing wrong with a pop-up there. Creating a goto-and-do-XXX sequence is a modal thing and you have to finish that goto sequence before doing anything else. So the pop-ups will not hinder the work flow any more. The pop-up

[Freeciv-Dev] [bug #20547] Client-side time machine

2013-02-21 Thread Bernd Jendrissek
URL: http://gna.org/bugs/?20547 Summary: Client-side time machine Project: Freeciv Submitted by: berndj Submitted on: Thu Feb 21 12:45:08 2013 Category: client Severity: 1 - Wish Priority:

[Freeciv-Dev] [patch #3230] Switch from lua tolua 5.1 to 5.2

2013-02-21 Thread Marko Lindqvist
Follow-up Comment #4, patch #3230 (project freeciv): Note that one has to force tolua produced sourcefiles to be regenerated after this patch is applied. 'make distclean' is not sufficient, 'make maintainerclean' should be, followed by fresh build starting with path to src/autogen.sh

[Freeciv-Dev] [patch #3468] Metaticket: Clang clean build

2013-02-21 Thread Marko Lindqvist
Follow-up Comment #3, patch #3468 (project freeciv): Looking at the clang warnings lists I'm inclined to say that clang clean build should not be goal for us, or at least many warning types should be silenced with -Wno- -options instead of reworking the code to avoid the warning. For instance the

[Freeciv-Dev] [task #7504] Tracking release 2.4.0

2013-02-21 Thread Marko Lindqvist
Update of task #7504 (project freeciv): Depends on: = patch #3719 ___ Reply to this item at: http://gna.org/task/?7504 ___ Message sent

[Freeciv-Dev] [patch #3731] Remove gui-win32 from version control

2013-02-21 Thread Marko Lindqvist
URL: http://gna.org/patch/?3731 Summary: Remove gui-win32 from version control Project: Freeciv Submitted by: cazfi Submitted on: Thu 21 Feb 2013 11:10:25 PM EET Category: bootstrap Priority: 5 - Normal

[Freeciv-Dev] [patch #3699] Handle many ruleset errors

2013-02-21 Thread Marko Lindqvist
Update of patch #3699 (project freeciv): Status: Ready For Test = Done Assigned to:None = cazfi Open/Closed:Open = Closed

[Freeciv-Dev] [patch #3732] Error out ruleset loading for unknown flags

2013-02-21 Thread Marko Lindqvist
URL: http://gna.org/patch/?3732 Summary: Error out ruleset loading for unknown flags Project: Freeciv Submitted by: cazfi Submitted on: Fri 22 Feb 2013 06:18:58 AM EET Category: general Priority: 5 -

[Freeciv-Dev] [patch #3733] Handle terrain unit ruleset errors

2013-02-21 Thread Marko Lindqvist
URL: http://gna.org/patch/?3733 Summary: Handle terrain unit ruleset errors Project: Freeciv Submitted by: cazfi Submitted on: Fri 22 Feb 2013 06:21:01 AM EET Category: general Priority: 5 - Normal

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

2013-02-21 Thread Marko Lindqvist
Update of patch #1449 (project freeciv): Depends on: = patch #3733 ___ Reply to this item at: http://gna.org/patch/?1449 ___ Message sent

[Freeciv-Dev] [patch #3734] Barbarian unit checks to rs_barbarian_units()

2013-02-21 Thread Marko Lindqvist
URL: http://gna.org/patch/?3734 Summary: Barbarian unit checks to rs_barbarian_units() Project: Freeciv Submitted by: cazfi Submitted on: Fri 22 Feb 2013 06:32:26 AM EET Category: general Priority: 5 -

[Freeciv-Dev] [patch #3723] River gfx tag tx.river - river

2013-02-21 Thread Marko Lindqvist
Update of patch #3723 (project freeciv): Status: Ready For Test = Done Assigned to:None = cazfi Open/Closed:Open = Closed

[Freeciv-Dev] [patch #3722] Move ai_find_source_building() to ai code

2013-02-21 Thread Marko Lindqvist
Update of patch #3722 (project freeciv): Status: Ready For Test = Done Assigned to:None = cazfi Open/Closed:Open = Closed

[Freeciv-Dev] [patch #3735] Natural roads listed under Terrain in popups

2013-02-21 Thread Marko Lindqvist
URL: http://gna.org/patch/?3735 Summary: Natural roads listed under Terrain in popups Project: Freeciv Submitted by: cazfi Submitted on: Fri 22 Feb 2013 07:11:46 AM EET Category: general Priority: 5 -

[Freeciv-Dev] [patch #3736] lua.org lua-5.2 patches as of 22-Feb-13

2013-02-21 Thread Marko Lindqvist
URL: http://gna.org/patch/?3736 Summary: lua.org lua-5.2 patches as of 22-Feb-13 Project: Freeciv Submitted by: cazfi Submitted on: Fri 22 Feb 2013 07:26:59 AM EET Category: general Priority: 5 - Normal

[Freeciv-Dev] [task #7667] Branch S2_5

2013-02-21 Thread Marko Lindqvist
URL: http://gna.org/task/?7667 Summary: Branch S2_5 Project: Freeciv Submitted by: cazfi Submitted on: Fri 22 Feb 2013 09:38:24 AM EET Should Start On: Thu 02 May 2013 12:00:00 AM EEST Should be Finished on: Thu 02 May 2013

[Freeciv-Dev] [task #7667] Branch S2_5

2013-02-21 Thread Marko Lindqvist
Update of task #7667 (project freeciv): Depends on: = patch #3731 ___ Reply to this item at: http://gna.org/task/?7667 ___ Message sent

[Freeciv-Dev] [task #7668] Tracking release 2.5.0

2013-02-21 Thread Marko Lindqvist
URL: http://gna.org/task/?7668 Summary: Tracking release 2.5.0 Project: Freeciv Submitted by: cazfi Submitted on: Fri 22 Feb 2013 09:47:52 AM EET Should Start On: Should be Finished on: Category: None

[Freeciv-Dev] [task #7668] Tracking release 2.5.0

2013-02-21 Thread Marko Lindqvist
Update of task #7668 (project freeciv): Should Start On: = Fri 22 Feb 2013 12:00:00 AM EET Should be Finished on: = Fri 22 Feb 2013 12:00:00 AM EET Depends on: = task #7667

[Freeciv-Dev] [task #7504] Tracking release 2.4.0

2013-02-21 Thread Marko Lindqvist
Update of task #7504 (project freeciv): Should be Finished on: Fri 15 Feb 2013 02:00:00 AM EET = Sat 15 Jun 2013 12:00:00 AM EEST ___ Reply to this item at: http://gna.org/task/?7504 ___

[Freeciv-Dev] [task #7669] S2_5 datafile format freeze

2013-02-21 Thread Marko Lindqvist
URL: http://gna.org/task/?7669 Summary: S2_5 datafile format freeze Project: Freeciv Submitted by: cazfi Submitted on: Fri 22 Feb 2013 09:50:10 AM EET Should Start On: Fri 22 Feb 2013 12:00:00 AM EET Should be Finished on:

[Freeciv-Dev] [task #7668] Tracking release 2.5.0

2013-02-21 Thread Marko Lindqvist
Update of task #7668 (project freeciv): Depends on: = task #7669 ___ Reply to this item at: http://gna.org/task/?7668 ___ Message sent

[Freeciv-Dev] [task #7670] S2_5 network protocol freeze

2013-02-21 Thread Marko Lindqvist
URL: http://gna.org/task/?7670 Summary: S2_5 network protocol freeze Project: Freeciv Submitted by: cazfi Submitted on: Fri 22 Feb 2013 09:51:06 AM EET Should Start On: Fri 22 Feb 2013 12:00:00 AM EET Should be Finished on:

[Freeciv-Dev] [task #7668] Tracking release 2.5.0

2013-02-21 Thread Marko Lindqvist
Update of task #7668 (project freeciv): Depends on: = task #7670 ___ Reply to this item at: http://gna.org/task/?7668 ___ Message sent

[Freeciv-Dev] [task #7667] Branch S2_5

2013-02-21 Thread Marko Lindqvist
Update of task #7667 (project freeciv): Depends on: = patch #3230 ___ Reply to this item at: http://gna.org/task/?7667 ___ Message sent

[Freeciv-Dev] [task #7669] S2_5 datafile format freeze

2013-02-21 Thread Marko Lindqvist
Update of task #7669 (project freeciv): Depends on: = patch #3448 ___ Reply to this item at: http://gna.org/task/?7669 ___ Message sent

[Freeciv-Dev] [task #7668] Tracking release 2.5.0

2013-02-21 Thread Marko Lindqvist
Update of task #7668 (project freeciv): Depends on: = patch #1449 ___ Reply to this item at: http://gna.org/task/?7668 ___ Message sent