[Freeciv-Dev] [bug #16457] Bug using enum pointers as int pointers

2010-08-17 Thread pepeto
Follow-up Comment #1, bug #16457 (project freeciv): Attaching the result of my current work. However, I still have problem with server/settings.c. I did many tests to try to get enumerators of size 1 or 2, but I failed to get it. Maybe gcc requires a special option for it? So I have a question.

[Freeciv-Dev] [bug #16465] Cannot build two bases on one tile

2010-08-17 Thread HanduMan
URL: Summary: Cannot build two bases on one tile Project: Freeciv Submitted by: handuman Submitted on: Tuesday 08/17/10 at 07:25 Category: general Severity: 3 - Normal

[Freeciv-Dev] [bug #16461] server can exceed MAX_NUM_CONNECTIONS and leak sockets

2010-08-17 Thread pepeto
Update of bug #16461 (project freeciv): Category:None => general Status:None => Ready For Test Assigned to:None => pepeto Planned Release:

[Freeciv-Dev] [bug #16466] [RT#40085] Add maxconnectionsperhost option

2010-08-17 Thread pepeto
URL: Summary: [RT#40085] Add maxconnectionsperhost option Project: Freeciv Submitted by: pepeto Submitted on: mardi 17.08.2010 à 07:47 Category: general Severity: 2 - Minor

[Freeciv-Dev] [bug #16466] [RT#40085] Add maxconnectionsperhost option

2010-08-17 Thread pepeto
Update of bug #16466 (project freeciv): Severity: 2 - Minor => 3 - Normal Priority: 3 - Low => 5 - Normal ___ Reply to this item at:

[Freeciv-Dev] [bug #16426] Changing terrain to ocean should not clean pollution unconditionally

2010-08-17 Thread pepeto
Update of bug #16426 (project freeciv): Status: Ready For Test => Fixed Open/Closed:Open => Closed ___ Reply to this item at:

[Freeciv-Dev] [bug #16437] Client voting bar out of synchronization

2010-08-17 Thread pepeto
Update of bug #16437 (project freeciv): Status: Ready For Test => Fixed Open/Closed:Open => Closed ___ Reply to this item at:

[Freeciv-Dev] [bug #16467] Nations report (F3) shows incorrect info in embassy column

2010-08-17 Thread HanduMan
URL: Summary: Nations report (F3) shows incorrect info in embassy column Project: Freeciv Submitted by: handuman Submitted on: Tuesday 08/17/10 at 08:10 Category: client Severi

[Freeciv-Dev] [bug #16440] Voteinfo bar is too long at the right of the screen

2010-08-17 Thread pepeto
Update of bug #16440 (project freeciv): Status: Ready For Test => Fixed Open/Closed:Open => Closed ___ Reply to this item at:

[Freeciv-Dev] [bug #16441] silently switching to default ruleset when loading scenario with custom ruleset

2010-08-17 Thread pepeto
Update of bug #16441 (project freeciv): Status: Ready For Test => Fixed Open/Closed:Open => Closed ___ Reply to this item at:

[Freeciv-Dev] [bug #16442] Great Library should take in account teams, not players

2010-08-17 Thread pepeto
Follow-up Comment #6, bug #16442 (project freeciv): Sorry for that. Real fix for S2_2 attached. (file #9882) ___ Additional Item Attachment: File name: S2_2_GreatLib2.diffSize:0 KB __

[Freeciv-Dev] [bug #16451] Game crash after ending of turn

2010-08-17 Thread anonymous
Follow-up Comment #2, bug #16451 (project freeciv): I'm sorry but I'm not coder. What is a NULL tile? ___ Reply to this item at: ___ Message sent via/by Gna!

[Freeciv-Dev] [bug #16468] Leaving a game kicks everyone out and kills the server

2010-08-17 Thread HanduMan
URL: Summary: Leaving a game kicks everyone out and kills the server Project: Freeciv Submitted by: handuman Submitted on: Tuesday 08/17/10 at 08:34 Category: general Severity:

[Freeciv-Dev] [bug #16467] Nations report (F3) shows incorrect info in embassy column

2010-08-17 Thread pepeto
Update of bug #16467 (project freeciv): Status:None => Need Info ___ Follow-up Comment #1: I cannot reproduce. With all savegames, both players, pressing turn done or not, are marked _Bo

[Freeciv-Dev] [bug #16468] Leaving a game kicks everyone out and kills the server

2010-08-17 Thread pepeto
Follow-up Comment #1, bug #16468 (project freeciv): This is strange. I cannot reproduce neither. The lost connection messages are also missing. ___ Reply to this item at: __

[Freeciv-Dev] [bug #16451] Game crash after ending of turn

2010-08-17 Thread pepeto
Follow-up Comment #3, bug #16451 (project freeciv): > I'm sorry but I'm not coder. What is a NULL tile? I was asking mostly to other developers. The NULL tile means there is a data of type _tile_ at address 0 (invalid address). It used usually to indicate _no tile_. But a unit which doesn't have

[Freeciv-Dev] [bug #16467] Nations report (F3) shows incorrect info in embassy column

2010-08-17 Thread HanduMan
Follow-up Comment #2, bug #16467 (project freeciv): As you might have noticed on my other report ( bug #16468 ), I've been testing with 2.2.2. Did you do exactly as I instructed? First start the game on the server, then join as 'HanduMan'. If you load the savegame in client and /take the Babylon

[Freeciv-Dev] [bug #16467] Nations report (F3) shows incorrect info in embassy column

2010-08-17 Thread HanduMan
Follow-up Comment #3, bug #16467 (project freeciv): Maybe this is client-specific? I'm using GTK2 for Windows (XP). ___ Reply to this item at: ___ Message sent

[Freeciv-Dev] [bug #16457] Bug using enum pointers as int pointers

2010-08-17 Thread Jacob Nevins
Follow-up Comment #2, bug #16457 (project freeciv): > I did many tests to try to get enumerators of size 1 or 2, but I failed to get it. I think the C standard permits sizeof(enumerated type) != sizeof(int), but it's rarely used. > Maybe gcc requires a special option for it? I think it forms par

[Freeciv-Dev] [bug #16451] Game crash after ending of turn

2010-08-17 Thread Marko Lindqvist
Follow-up Comment #4, bug #16451 (project freeciv): > But a unit which doesn't have tile doesn't make sense in this > game in my humble opinion. Could it be virtual unit AI uses to test some things (such as if it's worth building real unit)?

[Freeciv-Dev] [bug #16468] Leaving a game kicks everyone out and kills the server

2010-08-17 Thread Jacob Nevins
Follow-up Comment #2, bug #16468 (project freeciv): I can't reproduce either (using 2.2.2 compiled on Ubuntu 9.04 x86_64, no debug). ___ Reply to this item at: __

[Freeciv-Dev] [bug #16469] Freecivic 2.2.2 crashes >AD500

2010-08-17 Thread anonymous
URL: Summary: Freecivic 2.2.2 crashes >AD500 Project: Freeciv Submitted by: None Submitted on: Dienstag 17.08.2010 um 11:10 CEST Category: None Severity: 3 - Normal

[Freeciv-Dev] [bug #16467] Nations report (F3) shows incorrect info in embassy column

2010-08-17 Thread pepeto
Follow-up Comment #4, bug #16467 (project freeciv): > Did you do exactly as I instructed? First start the game on the > server, then join as 'HanduMan'. If you load the savegame in > client and /take the Babylonian, it will not show the error. I missed something, I will test again. ___

[Freeciv-Dev] [bug #16469] Freecivic 2.2.2 crashes >AD500

2010-08-17 Thread pepeto
Follow-up Comment #1, bug #16469 (project freeciv): Does the client disappear? Or does it returns to the main page? ___ Reply to this item at: ___ Message post

[Freeciv-Dev] [bug #16467] Nations report (F3) shows incorrect info in embassy column

2010-08-17 Thread Jacob Nevins
Follow-up Comment #5, bug #16467 (project freeciv): I can reproduce this by following HanduMan's instructions exactly, using 2.2.2 compiled on Ubuntu 9.04 x86_64, Gtk client. ___ Reply to this item at:

[Freeciv-Dev] [bug #16465] Cannot build two bases on one tile

2010-08-17 Thread Jacob Nevins
Follow-up Comment #1, bug #16465 (project freeciv): How do you get to the point where you can build fortresses and airbases? Do you play through normally, or use the editor to get the appropriate techs? ___ Reply to this item at:

[Freeciv-Dev] [bug #16466] [RT#40085] Add maxconnectionsperhost option

2010-08-17 Thread pepeto
Update of bug #16466 (project freeciv): Status:None => Ready For Test ___ Follow-up Comment #1: Patch attached. If Marko could have look on it to ensure I didn't break anything with the IPv4/

[Freeciv-Dev] [bug #16465] Cannot build two bases on one tile

2010-08-17 Thread pepeto
Follow-up Comment #2, bug #16465 (project freeciv): Fortresses and airbases are not incompatibles in technology. One affects land units, the other affects air units. I don't understand your comment. ___ Reply to this item at:

[Freeciv-Dev] [bug #16465] Cannot build two bases on one tile

2010-08-17 Thread Jacob Nevins
Follow-up Comment #3, bug #16465 (project freeciv): I mean, when you start the game, your units can build neither fortresses nor airbases, so reproducing this from a fresh start requiring acquiring the appropriate techs somehow. Getting to Radio without cheating with the editor will take a while

[Freeciv-Dev] [bug #16465] Cannot build two bases on one tile

2010-08-17 Thread pepeto
Follow-up Comment #4, bug #16465 (project freeciv): Then, start with: /set techlevel 100 ___ Reply to this item at: ___ Message posté via/par Gna! http://g

[Freeciv-Dev] [patch #1843] Check http return status

2010-08-17 Thread Marko Lindqvist
Update of patch #1843 (project freeciv): Status: Ready For Test => Done Assigned to:None => cazfi Open/Closed:Open => Closed ___

[Freeciv-Dev] [bug #16467] Nations report (F3) shows incorrect info in embassy column

2010-08-17 Thread pepeto
Update of bug #16467 (project freeciv): Status: Need Info => Confirmed ___ Follow-up Comment #6: Confirmed in both S2_2 and trunk. ___

[Freeciv-Dev] [bug #16467] Nations report (F3) shows incorrect info in embassy column

2010-08-17 Thread pepeto
Update of bug #16467 (project freeciv): Planned Release: => 2.2.3, 2.3.0 ___ Follow-up Comment #7: I finally found the problem. When the client is directly assigned to a player when the game is

[Freeciv-Dev] [bug #16454] suggestion about citymindist - only consider same team in calculation

2010-08-17 Thread Angelo Locritani
Follow-up Comment #2, bug #16454 (project freeciv): regarding point 1. maybe the citymindist can apply only for same team or player (so avoiding alliances), but in that case point 2 applies between every nation. regarding FOW sometimes disabling it can not be enough: think about a city beyond a

[Freeciv-Dev] [bug #16467] Nations report (F3) shows incorrect info in embassy column

2010-08-17 Thread pepeto
Update of bug #16467 (project freeciv): Status: Confirmed => In Progress ___ Follow-up Comment #8: Fix attached for S2_2. This still not work on trunk for the moment. Seems something else it blo

[Freeciv-Dev] [bug #16470] Player are not loaded correctly

2010-08-17 Thread pepeto
URL: Summary: Player are not loaded correctly Project: Freeciv Submitted by: pepeto Submitted on: mardi 17.08.2010 à 11:12 Category: general Severity: 4 - Important

[Freeciv-Dev] [bug #16469] Freecivic 2.2.2 crashes >AD500

2010-08-17 Thread anonymous
Follow-up Comment #2, bug #16469 (project freeciv): the game disappears completely and the "mac problem report" appears. ___ Reply to this item at: ___ Nachric

[Freeciv-Dev] [bug #16467] Nations report (F3) shows incorrect info in embassy column

2010-08-17 Thread pepeto
Update of bug #16467 (project freeciv): Status: In Progress => Ready For Test Assigned to:None => pepeto ___ Follow-up Comment #9: In trunk, the save

[Freeciv-Dev] [bug #16469] Freecivic 2.2.2 crashes >AD500

2010-08-17 Thread pepeto
Update of bug #16469 (project freeciv): Category:None => client ___ Follow-up Comment #3: Could you attach one of your last savegame? It would help to reproduce. _

[Freeciv-Dev] [bug #16470] Player are not loaded correctly

2010-08-17 Thread pepeto
Update of bug #16470 (project freeciv): Status:None => Ready For Test Assigned to:None => pepeto ___ Follow-up Comment #1: Actually, it just

[Freeciv-Dev] [bug #16465] Cannot build two bases on one tile

2010-08-17 Thread pepeto
Follow-up Comment #5, bug #16465 (project freeciv): Since RT#40502: [Patch] Conflicting bases from ruleset, at revision 15242, default ruleset has the following conflicts: * Fortress is in conflict with Airbase. * Fortress is in conflict with Buoy. * Fortress is in conflict with Ruins. * Buoy is

[Freeciv-Dev] [bug #16465] Cannot build two bases on one tile

2010-08-17 Thread pepeto
Follow-up Comment #6, bug #16465 (project freeciv): It looks also like a bug that Airbase and Ruins are considered as territory claiming, whereas it's not defined like this in the default ruleset. ___ Reply to this item at:

[Freeciv-Dev] [bug #16465] Cannot build two bases on one tile

2010-08-17 Thread HanduMan
Follow-up Comment #7, bug #16465 (project freeciv): Setting techlevel to 100 is the easiest way, but in my opinion, a bit brutal. :P I use init_techs in a chosen nation's .ruleset: init_techs="Construction","Radio" Bases are not conflicting currently in 2.2.2? There is a patch to make

[Freeciv-Dev] [bug #16465] Cannot build two bases on one tile

2010-08-17 Thread pepeto
Update of bug #16465 (project freeciv): Status:None => Need Info Planned Release: => 2.2.3, 2.3.0 ___ Follow-up Comment #8: > It looks also li

[Freeciv-Dev] [bug #16465] Cannot build two bases on one tile

2010-08-17 Thread pepeto
Additional Item Attachment, bug #16465 (project freeciv): File name: trunk_S2_2_ruleset_bases_invalid_read.diff Size:0 KB ___ Reply to this item at: ___ Messag

[Freeciv-Dev] [bug #16468] Leaving a game kicks everyone out and kills the server

2010-08-17 Thread HanduMan
Follow-up Comment #3, bug #16468 (project freeciv): As I said >Don't know if this happens every time... Maybe it's because of I'm running Windows? ___ Reply to this item at: ___

[Freeciv-Dev] [bug #16465] Cannot build two bases on one tile

2010-08-17 Thread pepeto
Follow-up Comment #9, bug #16465 (project freeciv): > Bases are not conflicting currently in 2.2.2? There is a patch > to make them so? Why? The one which *should* be in conflicts in the current behaviour are fortress and buoys because they both claim territory (I would like to know if this is n

[Freeciv-Dev] [bug #16471] Info displayed on Happiness tab

2010-08-17 Thread Angelo Locritani
URL: Summary: Info displayed on Happiness tab Project: Freeciv Submitted by: alocritani Submitted on: Tuesday 08/17/10 at 12:08 Category: client-gtk-2.0 Severity: 2 - Minor

[Freeciv-Dev] [bug #16465] Cannot build two bases on one tile

2010-08-17 Thread Marko Lindqvist
Follow-up Comment #10, bug #16465 (project freeciv): > Since RT#40502: [Patch] Conflicting bases from ruleset, at > revision 15242, default ruleset has the following conflicts: You mean that concept of conflicting bases was implemented back then. Ruins and Buoys have not conflicted since then,

[Freeciv-Dev] [bug #16466] [RT#40085] Add maxconnectionsperhost option

2010-08-17 Thread Marko Lindqvist
Follow-up Comment #2, bug #16466 (project freeciv): I have not tested this, only read the sources, but everything seems ok. ___ Reply to this item at: ___ Messa

[Freeciv-Dev] [bug #16461] server can exceed MAX_NUM_CONNECTIONS and leak sockets

2010-08-17 Thread Marko Lindqvist
Follow-up Comment #2, bug #16461 (project freeciv): I think you misunderstood the point, Pepeto. This is not about limiting how many connections come from a single host. Creating 65 connections from single host was only way to reproduce actual problem which will happen even when connections come

[Freeciv-Dev] [bug #16466] [RT#40085] Add maxconnectionsperhost option

2010-08-17 Thread Marko Lindqvist
Follow-up Comment #3, bug #16466 (project freeciv): Oh, there is typo in log message: "connetion" ___ Reply to this item at: ___ Message sent via/by Gna! http

[Freeciv-Dev] [bug #16461] server can exceed MAX_NUM_CONNECTIONS and leak sockets

2010-08-17 Thread pepeto
Follow-up Comment #3, bug #16461 (project freeciv): No, I think I really understood this item as the patches (that I forgot to post) will prove it. It just remembered me another bug. (file #9892, file #9893, file #9894) ___ Additional Ite

[Freeciv-Dev] [bug #16471] Info displayed on Happiness tab

2010-08-17 Thread Marko Lindqvist
Follow-up Comment #1, bug #16471 (project freeciv): This is because two different effects provided by Hanging Gardens is applied to the city. First one is one provided to all cities and second one specific to builder city. This should be changed so that common effect does not affect builder city,

[Freeciv-Dev] [bug #16466] [RT#40085] Add maxconnectionsperhost option

2010-08-17 Thread pepeto
Update of bug #16466 (project freeciv): Assigned to:None => pepeto ___ Follow-up Comment #4: Well, it seems I copied blindly book's typo. ;) (file #9895, file #9896)

[Freeciv-Dev] [patch #1864] Make many territory claiming bases possible on a same tile

2010-08-17 Thread pepeto
URL: Summary: Make many territory claiming bases possible on a same tile Project: Freeciv Submitted by: pepeto Submitted on: mardi 17.08.2010 à 13:55 Category: rulesets Priorit

[Freeciv-Dev] [bug #16465] Cannot build two bases on one tile

2010-08-17 Thread pepeto
Update of bug #16465 (project freeciv): Status: Need Info => Fixed Assigned to:None => pepeto ___ Follow-up Comment #11: >> I don't unders

[Freeciv-Dev] [bug #16473] Impossible to do pillage

2010-08-17 Thread pepeto
URL: Summary: Impossible to do pillage Project: Freeciv Submitted by: pepeto Submitted on: mardi 17.08.2010 à 13:59 Category: client-gtk-2.0 Severity: 3 - Normal

[Freeciv-Dev] [bug #16469] Freecivic 2.2.2 crashes >AD500

2010-08-17 Thread anonymous
Follow-up Comment #4, bug #16469 (project freeciv): sry but where can i find the savegame in the freecivic files? ___ Reply to this item at: ___ Nachricht gesch

[Freeciv-Dev] [patch #1850] Server setting to control if unreachable unit protects reachable ones

2010-08-17 Thread Marko Lindqvist
Follow-up Comment #10, patch #1850 (project freeciv): > Does is_unit_reachable_by_unit() check for native base? No, it doesn't care where units are. It just checks if unit is normally reachable by other. At least it's like that as currently implemented. I'll combine and rework our patches a bit.

[Freeciv-Dev] [bug #16471] Info displayed on Happiness tab

2010-08-17 Thread pepeto
Follow-up Comment #2, bug #16471 (project freeciv): Currently, it's not ruleset friendly at all, it assumes that buildings only provide EFT_MAKE_CONTENT, and wonders EFT_MAKE_HAPPY, EFT_FORCE_CONTENT, EFT_NO_UNHAPPY. So for example, Michel-Ange Chapel is considered there as a building, and not a

[Freeciv-Dev] [patch #1850] Server setting to control if unreachable unit protects reachable ones

2010-08-17 Thread Marko Lindqvist
Follow-up Comment #11, patch #1850 (project freeciv): * Combined our patches * Setting unreachableprotects is no longer SSET_VITAL, but SSET_RARE * Added function is_unit_reachable_at() and used it where ever appropriate (actually everywhere where is_unit_reachable_by_unit() was previously

[Freeciv-Dev] [patch #1864] Make many territory claiming bases possible on a same tile

2010-08-17 Thread Marko Lindqvist
Follow-up Comment #1, patch #1864 (project freeciv): I don't understand your changes to tile_border_source_strength(). Comment there at least needs rewording as "this place" seems to refer in location not visible to this function at all (this border source tile, and "this place" probably means pl

[Freeciv-Dev] [patch #1864] Make many territory claiming bases possible on a same tile

2010-08-17 Thread pepeto
Follow-up Comment #2, patch #1864 (project freeciv): > I don't understand your changes to tile_border_source_strength() I was thinking about custom rulesets defining a base with a big border square distance. In this case, tile_border_source_radius() would return the base border square distance i

[Freeciv-Dev] [patch #1838] Base multiplayer ruleset on Book's rewonder

2010-08-17 Thread pepeto
Update of patch #1838 (project freeciv): Assigned to:None => pepeto ___ Reply to this item at: ___ Message po

[Freeciv-Dev] [bug #16455] Formatting of changed parameters

2010-08-17 Thread pepeto
Update of bug #16455 (project freeciv): Status: Confirmed => Ready For Test Assigned to:None => pepeto Planned Release: => 2.2.3, 2.3.0 _

[Freeciv-Dev] [bug #16473] Impossible to do pillage

2010-08-17 Thread pepeto
Update of bug #16473 (project freeciv): Status:None => Works For Me Open/Closed:Open => Closed ___ Follow-up Comment #1: Cannot reproduce a

[Freeciv-Dev] [bug #16471] Info displayed on Happiness tab

2010-08-17 Thread HanduMan
Follow-up Comment #3, bug #16471 (project freeciv): >OR we should check if same building is providing multiple effects for same row and print it only once if it does. Yes, please! >Buildings: Cathedral, Theology+Cathedral, Communism+Cathedral, Colosseum, Electricity+Colosseum, Temple, Mysticism

[Freeciv-Dev] [patch #1496] Kievan Ruthenian, Khazarian and Sikh nation

2010-08-17 Thread Daniel Markstedt
Follow-up Comment #4, patch #1496 (project freeciv): Khazar flag could be traced from this: http://www.1uptravel.com/flag/images/t/tr!hazar.gif Sikh: http://en.wikipedia.org/wiki/File:Flag-of-Khalistan.svg (PD) Ruthenia/Kiev: http://commons.wikimedia.org/wiki/File:Flag_of_Kiev.svg (PD) ___

[Freeciv-Dev] [bug #16468] Leaving a game kicks everyone out and kills the server

2010-08-17 Thread HanduMan
Follow-up Comment #4, bug #16468 (project freeciv): Tried it again. Now, for the first client to leave, I got: 2: Lost connection: HanduMan from l0553ous.cccgroup.net (player Sharru-Kin II). 1: Missing errno mapping for Winsock error #10053. 1: Please report this message at https://gna.org/proje

[Freeciv-Dev] [bug #16457] Bug using enum pointers as int pointers

2010-08-17 Thread pepeto
Update of bug #16457 (project freeciv): Status: In Progress => Ready For Test Assigned to: pepeto => None ___ Follow-up Comment #3: I don't know if th

[Freeciv-Dev] [bug #16468] Leaving a game kicks everyone out and kills the server

2010-08-17 Thread HanduMan
Follow-up Comment #5, bug #16468 (project freeciv): Darn! Is there any way to edit or delete one's own postings? Forgot to hide my 'puter name... ___ Reply to this item at: _

[Freeciv-Dev] [patch #1508] Maasai nation

2010-08-17 Thread Andrzej G.
Follow-up Comment #2, patch #1508 (project freeciv): Flag in svg is here: http://commons.wikimedia.org/wiki/File:Bandera_masai.svg Tribalism is now rejected. Maasais don't builds cities. In nationset I entered the name of one of the city and their clans, in their language of course. __

[Freeciv-Dev] [patch #1508] Maasai nation

2010-08-17 Thread Andrzej G.
Additional Item Attachment, patch #1508 (project freeciv): File name: maasai.ruleset Size:1 KB ___ Reply to this item at: ___ Message sent via/

[Freeciv-Dev] [patch #1496] Kievan Ruthenian, Khazarian and Sikh nation

2010-08-17 Thread Andrzej G.
Follow-up Comment #5, patch #1496 (project freeciv): I mean Ruthenians as Kievan Rus' people. Therefore, the flag of Kiev. The names will try to adapt to native. ___ Reply to this item at:

[Freeciv-Dev] [patch #1862] Saudi nation

2010-08-17 Thread Andrzej G.
Follow-up Comment #1, patch #1862 (project freeciv): Imam is Shia title. His Sunni counterpart is caliph, because Saudi Arabia is Sunni country. ___ Reply to this item at: __

[Freeciv-Dev] [bug #16460] Win chance calculation doesn't take fortress into account

2010-08-17 Thread Stephane Messerli
Additional Item Attachment, bug #16460 (project freeciv): File name: freeciv-2.2.2-patch_bug_16460.diff Size:0 KB ___ Reply to this item at: ___ Message posté

[Freeciv-Dev] [bug #16460] Win chance calculation doesn't take fortress into account

2010-08-17 Thread Stephane Messerli
Follow-up Comment #2, bug #16460 (project freeciv): Hi Marko, You were right, the client isn't reading 3 Base parameters: defense_bonus, vision_main_sq and vision_invis_sq. I attached a diff patch file of packhand.c fixing this issue. I tested the patch and I confirm that the client now takes t

[Freeciv-Dev] [bug #16460] Win chance calculation doesn't take fortress into account

2010-08-17 Thread Stephane Messerli
Additional Item Attachment, bug #16460 (project freeciv): File name: freeciv-2.2.2-patch_bug_16460.diff Size:0 KB ___ Reply to this item at: ___ Message posté

[Freeciv-Dev] [bug #16460] Win chance calculation doesn't take fortress into account

2010-08-17 Thread Stephane Messerli
Follow-up Comment #3, bug #16460 (project freeciv): The correct attached diff patch file is #9904. ___ Reply to this item at: ___ Message posté via/par Gna! h

[Freeciv-Dev] [bug #16469] Freecivic 2.2.2 crashes >AD500

2010-08-17 Thread George Koehler
Follow-up Comment #5, bug #16469 (project freeciv): Some computers put the savegames in ~/.freeciv/saves (the 'saves' directory inside the invisible '.freeciv' directory inside your home directory). A savegame named 'freeciv-T0001-Y-3950-auto' will have a file named like 'freeciv-T0001-Y-3950-au

[Freeciv-Dev] [bug #16461] server can exceed MAX_NUM_CONNECTIONS and leak sockets

2010-08-17 Thread George Koehler
Follow-up Comment #4, bug #16461 (project freeciv): Your file #9893 fixes the bug of S2_2; I can no longer reproduce the bug. The 65th client now says 'Lost connection to server!'. ___ Reply to this item at:

[Freeciv-Dev] [bug #16468] Leaving a game kicks everyone out and kills the server

2010-08-17 Thread Daniel Markstedt
Follow-up Comment #6, bug #16468 (project freeciv): Not that I know of. You can try raising a support request - see the 'Get Support' link to the left here. ___ Reply to this item at: __

[Freeciv-Dev] [bug #16476] Client freezes trying to connect to its own server (ipv6)

2010-08-17 Thread Daniel Markstedt
URL: Summary: Client freezes trying to connect to its own server (ipv6) Project: Freeciv Submitted by: dmarks Submitted on: Wednesday 08/18/2010 at 12:38 Category: client-gtk-2.0

[Freeciv-Dev] [patch #1822] Modpack installer utility

2010-08-17 Thread Daniel Markstedt
Follow-up Comment #2, patch #1822 (project freeciv): Cool. Did you get around to getting some contents up on a server somewhere? ___ Reply to this item at: ___

[Freeciv-Dev] [bug #16460] Win chance calculation doesn't take fortress into account

2010-08-17 Thread Marko Lindqvist
Update of bug #16460 (project freeciv): Assigned to:None => cazfi ___ Reply to this item at: ___ Message sen