[Freeciv-tickets] [freeciv] #48837: Player removal not removing city border claims

Back to archive index
OSDN Ticket System norep****@osdn*****
Fri Oct 13 04:13:53 JST 2023


#48837: Player removal not removing city border claims

  Open Date: 2023-10-12 21:51
Last Update: 2023-10-12 22:13

URL for this Ticket:
    https://osdn.net//projects/freeciv/ticket/48837
RSS feed for this Ticket:
    https://osdn.net/ticket/ticket_rss.php?group_id=12505&tid=48837

---------------------------------------------------------------------

Last Changes/Comment on this Ticket:
2023-10-12 22:13 Updated by: cazfi
 * Owner Update from (None) to cazfi
 * Resolution Update from None to Accepted

Comment:

Patches for all branches, including S2_6, attached.

---------------------------------------------------------------------
Ticket Status:

      Reporter: cazfi
         Owner: cazfi
          Type: Bugs
        Status: Open [Owner assigned]
      Priority: 5 - Medium
     MileStone: 3.0.9
     Component: Server
      Severity: 5 - Medium
    Resolution: Accepted
---------------------------------------------------------------------

Ticket details:

server_remove_player() calls player_clear() in common/ code, and that removes cities by game_remove_city() only, while proper server side city removal would include remove_city() call. This likely has other effects, but I noticed this while debugging why there's a city border claim from already removed player.

-- 
Ticket information of Freeciv project
Freeciv Project is hosted on OSDN

Project URL: https://osdn.net/projects/freeciv/
OSDN: https://osdn.net

URL for this Ticket:
    https://osdn.net/projects/freeciv/ticket/48837
RSS feed for this Ticket:
    https://osdn.net/ticket/ticket_rss.php?group_id=12505&tid=48837



More information about the Freeciv-tickets mailing list
Back to archive index