[Freeciv logo]
Freeciv commits

RevisionAuthorDateDescription
15396mbook05 Jan 2009 13:45:12

Add frame around city dialog output info popup.

See #16243

15395cazfi05 Jan 2009 11:29:16

Fixed saving of bases.

Reported by Matthias Pfafferodt, ticket #40620

15394cazfi05 Jan 2009 09:39:37

Fixed crash when building base that conflicts with another base type to tile
where is no previous base.

See #40627

15393hunterz03 Jan 2009 03:55:31

84% done

15392cazfi02 Jan 2009 08:35:01

Typofix

15391mbook29 Dec 2008 23:17:27

Check for NULL ping timers when closing a connection.

- Add timer_list_iterate macro.
- Check for NULL connection in close_connection().
- Check for NULL timer in free_timer().

See #40605

Reported by: Marko Lindqvist

15390mbook29 Dec 2008 23:16:41

Check for NULL ping timers when closing a connection.

- Add timer_list_iterate macro.
- Check for NULL connection in close_connection().
- Check for NULL timer in free_timer().

See #40605

Reported by: Marko Lindqvist

15389mbook29 Dec 2008 01:06:31

Cleanup save file name searching in load command.

- Also, add ".gz", ".bz2", and ".sav.bz2" to
the list of checked extensions.

See #40604

15388mbook28 Dec 2008 01:42:05

Make the tired attack penalty optional via the ruleset.

- The new game ruleset field tired_attack in the
combat_rules section controls whether units that
have less than a full move left will have their
attack strength reduced when they attack.
- The server and default ruleset disable it.
- It is enabled in the civ1 and civ2 rulesets.

See #40591

15387hunterz27 Dec 2008 05:04:21

84% done

15386mbook27 Dec 2008 00:26:15

Fix river generation for island generator.

See #15947

Patch by: Brendon Oram

15385mbook27 Dec 2008 00:23:51

Fix river generation for island generator.

See #15947

Patch by: Brendon Oram

15384hunterz26 Dec 2008 14:18:29

83% done