freeciv | 5 Mar 2004 23:21

per: Improve a string check.

This is an automated notification of a change to freeciv cvs, 
on Fri Mar  5 10:56:09 PST 2004 = Fri Mar  5 18:56:09 2004 (GMT)
by  <per <at> leftist.net>

---- Files affected:

freeciv/server console.c
freeciv/server gamelog.c

---- Log message:
      Tag: HEAD

Improve a string check.

freeciv | 5 Mar 2004 23:21

per: Cosmetic fixes and improve a string check.

This is an automated notification of a change to freeciv cvs, 
on Fri Mar  5 11:01:20 PST 2004 = Fri Mar  5 19:01:20 2004 (GMT)
by  <per <at> leftist.net>

---- Files affected:

freeciv/common log.c

---- Log message:
      Tag: HEAD

Cosmetic fixes and improve a string check.

freeciv | 6 Mar 2004 12:21

per: Add exchange of embassies as a diplomacy option...

This is an automated notification of a change to freeciv cvs, 
on Sat Mar  6 03:13:04 PST 2004 = Sat Mar  6 11:13:04 2004 (GMT)
by  <per <at> leftist.net>

---- Files affected:

freeciv/client climisc.c options.c
freeciv/client/gui-gtk-2.0 diplodlg.c
freeciv/common diptreaty.h events.h
freeciv/server diplhand.c

---- Log message:
      Tag: HEAD

Add exchange of embassies as a diplomacy option. Support is only added 
for gtk2 client, client maintainers are expected to add support to their 
respective clients on their own. AI support will be added later.

freeciv | 6 Mar 2004 20:21

jdorje: Remove an incorrect assertion from handle_ci...

This is an automated notification of a change to freeciv cvs, 
on Sat Mar  6 11:18:13 PST 2004 = Sat Mar  6 19:18:13 2004 (GMT)
by Jason Dorje Short <jshort <at> andrew.cmu.edu>

---- Files affected:

freeciv/client packhand.c

---- Log message:
      Tag: HEAD

Remove an incorrect assertion from handle_city_info.  Instead do a full
check for can_player_see_units_in_city.

Reported by Remi Bonnet <remi.bonnet <at> laposte.net> as PR#7555.  Patch by me.

freeciv | 8 Mar 2004 03:21

jdorje: Rename the "blend" field in the terrain_draw...

This is an automated notification of a change to freeciv cvs, 
on Sun Mar  7 18:15:58 PST 2004 = Mon Mar  8 02:15:58 2004 (GMT)
by Jason Dorje Short <jshort <at> andrew.cmu.edu>

---- Files affected:

freeciv/client tilespec.c tilespec.h

---- Log message:
      Tag: HEAD

Rename the "blend" field in the terrain_drawing_data struct to "match".

Patch by me as PR#7606.

freeciv | 8 Mar 2004 03:21

jdorje: Work around some compile-time warnings in gu...

This is an automated notification of a change to freeciv cvs, 
on Sun Mar  7 18:17:20 PST 2004 = Mon Mar  8 02:17:20 2004 (GMT)
by Jason Dorje Short <jshort <at> andrew.cmu.edu>

---- Files affected:

freeciv/client/gui-win32 connectdlg.c diplodlg.c mapctrl.c plrdlg.c

---- Log message:
      Tag: HEAD

Work around some compile-time warnings in gui-win32.

Patch by me as PR#7614.

freeciv | 8 Mar 2004 03:31

jdorje: Move decrease_unit_hp_smooth into mapview_co...

This is an automated notification of a change to freeciv cvs, 
on Sun Mar  7 18:24:35 PST 2004 = Mon Mar  8 02:24:35 2004 (GMT)
by Jason Dorje Short <jshort <at> andrew.cmu.edu>

---- Files affected:

freeciv/client mapview_common.c mapview_common.h tilespec.c
freeciv/client/gui-gtk gui_main.c gui_main.h mapview.c
freeciv/client/gui-gtk-2.0 gui_main.c gui_main.h mapview.c
freeciv/client/gui-win32 mapview.c
freeciv/client/gui-xaw gui_main.c gui_main.h mapview.c
freeciv/client/include mapview_g.h

---- Log message:
      Tag: HEAD

Move decrease_unit_hp_smooth into mapview_common.  Now the single_tile
canvas is allocated by the common client code.

Patch by me as PR#7447.

freeciv | 8 Mar 2004 04:11

jdorje: Remove the assign_units_to_transporter syste...

This is an automated notification of a change to freeciv cvs, 
on Sun Mar  7 19:00:22 PST 2004 = Mon Mar  8 03:00:22 2004 (GMT)
by Jason Dorje Short <jshort <at> andrew.cmu.edu>

---- Files affected:

freeciv/common unit.c unit.h
freeciv/server unithand.c unittools.c unittools.h

---- Log message:
      Tag: HEAD

Remove the assign_units_to_transporter system.  Now instead of reassigning
all units on a tile every time anything happens on that tile, we preserve
the transporter information for a unit.  Units may be loaded when they are
sentried or moved onto a tile.  They may be unloaded when they are
activated or moved off of a tile.  At other times the units will remain on
the transporter that they're put on.

Patch by me under PR#6174.

freeciv | 8 Mar 2004 08:31

jdorje: - Rename "struct canvas" as "struct mapview_...

This is an automated notification of a change to freeciv cvs, 
on Sun Mar  7 23:20:49 PST 2004 = Mon Mar  8 07:20:49 2004 (GMT)
by Jason Dorje Short <jshort <at> andrew.cmu.edu>

---- Files affected:

freeciv/client citydlg_common.c citydlg_common.h mapview_common.c mapview_common.h
freeciv/client/gui-gtk citydlg.c gui_main.h mapview.c
freeciv/client/gui-gtk-2.0 citydlg.c gui_main.h mapview.c
freeciv/client/gui-sdl graphics.c graphics.h gui_main.h mapview.c
freeciv/client/gui-stub mapview.c
freeciv/client/gui-win32 citydlg.c dialogs.c graphics.h mapview.c
freeciv/client/gui-xaw citydlg.c dialogs.c graphics.h gui_main.c mapview.c
freeciv/client/include mapview_g.h

---- Log message:
      Tag: HEAD

- Rename "struct canvas" as "struct mapview_canvas".
- Rename "struct canvas_store" as "struct canvas".
- Rename "pcanvas_store" variables as "pcanvas".

Patch by me as part of PR#7517.

freeciv | 9 Mar 2004 08:21

jdorje: Fix drawing to bitmapped surfaces in put_one...

This is an automated notification of a change to freeciv cvs, 
on Mon Mar  8 23:17:35 PST 2004 = Tue Mar  9 07:17:35 2004 (GMT)
by Jason Dorje Short <jshort <at> andrew.cmu.edu>

---- Files affected:

freeciv/client/gui-win32 mapview.c

---- Log message:
      Tag: HEAD

Fix drawing to bitmapped surfaces in put_one_tile_iso.

Patch by James Canete <use_less <at> ignmail.com> as PR#7725.


Gmane