DELTA
SVN   ‹=‹=€‹=/********************************************************************** 
 Freeciv - Copyright (C) 1996 - A Kjeldberg, L Gregersen, P Unold
   This program is free software; you can redistribute it and/or modify
   it under the terms of the GNU General Public License as published by
   the Free Software Foundation; either version 2, or (at your option)
   any later version.

   This program is distributed in the hope that it will be useful,
   but WITHOUT ANY WARRANTY; without even the implied warranty of
   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
   GNU General Public License for more details.
***********************************************************************/
#ifndef FC__TRADEROUTES_H
#define FC__TRADEROUTES_H

#ifdef __cplusplus
extern "C" {
#endif /* __cplusplus */

int max_trade_routes(const struct city *pcity);

#define trade_routes_iterate(c, t)                          \
do {                                                        \
  int _i##t;                                                \
  for (_i##t = 0 ; _i##t < MAX_TRADE_ROUTES ; _i##t++) {    \
    struct city *t = game_city_by_number(c->trade[_i##t]);  \
    if (t != NULL) {

#define trade_routes_iterate_end                            \
    }                                                       \
  }                                                         \
} while(FALSE)

#ifdef __cplusplus
}
#endif /* __cplusplus */

#endif  /* FC__TRADEROUTES_H */
ENDREP
DELTA 20914 0 545
SVN  ‚û‚û,6 ] ª •XŽ‰ ÉY‚£Uƒ h‚í1MAX_TRADE_ROUTES];
  UINT8 trade_value[MAXbase_timeMAXENDREP
DELTA 20691 0 3478
SVN  †  †  D‚ ‡0 ‹ ‚á‡"€Q ‚ê™ Sƒ›> ‚ƒ‚ër„ º'„îw h…©ƒ '…«¥ g…¬*€D ò…­a¦traderoutesf (!pcity_src) {
    return;
  }

  trade_routes_iterate(pcity_src, pcity_dest) { trade_routes_iterate_endNULL  int max_routesMAXmax_routes = max_trade_routes(pcity);max_routes);

  if (pcolor) {
    if (num_trade_routes == max_routeslighted tiles as
  needing a mapview u†  ˜,˜„ \¢> —&pdatENDREP
DELTA 19573 18196 2126
SVN  „ð„ð ‚Ú6 ƒ ‚•J‚Ú9MAXENDREP
DELTA 20890 0 16654
SVN  †  †   …º ƒ åi…ºMAX†  ƒÐ
ƒÐ
  ƒÐ
 ENDREP
DELTA 20808 212 1496
SVN  „¸&„¸/ ‚î- ˆ Ã'‚î,ƒ †Pƒ±Vamount *MAXENDREP
DELTA 20937 0 155
SVN  …í…ë_…z Š ‹ èŠª †óp X‚†6 þ7úJ –‚ù
€t Á]ƒg€ _Î= ×ƒÔb€^ ®#„¬S€ Vù{ …b„ÜZ€A |„ãsƒ ˆ„ärtraderoutestrade_routes_iterate(pcity, ptrade_city) { trade_routestrade_routes_iterate(pcity, pother_city) {
    remove_trade_route(pother_city, pcity);
  } trade_routes_iterate_end;trade_routes_iterate(pcity, other) {
    if (city_owner(other) == pplayer) {
      return TRUE;
    }
  } trade_routes_iterate_end;
MAX_TRADE_ROUTES; i++) {
    packet->trade[i] = pcity->trade[i];
    packet->trade_value[i] = MAX_TRADE_ROUTES; i++) {
    if (pc1->trade[i] == pc2->id) {
      pc1->trade[i] = 0;
    }
    if (pc2->trade[i] == pc1->id) {
      pc2->trade[i] = 0;
    }max_trade_routes(pc1)) {
    remove_smallest_trade_route(pc1);
  }

  if (city_num_trade_routes(pc2) == max_trade_routes(pc2)) {
    remove_smallest_trade_route(pc2);
  }

  for (i = 0; i < MAXMAXENDREP
DELTA 20843 99 251
SVN  †  †  U‚W ‰ ‹ ƒ…b‰
ƒ †=ƒŽo• Sƒ•<• ‰Nƒ—€[ YË ‰sƒ¢€r w„ªu ‚¥ƒ®,µ ‚…ÕLš £ …×kƒ ¥…ún ^„Ô3traderoutesMAXmax_trade_routes(pc1)max_trade_routes(pc2)MAX_TRADE_ROUTES; i++) {
    if (pcity->trade[i] != 0) {
      n++;
    }
  }
  
  return ntrade_routes_iterate(pc1, route_to) {
    if (route_to->id == pc2->id) {
      return TRUE;
    }
  } trade_routes
  trade_routes_iterate(pcity, trade_city) {
    if ( trade_routes_iterate_end;MAX†  ì	ë+  ë+^ENDREP
DELTA 20104 1495 2012
SVN  ÝÜF" ”V  Âr•+¢ „\Ø?MAX_TRADE_ROUTES], trade_value[MAXENDREP
DELTA 19291 139792 3020
SVN  ÌJÌj, †> • Ã†:— ‚dÉf#include "traderoutesmax_trade_routes(pcity)ENDREP
DELTA 20912 2432 641
SVN  çrè`
 çV €
/*
 * Maximum number of trade routes a city can have in any situation.
 */
#define MAX_TRADE_ROUTES        4

#endif /* FC__FC_TYPES_H */
ENDREP
DELTA 20858 0 363
SVN  õkö2"8 ‡I ‹ £‡;‡ ˆ-ª5’ Š²LŠ ‚¼dŠ ¶p¾{traderoutesint max  max_routes = maxmax_routesmax_routesENDREP
DELTA 19155 85 1050
SVN  –˜51…3 K € ‚,B— hƒg˜ „#„E“ +ˆc¬ IŠ	€‚9 ‡ž w”L€O scriptcore

lib_LTLIBRARIES = libfreeciv.la

AM_CPPFLAGS = \
	-I$(top_srcdir)/utility \
	-I$(srcdir)/aicore \
	-I$(srcdir)/scriptcore \
	$(MAPIMG_WAND_CFLAGS)disaster.c	\
		disastercmdhelp.c	\
		fc_cmdhelproad.c		\
		road.h	traderoutes.c	\
		traderoutes.h	\
		traits.h	$(top_builddir)/utility/libcivutility.la \
	$(top_builddir)/common/aicore/libaicore.la \
	$(top_builddir)/common/scriptcore/libscriptcore.la

libfreeciv_la_LIBADD = \
	$(top_builddir)/utility/libcivutility.la \
	$(top_builddir)/common/aicore/libaicore.la \
	$(top_builddir)/common/scriptcore/libscriptcore.la \
	\
	$(srcdir)/packets_gen.h \
	"$(top_srcdir)/bootstrap/generate_svnrev.sh" "$(top_srcdir)" "$(top_builddir)"
ENDREP
DELTA 20524 0 15935
SVN  †  †  ‹# …0 ‚ õ…0 Yú(¬ Æû-‡ †CÁE€ Í­ …^ê
¬ §GïK€@ žJ‚–€) ~ƒ­N€ Yƒ¯i€D ƒ±ž cƒ²2€‚ ˜pƒµ-€3 aƒÊ}€u rƒÌSµ ‚´QƒÍz” m†‚P” ‚=†Bacroad_type **order;
    size_t size;
  } roadlegacy_log_verbose("saving game in new format ...");
  savegame2_save_real(file, save_reason, scenario,
                      game.server.saveversion);  loading->road.order = NULL;
  loading->roadroad.order != NULL) {
    free(loading->roadGEN_ROAD:
    return 'R';
  case ACTIVITY_CONVERT:
    return 'c
  /* Load roads. */
  loading->road.size
    = secfile_lookup_int_default(loading->file, 0,
                                 "savefile.roads_size");
  if (loading->roadroad.size,
                                     "savefile.roads_vector");
    sg_failure_ret(loading->road.size != 0,
                   "Failed to load roadroad_types < loading->road.size),
                   "Number of roadroad_types, (int)loading->roadroad.size + 3) / 4);
    loading->road.order = fc_calloc(nmod, sizeof(*loading->road.order));
    for (j = 0; j < loading->road.size; j++) {
      loading->road.order[j] = road_type_by_rule_name(modname[j]);
    }
    free(modname);
    for (; j < nmod; j++) {
      loading->road
  /* Save roads order in the savegame. */
  secfile_insert_int(saving->file, game.control.num_road_types,
                     "savefile.roads_size");
  if (game.control.num_roadroad_types, sizeof(*modname));

    road_type_iterate(proad) {
      modname[i++] = road_rule_name(proad);
    } roadroad_types,
                           "savefile.roadslot_max_used_numberslot_max_used_number†  †  †  —	€† K†Ÿ5€H (†‘r• k²~€k X†”>€v ‚©w ˜ ‚©v† Œ=‚ªxƒ Úz‚·8ƒ ¼]ƒ’5ž žfƒÏ€‚6 jƒî ‰ ƒƒðV… ‚@ƒô » Rƒö@€I Çgƒù€„J e„ÂY€„j Åu„Æ%integer, and then save it as
       * hex. */

      whole_map_iterate(ptile) {
        players_iterate(pplayer) {
          if (map_is_known(ptile, pplayer)) {
            p = player_index(pplayer);
            l = p / 32;
            known[l * MAP_INDEX_SIZE + tile_index(ptile)]
              |= (1u << (p - l * 8));
          }
        } players_iterate_end;
      } whole_map_iterate_end;

      for (l = 0; l < lines; l++) {
        for (j = 0; j < 8; j++) {
          /* put 4-bit segments of the 32-bit "known" field */
          SAVE_MAP_CHAR(ptile, bin2ascii_hex(known[l * MAP_INDEX_SIZE
                                                   + tile_index(ptile)], j),
                        saving->file, "map.k%02d_%04d", l * 8 + j);
        }
      }

      FC_FREE(known===============
 * Load / save player data.
 *
 * This is splitted into two parts as some data can only be loaded if the
 * number of players is known and the corresponding player slots are
 * definedplayer]' (basic data)_basic(struct loaddata *loading)
{
  int i, k, nplayers;
  const char *string;
  bool shuffle_loaded = TRUEif (S_S_INITIAL == loading->server_state
      || game.info.is_new_game) {
    /* Nothing more to do. */
    return;
 FALSE,
                  FALSEMAXMAX  enum tile_special_type cfspestruct act_tgt a_target;

    if (target != S_LAST) {
      a_target.type = ATT_SPECIAL;
      a_target.obj.spe = target;
    } else if (pbase != NULL) {
      a_target.type = ATT_BASE;
      a_target.obj.base = base_index(pbase);
    } else {
      a_target.type = ATT_SPECIAL;
      a_target.obj.spe = S_LAST&a_targetcfspetarget.type = ATT_BASE;
    punit->changed_from_target.obj.target.type = ATT_SPECIAL;
    punit->changed_from_target.obj.spe = cfspeif (punit->activity_target.type == ATT_SPECIAL) {
      secfile_insert_int(saving->file, punit->activity_target.obj.spe,
                         "%s.activity_target", buf);
    } else {
      secfile_insert_int(saving->file, S_LAST,
                         "%s.activity_target", buf);
    }
    if (punit->activity_target.type == ATT_BASE) {
      secfile_insert_int(saving->file, punit->activity_target.obj.base,
                         "%s.activity_base", buf);
    } else {
      secfile_insert_int(saving->file, BASE_NONE,
                         "%s.activity_base", buf);
    }if (punit->changed_from_target.type == ATT_SPECIAL) {
      secfile_insert_int(saving->file, punit->changed_from_target.obj.spe,
                         "%s.changed_from_target", buf);
    } else {
      secfile_insert_int(saving->file, S_LAST,
                         "%s.changed_from_target", buf);
    }
    if (punit->changed_from_target.type == ATT_BASE) {
      secfile_insert_int(saving->file, punit->changed_from_target.obj.base,
                         "%s.changed_from_base", buf);
    } else {
      secfile_insert_int(saving->file, BASE_NONE,
                         "%s.changed_from_base", buf);
    }ŒÀ ï"…gx f¥ ´ G‚ ž G‚ ¦ nŸ9€ I?¦ !<‘ G‚ €S Xè?€l \¬?€ƒ~ G‚ ™ G‚ ¡ nŸ9€‚4 I? Ž2 ±z® Xè?€h G‚  ‚`ÂW€y ©oÅ3event_cache_load(loading->file, "event_cache");
}

/*****
  Save '[event_cache]'.
*****/
static void sg_save_event_cache
  if (saving->scenario) {
    /* Do _not_ save events in a scenario. */
    return;
  }

  event_cache_save(saving->file, "event_cache");
}

/
 * Load / save the mapimg definitionsLoad '[mapimg]'.
*****/
static void sg_load_mapimg(struct loaddata *loading)
{
  int mapdef_count, i/* Clear all defined map images. */
  while (mapimg_count() > 0) {
    mapimg_delete(0);
  }

  mapdef_count"mapimg.count");
  log_verbose("Saved map image definitions: %d.", mapdef_count);

  if (0 >= mapdef_count) {
    return;
  }

  for (i = 0; i < mapdef_count; i++) {
    const char *p;

    p = secfile_lookup_str(loading->file, "mapimg.mapdef%d", i);
    if (NULL == p) {
      log_verbose("[Mapimg %4d] Missing definition.", i);
      continue;
    }

    if (!mapimg_define(p, FALSE)) {
      log_error("Invalid map image definition %4d: %s.", i, p);
    }

    log_verbose("Mapimg %4d loaded.", i);
  }
}

