DELTA 22736 0 572
SVN  ƒƒ:ƒ O–y ‚ß €B D¼@€ˆ Q‚¢@€K D¼@€‚C Q‚¢@€O D¼@€†u R‚¢?€H D¼@€& DØ@€K D¼@€+ DØ@ ¤A‚Þy
  Return TRUE iff player1 has the diplomatic relation to player2
******/
bool is_diplrel_between(const struct player *player1,
                        const struct player *player2,
                        int diplrel)
{
  fc_assert(player1 != NULL);
  fc_assert(player2 != NULL);

  /* No relationship to it self. */
  if (player1 == player2) {
    return FALSE;
  }

  if (diplrel < DS_LAST) {
    return player_diplstate_get(player1, player2)->type == diplrel;
  }

  switch (diplrel) {
  case DRA_GIVES_SHARED_VISION:
    return gives_shared_vision(player1, player2);
  case DRA_RECEIVES_SHARED_VISION:
    return gives_shared_vision(player2, player1);
  case DRA_HOSTS_EMBASSY:
    return player_has_embassy(player2, player1);
  case DRA_HAS_EMBASSY:
    return player_has_embassy(player1, player2);
  case DRA_HOSTS_REAL_EMBASSY:
    return player_has_real_embassy(player2, player1);
  case DRA_HAS_REAL_EMBASSY:
    return player_has_real_embassy(player1, player2);
  }

  fc_assert_msg(FALSE, "diplrel_between(): invalid diplrel number %d.",
                diplrel);

  return FALSE  Return TRUE iff pplayer has the diplomatic relation to any living player
******/
bool is_diplrel_to_other(const struct player *pplayer, int diplrel)
{
  fc_assert(pplayer != NULL);

  players_iterate_alive(oplayer) {
    if (oplayer == pplayer) {
      continue;
    }
    if (is_diplrel_between(pplayer, oplayer, diplrel)) {
      return TRUE;
    }
  } players_iterate_alive_end;
  return FALSE  Return the diplomatic relation that has the given (untranslated) rule
 name.
******/
int diplrel_by_rule_name(const char *value)
{
  /* Look for asymmetric diplomatic relations */
  int diplrel = diplrel_asym_by_name(value, fc_strcasecmp);

  if (diplrel != diplrel_asym_invalid()) {
    return diplrel;
  }

  /* Look for symmetric diplomatic relations */
  diplrel = diplstate_type_by_name(value, fc_strcasecmp);

  /*
   * Make sure DS_LAST isn't returned as DS_LAST is the first diplrel_asym.
   *
   * Can't happend now. This is in case that changes in the future. */
  fc_assert_ret_val(diplrel != DS_LAST, diplrel_asym_invalid());

  /*
   * Make sure that diplrel_asym_invalid() is returned.
   *
   * Can't happend now. At the moment dpilrel_asym_invalid() is the same as
   * diplstate_type_invalid(). This is in case that changes in the future.
   */
  if (diplrel != diplstate_type_invalid()) {
    return diplrel;
  }

  return diplrel_asym_invalid(  Return the (untranslated) rule name of the given diplomatic relation.
******/
const char *diplrel_rule_name(int value)
{
  if (value < DS_LAST) {
    return diplstate_type_name(value);
  } else {
    return diplrel_asym_name(value);
  }***********
  Return the translated name of the given diplomatic relation.
******/
const char *diplrel_name_translation(int value)
{
  if (value < DS_LAST) {
    return diplstate_text(value);
  } else {
    return _(diplrel_asym_name(value));
  }ENDREP
DELTA 23201 0 1210
SVN  †  †  9ƒ1 ‚©# ² Àw‚©O± X‚½?€L ‚ÿ<€7 ‚‚º~µ X‚½?– .‚ÿ: ƒªC‚îNULL, pcity, NULL, NULL, NULL, NULL,
			     NULL,              break;
            case VUT_DIPLRELThe diplomatic relationship %s is required."
                              "
                                                              ptarget),
                            diplrel_name_translation(
                              preq->source.value.diplreldiplrel");
              break;
	    case VUT_MINSIZEcity must be of size %†  ’3™k‡8€‡8 ’3 ;
  struct tile *ptile_from, *ptile_to;
  char name_from[MAX_LEN_LINK], name_to[MAX_LEN_LINK];
  const char *nation_from, *nation_to;
  struct city *rcity = NULL;

  if (!pcity_from || !pcity_to) {
    return FALSE;
  }

  pplayer_from = city_owner(pcity_from);
  pplayer_citizen = pplayer_from;
  pplayer_to = city_owner(pcity_to);
  /* We copy that, because city_link always returns the same pointer. */
  sz_strlcpy(name_from, city_link(pcity_from));
  sz_strlcpy(name_to, city_link(pcity_to));
  nation_from = nation_adjective_for_player(pplayer_from);
  nation_to = nation_adjective_for_player(pplayer_to);
  ptile_from = city_tile(pcity_from);
  ptile_to = city_tile(pcity_to);

  /* check food supply in the receiver city */
  if (game.server.mgr_foodneeded) {
    bool migration = FALSE;

    if (pcity_to->surplus[O_FOOD] >= game.info.food_cost) {
      migration = TRUE;
    } else {
      /* check if there is a free tile for the new citizenENDREP
DELTA 23095 5984 276
SVN  Ö"Ö( µH „  \µFNULLENDREP
DELTA 23118 9216 1174
SVN  ÙÙ4 ÖZ €E –;×¥ ’,ís€J Ø€NULL, pcity, pimprove, ptile, NULL, NULL,
                      NULL,NULL,
                          preq,	&& !is_req_active(p, NULL, NULL, NULL, NULL, NULL, NULL, NULL,
			  preq,ENDREP
DELTA 23161 26019 1847
SVN  ðGðs' ß5 ‘ „nß3‘ ˆä… „ì:tile_owner(ptile)tile_owner(ptile)constENDREP
DELTA 23161 2808 23184
SVN  †  †  ^‚| ‚¢}  „@‚¢w `‚¢w ƒ¡7‚¨¢ KÄ@€K +…Ê@… D…Ëx€@ …Ý=ˆ b…Ù €B Gƒ¼ ¤ b…Ù ´ Gƒ¼ ¡ b…Ù ‡ j…Ö8 ÊQ…Ôextra building input of given type/
static void key_unit_extra(enum unit_activity act, enum extra_cause causecauseact, tgt)) {
      request_new_unit_activity_targeted(punit, actirrigateirrigate(void)
{
  key_unit_extra(ACTIVITY_IRRIGATE, EC_IRRIGATION**********
  Handle user 'build minemine(void)
{
  key_unit_extra(ACTIVITY_MINE, EC_MINE**********
  Handle user 'pillagepillage†  œ)G[€B C…@™ œ) id key_pollution_toggle(void)
{
  request_toggle_pollution();
}

/*******
  Handle user 'toENDREP
DELTA 23170 221 5003
SVN  „áh„âO ƒªY „ Ò]ƒªW„ †ƒý2€G Ýk„ƒ}NULLNULLNULL, pcity, pimprove, NULL, NULL, NULL,
                         NULL,ENDREP
DELTA 23139 0 801
SVN  éRê0L  © ƒQ£ Öv’\TechFlag:      World, Player
Achievement:DiplRel:       World, Player, LocalENDREP
DELTA 22951 0 2290
SVN  …ÿ…ÿ!7 …×B · §(…×l              && !is_req_active(city_owner(pcity), NULLENDREP
DELTA 23099 10189 1308
SVN  †  †  ;E æf „ Š_æd± £mñg„ ¾‚•R„ ‚;‚Ói„ r‚Ói ‰f‚×„ ×'‚àx ‚ç6ƒ¸NULL        && !is_req_active(city_owner(pcity), NULLNULLNULLNULLNULL†  ÛPÜ1± ÛP ulltradesize server settings.
     *
     * If noENDREP
DELTA 23209 76 2633
SVN  †  †  @2 á3  Y‚©=€T [à& OÚ?€R à& rö< Mñ8„ Z‚Â; hå8ˆ Yæ1 „¶<å(that your diplomatic relationship to the"
                       " other player is %your diplomatic relationship to the"
                       " other player isn't %TYPERequires†  Ž"’>‚a‚ Gz€‚N tªk‘ Ž" ueFORCE_CONTENT:
        cat_snprintf(buf, bufsz,
                     PL_("* Each of your cities will avoid %d unhappiness,"
                         " including unhappiness caused by units.\n",
                         "* Each of your cities will avoid %d unhappiness,"
                         " including unhappiness caused by unitsUPKEEP_FACTOR:
  ENDREP
DELTA 23153 77266 651
SVN  Þ.ß=2 ›H  $¸
 Žœf– ƒ^« – S«  t¹1 ‡M°7‘ ,›: w¯@ ‚&º%¾ {¼v· 'Îextra_base_get(pextra)extra_base_get(pextra)tile_owner(ptile)tile_owner(ptile), NULL, NULL,
                         ptile,fc_malloc(sizeof(*pbase));

  pextra->data.base = pbaseENDREP
DELTA 23153 78311 932
SVN  ƒ¶Nƒ¶T
  ž$  ƒ˜0žENDREP
DELTA 20892 1798 4307
SVN  ¡E£]‡< ‡  O ¦ G‰@€B O ° G‰@€ K  ….‹ K ¨ G‰@ ƒ9•y O ˆ 
œp€Z O  >œf¢ O  ‚Ÿ2 O ¬ G‰@€‚ ¡@_types[MAX_DISASTER_TYPES];

 Initialize disaster_type structures.
*****/
void disaster_types_init(void)
{
  int i;

  for (i = 0; i < ARRAY_SIZE(disaster_types); i++) {
    disaster_types[i].id = i;
    requirement_vector_init(&disaster_types[i].reqs);
  }
}

 Free the memory associated with disaster types
*****/
void disaster_types_free(void)
{
  disaster_type_iterate(pdis) {
    requirement_vector_free(&pdis->reqs);
  } disaster_type_iterate_end;
}

_types;
}


  Return the number of disaster_types.
_types[id];
}

 Return name_translation(struct disaster_type *pdis)
{
  return name_translation(&pdis->name);
}

return rule_name(&pdis->name);
}


 Whether disaster can happen in given city.
*****/
bool can_disaster_happen(struct disaster_type *pdis, struct city *pcity)
{
  return are_reqs_active(city_owner(pcity), NULL, pcity, NULL,
                         city_tile(pcity), NULL, NULL, NULL, &pdis->reqs,
                         RPT_POSSIBLEENDREP
DELTA 19291 6859 8094
SVN  ‚”U‚‹L‚d•~ ¢ „ ƒ£ ®4¦‡ †1ÔL€G QÛD cá> Þ€G Pß` _á> ŠJó8› ƒZýw€ „%‚+ ƒn†1€ „oŠ{ ƒsL€‚t †•C „›+€6 ‚ € MŠ{ „4¤E „©y„ …!® U³-€d Z´4€r f·# q¸€
 „=ºS€m ƒ
¿9» á= uÃz€F á= ƒOÇ1¹ †]Ë€b y¿8 ƒEÓ.€@ „o×,€6 Ã ˆ N¨@ ‚Þ}¹ …7á&€S Kë{¤ 4èX† HŸ  ‚ ê[„ ƒìW† HŸ  ƒ]ð=„ †Oóv» á= ƒ~ûx€a ¿8 ˆ‚<„ ‹‚‰<COUNpresentpresent;

      req_get_values(preq, &type, &range, &survives, &presentpresent = TRUpresent;

      req_get_values(preq, &type, &range, &survives, &presentpresent = TRU	const struct player *otherother_player, target_city,
                      target_building, target_tile, target_unittype,
                      target_output,player *otherother_player, target_city,
                       target_building, target_tile, target_unittype,
                       target_output,player *otherother_player, target_city,
                           target_building, target_tile, target_unittype,
                           target_output, target_specialist,
			   peffect, prob_type)
    && !is_effect_disabled(target_player, other_player, target_city,
                           target_building, target_tile, target_unittype,
                           target_output,player *otherother_player, target_city,
                         target_building, target_tile, target_unittype,
                         target_output, target_specialist,
                        other_player, target_city,
                       target_building, target_tile, target_unittype,
                       target_output,NULLconst struct player *target_player,
                             const struct player *other_player,
const struct impr_type *target_building,
                             const struct tile *target_tile,
                             const struct unit_type *target_unittype,
                             const struct output_type *target_output,
other_player, target_city,
                         target_building, target_tile, target_unittype,
                         target_output,                                  NULL, NULL, NULL, NULL, NULL, NULL, NULL,
                                                                   pplayer, NULL, NULL, NULL                                  city_owner(pcity), NULL, pcity, NULL                                  city_owner(pcity), NULL                                  city_owner(pcity), NULL, pcity, NULL,
				  ptile, NULL, poutputCOUNT, 0);
  return get_target_bonus_effects(NULL, pplayer, NULLCOUNT, 0);
  return get_target_bonus_effects(NULL, city_owner(pcity), NULL, pcity,
                                  NULL, NULL, NULL, poutput, NULL,
                                building                                  city_owner(pcity), NULLstruct city *pcity;

  if (!initialized) {
    return 0;
  }

  fc_assert_ret_val(pplayer != NULL && punittype != NULL, 0);

  if (ptile != NULL) {
    pcity = tile_city(ptile);
  } else {
    pcity = NULL;
  }
pplayer, NULL, pcity, NULL, ptile,
  unit
NULL tile
NULL                                  pplayer, NULL, NULL, NULL                                  city_owner(pcity), NULL, pcity, NULL,
				  NULL, NULL, poutputNULLENDREP
DELTA 23209 15983 2278
SVN  „¡=„¥NN‚t ÷=  Sú=€B Ñ%÷:š „<‚È6¤ L‚º:¹ ‚5‚¼;– zû? ©3‚Ð4 œ‚ùL… ¡Xƒ•` ƒYƒ·€ åmƒ»PPLAYER
               && req.range != REQ_RANGE_WORLD);
    break;const struct player *other  if (target_player == NULL || otheris_diplrel_between(target_player, other_player, diplrel);unit of the given typeplayer *otherotherplayer *otherother_player, target_city,
                       target_building, target_tile, target_unittype,
                       target_output,ENDREP
DELTA 23091 0 1109
SVN  übüh	  R  ìLENDREP
DELTA 19259 229549 433
SVN  ™`™f2 °T § Sí@‹ R´  ç;²% NULL,
			 &gov->reqs, RPT_CERTAIN);
}
uler titlesENDREP
DELTA 23099 20854 2053
SVN  ‚ƒC Ôv Ž tÕ ‘dâ[› †Cô4 ‡GúDCOUNT EFT_COUNplayer *other	const struct player *otherplayer *otherENDREP
DELTA 23153 89588 1587
SVN  òò[/u —L · •t—bŽ X¦x ƒ®8Ž ]¦x ’_²-‘ …
Å
‘ ¤[Ê ƒîgfc_malloc(sizeof(*proad));

  pextra->data.road = proadextra_road_getextra_road_gettile_owner(ptile)tile_owner(ptile)ENDREP
DELTA 22911 0 305
SVN  ¨¨Y šr  ƒ<šW Švplayer *otherplayer *otherENDREP
id: vb.5ck.r23215/12582
type: file
pred: vb.5ck.r23118/10419
count: 101
text: 23215 4613 219 27788 c7665d2e48f052519d37c2f987c4bc44
props: 11067 578 111 0 3f70303ff9ea148b5e232db96a904e98
cpath: /trunk/common/improvement.c
copyroot: 15280 /trunk

id: 3jw.5ck.r23215/12829
type: file
pred: 3jw.5ck.r23161/28817
count: 54
text: 23215 6873 251 12163 7a5effdbf83b1311e01ec576ad9f7c82
props: 12670 90710 34 0 25e6c2f7558b7484000d4d090dea5b92
cpath: /trunk/common/base.c
copyroot: 15280 /trunk

id: 6pq.5ck.r23215/13071
type: file
pred: 6pq.5ck.r23161/29538
count: 58
text: 23215 12299 175 14683 0e85aa8833cc04ff0163b45fb13cc3e0
cpath: /trunk/common/road.c
copyroot: 15280 /trunk

id: q.5ck.r23215/13257
type: file
pred: q.5ck.r23099/33191
count: 533
text: 23215 5973 204 114177 099c3c8838ce024ac814c7361448ac4d
props: 11069 12442 112 0 7c45f13e78520e4754bc476682276743
cpath: /trunk/common/city.c
copyroot: 15280 /trunk

id: 33d.5hw.r23215/13498
type: file
pred: 33d.5hw.r23095/78016
count: 55
text: 23215 4557 28 27432 a65a1074acaca28f754a6e45642c7b52
props: 10755 33073 110 0 fd27c383f48a4fbbd90a59fbcfc8b3be
cpath: /trunk/common/scriptcore/api_game_methods.c
copyroot: 20274 /trunk/common/scriptcore/api_game_methods.c

PLAIN
K 11
Makefile.am
V 26
file 75b.5ck.r20287/113954
K 17
api_common_intl.c
V 26
file 323.5ho.r20287/110511
K 17
api_common_intl.h
V 26
file 324.5hp.r20287/111645
K 22
api_common_utilities.c
V 25
file 32e.5hq.r21803/13140
K 22
api_common_utilities.h
V 24
file 32f.5hr.r20292/1613
K 18
api_game_effects.c
V 24
file 4jz.5hs.r23170/5254
K 18
api_game_effects.h
V 26
file 4k0.5ht.r20287/109787
K 15
api_game_find.c
V 25
file 321.5hu.r22109/11566
K 15
api_game_find.h
V 26
file 322.5hv.r20287/110812
K 18
api_game_methods.c
V 25
file 33d.5hw.r23215/13498
K 18
api_game_methods.h
V 25
file 33e.5hx.r22502/12505
K 19
api_game_specenum.c
V 26
file 6gu.5hy.r20287/108756
K 19
api_game_specenum.h
V 26
file 6gv.5hz.r20287/110032
K 17
api_signal_base.c
V 25
file 75e.5ck.r21803/12936
K 17
api_signal_base.h
V 26
file 75f.5ck.r20287/109608
K 11
luascript.c
V 24
file 6ky.5i0.r22432/3680
K 11
luascript.h
V 25
file 6kz.5i1.r20315/32952
K 16
luascript_func.c
V 26
file 75g.5ck.r20287/113043
K 16
luascript_func.h
V 26
file 75h.5ck.r20287/113775
K 18
luascript_signal.c
V 24
file 32a.5i2.r21840/6819
K 18
luascript_signal.h
V 26
file 32b.5i3.r20287/111110
K 17
luascript_types.h
V 25
file 327.5i4.r21036/12174
K 18
tolua_common_a.pkg
V 22
file 6l0.5i5.r23190/44
K 18
tolua_common_z.pkg
V 25
file 6l1.5i6.r21036/12766
K 14
tolua_game.pkg
V 25
file 320.5i7.r22502/11910
K 16
tolua_signal.pkg
V 23
file 75i.5ck.r20289/971
END
ENDREP
id: 75a.5ck.r23215/15217
type: dir
pred: 75a.5ck.r23190/1696
count: 33
text: 23215 13800 1404 1404 adb401d2d4066ba49add1124ab55d83b
props: 20297 4258 210 0 96ce2862a898d58fd2b950172851a0fd
cpath: /trunk/common/scriptcore
copyroot: 15280 /trunk

id: b2m.5ck.r23215/15462
type: file
pred: b2m.5ck.r22688/4704
count: 4
text: 23215 7205 1061 4484 e920389e93dd83b51cbdd727d2d4470f
cpath: /trunk/common/disaster.c
copyroot: 15280 /trunk

id: 2eo.5ck.r23215/15649
type: file
pred: 2eo.5ck.r23170/7155
count: 104
text: 23215 8295 3185 34252 3931c89818b510848ce85cbdefbfb9f4
props: 11071 1400 111 0 efbf1421a4b2405f7925bee6ef319aa7
cpath: /trunk/common/effects.c
copyroot: 15280 /trunk

id: he.5ck.r23215/15895
type: file
pred: he.5ck.r19259/403289
count: 79
text: 23215 12049 82 19686 b77ef526827ff6ba2ce260fe0a0337d0
props: 11057 31287 111 0 a3a3251698e05efa35962766e5c7e5c1
cpath: /trunk/common/government.c
copyroot: 15280 /trunk

id: 2ep.5ck.r23215/16143
type: file
pred: 2ep.5ck.r23170/7398
count: 82
text: 23215 12161 108 16795 0878090fc48de8808cae4ed588fefa00
props: 11069 13497 111 0 23629f8214b2309975780a037517e920
cpath: /trunk/common/effects.h
copyroot: 15280 /trunk

id: 45.5ck.r23215/16389
type: file
pred: 45.5ck.r23209/18588
count: 278
text: 23215 0 3030 53262 66974588ea9ec65854cf7799d44aa763
props: 11057 32005 112 0 5a3876431ad0faf061b096a2484d7aad
cpath: /trunk/common/player.c
copyroot: 15280 /trunk

id: o9u.5ck.r23215/16631
type: file
pred: o9u.5ck.r23205/18862
count: 22
text: 23215 4861 72 14451 f25d19bb7a34d1b0f7e3cef8302b16b9
cpath: /trunk/common/extras.c
copyroot: 15280 /trunk

id: r.5ck.r23215/16817
type: file
pred: r.5ck.r23153/93178
count: 307
text: 23215 7153 23 56148 cd40594e6af04c01af4b926bebcb8304
props: 10724 27851 112 0 420a5381801e97e189af945ae9b174d4
cpath: /trunk/common/map.c
copyroot: 15280 /trunk

id: 2wq.5ck.r23215/17055
type: file
pred: 2wq.5ck.r23209/19077
count: 111
text: 23215 11509 464 70350 5a4c90745a38b333a6d083cbee519e95
props: 10865 25397 111 0 1c266b4433d829481714f1852322e965
cpath: /trunk/common/requirements.c
copyroot: 15280 /trunk

id: 2wr.5ck.r23215/17308
type: file
pred: 2wr.5ck.r22911/5344
count: 39
text: 23215 12504 53 5209 bc8642a082bdfd71f3cebe9e99dd787f
props: 10865 25760 111 0 1912998302effd94f7d1c131050552ad
cpath: /trunk/common/requirements.h
copyroot: 15280 /trunk

PLAIN
K 11
Makefile.am
V 23
file 5h.5ck.r23134/6685
K 14
achievements.c
V 24
file qhc.5ck.r23201/8283
K 14
achievements.h
V 24
file qhe.5ck.r23201/8472
K 4
ai.c
V 25
file 4go.5ck.r22382/18940
K 4
ai.h
V 24
file 4gp.5ck.r23107/1391
K 6
aicore
V 24
dir 18t.5ck.r23118/11775
K 6
base.c
V 25
file 3jw.5ck.r23215/12829
K 6
base.h
V 25
file 3jx.5ck.r23161/29060
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.r23215/13257
K 6
city.h
V 24
file 3q.5ck.r22430/33243
K 8
combat.c
V 24
file wp.5ck.r22606/39236
K 8
combat.h
V 23
file wq.5ck.r22453/1203
K 12
connection.c
V 24
file un.5ck.r22421/11281
K 12
connection.h
V 24
file uo.5ck.r22458/34945
K 8
dataio.c
V 26
file 15r.5ck.r22861/100491
K 8
dataio.h
V 24
file 15s.5ck.r22420/2371
K 11
diptreaty.c
V 25
file 3r.5ck.r19259/398261
K 11
diptreaty.h
V 24
file 3s.5ck.r22430/33000
K 10
disaster.c
V 25
file b2m.5ck.r23215/15462
K 10
disaster.h
V 24
file b2o.5ck.r22688/4889
K 9
effects.c
V 25
file 2eo.5ck.r23215/15649
K 9
effects.h
V 25
file 2ep.5ck.r23215/16143
K 8
events.c
V 23
file 33h.5ck.r23158/480
K 8
events.h
V 22
file 3t.5ck.r23158/718
K 8
extras.c
V 25
file o9u.5ck.r23215/16631
K 8
extras.h
V 25
file o9w.5ck.r23205/19049
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 24
file 4up.5ck.r22631/8528
K 14
fc_interface.h
V 25
file 4uq.5ck.r20355/12782
K 10
fc_types.h
V 25
file 2ll.5ck.r23211/16827
K 15
featured_text.c
V 25
file 4h3.5ck.r20306/26314
K 15
featured_text.h
V 23
file 4h4.5ck.r22302/750
K 6
game.c
V 24
file 3u.5ck.r23173/62536
K 6
game.h
V 23
file 3v.5ck.r23138/9660
K 19
generate_packets.py
V 25
file 2f4.5ck.r22421/11029
K 12
government.c
V 24
file he.5ck.r23215/15895
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 24
file vb.5ck.r23215/12582
K 13
improvement.h
V 24
file vc.5ck.r22975/39453
K 5
map.c
V 23
file r.5ck.r23215/16817
K 5
map.h
V 24
file 41.5ck.r23095/82068
K 8
mapimg.c
V 24
file 6n9.5ck.r22508/1700
K 8
mapimg.h
V 24
file 6na.5ck.r22508/1884
K 10
movement.c
V 25
file 2xv.5ck.r23095/77769
K 10
movement.h
V 25
file 2xw.5ck.r23095/80226
K 18
name_translation.h
V 25
file 4k1.5ck.r20375/19703
K 8
nation.c
V 24
file il.5ck.r21807/31505
K 8
nation.h
V 24
file im.5ck.r21807/31745
K 9
packets.c
V 23
file 43.5ck.r22883/2547
K 11
packets.def
V 25
file 2f5.5ck.r23173/62291
K 9
packets.h
V 23
file 44.5ck.r22883/2307
K 8
player.c
V 24
file 45.5ck.r23215/16389
K 8
player.h
V 24
file 46.5ck.r23209/18831
K 14
requirements.c
V 25
file 2wq.5ck.r23215/17055
K 14
requirements.h
V 25
file 2wr.5ck.r23215/17308
K 10
research.c
V 22
file 4ro.5ck.r21370/97
K 10
research.h
V 23
file 4rp.5ck.r19352/728
K 10
rgbcolor.c
V 25
file 6i6.5ck.r21333/48710
K 10
rgbcolor.h
V 25
file 6i7.5ck.r21333/48896
K 6
road.c
V 25
file 6pq.5ck.r23215/13071
K 6
road.h
V 25
file 6pr.5ck.r23161/29723
K 10
scriptcore
V 24
dir 75a.5ck.r23215/15217
K 11
spaceship.c
V 25
file 98.5ck.r19259/405393
K 11
spaceship.h
V 24
file 99.5ck.r22430/34849
K 12
specialist.c
V 23
file 33f.5ck.r22372/258
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 23
file t.5ck.r23173/61812
K 6
tech.h
V 23
file u.5ck.r23173/62052
K 9
terrain.c
V 25
file 2fp.5ck.r23205/18368
K 9
terrain.h
V 24
file qs.5ck.r23205/18616
K 6
tile.c
V 25
file 2ys.5ck.r23205/17884
K 6
tile.h
V 25
file 2yt.5ck.r23205/18128
K 13
traderoutes.c
V 25
file bf8.5ck.r22228/24352
K 13
traderoutes.h
V 25
file bfa.5ck.r22430/33483
K 8
traits.h
V 24
file 7k3.5ck.r22120/1406
K 6
unit.c
V 21
file v.5ck.r23208/196
K 6
unit.h
V 24
file 48.5ck.r23205/17641
K 10
unitlist.c
V 25
file 39m.5ck.r21517/87214
K 10
unitlist.h
V 25
file 39n.5ck.r21517/87700
K 10
unittype.c
V 23
file v9.5ck.r22862/2362
K 10
unittype.h
V 24
file va.5ck.r22770/34098
K 9
version.c
V 23
file oe.5ck.r20942/1546
K 9
version.h
V 23
file e7.5ck.r20942/1783
K 9
victory.c
V 24
file qex.5ck.r23119/2099
K 9
victory.h
V 24
file qez.5ck.r23119/2255
K 8
vision.c
V 26
file 4dm.5ck.r19259/404222
K 8
vision.h
V 24
file 4dn.5ck.r21811/9325
K 12
workertask.c
V 24
file llw.5ck.r22482/3617
K 12
workertask.h
V 25
file lly.5ck.r23027/52794
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.r23215/22178
type: dir
pred: p.5ck.r23211/21690
count: 3497
text: 23215 17557 4608 4608 1d37c9db2930de2c05def5a1f89bd31b
props: 12883 2571 96 0 2763e13ff5d021346ae24ff6c9ced232
cpath: /trunk/common
copyroot: 15280 /trunk

id: 20.5gj.r23215/22410
type: file
pred: 20.5gj.r23170/12484
count: 401
text: 23215 5592 119 78095 7c08de75a963f2452df0851656768124
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 25
file 6k4.5ck.r22318/23771
K 14
advdiplomacy.c
V 25
file 2ek.5g9.r22975/46191
K 14
advdiplomacy.h
V 25
file 2el.5ga.r21819/30478
K 13
advdomestic.c
V 24
file 1m.5gb.r21934/64371
K 13
advdomestic.h
V 24
file 1n.5gc.r21819/29385
K 13
advmilitary.c
V 22
file 1u.5gd.r23132/442
K 13
advmilitary.h
V 24
file 1v.5ge.r22026/41566
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.r21819/31779
K 7
aiair.h
V 25
file 15z.5gi.r21819/33076
K 8
aicity.c
V 24
file 20.5gj.r23215/22410
K 8
aicity.h
V 24
file 21.5gk.r22418/19956
K 8
aidata.c
V 24
file 6mb.5gl.r21899/3740
K 8
aidata.h
V 25
file 6mc.5gm.r21819/32591
K 12
aidiplomat.c
V 24
file 16r.5gn.r22876/8937
K 12
aidiplomat.h
V 25
file 16s.5go.r21819/32802
K 9
aiferry.c
V 22
file 2iw.5gp.r23093/53
K 9
aiferry.h
V 24
file 2ix.5gq.r23014/6151
K 9
aiguard.c
V 25
file 335.5gr.r21830/20422
K 9
aiguard.h
V 25
file 336.5gs.r21830/20693
K 8
aihand.c
V 24
file 22.5gt.r23118/17917
K 8
aihand.h
V 24
file 23.5gu.r21810/35768
K 8
aihunt.c
V 25
file 2gc.5gv.r21830/20961
K 8
aihunt.h
V 25
file 2gd.5gw.r21819/35411
K 7
ailog.c
V 25
file 6p8.5gx.r21830/19728
K 7
ailog.h
V 25
file 6p9.5gy.r21830/19936
K 15
aiparatrooper.c
V 23
file 36o.5gz.r21921/266
K 15
aiparatrooper.h
V 25
file 36p.5h0.r21819/34318
K 10
aiplayer.c
V 25
file 6i3.5h1.r22720/10515
K 10
aiplayer.h
V 25
file 6i4.5h2.r22720/10728
K 11
aisettler.c
V 23
file 2lh.5h3.r23034/327
K 11
aisettler.h
V 25
file 2li.5h4.r22374/17958
K 8
aitech.c
V 22
file 24.5h5.r22002/180
K 8
aitech.h
V 24
file 25.5h6.r21986/17224
K 9
aitools.c
V 22
file 9.5h7.r23107/8099
K 9
aitools.h
V 22
file a.5h8.r23107/8363
K 8
aiunit.c
V 22
file b.5h9.r23107/8625
K 8
aiunit.h
V 22
file c.5ha.r23107/7840
END
ENDREP
id: 6k3.5ck.r23215/24463
type: dir
pred: 6k3.5ck.r23170/14537
count: 140
text: 23215 22678 1772 1772 f1777382551173add27e444504f6c77b
props: 19010 5510 53 0 1aad128f6d028f535e9ce7233326568e
cpath: /trunk/ai/default
copyroot: 15280 /trunk

PLAIN
K 11
Makefile.am
V 24
file 5d.5ck.r22318/25988
K 10
aitraits.c
V 25
file 7k0.5ck.r21420/16178
K 10
aitraits.h
V 25
file 7k2.5ck.r20500/19827
K 7
classic
V 23
dir l53.5ck.r23107/7663
K 7
default
V 24
dir 6k3.5ck.r23215/24463
K 4
stub
V 24
dir 6k5.5ck.r19286/10397
K 8
threaded
V 23
dir 6pi.5ck.r23107/7055
END
ENDREP
id: 8.5ck.r23215/25024
type: dir
pred: 8.5ck.r23170/15097
count: 1546
text: 23215 24702 309 309 d7b3c32a8f92d0afdda3ec79409432f9
props: 11108 11315 64 0 abac628483ea4fdfa3bea3a3a56e0532
cpath: /trunk/ai
copyroot: 15280 /trunk

id: 199.5ck.r23215/25251
type: file
pred: 199.5ck.r23209/24427
count: 76
text: 23215 5739 103 13616 0d41a3c37dcaf3b6e4837ac1d6967fc1
props: 11069 3032 111 0 2a5912525b098cb46a1301ee940f7617
cpath: /trunk/doc/README.effects
copyroot: 15280 /trunk

PLAIN
K 4
BUGS
V 24
file 11m.5ck.r22813/3075
K 11
CodingStyle
V 24
file 11n.5ck.r22404/2608
K 3
FAQ
V 24
file 4di.5ck.r21771/8577
K 7
HACKING
V 25
file 11o.5ck.r22421/16821
K 9
HOWTOPLAY
V 24
file 11p.5ck.r22102/1662
K 14
INSTALL.Cygwin
V 23
file 19e.5ck.r22166/364
K 11
Makefile.am
V 23
file kb.5ck.r23143/3338
K 6
README
V 24
file 11r.5ck.r22813/3676
K 9
README.AI
V 23
file 11s.5ck.r22154/223
K 17
README.AI_modules
V 24
file m77.5ck.r22469/3278
K 16
README.SDLClient
V 23
file 16x.5kg.r22165/317
K 19
README.achievements
V 25
file qkn.5ck.r23154/13668
K 13
README.agents
V 22
file 11t.0.r4421/91661
K 17
README.attributes
V 22
file 11u.0.r4421/91990
K 10
README.cma
V 23
file 11v.5ck.r19710/233
K 12
README.delta
V 23
file 2f8.5ck.r22431/617
K 14
README.effects
V 25
file 199.5ck.r23215/25251
K 11
README.fcdb
V 24
file 75c.5ck.r21491/6190
K 15
README.graphics
V 24
file 11w.5ck.r22616/8064
K 14
README.nations
V 25
file 36m.5ck.r22143/14479
K 16
README.packaging
V 25
file 4ra.5ck.r23180/11880
K 20
README.ruleset_alien
V 23
file k6v.5ck.r23075/717
K 23
README.ruleset_civ2civ3
V 24
file fv1.5ck.r22989/9777
K 27
README.ruleset_experimental
V 25
file 4kj.5ck.r23154/13469
K 26
README.ruleset_multiplayer
V 23
file 6hf.5ck.r22835/237
K 15
README.rulesets
V 24
file 11x.5ck.r22813/3912
K 15
README.scorelog
V 21
file 2lm.0.r8005/1124
K 12
README.sound
V 23
file 13h.5ck.r22292/889
K 15
README.tilesets
V 24
file 6gy.5ck.r22813/3494
K 4
TODO
V 25
file 11y.5ck.r18113/18714
K 2
ca
V 26
dir 4bn.5ck.r21487/1503622
K 2
de
V 26
dir 11z.5ck.r21487/1500450
K 2
fr
V 26
dir 128.5ck.r21487/1502367
K 15
freeciv.doxygen
V 22
file 6pl.5ck.r22671/52
K 15
generate_FAQ.pl
V 24
file 6h2.5ck.r21771/8334
K 2
it
V 24
dir 12c.5ck.r16872/77489
K 2
ja
V 26
dir 12g.5ck.r21487/1501388
K 3
man
V 23
dir 2j5.5ck.r22613/2856
K 2
nl
V 24
dir 14d.5ck.r18113/17448
K 2
sv
V 24
dir 12k.5ck.r18113/14432
END
ENDREP
id: k7.5ck.r23215/27388
type: dir
pred: k7.5ck.r23209/26560
count: 563
text: 23215 25498 1877 1877 faa84406be6830366d70b855dfad0155
props: 4431 2256 52 0 99ffa4e3e0608cced72bc06a75f6aece
cpath: /trunk/doc
copyroot: 15280 /trunk

id: 2mt.5ck.r23215/27617
type: file
pred: 2mt.5ck.r23091/1138
count: 51
text: 23215 12003 20 15976 af976b1d46793f65bdccc8e9b8b69725
props: 10845 3102 111 0 433ca8234d38d2ba821c9aa09a03d731
cpath: /trunk/server/generator/startpos.c
copyroot: 15280 /trunk

PLAIN
K 11
Makefile.am
V 25
file 2mf.5ck.r17430/10847
K 12
height_map.c
V 23
file 2mj.5ck.r19409/918
K 12
height_map.h
V 26
file 2mk.5bk.r13949/117031
K 8
mapgen.c
V 25
file 2mg.5ck.r23095/87214
K 8
mapgen.h
V 25
file 2mh.5ck.r19265/30017
K 17
mapgen_topology.c
V 24
file 2ml.5ck.r20258/1566
K 17
mapgen_topology.h
V 25
file 2mm.5ck.r20375/12470
K 10
startpos.c
V 25
file 2mt.5ck.r23215/27617
K 10
startpos.h
V 24
file 2mu.5ck.r18296/4932
K 17
temperature_map.c
V 25
file 2mn.5ck.r21647/34611
K 17
temperature_map.h
V 25
file 2mo.5ck.r20375/12210
K 11
utilities.c
V 25
file 2mp.5ck.r21647/34873
K 11
utilities.h
V 25
file 2mq.5ck.r20229/19347
END
ENDREP
id: 2me.5ck.r23215/28526
type: dir
pred: 2me.5ck.r23095/88122
count: 161
text: 23215 27872 641 641 f4463e2ce622b95716ccdc8748228939
props: 11108 4081 68 0 445aae39c72ff2e5199436fb06040160
cpath: /trunk/server/generator
copyroot: 15280 /trunk

id: 4g.5ck.r23215/28769
type: file
pred: 4g.5ck.r22951/2319
count: 553
text: 23215 5867 80 98209 d0383229b01306beae12804c34c3fe71
props: 10971 452 112 0 14688860b403b675ea6c3d1b6f5d2330
cpath: /trunk/server/citytools.c
copyroot: 15280 /trunk

id: 4i.5ck.r23215/29012
type: file
pred: 4i.5ck.r23209/26789
count: 522
text: 23215 3055 1476 122091 75957d40e6b7b9556baaf12473f629ba
props: 10955 1971 112 0 e17e3e5087e98ab1d6f041bdc6ae85ee
cpath: /trunk/server/cityturn.c
copyroot: 15280 /trunk

PLAIN
K 11
Makefile.am
V 24
file 5q.5ck.r23175/39247
K 8
advisors
V 24
dir 4n2.5ck.r23205/26407
K 9
aiiface.c
V 25
file 4gm.5ck.r22318/27020
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.r23022/22959
K 11
barbarian.h
V 24
file lx.5ck.r22667/36940
K 14
citizenshand.c
V 25
file 6mz.5ck.r22267/14643
K 14
citizenshand.h
V 25
file 6n0.5ck.r22267/14833
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.r23215/28769
K 11
citytools.h
V 24
file 4h.5ck.r22876/12292
K 10
cityturn.c
V 24
file 4i.5ck.r23215/29012
K 10
cityturn.h
V 24
file 4j.5ck.r22267/13479
K 11
civserver.c
V 24
file 4k.5ck.r22382/30242
K 11
civserver.h
V 21
file 4l.0.r2805/33121
K 10
commands.c
V 25
file 2ly.5ck.r22458/39749
K 10
commands.h
V 24
file 2lz.5ck.r21821/2153
K 13
connecthand.c
V 24
file 2dw.5ck.r22472/4140
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.r22876/13268
K 11
diplomats.h
V 23
file w0.5ck.r19106/3619
K 10
edithand.c
V 25
file 3bk.5ck.r23095/90649
K 10
edithand.h
V 26
file 4ez.5ck.r18452/115476
K 6
fcdb.c
V 25
file 6l3.5ck.r22325/28129
K 6
fcdb.h
V 25
file 6l4.5ck.r21255/12759
K 10
gamehand.c
V 24
file 4o.5ck.r23022/23205
K 10
gamehand.h
V 24
file 4p.5ck.r15698/24111
K 9
generator
V 24
dir 2me.5ck.r23215/28526
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 23
file 4q.5ck.r21364/3610
K 10
handchat.h
V 24
file dj.5ck.r18270/28229
K 9
maphand.c
V 24
file 13.5ck.r23095/89971
K 9
maphand.h
V 24
file 14.5ck.r23095/90406
K 6
meta.c
V 24
file 4s.5ck.r22382/32888
K 6
meta.h
V 24
file 4t.5ck.r18054/19078
K 8
notify.c
V 24
file 4i2.5ck.r22596/6685
K 8
notify.h
V 24
file 4i3.5ck.r18282/3660
K 9
plrhand.c
V 24
file 4u.5ck.r22825/11178
K 9
plrhand.h
V 23
file 4v.5ck.r22645/1117
K 8
report.c
V 21
file vi.5ck.r22618/92
K 8
report.h
V 24
file vj.5ck.r18270/29203
K 10
rssanity.c
V 25
file hew.5ck.r23209/27037
K 10
rssanity.h
V 25
file hey.5ck.r21709/23329
K 9
ruleset.c
V 24
file 8w.5ck.r23201/16857
K 9
ruleset.h
V 23
file 8x.5ck.r22265/2552
K 13
sanitycheck.c
V 24
file wi.5ck.r23153/99825
K 13
sanitycheck.h
V 24
file wj.5ck.r20315/26296
K 12
savecompat.c
V 25
file qva.5ck.r23175/38726
K 12
savecompat.h
V 25
file qvc.5ck.r23175/38888
K 10
savegame.c
V 24
file vl.5ck.r23169/49682
K 10
savegame.h
V 24
file vm.5ck.r20758/19233
K 11
savegame2.c
V 25
file 4m0.5ck.r23211/21922
K 11
savegame2.h
V 25
file 4m1.5ck.r21363/11592
K 7
score.c
V 24
file 2eg.5ck.r21929/5694
K 7
score.h
V 24
file 2eh.5ck.r21929/6179
K 9
scripting
V 23
dir 31x.5ck.r22804/4103
K 8
sernet.c
V 23
file 15.5ck.r22513/3698
K 8
sernet.h
V 24
file 4y.5ck.r19197/31924
K 10
settings.c
V 25
file 2m0.5ck.r23125/23164
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.r22382/32625
K 9
srv_log.h
V 25
file 15u.5em.r20315/26035
K 10
srv_main.c
V 23
file vg.5ck.r23158/5796
K 10
srv_main.h
V 23
file vh.5ck.r22134/1051
K 11
stdinhand.c
V 23
file 4z.5ck.r22994/2505
K 11
stdinhand.h
V 24
file 50.5ck.r22255/10473
K 11
techtools.c
V 25
file 33n.5ck.r22975/51174
K 11
techtools.h
V 25
file 33o.5ck.r21976/23870
K 10
unithand.c
V 25
file 18.5ck.r23153/100075
K 10
unithand.h
V 24
file 19.5ck.r23027/66151
K 11
unittools.c
V 24
file 1a.5ck.r23205/26649
K 11
unittools.h
V 24
file 1b.5ck.r23027/65661
K 8
voting.c
V 24
file 4ex.5ck.r21364/3852
K 8
voting.h
V 25
file 4ey.5ck.r18054/19315
END
ENDREP
id: z.5ck.r23215/33092
type: dir
pred: z.5ck.r23211/25946
count: 5142
text: 23215 29259 3820 3820 fb14f60e6da516c10d920d26bfff553a
props: 17175 659 139 0 d1c9699dde7f9d81e54426750008041d
cpath: /trunk/server
copyroot: 15280 /trunk

id: gz.5ck.r23215/33324
type: file
pred: gz.5ck.r23169/53892
count: 322
text: 23215 4963 599 106183 37a75a55240c5f37b52788cc8044fedc
props: 11088 7720 112 0 89a05fc93c37a832d4b63085dac12c4b
cpath: /trunk/client/control.c
copyroot: 15280 /trunk

id: h1.5ck.r23215/33569
type: file
pred: h1.5ck.r23209/31289
count: 307
text: 23215 6207 639 121150 717db0b2e476def1d9a9b2804812ca68
props: 10865 39466 112 0 7c92b74246787b3b87930d3304880700
cpath: /trunk/client/helpdata.c
copyroot: 15280 /trunk

PLAIN
K 11
Makefile.am
V 24
file 5f.5ck.r23142/12550
K 6
agents
V 23
dir zf.5ck.r22382/38489
K 11
attribute.c
V 24
file xh.5ck.r22340/22167
K 11
attribute.h
V 24
file xi.5ck.r18863/23649
K 7
audio.c
V 24
file 139.5ck.r22180/7668
K 7
audio.h
V 24
file 13a.5ck.r22180/7911
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.r22975/66066
K 16
citydlg_common.h
V 24
file z5.5ck.r18863/18619
K 13
cityrepdata.c
V 23
file mb.5ck.r22182/7750
K 13
cityrepdata.h
V 24
file mc.5ck.r18863/19121
K 13
client_main.c
V 24
file 2f.5cp.r23138/19693
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.r23027/92426
K 9
climisc.h
V 24
file i0.5ck.r23027/96165
K 8
clinet.c
V 23
file hc.5ck.r22513/7891
K 8
clinet.h
V 24
file i1.5ck.r18863/24866
K 15
colors_common.c
V 24
file 33a.5ck.r22855/3020
K 15
colors_common.h
V 25
file 33b.5ck.r19135/48891
K 19
connectdlg_common.c
V 23
file 2fw.5ck.r22486/264
K 19
connectdlg_common.h
V 25
file 2fx.5ck.r19154/53802
K 9
control.c
V 24
file gz.5ck.r23215/33324
K 9
control.h
V 24
file i2.5ck.r23111/19739
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 23
file 3bg.5ck.r23105/460
K 8
editor.h
V 23
file 3bh.5ck.r23105/702
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.r23205/31201
K 6
goto.h
V 24
file vv.5ck.r23027/81018
K 11
gui-gtk-2.0
V 23
dir zs.5ck.r23169/58517
K 11
gui-gtk-3.0
V 23
dir zs.5g7.r23169/67079
K 6
gui-qt
V 24
dir 6ie.5ck.r23169/70617
K 7
gui-sdl
V 24
dir 16t.5ck.r23210/29155
K 8
gui-sdl2
V 24
dir 16t.5l8.r23210/23278
K 8
gui-stub
V 24
dir mh.5ck.r23095/121221
K 7
gui-xaw
V 23
dir 9o.5ck.r23169/62577
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.r23215/33569
K 10
helpdata.h
V 24
file i3.5ck.r21778/46227
K 7
include
V 24
dir b8.5ck.r23095/106639
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 23
dir 761.5ck.r22514/7638
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.r22962/16184
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.r23155/7759
K 9
options.h
V 23
file i4.5ck.r23155/1631
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.r23173/82501
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.r22325/76263
K 17
repodlgs_common.h
V 25
file 11j.5ck.r19589/11861
K 9
reqtree.c
V 25
file 2ym.5ck.r22451/33416
K 9
reqtree.h
V 24
file 2yn.5ck.r19057/3837
K 9
servers.c
V 25
file 33x.5ck.r22325/81040
K 9
servers.h
V 25
file 33y.5ck.r20478/36372
K 6
text.c
V 25
file 2g3.5ck.r23205/30955
K 6
text.h
V 25
file 2g4.5ck.r22264/31375
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 24
file hl.5ck.r23161/41532
K 10
tilespec.h
V 24
file i6.5ck.r22962/15940
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.r22413/14226
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.r23215/38097
type: dir
pred: d.5ck.r23210/33680
count: 5708
text: 23215 33816 4268 4268 6813f9385fd03feecff81081fd237e97
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 24
file 5u.5ck.r22143/14016
K 7
COPYING
V 19
file 1h.0.r9643/400
K 9
ChangeLog
V 26
file 6l.5ck.r22811/6091752
K 7
INSTALL
V 23
file 6.5ck.r22931/32945
K 11
Makefile.am
V 24
file 59.5ck.r23180/14191
K 4
NEWS
V 22
file 6m.5ck.r21786/165
K 6
README
V 20
file 7.0.r4421/96382
K 2
ai
V 22
dir 8.5ck.r23215/25024
K 10
autogen.sh
V 24
file 12o.5ck.r22211/1267
K 9
bootstrap
V 22
dir 2p5.5ck.r23213/870
K 6
client
V 22
dir d.5ck.r23215/38097
K 6
common
V 22
dir p.5ck.r23215/22178
K 12
configure.ac
V 24
file 149.5ck.r23142/6184
K 4
data
V 21
dir w.5ck.r23199/3960
K 6
debian
V 22
dir 5w.5ck.r23151/1796
K 12
dependencies
V 24
dir 2yu.5ck.r22739/54642
K 11
diff_ignore
V 24
file qq.5ck.r21039/26581
K 3
doc
V 23
dir k7.5ck.r23215/27388
K 10
fc_version
V 25
file 2lo.5en.r23209/24178
K 2
m4
V 24
dir 12p.5ck.r23180/11654
K 2
po
V 23
dir fs.5ck.r23209/38237
K 7
scripts
V 22
dir 2yo.5ck.r21694/735
K 6
server
V 22
dir z.5ck.r23215/33092
K 5
tests
V 22
dir 2g9.5ck.r22096/825
K 5
tools
V 24
dir 4pj.5js.r23205/24956
K 7
utility
V 22
dir 1c.5ck.r23112/9759
K 3
vms
V 25
dir u9.5ck.r21528/1396085
K 5
win32
V 23
dir 2eu.5ck.r22609/1040
END
ENDREP
id: 3.5ck.r23215/39524
type: dir
pred: 3.5ck.r23213/2296
count: 16520
text: 23215 38327 1184 1184 0101dcd94cf45e00609ffc5f915c4570
props: 20140 3888 282 0 e4bb46e81629a60eef613b169b23a9ea
cpath: /trunk
copyroot: 15280 /trunk

PLAIN
K 8
branches
V 19
dir 1.0.r23214/2933
K 4
tags
V 19
dir 2.0.r23196/6044
K 5
trunk
V 22
dir 3.5ck.r23215/39524
K 7
website
V 21
dir 3ge.0.r22980/2263
END
ENDREP
id: 0.0.r23215/39916
type: dir
pred: 0.0.r23214/3253
count: 23215
text: 23215 39750 153 153 47726be46df85ad5fe3ffe8ea0581716
cpath: /
copyroot: 0 /

he.5ck.t23214-1 modify true false /trunk/common/government.c

2ep.5ck.t23214-1 modify true false /trunk/common/effects.h

6pq.5ck.t23214-1 modify true false /trunk/common/road.c

2wr.5ck.t23214-1 modify true false /trunk/common/requirements.h

45.5ck.t23214-1 modify true false /trunk/common/player.c

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

33d.5hw.t23214-1 modify true false /trunk/common/scriptcore/api_game_methods.c

vb.5ck.t23214-1 modify true false /trunk/common/improvement.c

gz.5ck.t23214-1 modify true false /trunk/client/control.c

o9u.5ck.t23214-1 modify true false /trunk/common/extras.c

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

199.5ck.t23214-1 modify true false /trunk/doc/README.effects

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

h1.5ck.t23214-1 modify true false /trunk/client/helpdata.c

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

3jw.5ck.t23214-1 modify true false /trunk/common/base.c

r.5ck.t23214-1 modify true false /trunk/common/map.c

b2m.5ck.t23214-1 modify true false /trunk/common/disaster.c

2eo.5ck.t23214-1 modify true false /trunk/common/effects.c

2wq.5ck.t23214-1 modify true false /trunk/common/requirements.c

2mt.5ck.t23214-1 modify true false /trunk/server/generator/startpos.c


39916 40065
