[Freeciv-tickets] [freeciv] #43216: Drop 'start' parameter from advance_iterate()

Back to archive index
OSDN Ticket System norep****@osdn*****
Thu Dec 2 15:00:32 JST 2021


#43216: Drop 'start' parameter from advance_iterate()

  Open Date: 2021-11-14 01:13
Last Update: 2021-12-02 08:00

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

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

Last Changes/Comment on this Ticket:
2021-12-02 08:00 Updated by: cazfi
 * Status Update from Open to Closed
 * Owner Update from (None) to cazfi
 * Resolution Update from Accepted to Fixed


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

      Reporter: cazfi
         Owner: cazfi
          Type: Patches
        Status: Closed
      Priority: 5 - Medium
     MileStone: 3.2.0
     Component: General
      Severity: 5 - Medium
    Resolution: Fixed
---------------------------------------------------------------------

Ticket details:

- Rename old advance_iterate(), with the 'start' parameter, as advance_iterate_base()
- Introduce new advance_iterate() that is a wrapper around advance_iterate_base(A_FIRST)
- Turn advance_iterate_all() as wrapper around advance_iterate_base(A_NONE)
- Adjust all users of advance_iterate() - all of them wanted iteration from A_FIRST, so now use new advance_iterate() (none use advance_iterate_base() directly)


-- 
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/43216
RSS feed for this Ticket:
    https://osdn.net/ticket/ticket_rss.php?group_id=12505&tid=43216



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