/*****
  Save '[mapimg]'.
*****/
static void sg_save_mapimg
  secfile_insert_int(saving->file, mapimg_count(), "mapimg.count");
  if (mapimg_count() > 0) {
    int i;

    for (i = 0; i < mapimg_count(); i++) {
      char buf[MAX_LEN_MAPDEF];

      mapimg_id2str(i, buf, sizeof(buf));
      secfile_insert_str(saving->file, buf, "mapimg.mapdef%d", i);
    }
  }
}

/const char *modname[] = { "Road", "Railroad" }log_debug("Upgrading data from savegame to version 2.5.0");

  secfile_insert_int(loading->file, 2, "savefile.roads_size");

  secfile_insert_str_vec(loading->file, modname, 2,
                         "savefile.roads_vector");
}

/
  secfile_entry_delete(saving->file, "savefile.roads_size");
  secfile_entry_delete(saving->file, "savefile.roads_vectorENDREP
DELTA 20865 24309 2074
SVN  ……“8F…f ‰ ‹ ƒÏ~ˆv€u ‡%ƒÙM  †jƒáœ  >ƒç|ƒ #„ˆ=« „Šƒ ¹„‹-µ „Ä=€ƒD É„Æytraderoutesmax_trade_routes(pcity_homecity));
    dest_full = (city_num_trade_routes(pcity_dest) == max_trade_routes(pcity_dest)max_trade_routes(pcity_homecity)max_trade_routes(pcity_dest)MAXMAX_TRADE_ROUTES);

    for (i = 0; i < MAXMAX    enum unit_activity stored_activity = new_activityif (new_activity != stored_activity
        && !activity_requires_target(new_activity)) {
      /* unit_assign_specific_activity_target() changed our target activity
       * (to ACTIVITY_IDLE in practice) */
      unit_activity_handling(punit, new_activity);
    } else {
      set_unit_activity_targeted(punit, new_activity, new_target);
      send_unit_info(NULL, punit);    
      unit_activity_dependencies(punit, old_activity, &old_target);
    }ENDREP
DELTA 19573 6529 3998
SVN  †  †  fƒM G  ™H G €P Pë@€G Ñš› –&ë@¬ Uë@ û^‚‚=® Në@ ‚þk  @…@ …ƒ3– Në@ áƒ•ƒ ¯Tƒö Á„¥o‡ µ„æz****
  Return first building that has given effect.

  FIXME: Some callers would work better if they got building actually
         provides the effect at the moment, and not just first potential
         oneruct impr_type *get_building_for_effect(enum effect_type effect_type)
{Create city options widgetsUser interacted with Citizen Governor buttonEnable city dialog widgets that can be enabledDisable all city dialog widgets
Return scaled city mapMAXe/* 0 */†  ¯c´$„I€„ ¶f « D¨  –$·.› D¨  áIÎ/* blit impr icon */
    dest.x = pWindow->size.x + adj_size(6) + (adj_size(185) - (pBuf->w + pBuf2->w + adj_size(5))) / 2;
    dest.y = pWindow->size.y + adj_size(233);

    alphablit(pBuf2, NULL, pWindow->dst->surface, &dest);
    
    dest.y += (pBuf2->h - pBuf->h) / 2;
    dest.x += pBuf2->w + adj_size(5);
  }

  /* blit unit/impr name */
  alphablit(pBuf, NULL, pWindow->dst->surface, &dest);

  FREESURFACE(pBuf);
  FREESURFACE(pBuf2);
  
  if (count) {
    if (count > 11) {
      step = (adj_size(154) - pRecreate improvement list for city dialog.
Recreate citydialog title.
ENDREP
DELTA 20392 14831 413
SVN  ‚”E‚”E ÿt ƒ ”NÿwMAXENDREP
DELTA 20913 1933 30966
SVN  †  †   ˜7 Š ˜?ƒ „ê6µHlient_mainMAX†  Ã8Æ‚I‚ ‰i ™  ‰\‡ v©g€‚' ˜aªWd base_time = p->base_time;  int ifor (i = 0; i < p->reqs_count; i++) {
    requirement_vector_append(&pdis->reqs, p->reqs[i]);
  }
  fc_assert(pdis->reqs.size == p->reqs_count);

  for (i = 0; i < p->nreqs_count; i++) {
    requirement_vector_append(&pdis->nreqs, p->nreqs[i]);
  }
  fc_assert(pdis->nreqs.size == p->nreqs_countENDREP
DELTA 20107 0 391
SVN  ‚–>‚–> ‰ ƒ &‰MAXENDREP
DELTA 20914 4387 11605
SVN  †  †  ~‡; ‰c ‹ ‰U€. w„ˆ Ž—_ L¥{€m k…ª{ Œµc –[Ág€] ‚µhÙc ‚.„J‘ Ž\„‘r ‚1„ d€ „u„£p€ ‚„±t Œ5„ªy ‚„·D€ ]„º!€ ài„¼{traderoutes#define cityimpr_list_iterate(cityimprlist, pcityimpr) \
    TYPED_LIST_ITERATE(struct cityimpr, cityimprlist, pcityimpr)
#define cityimpr_list_iterate_end  LIST_ITERATE_END
trade_routes_iterate(pcity, pcity2) {
    city_refresh(pcity2);
  } trade_routes_iterate_end;

  sanity_checktrade_routes_iterate(pcity, pcity2) {
    city_refresh(pcity2);
  } trade_routes_iterate_end;FC_FREE(pcityimprstruct cityimpr *ci = fc_malloc(sizeof(*ci));

        ci->pcity = pcity;
        ci->pimprove = pimprove;
        cityimpr_list_append(pimprlist, /* Free remaining entries from list */
  cityimpr_list_iterate(pimprlist, pimpr) {
    FC_FREE(pimpr);
  } cityimpr_list_iterate_end;struct cityimpr *ci = fc_malloc(sizeof(*ci));

      ci->pcity = pcity;
      ci->pimprove = pimprove;
      cityimpr_list_append(pimprlist, Free remaining entries from list */
  cityimpr_list_iterate(pimprlist, pimpr) {
    FC_FREE(pimpr);
  } cityimpr_list_iterate_end;†  ÁEÃa‚€‚ ÁE le = city_tile(pcity);
  bool had_effect = FALSE;

  log_debug("%s at %s", disaster_rule_name(pdis), city_name(pcity));

  notify_player(pplayer, ptile, E_DISASTER,
                ftc_server,
                /* TRANS: Disasters such as Earthquake */
                _("%s was hit by ENDREP
DELTA
SVN   ˆDˆD€ˆD/****************************************************************************
 Freeciv - Copyright (C) 2004 - The Freeciv Team
   This program is free software; you can redistribute it and/or modify
   it under the terms of the GNU General Public License as published by
   the Free Software Foundation; either version 2, or (at your option)
   any later version.

   This program is distributed in the hope that it will be useful,
   but WITHOUT ANY WARRANTY; without even the implied warranty of
   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
   GNU General Public License for more details.
****************************************************************************/

#ifdef HAVE_CONFIG_H
#include <fc_config.h>
#endif

/* common */
#include "city.h"

#include "traderoutes.h"

/*************************************************************************
  Return current maximum number of trade routes city can have.
*************************************************************************/
int max_trade_routes(const struct city *pcity)
{
  return MAX_TRADE_ROUTES;
}

ENDREP
id: 4g.5ck.r20946/16692
type: file
pred: 4g.5ck.r20937/185
count: 531
text: 20946 2234 871 95628 78c030833f3a6cb133acf75400307b16
props: 10971 452 112 0 14688860b403b675ea6c3d1b6f5d2330
cpath: /trunk/server/citytools.c
copyroot: 15280 /trunk

id: 4i.5ck.r20946/16935
type: file
pred: 4i.5ck.r20939/1296
count: 490
text: 20946 14147 1396 111073 61a4554ecbd6a01004a66877bfe389ac
props: 10955 1971 112 0 e17e3e5087e98ab1d6f041bdc6ae85ee
cpath: /trunk/server/cityturn.c
copyroot: 15280 /trunk

id: 4m0.5ck.r20946/17182
type: file
pred: 4m0.5ck.r20871/4708
count: 120
text: 20946 4898 6583 221854 57dcea8b5ed7c63f75a8d13eef52dfaa
cpath: /trunk/server/savegame2.c
copyroot: 15280 /trunk

id: 18.5ck.r20946/17374
type: file
pred: 18.5ck.r20899/570
count: 494
text: 20946 11508 826 84408 6fa2ce9fa9461737630e01ff0fb39c39
props: 11060 7742 112 0 090627d3849ce880ce4f29c1c260669f
cpath: /trunk/server/unithand.c
copyroot: 15280 /trunk

id: vl.5ck.r20946/17618
type: file
pred: vl.5ck.r20890/16684
count: 581
text: 20946 2091 44 161802 363748bdddc207cfd1df7b622ee3480e
props: 11092 74 112 0 de3988801a325e2d7d51fcbc7209a255
cpath: /trunk/server/savegame.c
copyroot: 15280 /trunk

PLAIN
K 11
Makefile.am
V 23
file 5q.5ck.r20695/3112
K 8
advisors
V 23
dir 4n2.5ck.r20930/1313
K 9
aiiface.c
V 24
file 4gm.5ck.r20695/2927
K 9
aiiface.h
V 24
file 4gn.5ck.r20559/1295
K 6
auth.c
V 25
file 39c.5ck.r20274/32101
K 6
auth.h
V 25
file 39d.5ck.r18977/19170
K 11
barbarian.c
V 24
file lw.5ck.r20666/33005
K 11
barbarian.h
V 24
file lx.5ck.r18054/18407
K 14
citizenshand.c
V 26
file 6mz.5ck.r19259/389611
K 14
citizenshand.h
V 25
file 6n0.5ck.r19127/18563
K 10
cityhand.c
V 24
file 10.5ck.r19573/66885
K 10
cityhand.h
V 23
file 4f.0.r13297/423686
K 11
citytools.c
V 24
file 4g.5ck.r20946/16692
K 11
citytools.h
V 24
file 4h.5ck.r18270/28958
K 10
cityturn.c
V 24
file 4i.5ck.r20946/16935
K 10
cityturn.h
V 24
file 4j.5ck.r20892/25211
K 11
civserver.c
V 23
file 4k.5ck.r20659/8715
K 11
civserver.h
V 21
file 4l.0.r2805/33121
K 10
commands.c
V 25
file 2ly.5ck.r20758/18066
K 10
commands.h
V 25
file 2lz.5ck.r20758/18307
K 13
connecthand.c
V 24
file 2dw.5ck.r20401/8151
K 13
connecthand.h
V 25
file 2dx.5ck.r18942/25217
K 9
console.c
V 22
file dd.5ck.r20765/191
K 9
console.h
V 23
file de.5ck.r19183/7918
K 10
diplhand.c
V 24
file 4m.5ck.r20286/38784
K 10
diplhand.h
V 21
file 4n.0.r13421/6826
K 11
diplomats.c
V 24
file vz.5ck.r19677/18507
K 11
diplomats.h
V 23
file w0.5ck.r19106/3619
K 10
edithand.c
V 24
file 3bk.5ck.r20856/1093
K 10
edithand.h
V 26
file 4ez.5ck.r18452/115476
K 6
fcdb.c
V 25
file 6l3.5ck.r19268/75876
K 6
fcdb.h
V 25
file 6l4.5ck.r18976/33384
K 10
gamehand.c
V 24
file 4o.5ck.r20666/33497
K 10
gamehand.h
V 24
file 4p.5ck.r15698/24111
K 9
generator
V 23
dir 2me.5ck.r20691/6669
K 11
ggzserver.c
V 25
file 39a.5ck.r20126/49744
K 11
ggzserver.h
V 23
file 39b.5ck.r20191/350
K 10
handchat.c
V 25
file 4q.5ck.r19259/373384
K 10
handchat.h
V 24
file dj.5ck.r18270/28229
K 9
maphand.c
V 23
file 13.5ck.r20902/2011
K 9
maphand.h
V 23
file 14.5ck.r20902/2251
K 6
meta.c
V 24
file 4s.5ck.r19780/20117
K 6
meta.h
V 24
file 4t.5ck.r18054/19078
K 8
notify.c
V 25
file 4i2.5ck.r20229/25959
K 8
notify.h
V 24
file 4i3.5ck.r18282/3660
K 9
plrhand.c
V 24
file 4u.5ck.r20909/34542
K 9
plrhand.h
V 24
file 4v.5ck.r20315/26789
K 8
report.c
V 24
file vi.5ck.r20844/12376
K 8
report.h
V 24
file vj.5ck.r18270/29203
K 9
ruleset.c
V 23
file 8w.5ck.r20938/2066
K 9
ruleset.h
V 22
file 8x.5ck.r17946/997
K 13
sanitycheck.c
V 22
file wi.5ck.r20944/926
K 13
sanitycheck.h
V 24
file wj.5ck.r20315/26296
K 10
savegame.c
V 24
file vl.5ck.r20946/17618
K 10
savegame.h
V 24
file vm.5ck.r20758/19233
K 11
savegame2.c
V 25
file 4m0.5ck.r20946/17182
K 11
savegame2.h
V 25
file 4m1.5ck.r18078/67503
K 7
score.c
V 25
file 2eg.5ck.r19941/19796
K 7
score.h
V 25
file 2eh.5ck.r19156/21934
K 9
scripting
V 23
dir 31x.5ck.r20870/8909
K 8
sernet.c
V 23
file 15.5ck.r20559/1478
K 8
sernet.h
V 24
file 4y.5ck.r19197/31924
K 10
settings.c
V 25
file 2m0.5ck.r20892/24475
K 10
settings.h
V 24
file 2m1.5ck.r20244/5486
K 11
spacerace.c
V 24
file 9a.5ck.r19268/77290
K 11
spacerace.h
V 21
file 9b.0.r11338/1129
K 9
srv_log.c
V 25
file 15t.5el.r20229/25451
K 9
srv_log.h
V 25
file 15u.5em.r20315/26035
K 10
srv_main.c
V 24
file vg.5ck.r20892/24231
K 10
srv_main.h
V 24
file vh.5ck.r19780/19874
K 11
stdinhand.c
V 24
file 4z.5ck.r20758/18743
K 11
stdinhand.h
V 23
file 50.5ck.r18978/5769
K 11
techtools.c
V 25
file 33n.5ck.r20703/18341
K 11
techtools.h
V 24
file 33o.5ck.r18665/2277
K 10
unithand.c
V 24
file 18.5ck.r20946/17374
K 10
unithand.h
V 24
file 19.5ck.r18578/17031
K 11
unittools.c
V 24
file 1a.5ck.r20913/33614
K 11
unittools.h
V 24
file 1b.5ck.r20790/47283
K 8
voting.c
V 26
file 4ex.5ck.r19259/388741
K 8
voting.h
V 25
file 4ey.5ck.r18054/19315
END
ENDREP
id: z.5ck.r20946/21503
type: dir
pred: z.5ck.r20944/4804
count: 4742
text: 20946 17861 3629 3629 bc084c97ebf6777f6200bf63cf2b3c2a
props: 17175 659 139 0 d1c9699dde7f9d81e54426750008041d
cpath: /trunk/server
copyroot: 15280 /trunk

id: 2f5.5ck.r20946/21734
type: file
pred: 2f5.5ck.r20936/42220
count: 378
text: 20946 1496 94 48556 f6ec08fcb42d9af83acfcf29d6fb2cd7
props: 11057 30210 112 0 64942f9576ccbd6a94350596bbb7a5cc
cpath: /trunk/common/packets.def
copyroot: 15280 /trunk

id: q.5ck.r20946/21982
type: file
pred: q.5ck.r20843/36366
count: 507
text: 20946 3130 455 116139 1029ac0ad6631f654754bcf3ce8d3b63
props: 11069 12442 112 0 7c45f13e78520e4754bc476682276743
cpath: /trunk/common/city.c
copyroot: 15280 /trunk

id: 3q.5ck.r20946/22223
type: file
pred: 3q.5ck.r20104/4081
count: 309
text: 20946 3611 63 28230 14520736046c2c0eb7673b496cce7f99
props: 10806 12641 112 0 0103cdead8b16a89c717b6ef9ed59c6a
cpath: /trunk/common/city.h
copyroot: 15280 /trunk

id: 33l.5ck.r20946/22463
type: file
pred: 33l.5ck.r19291/204249
count: 17
text: 20946 3703 74 26218 a0ecf4bb21cf5cf5720604fa9ecdc5d3
props: 10779 44053 110 0 fd27c383f48a4fbbd90a59fbcfc8b3be
cpath: /trunk/common/aicore/caravan.c
copyroot: 15280 /trunk

PLAIN
K 11
Makefile.am
V 24
file 18u.5ck.r15407/8822
K 11
aisupport.c
V 25
file 2em.5ck.r20227/27640
K 11
aisupport.h
V 22
file 2en.0.r8119/19806
K 9
caravan.c
V 25
file 33l.5ck.r20946/22463
K 9
caravan.h
V 25
file 33m.5ck.r20315/31590
K 9
citymap.c
V 24
file 2gj.5ck.r19668/4869
K 9
citymap.h
V 25
file 2gk.5ck.r20375/18425
K 4
cm.c
V 25
file 18x.5ck.r20315/31085
K 4
cm.h
V 26
file 18y.5ck.r19113/125877
K 14
path_finding.c
V 25
file 2ds.5ck.r20315/31841
K 14
path_finding.h
V 25
file 2dt.5ck.r20315/31332
K 10
pf_tools.c
V 25
file 2du.5ck.r20606/20956
K 10
pf_tools.h
V 24
file 2dv.5ck.r15868/6236
END
ENDREP
id: 18t.5ck.r20946/23328
type: dir
pred: 18t.5ck.r20606/21820
count: 266
text: 20946 22716 599 599 e376a326da3c83297332a98ab0c4adf8
props: 11108 8037 65 0 8b44e87f657ecca3b8458ca1746fb7c6
cpath: /trunk/common/aicore
copyroot: 15280 /trunk

id: bf8.5ck.r20946/23568
type: file
count: 0
text: 20946 15573 1106 1092 e19e6946081b2838bd93c69d6d88011d
cpath: /trunk/common/traderoutes.c
copyroot: 15280 /trunk

id: bfa.5ck.r20946/23733
type: file
count: 0
text: 20946 0 1483 1469 eeaa50e47f607ab81f475d7194ee29c9
cpath: /trunk/common/traderoutes.h
copyroot: 15280 /trunk

id: 2ll.5ck.r20946/23894
type: file
pred: 2ll.5ck.r20912/23934
count: 109
text: 20946 3808 157 13408 8d6c0b3ba5b1979636c95b793ad127c6
props: 10836 12026 111 0 18cdb9becb11c47631b7a093e907200c
cpath: /trunk/common/fc_types.h
copyroot: 15280 /trunk

id: 5h.5ck.r20946/24142
type: file
pred: 5h.5ck.r20892/33927
count: 88
text: 20946 4119 752 3125 b696930abc4177ecc661387edda3f7e4
props: 10503 239 111 0 7f9b5cf6c8fffd7438ed66579e7ad166
cpath: /trunk/common/Makefile.am
copyroot: 15280 /trunk

PLAIN
K 11
Makefile.am
V 24
file 5h.5ck.r20946/24142
K 4
ai.c
V 25
file 4go.5ck.r20385/11580
K 4
ai.h
V 23
file 4gp.5ck.r20697/647
K 6
aicore
V 24
dir 18t.5ck.r20946/23328
K 6
base.c
V 25
file 3jw.5ck.r20936/41979
K 6
base.h
V 25
file 3jx.5ck.r19264/36420
K 9
borders.c
V 26
file 4f0.5ck.r19259/404033
K 9
borders.h
V 25
file 4f1.5ck.r18858/99721
K 8
capstr.c
V 25
file dv.5ck.r19259/401812
K 8
capstr.h
V 24
file dw.5ck.r18858/97074
K 10
citizens.c
V 24
file 6mx.5ck.r20853/5961
K 10
citizens.h
V 24
file 6my.5ck.r20853/6145
K 6
city.c
V 23
file q.5ck.r20946/21982
K 6
city.h
V 24
file 3q.5ck.r20946/22223
K 8
combat.c
V 24
file wp.5ck.r20387/34024
K 8
combat.h
V 24
file wq.5ck.r18858/95678
K 12
connection.c
V 25
file un.5ck.r19259/403785
K 12
connection.h
V 24
file uo.5ck.r18976/42833
K 8
dataio.c
V 23
file 15r.5ck.r20798/401
K 8
dataio.h
V 25
file 15s.5ck.r20666/38849
K 11
diptreaty.c
V 25
file 3r.5ck.r19259/398261
K 11
diptreaty.h
V 24
file 3s.5ck.r18858/95921
K 10
disaster.c
V 25
file b2m.5ck.r20914/30188
K 10
disaster.h
V 25
file b2o.5ck.r20914/30376
K 9
effects.c
V 23
file 2eo.5ck.r20915/303
K 9
effects.h
V 25
file 2ep.5ck.r19264/37399
K 8
events.c
V 25
file 33h.5ck.r20892/32151
K 8
events.h
V 24
file 3t.5ck.r20892/32641
K 12
fc_cmdhelp.c
V 24
file 76j.5ck.r20867/6570
K 12
fc_cmdhelp.h
V 25
file 76k.5ck.r20351/18639
K 14
fc_interface.c
V 25
file 4up.5ck.r20355/12590
K 14
fc_interface.h
V 25
file 4uq.5ck.r20355/12782
K 10
fc_types.h
V 25
file 2ll.5ck.r20946/23894
K 15
featured_text.c
V 25
file 4h3.5ck.r20306/26314
K 15
featured_text.h
V 25
file 4h4.5ck.r20306/26510
K 6
game.c
V 24
file 3u.5ck.r20892/33447
K 6
game.h
V 24
file 3v.5ck.r20892/33685
K 19
generate_packets.py
V 25
file 2f4.5ck.r20901/21060
K 12
government.c
V 25
file he.5ck.r19259/403289
K 12
government.h
V 24
file hf.5ck.r18858/98787
K 6
idex.c
V 25
file qo.5ck.r19259/406132
K 6
idex.h
V 24
file qp.5ck.r18858/92434
K 13
improvement.c
V 22
file vb.5ck.r20754/653
K 13
improvement.h
V 24
file vc.5ck.r20299/11518
K 5
map.c
V 23
file r.5ck.r20840/53593
K 5
map.h
V 24
file 41.5ck.r20840/53833
K 8
mapimg.c
V 23
file 6n9.5ck.r20783/210
K 8
mapimg.h
V 25
file 6na.5ck.r20483/28606
K 10
movement.c
V 25
file 2xv.5ck.r20829/19456
K 10
movement.h
V 25
file 2xw.5ck.r20606/22060
K 18
name_translation.h
V 25
file 4k1.5ck.r20375/19703
K 8
nation.c
V 21
file il.5ck.r20636/87
K 8
nation.h
V 24
file im.5ck.r20666/39836
K 9
packets.c
V 23
file 43.5ck.r20445/3148
K 11
packets.def
V 25
file 2f5.5ck.r20946/21734
K 9
packets.h
V 22
file 44.5ck.r20798/164
K 8
player.c
V 23
file 45.5ck.r20637/2561
K 8
player.h
V 23
file 46.5ck.r20598/8257
K 14
requirements.c
V 23
file 2wq.5ck.r20754/894
K 14
requirements.h
V 25
file 2wr.5ck.r19264/38378
K 10
research.c
V 26
file 4ro.5ck.r19259/406619
K 10
research.h
V 23
file 4rp.5ck.r19352/728
K 10
rgbcolor.c
V 25
file 6i6.5ck.r19934/11086
K 10
rgbcolor.h
V 25
file 6i7.5ck.r19151/82590
K 6
road.c
V 25
file 6pq.5ck.r20912/23320
K 6
road.h
V 25
file 6pr.5ck.r20912/23506
K 10
scriptcore
V 23
dir 75a.5ck.r20882/2932
K 11
spaceship.c
V 25
file 98.5ck.r19259/405393
K 11
spaceship.h
V 25
file 99.5ck.r18858/100885
K 12
specialist.c
V 26
file 33f.5ck.r19259/395048
K 12
specialist.h
V 26
file 33g.5ck.r19113/124404
K 6
team.c
V 26
file 33i.5ck.r19259/396899
K 6
team.h
V 25
file 33j.5ck.r18858/94759
K 6
tech.c
V 22
file t.5ck.r20350/5631
K 6
tech.h
V 21
file u.5ck.r19352/910
K 9
terrain.c
V 25
file 2fp.5ck.r20936/42710
K 9
terrain.h
V 24
file qs.5ck.r20936/42957
K 6
tile.c
V 25
file 2ys.5ck.r20936/42469
K 6
tile.h
V 25
file 2yt.5ck.r20843/36848
K 13
traderoutes.c
V 25
file bf8.5ck.r20946/23568
K 13
traderoutes.h
V 25
file bfa.5ck.r20946/23733
K 8
traits.h
V 24
file 7k3.5ck.r20858/9019
K 6
unit.c
V 21
file v.5ck.r20919/133
K 6
unit.h
V 24
file 48.5ck.r20865/34362
K 10
unitlist.c
V 25
file 39m.5ck.r20387/34514
K 10
unitlist.h
V 26
file 39n.5ck.r18858/100396
K 10
unittype.c
V 25
file v9.5ck.r19259/396409
K 10
unittype.h
V 24
file va.5ck.r20913/45694
K 9
version.c
V 23
file oe.5ck.r20942/1546
K 9
version.h
V 23
file e7.5ck.r20942/1783
K 8
vision.c
V 26
file 4dm.5ck.r19259/404222
K 8
vision.h
V 24
file 4dn.5ck.r19112/9796
K 10
worklist.c
V 25
file o8.5ck.r19259/402799
K 10
worklist.h
V 24
file o9.5ck.r18858/98299
END
ENDREP
id: p.5ck.r20946/28638
type: dir
pred: p.5ck.r20942/6170
count: 3175
text: 20946 24385 4240 4240 9eedec28590a6e2858630f909278da3c
props: 12883 2571 96 0 2763e13ff5d021346ae24ff6c9ced232
cpath: /trunk/common
copyroot: 15280 /trunk

id: 1m.5gb.r20946/28869
type: file
pred: 1m.5gb.r20858/13494
count: 175
text: 20946 3993 101 15154 27f3db4b4501f02bdd32cb36398cf7cf
props: 10779 49627 112 0 61465523e3c60d371baa05b44953aea9
cpath: /trunk/ai/default/advdomestic.c
copyroot: 19757 /trunk/ai/default/advdomestic.c

id: 20.5gj.r20946/29147
type: file
pred: 20.5gj.r20930/5420
count: 374
text: 20946 2162 44 72751 fab7afdb96d99aa23b1482156f8dcf07
props: 11069 16784 112 0 24b501182e64f7bbc4aaaa8b3f1d9020
cpath: /trunk/ai/default/aicity.c
copyroot: 19757 /trunk/ai/default/aicity.c

PLAIN
K 11
Makefile.am
V 26
file 6k4.5ck.r20808/186535
K 14
advdiplomacy.c
V 25
file 2ek.5g9.r20460/35975
K 14
advdiplomacy.h
V 25
file 2el.5ga.r20460/36524
K 13
advdomestic.c
V 24
file 1m.5gb.r20946/28869
K 13
advdomestic.h
V 23
file 1n.5gc.r19757/6929
K 13
advmilitary.c
V 24
file 1u.5gd.r20460/38100
K 13
advmilitary.h
V 24
file 1v.5ge.r20460/39933
K 10
advspace.c
V 24
file f2.5gf.r20460/38380
K 10
advspace.h
V 24
file f3.5gg.r20460/40210
K 7
aiair.c
V 25
file 15y.5gh.r20460/37832
K 7
aiair.h
V 25
file 15z.5gi.r20460/39666
K 8
aicity.c
V 24
file 20.5gj.r20946/29147
K 8
aicity.h
V 24
file 21.5gk.r20460/38648
K 8
aidata.c
V 25
file 6mb.5gl.r20460/37073
K 8
aidata.h
V 25
file 6mc.5gm.r20460/38915
K 12
aidiplomat.c
V 25
file 16r.5gn.r20460/37287
K 12
aidiplomat.h
V 25
file 16s.5go.r20460/39126
K 9
aiferry.c
V 25
file 2iw.5gp.r20460/34141
K 9
aiferry.h
V 25
file 2ix.5gq.r20460/35439
K 9
aiguard.c
V 25
file 335.5gr.r19757/12632
K 9
aiguard.h
V 25
file 336.5gs.r19757/13163
K 8
aihand.c
V 24
file 22.5gt.r20666/44374
K 8
aihand.h
V 24
file 23.5gu.r20460/39401
K 8
aihunt.c
V 25
file 2gc.5gv.r20460/41247
K 8
aihunt.h
V 25
file 2gd.5gw.r20460/42058
K 7
ailog.c
V 25
file 6p8.5gx.r20460/40477
K 7
ailog.h
V 25
file 6p9.5gy.r20315/39250
K 15
aiparatrooper.c
V 25
file 36o.5gz.r20460/40684
K 15
aiparatrooper.h
V 25
file 36p.5h0.r20460/40966
K 10
aiplayer.c
V 25
file 6i3.5h1.r20460/35227
K 10
aiplayer.h
V 25
file 6i4.5h2.r19953/12472
K 11
aisettler.c
V 22
file 2lh.5h3.r20859/98
K 11
aisettler.h
V 25
file 2li.5h4.r20460/34412
K 8
aitech.c
V 24
file 24.5h5.r20460/42326
K 8
aitech.h
V 24
file 25.5h6.r20460/34962
K 9
aitools.c
V 23
file 9.5h7.r20460/35708
K 9
aitools.h
V 23
file a.5h8.r20460/36257
K 8
aiunit.c
V 23
file b.5h9.r20460/41515
K 8
aiunit.h
V 23
file c.5ha.r20460/33880
K 11
defaultai.c
V 24
file 4n8.5fg.r20695/7221
K 11
defaultai.h
V 24
file 4n9.5fh.r20695/7436
END
ENDREP
id: 6k3.5ck.r20946/31307
type: dir
pred: 6k3.5ck.r20930/7577
count: 48
text: 20946 29413 1881 1881 a52ede16c576ba0553aee69aec7e2ee2
props: 19010 5510 53 0 1aad128f6d028f535e9ce7233326568e
cpath: /trunk/ai/default
copyroot: 15280 /trunk

PLAIN
K 11
Makefile.am
V 24
file 5d.5ck.r20500/19979
K 10
aitraits.c
V 23
file 7k0.5ck.r20792/457
K 10
aitraits.h
V 25
file 7k2.5ck.r20500/19827
K 7
default
V 24
dir 6k3.5ck.r20946/31307
K 4
stub
V 24
dir 6k5.5ck.r19286/10397
K 8
threaded
V 23
dir 6pi.5ck.r20587/6014
END
ENDREP
id: 8.5ck.r20946/31823
type: dir
pred: 8.5ck.r20930/8090
count: 1447
text: 20946 31544 266 266 9d1d45e88c8308f17f34c03954af6e84
props: 11108 11315 64 0 abac628483ea4fdfa3bea3a3a56e0532
cpath: /trunk/ai
copyroot: 15280 /trunk

id: z4.5ck.r20946/32049
type: file
pred: z4.5ck.r20392/33993
count: 149
text: 20946 13596 27 35397 bb1c2db7b707fc164475d407e074177a
props: 11067 4204 111 0 32cf26490c5995022c752556481ff094
cpath: /trunk/client/citydlg_common.c
copyroot: 15280 /trunk

id: mb.5ck.r20946/32300
type: file
pred: mb.5ck.r20107/421
count: 87
text: 20946 14093 29 35646 42d254a4f4627d97da550cd3d2527019
props: 10806 19211 111 0 93646be3752db5a3cd8e77177837d494
cpath: /trunk/client/cityrepdata.c
copyroot: 15280 /trunk

id: 9w.5ck.r20946/32546
type: file
pred: 9w.5ck.r19573/87061
count: 185
text: 20946 2032 29 79875 bd0339f79b28bc2536653a94964b5c81
props: 10820 1319 112 0 e0e21d00fa120c81b59fd1c92d742949
cpath: /trunk/client/gui-xaw/citydlg.c
copyroot: 15280 /trunk

PLAIN
K 11
Makefile.am
V 23
file bq.5ck.r20308/2084
K 9
actions.c
V 24
file nt.5ck.r20865/44460
K 9
actions.h
V 21
file nu.0.r1888/21779
K 4
ad2c
V 22
file 9q.0.r1186/243967
K 8
canvas.c
V 25
file 9r.5ck.r19259/439408
K 8
canvas.h
V 20
file 9s.0.r4034/9073
K 9
canvasp.h
V 20
file 9t.0.r4034/8365
K 10
chatline.c
V 25
file 9u.5ck.r19259/445685
K 10
chatline.h
V 21
file 9v.0.r2187/10435
K 9
citydlg.c
V 24
file 9w.5ck.r20946/32546
K 9
citydlg.h
V 20
file 9x.0.r2187/8309
K 9
cityrep.c
V 23
file 9y.5ck.r20685/1594
K 9
cityrep.h
V 24
file g1.5ck.r18101/97080
K 8
cma_fe.c
V 26
file 2ei.5ck.r19259/441430
K 8
cma_fe.h
V 21
file 2ej.0.r6908/4433
K 8
colors.c
V 25
file a2.5ck.r19259/443412
K 8
colors.h
V 21
file a3.0.r10532/9312
K 12
connectdlg.c
V 24
file a4.5ck.r20478/41190
K 12
connectdlg.h
V 21
file a5.0.r2187/12228
K 9
dialogs.c
V 21
file a6.5ck.r20841/83
K 9
dialogs.h
V 24
file a7.5ck.r20375/28717
K 10
diplodlg.c
V 25
file a8.5ck.r19259/442903
K 10
diplodlg.h
V 20
file a9.0.r2187/7955
K 17
diplomat_dialog.c
V 25
file 37p.5ck.r20830/14331
K 9
finddlg.c
V 25
file aa.5ck.r19259/444677
K 9
finddlg.h
V 22
file 2dk.0.r5989/31562
K 9
gotodlg.c
V 25
file ab.5ck.r19259/437889
K 9
gotodlg.h
V 21
file ac.0.r1888/21069
K 10
graphics.c
V 24
file ad.5ck.r20886/31178
K 10
graphics.h
V 21
file ae.0.r10789/6338
K 10
gui_main.c
V 24
file bm.5ck.r20660/15165
K 10
gui_main.h
V 22
file bn.0.r11408/10219
K 11
gui_stuff.c
V 25
file bo.5ck.r19259/440420
K 11
gui_stuff.h
V 21
file bp.0.r4964/56392
K 9
helpdlg.c
V 24
file af.5ck.r20843/47054
K 9
helpdlg.h
V 21
file g2.0.r1888/23188
K 10
inputdlg.c
V 25
file ag.5ck.r19259/445437
K 10
inputdlg.h
V 20
file ah.0.r7586/2315
K 10
inteldlg.c
V 24
file ai.5ck.r19263/27721
K 10
inteldlg.h
V 23
file 2dl.0.r10108/22972
K 12
luaconsole.c
V 24
file 76a.5ck.r20308/1749
K 12
luaconsole.h
V 24
file 76b.5ck.r20308/1916
K 9
mapctrl.c
V 25
file aj.5ck.r19291/223377
K 9
mapctrl.h
V 21
file ak.0.r10532/9667
K 9
mapview.c
V 21
file al.5ck.r20799/86
K 9
mapview.h
V 24
file am.5bk.r13912/46304
K 6
menu.c
V 24
file an.5ck.r20865/44711
K 6
menu.h
V 24
file ao.5ck.r20831/48069
K 12
messagedlg.c
V 25
file ap.5ck.r19259/446444
K 12
messagedlg.h
V 22
file 2dm.0.r5989/31896
K 12
messagewin.c
V 25
file aq.5ck.r19259/440924
K 12
messagewin.h
V 24
file g3.5ck.r18082/32178
K 11
optiondlg.c
V 25
file ar.5ck.r19259/438399
K 11
optiondlg.h
V 24
file as.5ck.r16998/79026
K 7
pages.c
V 26
file 2qm.5ck.r19259/440675
K 7
pages.h
V 22
file 2qn.0.r10536/7909
K 9
pixcomm.c
V 25
file at.5ck.r19259/441680
K 9
pixcomm.h
V 20
file au.0.r4034/9777
K 10
pixcommp.h
V 25
file av.5ck.r19259/443665
K 8
plrdlg.c
V 25
file aw.5ck.r19259/445187
K 8
plrdlg.h
V 20
file g4.0.r5489/3140
K 10
ratesdlg.c
V 25
file ax.5ck.r19259/444421
K 10
ratesdlg.h
V 22
file 2dn.0.r5989/31227
K 10
repodlgs.c
V 24
file ay.5ck.r20844/25877
K 10
repodlgs.h
V 24
file az.5ck.r18076/36844
K 11
resources.c
V 25
file b0.5ck.r19259/439161
K 11
resources.h
V 21
file b1.0.r3145/14204
K 14
spaceshipdlg.c
V 25
file b2.5ck.r19259/445938
K 14
spaceshipdlg.h
V 21
file b3.0.r2187/11152
K 8
themes.c
V 26
file 350.5ck.r19259/439910
K 14
voteinfo_bar.c
V 26
file 4hg.5ck.r19259/441928
K 14
voteinfo_bar.h
V 25
file 4hh.5ck.r16063/52179
K 7
wldlg.c
V 25
file o5.5ck.r19259/446193
K 7
wldlg.h
V 24
file o6.5ck.r16285/91411
END
ENDREP
id: 9o.5ck.r20946/36106
type: dir
pred: 9o.5ck.r20886/34738
count: 1026
text: 20946 32797 3296 3296 ceef12175047e2d03af13250318bdcd1
props: 11108 12237 78 0 a27c61ac5fddbd709df8c1876129f940
cpath: /trunk/client/gui-xaw
copyroot: 15280 /trunk

id: n.5ck.r20946/36349
type: file
pred: n.5ck.r20945/2327
count: 836
text: 20946 13652 411 127766 38df85b528ed6f94a76062e3ff991fef
props: 11088 14698 112 0 2c9d3e41a2f20488aa9cdb8d740d094e
cpath: /trunk/client/packhand.c
copyroot: 15280 /trunk

id: 170.5ck.r20946/36594
type: file
pred: 170.5ck.r20334/54691
count: 154
text: 20946 12364 1203 125476 239212e36964c2f4fad4d2923ad9b893
props: 10779 67589 111 0 515f6afa6448327e59cdac91d637f582
cpath: /trunk/client/gui-sdl/citydlg.c
copyroot: 15280 /trunk

PLAIN
K 11
Makefile.am
V 24
file 16u.5ck.r20307/2223
K 19
SDL_gfxPrimitives.c
V 25
file 4u0.5ck.r20683/34322
K 19
SDL_gfxPrimitives.h
V 25
file 4u1.5ck.r17977/66943
K 24
SDL_gfxPrimitives_font.h
V 25
file 4u2.5ck.r17905/31633
K 14
SDL_rotozoom.c
V 25
file 3jy.5ck.r20683/34525
K 14
SDL_rotozoom.h
V 24
file 3jz.0.r12670/115888
K 9
SDL_ttf.c
V 24
file 2dz.5bk.r13597/7386
K 9
SDL_ttf.h
V 24
file 2e0.5bk.r13597/7647
K 11
alphablit.c
V 25
file 3be.5ck.r20334/55209
K 8
canvas.c
V 26
file 39i.5ck.r19259/464302
K 8
canvas.h
V 23
file 39j.0.r13354/56918
K 16
caravan_dialog.c
V 25
file 3bp.5ck.r20334/54948
K 10
chatline.c
V 25
file 16y.5ck.r20334/56738
K 10
chatline.h
V 26
file 16z.5ck.r16199/137581
K 9
citydlg.c
V 25
file 170.5ck.r20946/36594
K 9
citydlg.h
V 23
file 171.0.r13354/55222
K 9
cityrep.c
V 25
file 172.5ck.r20334/55719
K 9
cityrep.h
V 26
file 173.5ck.r18101/104032
K 8
cma_fe.c
V 25
file 174.5ck.r20334/55463
K 8
cma_fe.h
V 23
file 175.0.r11361/43495
K 8
colors.c
V 25
file 176.5ck.r20334/56485
K 8
colors.h
V 25
file 177.5ck.r19158/41252
K 12
connectdlg.c
V 24
file 178.5ck.r20741/1737
K 12
connectdlg.h
V 23
file 179.0.r12349/45319
K 9
dialogs.c
V 23
file 17a.5ck.r20842/145
K 9
dialogs.h
V 25
file 17b.5ck.r17357/12486
K 10
diplodlg.c
V 25
file 17c.5ck.r20334/56230
K 10
diplodlg.h
V 22
file 17d.0.r11584/2869
K 17
diplomat_dialog.c
V 25
file 3bn.5ck.r20830/18144
K 9
finddlg.c
V 24
file 17e.5ck.r20234/2805
K 9
finddlg.h
V 20
file 2d8.0.r5991/702
K 9
gotodlg.c
V 26
file 17f.5ck.r19259/463014
K 9
gotodlg.h
V 22
file 17g.0.r6515/58208
K 10
graphics.c
V 24
file 17h.5ck.r19390/4280
K 10
graphics.h
V 24
file 17i.5ck.r19390/4529
K 11
gui_iconv.c
V 26
file 17l.5ck.r19259/475008
K 11
gui_iconv.h
V 23
file 17m.0.r13354/66657
K 8
gui_id.h
V 23
file 17n.5ck.r18560/706
K 10
gui_main.c
V 24
file 17o.5ck.r20234/2296
K 10
gui_main.h
V 25
file 17p.5ck.r17169/47828
K 11
gui_mouse.c
V 26
file 3ca.5ck.r19259/467402
K 11
gui_mouse.h
V 24
file 3cb.0.r12670/112397
K 12
gui_string.c
V 26
file 17r.5ck.r19259/474231
K 12
gui_string.h
V 23
file 17s.0.r13481/30445
K 14
gui_tilespec.c
V 24
file 191.5ck.r19390/4021
K 14
gui_tilespec.h
V 25
file 192.5ck.r20886/34981
K 11
happiness.c
V 26
file 17x.5ck.r19259/466624
K 11
happiness.h
V 23
file 17y.0.r11361/41867
K 9
helpdlg.c
V 26
file 17z.5ck.r19259/472437
K 9
helpdlg.h
V 23
file 180.0.r11361/47416
K 10
inputdlg.c
V 26
file 181.5ck.r19259/472952
K 10
inputdlg.h
V 23
file 182.0.r5500/260641
K 10
inteldlg.c
V 23
file 183.5ck.r20726/159
K 10
inteldlg.h
V 22
file 2d9.0.r11409/2687
K 12
luaconsole.c
V 24
file 768.5ck.r20307/1888
K 12
luaconsole.h
V 24
file 769.5ck.r20307/2055
K 9
mapctrl.c
V 25
file 184.5ck.r20831/51867
K 9
mapctrl.h
V 23
file 185.0.r13354/63700
K 9
mapview.c
V 25
file 186.5ck.r20683/33551
K 9
mapview.h
V 23
file 187.0.r13354/56676
K 6
menu.c
V 25
file 188.5ck.r20865/49240
K 6
menu.h
V 25
file 189.5bk.r13856/57405
K 12
messagedlg.c
V 26
file 18a.5ck.r19259/474489
K 12
messagedlg.h
V 22
file 2da.0.r5989/48394
K 12
messagewin.c
V 25
file 18b.5ck.r20683/34064
K 12
messagewin.h
V 25
file 18c.5ck.r18082/39362
K 5
mmx.h
V 23
file 2e1.0.r6286/134429
K 11
optiondlg.c
V 25
file 18d.5ck.r20683/33300
K 11
optiondlg.h
V 25
file 18e.5ck.r17169/46811
K 7
pages.c
V 25
file 2qg.5ck.r19298/98812
K 7
pages.h
V 22
file 2qh.0.r8639/16416
K 8
plrdlg.c
V 23
file 18f.5ck.r19391/281
K 8
plrdlg.h
V 22
file 18g.0.r6387/81301
K 10
ratesdlg.h
V 22
file 2db.0.r5989/47726
K 10
repodlgs.c
V 25
file 18i.5ck.r20844/32067
K 10
repodlgs.h
V 25
file 18j.5ck.r18076/43515
K 14
spaceshipdlg.c
V 26
file 18m.5ck.r19259/473719
K 14
spaceshipdlg.h
V 23
file 18n.0.r5500/263363
K 8
sprite.c
V 24
file 39k.5ck.r19390/3521
K 8
sprite.h
V 24
file 39l.5ck.r19390/3772
K 18
themebackgrounds.c
V 26
file 3ff.5ck.r19259/465848
K 18
themebackgrounds.h
V 25
file 3fg.5bk.r13794/17440
K 13
themecolors.c
V 26
file 392.5ck.r19259/469914
K 13
themecolors.h
V 25
file 393.5ck.r19158/40240
K 8
themes.c
V 26
file 38p.5ck.r19259/466111
K 11
themespec.c
V 26
file 390.5ck.r19259/468875
K 11
themespec.h
V 26
file 391.5ck.r16578/464018
K 11
unistring.c
V 26
file 18o.5ck.r19259/465075
K 11
unistring.h
V 23
file 18p.0.r13481/30205
K 14
voteinfo_bar.c
V 26
file 4ha.5ck.r19259/468679
K 14
voteinfo_bar.h
V 25
file 4hb.5ck.r16063/63032
K 8
widget.c
V 26
file 3fu.5ck.r19259/465592
K 8
widget.h
V 25
file 3fv.5ck.r18995/17029
K 15
widget_button.c
V 26
file 3fh.5ck.r19259/469137
K 15
widget_button.h
V 24
file 3g7.0.r12670/113556
K 17
widget_checkbox.c
V 26
file 3fi.5ck.r19259/475566
K 17
widget_checkbox.h
V 24
file 3g8.0.r12670/106620
K 14
widget_combo.c
V 26
file 4k3.5ck.r19259/471979
K 14
widget_combo.h
V 25
file 4k4.5ck.r17230/40775
K 13
widget_core.c
V 26
file 3fj.5ck.r19259/470438
K 13
widget_edit.c
V 24
file 3fk.5ck.r20741/1480
K 13
widget_edit.h
V 24
file 3g9.0.r12670/115595
K 13
widget_icon.c
V 26
file 3fl.5ck.r19259/467140
K 13
widget_icon.h
V 24
file 3ga.0.r12670/112107
K 14
widget_label.c
V 26
file 3fm.5ck.r19259/465330
K 14
widget_label.h
V 24
file 3gb.0.r12670/110079
K 10
widget_p.h
V 24
file 3fn.0.r12670/107197
K 18
widget_scrollbar.c
V 25
file 3fo.5df.r20683/35037
K 18
widget_scrollbar.h
V 24
file 3gc.0.r12670/116811
K 15
widget_window.c
V 26
file 3fp.5ck.r19259/464041
K 15
widget_window.h
V 23
file 3gd.0.r12699/32533
K 7
wldlg.c
V 25
file 18q.5ck.r20683/34782
K 7
wldlg.h
V 26
file 18r.5ck.r16285/100508
END
ENDREP
id: 16t.5ck.r20946/42225
type: dir
pred: 16t.5ck.r20886/40614
count: 707
text: 20946 36852 5360 5360 9598b65049e7e35bdc67f54a65fa9ba9
props: 11108 12869 78 0 a27c61ac5fddbd709df8c1876129f940
cpath: /trunk/client/gui-sdl
copyroot: 15280 /trunk

id: z2.5ck.r20946/42469
type: file
pred: z2.5ck.r20865/59996
count: 314
text: 20946 1615 391 121862 d04ab37144e907d9f239d8032c9a528c
props: 11084 12552 112 0 73ff9df0f3aabd6f615c7264c2fe22c7
cpath: /trunk/client/mapview_common.c
copyroot: 15280 /trunk

PLAIN
K 11
Makefile.am
V 24
file 5f.5ck.r20795/14288
K 6
agents
V 22
dir zf.5ck.r19466/4004
K 11
attribute.c
V 24
file xh.5ck.r19354/73372
K 11
attribute.h
V 24
file xi.5ck.r18863/23649
K 7
audio.c
V 26
file 139.5ck.r19259/494261
K 7
audio.h
V 25
file 13a.5ck.r18863/23408
K 12
audio_none.c
V 26
file 13d.5ck.r19259/462511
K 12
audio_none.h
V 25
file 13e.5ck.r18863/20841
K 11
audio_sdl.c
V 25
file 13f.5ck.r19354/73618
K 11
audio_sdl.h
V 25
file 13g.5ck.r18863/23885
K 17
chatline_common.c
V 26
file 14q.5ck.r19259/494007
K 17
chatline_common.h
V 25
file 14r.5ck.r18863/23155
K 16
citydlg_common.c
V 24
file z4.5ck.r20946/32049
K 16
citydlg_common.h
V 24
file z5.5ck.r18863/18619
K 13
cityrepdata.c
V 24
file mb.5ck.r20946/32300
K 13
cityrepdata.h
V 24
file mc.5ck.r18863/19121
K 13
client_main.c
V 24
file 2f.5cp.r20813/11465
K 13
client_main.h
V 24
file hz.5cq.r18863/25358
K 8
climap.c
V 24
file 197.5ck.r20232/3008
K 8
climap.h
V 25
file 198.5ck.r18863/24126
K 9
climisc.c
V 24
file d5.5ck.r20865/60247
K 9
climisc.h
V 24
file i0.5ck.r20865/60492
K 8
clinet.c
V 24
file hc.5ck.r20327/24570
K 8
clinet.h
V 24
file i1.5ck.r18863/24866
K 15
colors_common.c
V 26
file 33a.5ck.r19259/421115
K 15
colors_common.h
V 25
file 33b.5ck.r19135/48891
K 19
connectdlg_common.c
V 24
file 2fw.5ck.r20335/9882
K 19
connectdlg_common.h
V 25
file 2fx.5ck.r19154/53802
K 9
control.c
V 23
file gz.5ck.r20945/2085
K 9
control.h
V 24
file i2.5ck.r20865/44217
K 7
dummy.c
V 23
file 4f9.5ck.r15641/551
K 12
dummycxx.cpp
V 23
file 6kr.5ck.r18947/939
K 8
editor.c
V 25
file 3bg.5ck.r20389/28455
K 8
editor.h
V 26
file 3bh.5ck.r19295/112400
K 11
ggzclient.c
V 26
file 394.5ck.r20126/104106
K 11
ggzclient.h
V 25
file 395.5ck.r18863/21083
K 17
global_worklist.c
V 26
file 4i6.5ck.r19259/493810
K 17
global_worklist.h
V 25
file 4i7.5ck.r18863/22960
K 6
goto.c
V 24
file vu.5ck.r20865/48510
K 6
goto.h
V 24
file vv.5ck.r20865/49000
K 11
gui-gtk-2.0
V 23
dir zs.5ck.r20886/30931
K 11
gui-gtk-3.0
V 22
dir zs.5g7.r20934/6251
K 6
gui-qt
V 24
dir 6ie.5ck.r20844/48963
K 7
gui-sdl
V 24
dir 16t.5ck.r20946/42225
K 8
gui-stub
V 23
dir mh.5ck.r20844/45545
K 9
gui-win32
V 23
dir np.5ck.r20393/61195
K 7
gui-xaw
V 23
dir 9o.5ck.r20946/36106
K 14
gui_cbsetter.c
V 25
file a3c.5ck.r20753/37570
K 14
gui_cbsetter.h
V 25
file a3d.5ck.r20753/37736
K 15
gui_interface.c
V 24
file 6jm.5ir.r20572/4643
K 15
gui_interface.h
V 25
file 6jn.5is.r20753/26820
K 10
helpdata.c
V 24
file h1.5ck.r20855/35223
K 10
helpdata.h
V 24
file i3.5ck.r18863/21834
K 7
include
V 23
dir b8.5ck.r20844/31580
K 19
luaconsole_common.c
V 22
file 75z.5ck.r20372/58
K 19
luaconsole_common.h
V 25
file 760.5ck.r20306/31022
K 9
luascript
V 22
dir 761.5ck.r20323/104
K 16
mapctrl_common.c
V 25
file 15m.5ck.r20865/59741
K 16
mapctrl_common.h
V 25
file 15n.5ck.r19893/12504
K 16
mapview_common.c
V 24
file z2.5ck.r20946/42469
K 16
mapview_common.h
V 24
file z3.5ck.r20392/39510
K 19
messagewin_common.c
V 25
file 14s.5ck.r19354/71979
K 19
messagewin_common.h
V 25
file 14t.5ck.r18863/21579
K 9
options.c
V 23
file dc.5ck.r20521/1419
K 9
options.h
V 23
file i4.5ck.r20300/8243
K 17
overview_common.c
V 24
file 2yk.5ck.r20232/2517
K 17
overview_common.h
V 24
file 2yl.5ck.r19511/5441
K 10
packhand.c
V 23
file n.5ck.r20946/36349
K 10
packhand.h
V 24
file i5.5ck.r18863/20596
K 15
plrdlg_common.c
V 25
file 14u.5ck.r19354/71728
K 15
plrdlg_common.h
V 25
file 14v.5ck.r18863/21328
K 17
repodlgs_common.c
V 25
file 11i.5ck.r19589/11608
K 17
repodlgs_common.h
V 25
file 11j.5ck.r19589/11861
K 9
reqtree.c
V 25
file 2ym.5ck.r20886/25374
K 9
reqtree.h
V 24
file 2yn.5ck.r19057/3837
K 9
servers.c
V 24
file 33x.5ck.r20942/6400
K 9
servers.h
V 25
file 33y.5ck.r20478/36372
K 6
text.c
V 25
file 2g3.5ck.r20840/63452
K 6
text.h
V 25
file 2g4.5ck.r19506/24456
K 15
themes_common.c
V 25
file 352.5ck.r19354/73121
K 15
themes_common.h
V 25
file 353.5ck.r18863/22710
K 10
tilespec.c
V 21
file hl.5ck.r20891/76
K 10
tilespec.h
V 24
file i6.5ck.r20886/46789
K 19
unitselect_common.c
V 24
file 76v.5ck.r20397/3580
K 19
unitselect_common.h
V 24
file 76w.5ck.r20397/3746
K 14
update_queue.c
V 25
file 4jw.5ck.r20393/70780
K 14
update_queue.h
V 25
file 4jx.5ck.r18863/22078
K 10
voteinfo.c
V 25
file 4fe.5ck.r19354/72931
K 10
voteinfo.h
V 25
file 4ff.5ck.r18863/22523
END
ENDREP
id: d.5ck.r20946/47006
type: dir
pred: d.5ck.r20945/6851
count: 5390
text: 20946 42722 4271 4271 553cf2bcdb5d01280b7b8b079e1e5a08
props: 20641 0 184 0 7e44dc5a5223e43acf7a5285ba8bedd0
cpath: /trunk/client
copyroot: 15280 /trunk

PLAIN
K 9
ABOUT-NLS
V 22
file fu.0.r13215/85704
K 7
AUTHORS
V 19
file 5u.0.r12982/94
K 7
COPYING
V 19
file 1h.0.r9643/400
K 9
ChangeLog
V 26
file 6l.5ck.r20415/4358289
K 7
INSTALL
V 22
file 6.5ck.r20818/1826
K 11
Makefile.am
V 23
file 59.5ck.r20456/4120
K 4
NEWS
V 23
file 6m.5ck.r20417/3239
K 6
README
V 20
file 7.0.r4421/96382
K 2
ai
V 22
dir 8.5ck.r20946/31823
K 10
autogen.sh
V 23
file 12o.5ck.r20872/195
K 9
bootstrap
V 23
dir 2p5.5ck.r20340/1588
K 6
client
V 22
dir d.5ck.r20946/47006
K 6
common
V 22
dir p.5ck.r20946/28638
K 12
config.mac.h
V 20
file hb.0.r6045/5982
K 12
configure.ac
V 24
file 149.5ck.r20877/3667
K 4
data
V 22
dir w.5ck.r20936/41745
K 6
debian
V 22
dir 5w.5ck.r20516/1753
K 12
dependencies
V 23
dir 2yu.5ck.r20906/1025
K 11
diff_ignore
V 22
file qq.5ck.r19346/607
K 3
doc
V 22
dir k7.5ck.r20920/2286
K 10
fc_version
V 25
file 2lo.5en.r20936/47581
K 2
m4
V 23
dir 12p.5ck.r20699/2772
K 6
manual
V 24
dir 2m2.5ck.r20855/34504
K 7
modinst
V 22
dir 4pj.5ck.r20883/683
K 2
po
V 25
dir fs.5ck.r20898/1775277
K 7
scripts
V 23
dir 2yo.5ck.r20903/5208
K 6
server
V 22
dir z.5ck.r20946/21503
K 10
stamp-h.in
V 19
file 80.0.r1125/241
K 5
tests
V 23
dir 2g9.5ck.r20384/1173
K 7
utility
V 22
dir 1c.5ck.r20924/3753
K 3
vms
V 21
dir u9.0.r11105/70719
K 5
win32
V 23
dir 2eu.5ck.r19955/8209
END
ENDREP
id: 3.5ck.r20946/48548
type: dir
pred: 3.5ck.r20945/8388
count: 15271
text: 20946 47235 1300 1300 ee551517baa004f7afef80d6483ee725
props: 20140 3888 282 0 e4bb46e81629a60eef613b169b23a9ea
cpath: /trunk
copyroot: 15280 /trunk

PLAIN
K 8
branches
V 20
dir 1.0.r20943/12542
K 4
tags
V 19
dir 2.0.r20603/5753
K 5
trunk
V 22
dir 3.5ck.r20946/48548
K 7
website
V 18
dir 3ge.0.r12388/0
END
ENDREP
id: 0.0.r20946/48938
type: dir
pred: 0.0.r20945/8775
count: 20946
text: 20946 48774 151 151 6d5f929009dc1fc3698e1fc1c3cfb38a
cpath: /
copyroot: 0 /

1m.5gb.t20945-1 modify true false /trunk/ai/default/advdomestic.c

18.5ck.t20945-1 modify true false /trunk/server/unithand.c

4m0.5ck.t20945-1 modify true false /trunk/server/savegame2.c

5h.5ck.t20945-1 modify true false /trunk/common/Makefile.am

170.5ck.t20945-1 modify true false /trunk/client/gui-sdl/citydlg.c

z4.5ck.t20945-1 modify true false /trunk/client/citydlg_common.c

n.5ck.t20945-1 modify true false /trunk/client/packhand.c

mb.5ck.t20945-1 modify true false /trunk/client/cityrepdata.c

4i.5ck.t20945-1 modify true false /trunk/server/cityturn.c

_2.5ck.t20945-1 add true false /trunk/common/traderoutes.c

vl.5ck.t20945-1 modify true false /trunk/server/savegame.c

9w.5ck.t20945-1 modify true false /trunk/client/gui-xaw/citydlg.c

z2.5ck.t20945-1 modify true false /trunk/client/mapview_common.c

2f5.5ck.t20945-1 modify true false /trunk/common/packets.def

_4.5ck.t20945-1 add true false /trunk/common/traderoutes.h

4g.5ck.t20945-1 modify true false /trunk/server/citytools.c

20.5gj.t20945-1 modify true false /trunk/ai/default/aicity.c

q.5ck.t20945-1 modify true false /trunk/common/city.c

33l.5ck.t20945-1 modify true false /trunk/common/aicore/caravan.c

3q.5ck.t20945-1 modify true false /trunk/common/city.h

2ll.5ck.t20945-1 modify true false /trunk/common/fc_types.h


48938 49087
