DELTA 17258 0 980
SVN  	"" G   F" s/* utility */
#include "support.h"            /* bool type */

/* common */
#include "city.h"               /* CITY_MAP_MAX_SIZE
  int city_radius_sq;
  bool *worker_positions;
  int specialists[SP_MAX];
};

void cm_init(void);
void cm_init_citymap(void);
void cm_clear_cache(struct city *pcity);
void cm_free(void);

struct cm_result *cm_result_new(struct city *pcity);
void cm_result_destroy(struct cm_result *resultENDREP
DELTA 12571 0 309
SVN  +`< b   lง "	upport.h"            bool is_boss_of_boat(struct unit *punitENDREP
DELTA 6093 7596 857
SVN  NY l O ,7;#include "support.h"            /* bool type */

#include "fc_types.h"

struct connection;
struct conn_list;
struct packet_authentication_reply;
struct packet_login_request;
struct packet_server_join_req;

void conn_set_access(struct connection *pconn, enum cmdlevel new_level,
                     bool granted);

void establish_new_connection(struct connection *pconn);
void reject_new_connection(const char *msg, struct connection *pconn);

bool handle_login_request(struct connection *pconn,
                          struct packet_server_join_req *req);

void lost_connection_to_client(struct player *find_uncontrolled_player(void);
bool connection_attach(struct connection *pconn, struct player *pplayer,
                       bool observing);
void connection_detach(ENDREP
DELTA 16578 236924 222
SVN  bm
 <  Fupport.h"            ENDREP
DELTA 16071 2791 1078
SVN  f}R |  ~I 15upport.h"remove_duplicate(struct strvec *psv,
                             int (*cmp_func) (const char *, const char *));
void strvec_copy(struct strvec *dest, const struct strvec *src);
void strvec_sort(struct strvec *psv, int (*sort_func) (const char *const *,
                                                       const char *const *)ENDREP
DELTA 14763 1083 309
SVN  0;
 j  <tupport.h"            ENDREP
DELTA 16397 4719 7635
SVN  ใMใGD   2ป ฝEฆupport.h"log_debug("Iterating over %d-%d x %d-%d rectangle.",		\
	  ENDREP
DELTA 16810 0 1343
SVN  OhB u B 1/* utility */
#include "fcintl.h"
#include "support.h"            ENDREP
DELTA 16929 211003 10689
SVN  l{8S (  จw1 A@{ ]ณ aถฟ oธ!ผ _าJ ฒื+ .>upport.h" Apply a Gaussian diffusion filter on the map. The size of the map is
  MAP_INDEX_SIZE and the map is indexed by native_pos_to_index function.
  If zeroes_at_edges is set, any unreal position on diffusion has 0 value
  if zeroes_at_edges in unset the unreal position are not counted.
***********/
void smooth_int_map(int *int_map, bool zeroes_at_edges)
{
  float weight[5] = { 0.13, 0.19, 0.37, 0.19, 0.13 }float N = 0, D = 0;

      axis_iterate(ptile, pnear, i, 2, axe) {
        D += weight[i + 2];
        N += weight[i + 2] * source_map[tile_index(pnear)];
      } axis_iterate_end;
      if (zeroes_at_edges) {
        D = 1;
      }
      target_map[tile_index(ptile)] = (float)15;
      weight[1] = weight[3] = 0.21;
      weight[2] = 0.29;verbose("Number of lake types in ruleset %d, considering "
 fc_
                         + fc_ENDREP
DELTA 17320 22038 850
SVN  ก _$B ~  ;ท zv (t a U yupport.h"            player_by_number(player_index(unit_owner(punit)))      unit_move_or_attack(struct unit *punit, struct tile *ptile,
                            struct pf_path *path, int stepENDREP
DELTA 8193 37452 640
SVN  Lz	x c x-#include "support.h"            /* bool type */

void map_fractal_generate(bool autosize, struct unit_type *initial_unitENDREP
DELTA 17700 6581 865
SVN  ฑWฑy
- o ญ ซ]zbitvector.h"
#include "support.h"            ENDREP
DELTA 17162 22525 368
SVN  ฦpศ	 p ก : ('ผ {Oจ ซ1?upport.h"            /* bool typeTECH /* Interacts with F_BADWALLATTACKER, ignored by F_IGWALL */CITY_BUILD_SLOTS, /* slots to build unitENDREP
DELTA 10095 6521 34
SVN  lS k S \/* utility */
#include "support.h"            /* bool type */

/* client/include */ENDREP
DELTA 18042 0 466
SVN  c	v q v "A/* utility */
#include "support.h"            /* bool type */

/* common */
#include "fc_types.h"
#include "player.h"
ENDREP
DELTA 18043 2098 2584
SVN  !
! n ก ~upport.h"            /* bool typeENDREP
DELTA 13297 174084 72
SVN  4?
 l  >vupport.h"            ENDREP
DELTA 8387 10390 77
SVN  MX
 r  Q|upport.h"            ENDREP
DELTA 13297 275510 45
SVN  
	 \  5eupport.h"ENDREP
DELTA 18048 13004 25
SVN  5@
   )upport.h"            ENDREP
DELTA 16847 0 405
SVN  U_ n  8xJ P7upport.h"            _init(void);
void log_civ_score_free(void);
void log_civ_score_now(void);
ENDREP
DELTA 15074 5820 447
SVN  "-
 n  *xupport.h"            ENDREP
DELTA 335 10395 616
SVN  E0o A oFC__CAPABILITY_H
#define FC__CAPABILITY_H

#include "support.h"            /* bool type */

bool has_capability(const char *cap, const char *capstr);
bool has_capabilities(const char *us, const char *them);

#endif  /* FC__CAPABILITY_H */
ENDREP
DELTA 17166 15702 1612
SVN  Xc
 !  -+upport.h"            ENDREP
DELTA 18049 8880 411
SVN  "N k  WK/* utility */
#include "support.h"            /* bool type */

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

/* client */
#include "repodlgs_common.h"
ENDREP
DELTA 1454 8604 833
SVN  ;
0 i 0"m#include "support.h"            /* bool type */

#include "fc_types.h"

void popup_city_report_dialog(bool raise);
void city_report_dialog_update(void);
void real_city_report_update_city(struct city *pcity);

/* Area Selection on canvas */
void hilite_cities_from_canvas(void);
void toggle_city_hilite(struct city *pcity, bool on_off);

/* Actually defined in update_queue.c */
void city_report_dialog_update_city(struct city *pcityENDREP
DELTA 17056 3319 1491
SVN  ฅ+ฅ6
 O  RYupport.h"            ENDREP
DELTA 18023 20089 2790
SVN  ุ	ุT 
  ฮ8Q/* utility */
#include "shared.h"             /* MAX_LEN_ADDR */
#include "support.h"            /* bool type */
#include "timing.h"

/* common */ENDREP
DELTA 9153 1018 104
SVN  DO
 x  Bupport.h"            ENDREP
DELTA 13220 50 68
SVN  q|
 u  rupport.h"            ENDREP
DELTA 17255 5212 208
SVN  US. s  C} ofupport.h"             const struct cm_result *ENDREP
DELTA 4749 2869 703
SVN  R{ y p +w/* utility */
#include "support.h"            /* bool type */

/* common */
#include "events.h"		/* enum event_type */
#include "fc_types.h"		/* struct tile */
#include "featured_text.h"      /* struct text_tag_list */

struct message {
  char *descr;
  struct text_tag_list *tags;
  struct tile *tile;
  enum event_type event;
  bool location_ok, city_ok, visited;
};const char *message, const struct text_tag_list *tags,
                       struct tile *ptile, enum event_type event);

struct message *get_message(int message_index);
int get_num_messages(void);
void set_message_visited_state(int message_index, bool state);
void meswin_popup_city(int message_index);
void meswin_goto(int message_index);
void meswin_double_click(int message_index);

#endif
ENDREP
DELTA 17928 25484 97
SVN  กWกc
   Jupport.h"           ENDREP
DELTA 15934 1031 431
SVN  KV
 t  M~upport.h"            ENDREP
DELTA 17353 1547 456
SVN  ยiรL q L ผG"/* utility */
#include "support.h"            /* bool type. */

/* common */ENDREP
DELTA 17162 15364 5304
SVN  นCนF
 n  ณMvupport.h"  ENDREP
DELTA 9582 880 32
SVN  p{
 t  r~upport.h"            ENDREP
DELTA 17849 104 244
SVN  HnK k K 8/* utility */
#include "support.h"            /* bool type */

/* common */ENDREP
DELTA 10181 1839 61
SVN  [f
   Iupport.h"            ENDREP
DELTA 10445 3153 908
SVN  x
 b  lupport.h"            ENDREP
DELTA 9977 1026 66
SVN  จ8จC
 t  ข:~upport.h"            ENDREP
DELTA 16578 286202 213
SVN  L= p  zจ upport.h"            ,
                  int fatal_assertionsENDREP
DELTA 5032 9286 220
SVN  'P i  p4s/* utility */
#include "support.h"            /* bool type */

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

/* client */
#include "mapctrl_common.h"void update_rectENDREP
DELTA 16445 0 1026
SVN  ;F8 $  .ฃ Xcupport.h"            FC_FD_ZERO FD_ZERO
#else
#define FCENDREP
DELTA 18051 1192 123
SVN      0 k ฐ e
#include "support.h"            /* bool type */  ๓๓' ๓    sg_checkENDREP
DELTA 13297 295010 83
SVN  oJ	  u  UENDREP
DELTA 16199 79046 966
SVN  /hh   rSupport.h"            void write_chatline_content(const char *txt);

#endif  /* FC__CHATLINE_COMMON_H */
ENDREP
DELTA 11378 15354 427
SVN  #t i a /ฎ k8/* utility */
#include "support.h"            /* bool type */

/* common */
#include "fc_types.h"
#include "unitlist.h"

/* client */
#include "mapview_common.h"

/* client/include */
#include "canvas_g.h"


void update_info_label(void);
void update_unit_info_label(struct unit_list *punitlist);
void update_mouse_cursor(enum cursor_type new_cursor_typeupdate_overview_scroll_window_pos(int x, int yENDREP
DELTA 10416 2052 115
SVN  7i l  "vT @Mupport.h"            struct strvec;
const struct strvec *get_soundplugin_list(void);
const struct strvec ENDREP
DELTA 17700 11199 233
SVN  os X s K$/* utility */
#include "support.h"            /* bool type */

/* common */
#include "city.h"
#include "fc_types.h"ENDREP
DELTA 10181 2019 106
SVN   J  0K Freeciv -upport.h"            ENDREP
DELTA 1852 15466 875
SVN  &V _ D h]K#include <stdint.h>

#include "support.h"            /* bool type */int32_t RANDOM_TYPE;

typedef struct {
  RANDOM_TYPE v[56];
  int j, k, x;
  bool is_init;			/* initially 0 for static storage */
} RANDOM_STATE;

#define fc_rand(_size) \
  fc_rand_debug((_size), "fc_rand", __LINE__, __FILE__)

RANDOM_TYPE fc_rand_debug(RANDOM_TYPE size, const char *called_as,
                          int line, const char *file);

void fc_srand(RANDOM_TYPE seed);

bool fc_rand_is_init(void);
RANDOM_STATE fc_rand_state(void);
void fc_rand_set_state(RANDOM_STATE state);

void test_random1(int n);

/*===*/

#define fc_randomly(_seed, _size) \
  fc_randomly_debug((_seed), (_size), "fc_randomly", __LINE__, __FILE__)

RANDOM_TYPE fc_randomly_debug(RANDOM_TYPE seed, RANDOM_TYPE size,
                              const char *called_as,
                              int line, const char *file);

#endif  /* FC__RAND_H */
ENDREP
DELTA 11378 24146 46
SVN  )k d  x1/* utility */
#include "support.h"            /* bool type */

/* common */
#include "map.h"                /* enum direction8 */

/* client */ENDREP
id: t7.5ck.r18054/10631
type: file
pred: t7.5ck.r17122/333468
count: 22
text: 18054 8162 83 3270 4a5dba6c718cc93c1a326d264ce83f2f
props: 8410 11615 111 0 5396249b3009eb64cd90e5da0b7a56fa
cpath: /trunk/utility/netintf.h
copyroot: 15280 /trunk

id: 7q.5ck.r18054/10874
type: file
pred: 7q.0.r4176/34610
count: 4
text: 18054 4754 258 944 5267bb418af5dc5e148e99c8d1a428b1
props: 4176 34487 110 0 dce24d5ac3f5e86568d59a55fa196991
cpath: /trunk/utility/capability.h
copyroot: 15280 /trunk

id: qf.5ck.r18054/11115
type: file
pred: qf.5ck.r17056/9045
count: 13
text: 18054 5784 42 4790 4ff45d2f22dec4f64c355caa5c6d9d85
props: 11028 1119 110 0 a3ee73c7ed0bd397f9f2fedc7793a5b7
cpath: /trunk/utility/hash.h
copyroot: 15280 /trunk

id: 4hz.5ck.r18054/11353
type: file
pred: 4hz.5ck.r16297/44807
count: 2
text: 18054 1490 368 2301 d56e13e3b016b112b50c21329a77b2b3
cpath: /trunk/utility/string_vector.h
copyroot: 15280 /trunk

id: m6.5ck.r18054/11546
type: file
pred: m6.5ck.r17122/339655
count: 8
text: 18054 9472 936 1750 c4fb6bb3a7f1d1d28f19deba26b9382f
props: 4423 3984 110 0 dce24d5ac3f5e86568d59a55fa196991
cpath: /trunk/utility/rand.h
copyroot: 15280 /trunk

id: em.5ck.r18054/11785
type: file
pred: em.5ck.r16578/424420
count: 5
text: 18054 1418 42 2285 f91866c8d9d618974ff3447d71266e14
props: 4423 4327 110 0 dce24d5ac3f5e86568d59a55fa196991
cpath: /trunk/utility/timing.h
copyroot: 15280 /trunk

PLAIN
K 11
Makefile.am
V 25
file 2gg.5ck.r17927/10004
K 9
astring.c
V 24
file h5.5ck.r17127/22273
K 9
astring.h
V 24
file h6.5ck.r17127/22519
K 11
bitvector.c
V 24
file 4un.5ck.r17929/5483
K 11
bitvector.h
V 24
file 4uo.5ck.r17929/5668
K 12
capability.c
V 25
file 7p.5ck.r17122/333956
K 12
capability.h
V 24
file 7q.5ck.r18054/10874
K 12
distribute.c
V 25
file 2lp.5ck.r17068/38008
K 12
distribute.h
V 21
file 2lq.0.r8056/3668
K 9
fc_utf8.c
V 25
file 4ku.5ck.r17396/10896
K 9
fc_utf8.h
V 25
file 4kv.5ck.r17396/11055
K 9
fciconv.c
V 24
file 2g7.5ck.r17145/3331
K 9
fciconv.h
V 24
file 2g8.5ck.r17145/3575
K 8
fcintl.c
V 19
file k3.0.r7638/236
K 8
fcintl.h
V 22
file fw.5bk.r14576/680
K 4
ftwl
V 23
dir 2jb.5ck.r17143/3086
K 20
generate_specenum.py
V 24
file 4ia.5ck.r17505/1103
K 9
genlist.c
V 23
file 51.5ck.r17348/9534
K 9
genlist.h
V 25
file 52.5ck.r17042/110667
K 6
hash.c
V 25
file qe.5ck.r17392/118457
K 6
hash.h
V 24
file qf.5ck.r18054/11115
K 11
inputfile.c
V 25
file h9.5ck.r17392/117731
K 11
inputfile.h
V 24
file ha.5ck.r16752/87941
K 5
ioz.c
V 25
file uh.5ck.r17392/117976
K 5
ioz.h
V 21
file ui.0.r12506/5414
K 10
iterator.c
V 24
file 4h5.5ck.r15904/1850
K 10
iterator.h
V 24
file 4f3.5ck.r15904/1425
K 5
log.c
V 23
file 53.5ck.r17703/3563
K 5
log.h
V 23
file 54.5ck.r17422/6376
K 5
md5.c
V 23
file 33q.5ck.r16650/269
K 5
md5.h
V 23
file 33r.5ck.r15332/631
K 5
mem.c
V 25
file d9.5ck.r17392/119185
K 5
mem.h
V 25
file da.5ck.r17122/338674
K 9
netintf.c
V 25
file t6.5ck.r17392/118216
K 9
netintf.h
V 24
file t7.5ck.r18054/10631
K 8
pqueue.c
V 26
file 2cu.5ck.r16929/293538
K 8
pqueue.h
V 25
file 2cv.5ck.r17556/11362
K 6
rand.c
V 25
file m5.5ck.r17122/338913
K 6
rand.h
V 24
file m6.5ck.r18054/11546
K 10
registry.c
V 22
file dh.5ck.r18014/536
K 10
registry.h
V 25
file di.5ck.r16460/215473
K 9
sbuffer.c
V 25
file dm.5ck.r16929/293037
K 9
sbuffer.h
V 21
file dn.0.r5615/14850
K 8
shared.c
V 23
file 55.5ck.r17927/9525
K 8
shared.h
V 23
file 1d.5ck.r17927/9765
K 10
speclist.h
V 24
file gb.5ck.r17793/14011
K 9
specvec.h
V 25
file z9.5ck.r16929/295986
K 15
string_vector.c
V 26
file 4hy.5ck.r17122/334444
K 15
string_vector.h
V 25
file 4hz.5ck.r18054/11353
K 9
support.c
V 23
file m9.5ck.r17838/4504
K 9
support.h
V 23
file ma.5ck.r17838/4744
K 8
timing.c
V 25
file el.5ck.r17122/339408
K 8
timing.h
V 24
file em.5ck.r18054/11785
END
ENDREP
id: 1c.5ck.r18054/14379
type: dir
pred: 1c.5ck.r18014/3128
count: 669
text: 18054 12025 2341 2341 83c372ba11e3965740c50287f4c02387
props: 17175 331 84 0 5447a85ba28edec0d4a8f6120070e2b2
cpath: /trunk/utility
copyroot: 15280 /trunk

id: 2mo.5ck.r18054/14611
type: file
pred: 2mo.0.r13481/13067
count: 6
text: 18054 9389 55 1567 43dc980962b47842e5f2afadb2415543
props: 10181 2249 110 0 7d181b70073f10d0c5a58c73a72d4f04
cpath: /trunk/server/generator/temperature_map.h
copyroot: 15280 /trunk

id: 2mm.5ck.r18054/14869
type: file
pred: 2mm.5ck.r16810/1371
count: 9
text: 18054 2081 88 2408 c7e9645d6b357470ddd8934859a806a0
props: 10181 2980 110 0 705660468cdcbf270377dea86b274451
cpath: /trunk/server/generator/mapgen_topology.h
copyroot: 15280 /trunk

id: 2mp.5ck.r18054/15128
type: file
pred: 2mp.5ck.r18003/1511
count: 28
text: 18054 2195 921 18555 07fe6039ab5d8fc8acf6b4d91be2ebe2
props: 10724 13457 111 0 8e6f231ffe21dad0a34f68090b1c0b69
cpath: /trunk/server/generator/utilities.c
copyroot: 15280 /trunk

id: 2mh.5ck.r18054/15385
type: file
pred: 2mh.0.r12456/2830
count: 4
text: 18054 3419 140 890 d1465e1aa1198fe5dddf8fd7326c94fd
props: 10108 7693 110 0 fd27c383f48a4fbbd90a59fbcfc8b3be
cpath: /trunk/server/generator/mapgen.h
copyroot: 15280 /trunk

PLAIN
K 11
Makefile.am
V 25
file 2mf.5ck.r17430/10847
K 12
height_map.c
V 26
file 2mj.5ck.r17122/342554
K 12
height_map.h
V 26
file 2mk.5bk.r13949/117031
K 8
mapgen.c
V 24
file 2mg.5ck.r17931/4529
K 8
mapgen.h
V 25
file 2mh.5ck.r18054/15385
K 17
mapgen_topology.c
V 24
file 2ml.5ck.r18003/1253
K 17
mapgen_topology.h
V 25
file 2mm.5ck.r18054/14869
K 10
startpos.c
V 25
file 2mt.5ck.r17430/10333
K 10
startpos.h
V 22
file 2mu.0.r12456/2354
K 17
temperature_map.c
V 23
file 2mn.5ck.r17240/429
K 17
temperature_map.h
V 25
file 2mo.5ck.r18054/14611
K 11
utilities.c
V 25
file 2mp.5ck.r18054/15128
K 11
utilities.h
V 24
file 2mq.5bk.r15277/5924
END
ENDREP
id: 2me.5ck.r18054/16284
type: dir
pred: 2me.5ck.r18003/2409
count: 112
text: 18054 15633 638 638 58e8384ab138fc5e30dc5a2e91911bc2
props: 11108 4081 68 0 445aae39c72ff2e5199436fb06040160
cpath: /trunk/server/generator
copyroot: 15280 /trunk

id: de.5ck.r18054/16526
type: file
pred: de.5ck.r16598/29507
count: 14
text: 18054 7834 88 3660 77ae597eb1759c9b041bc4f51d416aa6
props: 5615 17753 111 0 b491beec13ba952c0167e367d3cb48d2
cpath: /trunk/server/console.h
copyroot: 15280 /trunk

id: 2dx.5ck.r18054/16767
type: file
pred: 2dx.5ck.r18023/24667
count: 16
text: 18054 587 804 1753 726fe35054b4d0c838b7c2cb04fa5c7a
props: 8119 7500 110 0 2297367bb62237eae251d6a189335c2c
cpath: /trunk/server/connecthand.h
copyroot: 15280 /trunk

id: 15p.5er.r18054/17013
type: file
pred: 15p.5er.r17928/37883
count: 46
text: 18054 3587 66 6393 aed894007d71fc4657045f92560c847c
props: 11074 1074 111 0 85fb436b243ad384649068d2f55bfd08
cpath: /trunk/server/advisors/advdata.h
copyroot: 17700 /trunk/server/advisors/advdata.h

PLAIN
K 11
Makefile.am
V 24
file 4n3.5ck.r17720/7981
K 9
advdata.c
V 26
file 15o.5eq.r17839/173158
K 9
advdata.h
V 25
file 15p.5er.r18054/17013
K 9
advgoto.c
V 25
file 4p5.5ck.r17677/19971
K 9
advgoto.h
V 25
file 4p6.5ck.r17677/20336
K 10
advtools.c
V 24
file 4of.5ck.r17647/8273
K 10
advtools.h
V 24
file 4og.5ck.r17647/7632
K 14
autoexplorer.c
V 25
file 2lj.5eo.r17928/38162
K 14
autoexplorer.h
V 24
file 2lk.5ep.r17685/7079
K 14
autosettlers.c
V 23
file 7s.5ei.r17819/4400
K 14
autosettlers.h
V 23
file 7t.5ej.r17819/4685
K 12
infracache.c
V 25
file 4pw.5ck.r17752/34182
K 12
infracache.h
V 25
file 4px.5ck.r17745/18645
END
ENDREP
id: 4n2.5ck.r18054/17925
type: dir
pred: 4n2.5ck.r17928/39085
count: 18
text: 18054 17291 621 621 a45a3237beda892a7063a58552d04923
props: 17871 2121 53 0 a527b216afb99426b763a1e313c531be
cpath: /trunk/server/advisors
copyroot: 15280 /trunk

id: vj.5ck.r18054/18166
type: file
pred: vj.5ck.r17604/26529
count: 18
text: 18054 4536 123 1365 ee0bb173aa7f79690c9f2fbb55ecf9c8
props: 10414 9311 110 0 a3ee73c7ed0bd397f9f2fedc7793a5b7
cpath: /trunk/server/report.h
copyroot: 15280 /trunk

id: lx.5ck.r18054/18407
type: file
pred: lx.0.r13220/1454
count: 15
text: 18054 6124 42 1276 81f855de89243b4faf659260fe0a191d
props: 10733 9547 111 0 5396249b3009eb64cd90e5da0b7a56fa
cpath: /trunk/server/barbarian.h
copyroot: 15280 /trunk

id: 4j.5ck.r18054/18647
type: file
pred: 4j.5ck.r17296/18370
count: 46
text: 18054 6191 73 2131 755e32fb35c5e510e19909d376a75f60
props: 8119 8197 111 0 0a665f39d0e6b710aae173fcfb77dd8e
cpath: /trunk/server/cityturn.h
copyroot: 15280 /trunk

id: 4m0.5ck.r18054/18888
type: file
pred: 4m0.5ck.r18051/1342
count: 35
text: 18054 8271 100 199079 1d25008a777b0fde43deccb87f7d8fe1
cpath: /trunk/server/savegame2.c
copyroot: 15280 /trunk

id: 4t.5ck.r18054/19078
type: file
pred: 4t.5bk.r14763/1928
count: 29
text: 18054 1887 42 1723 188ce168a3e6a9723d992b289b5b87bf
props: 11087 3372 111 0 7c94b769c2c0998a2747d858cb1e860f
cpath: /trunk/server/meta.h
copyroot: 15280 /trunk

id: 4ey.5ck.r18054/19315
type: file
pred: 4ey.5ck.r18043/5390
count: 5
text: 18054 4184 54 3489 209b6d869942d75fb08f66dc5cd57c9f
cpath: /trunk/server/voting.h
copyroot: 15280 /trunk

PLAIN
K 11
Makefile.am
V 22
file 5q.5ck.r17686/505
K 8
advisors
V 24
dir 4n2.5ck.r18054/17925
K 9
aiiface.c
V 24
file 4gm.5ck.r18039/1242
K 9
aiiface.h
V 25
file 4gn.5ck.r17797/11328
K 6
auth.c
V 26
file 39c.5ck.r17122/347762
K 6
auth.h
V 23
file 39d.0.r13513/10535
K 11
barbarian.c
V 24
file lw.5ck.r17847/32448
K 11
barbarian.h
V 24
file lx.5ck.r18054/18407
K 10
cityhand.c
V 24
file 10.5ck.r17847/31219
K 10
cityhand.h
V 23
file 4f.0.r13297/423686
K 11
citytools.c
V 22
file 4g.5ck.r18015/649
K 11
citytools.h
V 24
file 4h.5ck.r17320/26354
K 10
cityturn.c
V 24
file 4i.5ck.r17884/20452
K 10
cityturn.h
V 24
file 4j.5ck.r18054/18647
K 11
civserver.c
V 22
file 4k.5ck.r17075/335
K 11
civserver.h
V 21
file 4l.0.r2805/33121
K 10
commands.c
V 24
file 2ly.5ck.r18043/4963
K 10
commands.h
V 25
file 2lz.5ck.r18023/24170
K 13
connecthand.c
V 24
file 2dw.5ck.r18034/2443
K 13
connecthand.h
V 25
file 2dx.5ck.r18054/16767
K 9
console.c
V 25
file dd.5ck.r17122/342310
K 9
console.h
V 24
file de.5ck.r18054/16526
K 10
diplhand.c
V 24
file 4m.5ck.r17928/40758
K 10
diplhand.h
V 21
file 4n.0.r13421/6826
K 11
diplomats.c
V 23
file vz.5ck.r18052/8137
K 11
diplomats.h
V 24
file w0.5bk.r13745/13943
K 10
edithand.c
V 24
file 3bk.5ck.r17930/3539
K 10
edithand.h
V 23
file 4ez.5ck.r15317/588
K 10
gamehand.c
V 25
file 4o.5ck.r17392/123725
K 10
gamehand.h
V 24
file 4p.5ck.r15698/24111
K 9
generator
V 24
dir 2me.5ck.r18054/16284
K 11
ggzserver.c
V 25
file 39a.5ck.r17625/26065
K 11
ggzserver.h
V 25
file 39b.5bk.r15001/48999
K 10
gotohand.c
V 24
file 11.5ck.r17700/11700
K 10
gotohand.h
V 25
file 7r.5ck.r16929/301579
K 10
handchat.c
V 24
file 4q.5ck.r18009/13732
K 10
handchat.h
V 22
file dj.0.r7100/189089
K 9
maphand.c
V 24
file 13.5ck.r18000/23983
K 9
maphand.h
V 24
file 14.5ck.r18000/24417
K 6
meta.c
V 25
file 4s.5ck.r17627/107028
K 6
meta.h
V 24
file 4t.5ck.r18054/19078
K 8
notify.c
V 25
file 4i2.5ck.r17928/41745
K 8
notify.h
V 24
file 4i3.5ck.r17409/4692
K 9
plrhand.c
V 21
file 4u.5ck.r17963/85
K 9
plrhand.h
V 24
file 4v.5ck.r17847/34913
K 8
report.c
V 24
file vi.5ck.r17928/39325
K 8
report.h
V 24
file vj.5ck.r18054/18166
K 9
ruleset.c
V 24
file 8w.5ck.r18025/68544
K 9
ruleset.h
V 22
file 8x.5ck.r17946/997
K 13
sanitycheck.c
V 24
file wi.5ck.r18000/24909
K 13
sanitycheck.h
V 25
file wj.5ck.r16578/437729
K 10
savegame.c
V 23
file vl.5ck.r18051/1530
K 10
savegame.h
V 24
file vm.5ck.r17289/22938
K 11
savegame2.c
V 25
file 4m0.5ck.r18054/18888
K 11
savegame2.h
V 25
file 4m1.5ck.r17565/54565
K 7
score.c
V 25
file 2eg.5ck.r17928/37151
K 7
score.h
V 24
file 2eh.5ck.r17332/6378
K 9
scripting
V 25
dir 31x.5ck.r17839/172910
K 8
sernet.c
V 24
file 15.5ck.r18009/13973
K 8
sernet.h
V 23
file 4y.5ck.r17707/4012
K 10
settings.c
V 25
file 2m0.5ck.r18045/89976
K 10
settings.h
V 24
file 2m1.5ck.r17557/9638
K 11
spacerace.c
V 25
file 9a.5ck.r16929/306235
K 11
spacerace.h
V 21
file 9b.0.r11338/1129
K 9
srv_log.c
V 25
file 15t.5el.r17796/23893
K 9
srv_log.h
V 25
file 15u.5em.r17928/40497
K 10
srv_main.c
V 23
file vg.5ck.r17966/5441
K 10
srv_main.h
V 23
file vh.5ck.r16647/3913
K 11
stdinhand.c
V 22
file 4z.5ck.r18047/636
K 11
stdinhand.h
V 24
file 50.5ck.r18023/25156
K 11
techtools.c
V 25
file 33n.5ck.r17847/33927
K 11
techtools.h
V 26
file 33o.5ck.r17839/175626
K 10
unithand.c
V 23
file 18.5ck.r18052/8872
K 10
unithand.h
V 23
file 19.5ck.r16959/4142
K 11
unittools.c
V 23
file 1a.5ck.r18052/8383
K 11
unittools.h
V 23
file 1b.5ck.r18052/8629
K 8
voting.c
V 24
file 4ex.5ck.r18043/5206
K 8
voting.h
V 25
file 4ey.5ck.r18054/19315
END
ENDREP
id: z.5ck.r18054/23042
type: dir
pred: z.5ck.r18052/12654
count: 4214
text: 18054 19498 3531 3531 86513d2460eee60689055a95a8a1eb83
props: 17175 659 139 0 d1c9699dde7f9d81e54426750008041d
cpath: /trunk/server
copyroot: 15280 /trunk

id: 15s.5ck.r18054/23274
type: file
pred: 15s.5ck.r17928/48388
count: 11
text: 18054 7109 41 4323 8829efdef61e97faf7d08b84f24c7514
props: 10480 9927 110 0 a3ee73c7ed0bd397f9f2fedc7793a5b7
cpath: /trunk/common/dataio.h
copyroot: 15280 /trunk

id: 4h4.5ck.r18054/23516
type: file
pred: 4h4.5ck.r17353/43024
count: 11
text: 18054 7248 98 8580 e66ba32667e243a04620c2eb05958e42
cpath: /trunk/common/featured_text.h
copyroot: 15280 /trunk

id: 3t.5ck.r18054/23708
type: file
pred: 3t.5ck.r17162/24558
count: 45
text: 18054 7374 32 7366 65f04fb20b8fa9a9a5f252fb7f5e4cf2
props: 10978 47 111 0 18cdb9becb11c47631b7a093e907200c
cpath: /trunk/common/events.h
copyroot: 15280 /trunk

id: 3s.5ck.r18054/23946
type: file
pred: 3s.0.r9582/5141
count: 19
text: 18054 7436 42 2299 ebaa6e72a637a5cd6d236e2ee637636e
props: 9582 5017 111 0 df9f31216c5039327c376b7fe82756f5
cpath: /trunk/common/diptreaty.h
copyroot: 15280 /trunk

id: 18y.5ck.r18054/24184
type: file
pred: 18y.5ck.r17296/11218
count: 18
text: 18054 0 450 3234 74ed728b9690378592bc742d76b72f10
props: 9180 54495 111 0 d4514082fc7e52be026d3360dec4dcb0
cpath: /trunk/common/aicore/cm.h
copyroot: 15280 /trunk

id: 2gk.5ck.r18054/24427
type: file
pred: 2gk.0.r10181/7464
count: 7
text: 18054 7627 42 1126 e84b069b843f18e3ae6fbdd7e61db10b
props: 10181 7341 110 0 705660468cdcbf270377dea86b274451
cpath: /trunk/common/aicore/citymap.h
copyroot: 15280 /trunk

PLAIN
K 11
Makefile.am
V 24
file 18u.5ck.r15407/8822
K 11
aisupport.c
V 25
file 2em.5ck.r16015/33732
K 11
aisupport.h
V 22
file 2en.0.r8119/19806
K 9
caravan.c
V 26
file 33l.5ck.r17392/109817
K 9
caravan.h
V 26
file 33m.5ck.r16578/406062
K 9
citymap.c
V 25
file 2gj.5ck.r17772/56602
K 9
citymap.h
V 25
file 2gk.5ck.r18054/24427
K 4
cm.c
V 25
file 18x.5ck.r17297/11373
K 4
cm.h
V 25
file 18y.5ck.r18054/24184
K 14
path_finding.c
V 25
file 2ds.5ck.r17928/49127
K 14
path_finding.h
V 24
file 2dt.5ck.r17616/5111
K 10
pf_tools.c
V 25
file 2du.5ck.r17928/48875
K 10
pf_tools.h
V 24
file 2dv.5ck.r15868/6236
END
ENDREP
id: 18t.5ck.r18054/25286
type: dir
pred: 18t.5ck.r17928/49992
count: 235
text: 18054 24673 600 600 4e13277e30fab848844bdad3ce43ea8c
props: 11108 8037 65 0 8b44e87f657ecca3b8458ca1746fb7c6
cpath: /trunk/common/aicore
copyroot: 15280 /trunk

id: 2ep.5ck.r18054/25526
type: file
pred: 2ep.5ck.r17779/3370
count: 60
text: 18054 3681 177 9223 3e22ac81b16a8d60ab352602f43e0146
props: 11069 13497 111 0 23629f8214b2309975780a037517e920
cpath: /trunk/common/effects.h
copyroot: 15280 /trunk

id: uo.5ck.r18054/25770
type: file
pred: uo.5ck.r18023/29662
count: 53
text: 18054 5855 170 11348 834585c78af1641ecd52c0ae898ffec5
props: 10151 1179 111 0 14533b38c2d22fb145a05b253c8fb2e8
cpath: /trunk/common/connection.h
copyroot: 15280 /trunk

id: 99.5ck.r18054/26016
type: file
pred: 99.0.r9977/2979
count: 5
text: 18054 7766 42 5187 af6ab953031b950f86c355afc53af433
props: 9977 2856 110 0 7d181b70073f10d0c5a58c73a72d4f04
cpath: /trunk/common/spaceship.h
copyroot: 15280 /trunk

PLAIN
K 11
Makefile.am
V 23
file 5h.5ck.r17932/7536
K 4
ai.c
V 24
file 4go.5ck.r18039/5198
K 4
ai.h
V 24
file 4gp.5ck.r18039/5375
K 6
aicore
V 24
dir 18t.5ck.r18054/25286
K 6
base.c
V 26
file 3jw.5ck.r17122/319693
K 6
base.h
V 25
file 3jx.5ck.r17928/46692
K 9
borders.c
V 23
file 4f0.5ck.r17244/263
K 9
borders.h
V 24
file 4f1.5ck.r15975/2116
K 8
capstr.c
V 24
file dv.5ck.r17617/51579
K 8
capstr.h
V 24
file dw.5bk.r14881/38989
K 6
city.c
V 22
file q.5ck.r18032/1150
K 6
city.h
V 24
file 3q.5ck.r17928/48631
K 8
combat.c
V 24
file wp.5ck.r17928/48144
K 8
combat.h
V 21
file wq.0.r12783/4096
K 12
connection.c
V 24
file un.5ck.r18023/29418
K 12
connection.h
V 24
file uo.5ck.r18054/25770
K 8
dataio.c
V 25
file 15r.5ck.r17928/47899
K 8
dataio.h
V 25
file 15s.5ck.r18054/23274
K 11
diptreaty.c
V 24
file 3r.5ck.r17627/94692
K 11
diptreaty.h
V 24
file 3s.5ck.r18054/23946
K 9
effects.c
V 25
file 2eo.5ck.r17256/24643
K 9
effects.h
V 25
file 2ep.5ck.r18054/25526
K 8
events.c
V 25
file 33h.5ck.r17162/24070
K 8
events.h
V 24
file 3t.5ck.r18054/23708
K 14
fc_interface.c
V 25
file 4up.5ck.r17933/11024
K 14
fc_interface.h
V 24
file 4uq.5ck.r17932/7373
K 10
fc_types.h
V 24
file 2ll.5ck.r18026/3529
K 15
featured_text.c
V 25
file 4h3.5ck.r17353/42829
K 15
featured_text.h
V 25
file 4h4.5ck.r18054/23516
K 6
game.c
V 23
file 3u.5ck.r17856/7517
K 6
game.h
V 23
file 3v.5ck.r17856/7758
K 19
generate_packets.py
V 25
file 2f4.5ck.r17928/50959
K 12
government.c
V 25
file he.5ck.r17122/324180
K 12
government.h
V 24
file hf.5ck.r17107/34964
K 6
idex.c
V 25
file qo.5ck.r17392/111674
K 6
idex.h
V 21
file qp.0.r8119/15235
K 13
improvement.c
V 23
file vb.5ck.r17616/3662
K 13
improvement.h
V 24
file vc.5ck.r17928/46450
K 5
map.c
V 23
file r.5ck.r17934/70109
K 5
map.h
V 24
file 41.5ck.r17928/51458
K 10
movement.c
V 25
file 2xv.5ck.r17928/50232
K 10
movement.h
V 23
file 2xw.5ck.r15857/778
K 18
name_translation.h
V 25
file 4k1.5ck.r17107/35209
K 8
nation.c
V 24
file il.5ck.r17402/19677
K 8
nation.h
V 24
file im.5ck.r17402/19919
K 9
packets.c
V 22
file 43.5ck.r17688/132
K 11
packets.def
V 25
file 2f5.5ck.r18023/29173
K 9
packets.h
V 23
file 44.5ck.r18038/1193
K 8
player.c
V 24
file 45.5ck.r17966/10120
K 8
player.h
V 24
file 46.5ck.r17934/69865
K 14
requirements.c
V 23
file 2wq.5ck.r17817/140
K 14
requirements.h
V 25
file 2wr.5ck.r17509/18916
K 10
research.c
V 24
file 4ro.5ck.r17856/7997
K 10
research.h
V 26
file 4rp.5ck.r17839/180149
K 11
spaceship.c
V 20
file 98.0.r9977/2632
K 11
spaceship.h
V 24
file 99.5ck.r18054/26016
K 12
specialist.c
V 24
file 33f.5ck.r17194/7915
K 12
specialist.h
V 24
file 33g.5ck.r17194/8161
K 6
team.c
V 24
file 33i.5ck.r17966/9882
K 6
team.h
V 25
file 33j.5ck.r17855/31188
K 6
tech.c
V 24
file t.5ck.r17839/180313
K 6
tech.h
V 23
file u.5ck.r17928/47660
K 9
terrain.c
V 25
file 2fp.5ck.r17782/13118
K 9
terrain.h
V 24
file qs.5ck.r17928/50716
K 6
tile.c
V 25
file 2ys.5ck.r17934/69136
K 6
tile.h
V 25
file 2yt.5ck.r17934/69378
K 6
unit.c
V 23
file v.5ck.r17928/46933
K 6
unit.h
V 24
file 48.5ck.r17928/47173
K 10
unitlist.c
V 25
file 39m.5ck.r17563/52974
K 10
unitlist.h
V 25
file 39n.5ck.r15930/60875
K 10
unittype.c
V 24
file v9.5ck.r18052/12884
K 10
unittype.h
V 24
file va.5ck.r18052/13128
K 9
version.c
V 25
file oe.5ck.r17122/322944
K 9
version.h
V 21
file e7.0.r13518/7887
K 8
vision.c
V 25
file 4dm.5ck.r18000/29175
K 8
vision.h
V 25
file 4dn.5ck.r18000/29420
K 10
worklist.c
V 25
file o8.5ck.r16929/277491
K 10
worklist.h
V 23
file o9.5ck.r18038/1433
END
ENDREP
id: p.5ck.r18054/29753
type: dir
pred: p.5ck.r18052/16863
count: 2840
text: 18054 26253 3487 3487 ed164afdd258626c5aed839dc25760a5
props: 12883 2571 96 0 2763e13ff5d021346ae24ff6c9ced232
cpath: /trunk/common
copyroot: 15280 /trunk

id: 2li.5ck.r18054/29985
type: file
pred: 2li.5ck.r17700/23312
count: 7
text: 18054 9223 137 2326 a0f8fc38eb18a072ef32e73af8cf8ab7
props: 10181 11072 110 0 dce24d5ac3f5e86568d59a55fa196991
cpath: /trunk/ai/aisettler.h
copyroot: 15280 /trunk

id: 2ix.5ck.r18054/30227
type: file
pred: 2ix.0.r13146/1787
count: 6
text: 18054 475 87 2400 656ac63544b73b25ee47adc01580fdf2
props: 10188 14561 110 0 dce24d5ac3f5e86568d59a55fa196991
cpath: /trunk/ai/aiferry.h
copyroot: 15280 /trunk

id: a.5ck.r18054/30462
type: file
pred: a.5ck.r17677/16279
count: 76
text: 18054 3148 242 4191 be5a6dc67067629c0d46a1ebf774656c
props: 10865 30111 111 0 7f9b5cf6c8fffd7438ed66579e7ad166
cpath: /trunk/ai/aitools.h
copyroot: 15280 /trunk

id: 16s.5ck.r18054/30699
type: file
pred: 16s.0.r13297/446010
count: 5
text: 18054 8399 20 1226 0eb981e682bd979cfbfa6bb3268f2553
props: 8119 26383 110 0 dce24d5ac3f5e86568d59a55fa196991
cpath: /trunk/ai/aidiplomat.h
copyroot: 15280 /trunk

id: 15z.5ck.r18054/30939
type: file
pred: 15z.0.r13297/446696
count: 7
text: 18054 4267 42 1087 3cfa2ed5f0ed6fb59b7f23c4f8dc4fb2
props: 8387 114884 110 0 fdfdab56f53d2388a66f6a5ce0985f95
cpath: /trunk/ai/aiair.h
copyroot: 15280 /trunk

id: 336.5ck.r18054/31175
type: file
pred: 336.0.r10445/8032
count: 1
text: 18054 7696 42 1795 b344abe71aa90fa394552479c8a48999
props: 10445 7909 110 0 94a2a96823d3c54fff31bdd51de17982
cpath: /trunk/ai/aiguard.h
copyroot: 15280 /trunk

id: 2gd.5ck.r18054/31410
type: file
pred: 2gd.0.r13297/447855
count: 5
text: 18054 4407 30 1050 eb8ae7ededcbce022c2f1ccd41de207f
props: 10184 16871 110 0 dce24d5ac3f5e86568d59a55fa196991
cpath: /trunk/ai/aihunt.h
copyroot: 15280 /trunk

PLAIN
K 11
Makefile.am
V 24
file 5d.5ck.r17700/26401
K 14
advdiplomacy.c
V 26
file 2ek.5ck.r17839/186049
K 14
advdiplomacy.h
V 25
file 2el.5ck.r17622/41667
K 13
advdomestic.c
V 24
file 1m.5ck.r17752/44090
K 13
advdomestic.h
V 23
file 1n.0.r13297/443238
K 13
advmilitary.c
V 24
file 1u.5ck.r17752/45299
K 13
advmilitary.h
V 23
file 1v.0.r13297/446464
K 10
advspace.c
V 25
file f2.5ck.r16929/287580
K 10
advspace.h
V 21
file f3.0.r8119/28225
K 7
aiair.c
V 25
file 15y.5ck.r17796/33364
K 7
aiair.h
V 25
file 15z.5ck.r18054/30939
K 8
aicity.c
V 23
file 20.5ck.r18013/8270
K 8
aicity.h
V 24
file 21.5ck.r17752/45785
K 12
aidiplomat.c
V 25
file 16r.5ck.r17928/55566
K 12
aidiplomat.h
V 25
file 16s.5ck.r18054/30699
K 9
aiferry.c
V 25
file 2iw.5ck.r17796/32398
K 9
aiferry.h
V 25
file 2ix.5ck.r18054/30227
K 9
aiguard.c
V 25
file 335.5ck.r17796/33790
K 9
aiguard.h
V 25
file 336.5ck.r18054/31175
K 8
aihand.c
V 23
file 22.5ck.r18032/5109
K 8
aihand.h
V 23
file 23.0.r13297/446240
K 8
aihunt.c
V 23
file 2gc.5ck.r18004/105
K 8
aihunt.h
V 25
file 2gd.5ck.r18054/31410
K 15
aiparatrooper.c
V 25
file 36o.5ck.r17752/46390
K 15
aiparatrooper.h
V 23
file 36p.0.r12670/95202
K 11
aisettler.c
V 25
file 2lh.5ck.r17772/62186
K 11
aisettler.h
V 25
file 2li.5ck.r18054/29985
K 8
aitech.c
V 25
file 24.5ck.r17839/186545
K 8
aitech.h
V 22
file 25.0.r10755/53545
K 9
aitools.c
V 23
file 9.5ck.r17928/55329
K 9
aitools.h
V 23
file a.5ck.r18054/30462
K 8
aiunit.c
V 22
file b.5ck.r18010/1166
K 8
aiunit.h
V 23
file c.5ck.r17796/32162
K 11
defaultai.c
V 25
file 4n8.5ck.r17797/19409
K 11
defaultai.h
V 25
file 4n9.5ck.r17796/33605
END
ENDREP
id: 8.5ck.r18054/33265
type: dir
pred: 8.5ck.r18032/6956
count: 1304
text: 18054 31647 1605 1605 5251835f82e305c30a5cdadb6933e715
props: 11108 11315 64 0 abac628483ea4fdfa3bea3a3a56e0532
cpath: /trunk/ai
copyroot: 15280 /trunk

id: zi.5ck.r18054/33493
type: file
pred: zi.0.r8387/119237
count: 11
text: 18054 4338 42 2648 3b752aff08e893ca928992da70b7cb4a
props: 8387 119113 111 0 b491beec13ba952c0167e367d3cb48d2
cpath: /trunk/client/agents/agents.h
copyroot: 15280 /trunk

PLAIN
K 11
Makefile.am
V 24
file zg.5ck.r15407/27355
K 8
agents.c
V 25
file zh.5ck.r17042/125665
K 8
agents.h
V 24
file zi.5ck.r18054/33493
K 10
cma_core.c
V 24
file zj.5ck.r17297/22925
K 10
cma_core.h
V 24
file zk.5ck.r17296/22758
K 9
cma_fec.c
V 24
file zl.5ck.r17296/23002
K 9
cma_fec.h
V 24
file zm.5ck.r17296/22266
K 5
sha.c
V 26
file 2fy.5ck.r17042/125918
K 5
sha.h
V 23
file 2fz.0.r9577/101433
END
ENDREP
id: zf.5ck.r18054/34151
type: dir
pred: zf.5ck.r17297/23586
count: 164
text: 18054 33739 399 399 9a4ca5803c282770af21891a49b8f3ce
props: 11108 11608 65 0 c67827893bff2f279fa7f0439c4cba47
cpath: /trunk/client/agents
copyroot: 15280 /trunk

id: z5.5ck.r18054/34390
type: file
pred: z5.5ck.r17166/64267
count: 41
text: 18054 5039 42 3683 0493026ce444b785478b3607fc6d0cd3
props: 10806 19569 111 0 18cdb9becb11c47631b7a093e907200c
cpath: /trunk/client/citydlg_common.h
copyroot: 15280 /trunk

id: mc.5ck.r18054/34639
type: file
pred: mc.0.r9153/21475
count: 13
text: 18054 6055 42 2639 672abf245898fdc0741509053a5937c9
props: 9153 21351 111 0 d4514082fc7e52be026d3360dec4dcb0
cpath: /trunk/client/cityrepdata.h
copyroot: 15280 /trunk

id: 2pj.5ck.r18054/34881
type: file
pred: 2pj.5ck.r18048/14129
count: 11
text: 18054 4466 42 1216 600481e3ed02ea6cd1fa50aca94f4031
props: 10541 17610 110 0 dce24d5ac3f5e86568d59a55fa196991
cpath: /trunk/client/gui-gtk-2.0/pages.h
copyroot: 15280 /trunk

PLAIN
K 11
Makefile.am
V 24
file zu.5ck.r17430/16398
K 8
canvas.c
V 25
file 2y6.5ck.r16281/14174
K 8
canvas.h
V 23
file 2y7.0.r10096/14437
K 16
caravan_dialog.c
V 26
file 376.5ck.r17122/359334
K 10
chatline.c
V 23
file zw.5ck.r17826/6208
K 10
chatline.h
V 24
file zx.5ck.r16063/47311
K 15
choice_dialog.c
V 26
file 377.5ck.r17122/362877
K 15
choice_dialog.h
V 23
file 378.0.r12670/99360
K 9
citydlg.c
V 24
file zy.5ck.r17928/58378
K 9
citydlg.h
V 20
file zz.0.r5493/6351
K 9
cityrep.c
V 24
file 100.5ck.r17486/3196
K 9
cityrep.h
V 22
file 101.0.r9098/11480
K 8
cma_fe.c
V 22
file 102.5ck.r17403/53
K 8
cma_fe.h
V 25
file 103.5ck.r15813/67548
K 8
colors.c
V 26
file 104.5ck.r17122/362357
K 8
colors.h
V 24
file 105.5ck.r16180/3087
K 12
connectdlg.c
V 26
file 106.5ck.r15410/343701
K 12
connectdlg.h
V 21
file 107.0.r7580/6878
K 9
dialogs.c
V 25
file 108.5ck.r17928/58633
K 9
dialogs.h
V 22
file 109.0.r11212/7101
K 10
diplodlg.c
V 24
file 10a.5ck.r17838/8447
K 10
diplodlg.h
V 23
file 10b.0.r9577/108261
K 17
diplomat_dialog.c
V 25
file 36n.5ck.r17846/20731
K 9
editgui.c
V 25
file 4ej.5ck.r17617/68081
K 9
editgui.h
V 25
file 4ek.5ck.r15355/70937
K 10
editprop.c
V 25
file 4el.5ck.r18027/11000
K 10
editprop.h
V 24
file 3bj.5cl.r15704/4438
K 10
embedggz.c
V 26
file 4gq.5ck.r17122/363137
K 9
finddlg.c
V 25
file 10c.5ck.r16015/48885
K 9
finddlg.h
V 22
file 2d0.0.r5989/22356
K 10
gamedlgs.c
V 26
file 10d.5ck.r17122/363800
K 9
gotodlg.c
V 23
file 10e.5ck.r17380/155
K 9
gotodlg.h
V 23
file 10f.0.r4313/263426
K 10
graphics.c
V 23
file 10g.0.r11337/79662
K 10
graphics.h
V 23
file 10h.0.r11337/80150
K 12
gtkpixcomm.c
V 25
file 10i.5ck.r16973/10277
K 12
gtkpixcomm.h
V 22
file 10j.0.r10800/1606
K 10
gui_main.c
V 25
file 10k.5ck.r18048/13355
K 10
gui_main.h
V 25
file 10l.5ck.r18048/13615
K 11
gui_stuff.c
V 24
file 10m.5ck.r18041/8323
K 11
gui_stuff.h
V 24
file 10n.5ck.r18041/8579
K 11
happiness.c
V 23
file 10o.5ck.r17522/118
K 11
happiness.h
V 23
file 10p.0.r9577/106064
K 9
helpdlg.c
V 25
file 10q.5ck.r17430/16140
K 9
helpdlg.h
V 23
file 10r.0.r4313/267882
K 10
inputdlg.c
V 25
file 10s.5ck.r16015/49143
K 10
inputdlg.h
V 21
file 10t.0.r7580/3991
K 10
inteldlg.c
V 26
file 10u.5ck.r17839/189137
K 10
inteldlg.h
V 23
file 2d1.0.r9577/108626
K 9
mapctrl.c
V 26
file 10v.5ck.r16929/319486
K 9
mapctrl.h
V 25
file 10w.5bk.r14157/11089
K 9
mapview.c
V 25
file 10x.5ck.r17735/13048
K 9
mapview.h
V 24
file 10y.5ck.r17351/2736
K 6
menu.c
V 25
file 10z.5ck.r18049/32332
K 6
menu.h
V 25
file 110.5ck.r16067/65085
K 12
messagedlg.c
V 23
file 111.0.r11771/10924
K 12
messagedlg.h
V 22
file 2d2.0.r5989/22693
K 12
messagewin.c
V 24
file 112.5ck.r16973/9506
K 12
messagewin.h
V 23
file 113.0.r10108/19424
K 11
optiondlg.c
V 25
file 4js.5ck.r18037/10162
K 11
optiondlg.h
V 25
file 114.5ck.r17037/29773
K 7
pages.c
V 25
file 2pi.5ck.r18048/13874
K 7
pages.h
V 25
file 2pj.5ck.r18054/34881
K 8
plrdlg.c
V 24
file 115.5ck.r18042/5012
K 8
plrdlg.h
V 22
file 116.0.r10803/7069
K 10
ratesdlg.h
V 22
file 2d3.0.r5989/22018
K 4
rc2c
V 23
file 117.0.r4313/274431
K 10
repodlgs.c
V 25
file 118.5ck.r18049/31815
K 10
repodlgs.h
V 25
file 119.5ck.r18049/32078
K 11
resources.c
V 23
file 11a.0.r5390/112550
K 11
resources.h
V 23
file 11b.0.r4313/267539
K 14
spaceshipdlg.c
V 26
file 11c.5ck.r17042/129784
K 14
spaceshipdlg.h
V 23
file 11d.0.r9577/110090
K 8
sprite.c
V 26
file 2y8.5ck.r16578/445568
K 8
sprite.h
V 23
file 2y9.0.r10141/29270
K 11
theme_dlg.c
V 26
file 47d.5ck.r17122/361837
K 8
themes.c
V 26
file 34x.5ck.r17122/358813
K 13
tileset_dlg.c
V 25
file 45i.5bk.r13968/60424
K 14
voteinfo_bar.c
V 24
file 4h8.5ck.r17959/2468
K 14
voteinfo_bar.h
V 24
file 4h9.5ck.r17959/2670
K 7
wldlg.c
V 26
file 11e.5ck.r16929/320462
K 7
wldlg.h
V 25
file 11f.5ck.r16285/86707
END
ENDREP
id: zs.5ck.r18054/38896
type: dir
pred: zs.5ck.r18049/36349
count: 1386
text: 18054 35135 3748 3748 9b061bd3a1a4c31cdf05600e196bb1e3
props: 11108 11912 79 0 480bb3268560e84c2d6c8376c422c65e
cpath: /trunk/client/gui-gtk-2.0
copyroot: 15280 /trunk

id: ev.5ck.r18054/39143
type: file
pred: ev.5ck.r17849/68635
count: 19
text: 18054 7503 97 1646 184181d530f2de9e693053e84ca3db52
props: 9809 14306 111 0 5396249b3009eb64cd90e5da0b7a56fa
cpath: /trunk/client/include/gui_main_g.h
copyroot: 15280 /trunk

id: g5.5ck.r18054/39395
type: file
pred: g5.5ck.r17079/28365
count: 8
text: 18054 5303 454 1211 a2a88e5a46447fc8e097b134d8a30bfa
props: 9098 20662 110 0 705660468cdcbf270377dea86b274451
cpath: /trunk/client/include/cityrep_g.h
copyroot: 15280 /trunk

id: er.5ck.r18054/39646
type: file
pred: er.5ck.r15934/34534
count: 37
text: 18054 7178 42 2390 83de1b6cc7200110c8262b21916bcd30
props: 11088 12798 111 0 05a46e497021c8716b647ee1425e21a2
cpath: /trunk/client/include/dialogs_g.h
copyroot: 15280 /trunk

id: eu.5ck.r18054/39898
type: file
pred: eu.0.r10095/7747
count: 11
text: 18054 3887 105 1050 5c3cb164f6f6d9d26f26f159cfa8be8d
props: 10095 7623 111 0 b491beec13ba952c0167e367d3cb48d2
cpath: /trunk/client/include/graphics_g.h
copyroot: 15280 /trunk

id: ew.5ck.r18054/40148
type: file
pred: ew.0.r8119/34823
count: 12
text: 18054 7952 183 1104 a83f0428049981c177131a829eb02e42
props: 8119 34699 111 0 5396249b3009eb64cd90e5da0b7a56fa
cpath: /trunk/client/include/mapctrl_g.h
copyroot: 15280 /trunk

id: ex.5ck.r18054/40397
type: file
pred: ex.5ck.r17735/21509
count: 68
text: 18054 8604 429 2036 98a5653cf74574f6214cd51283773e74
props: 10288 5376 111 0 64199e15c0a844b665af110a4b355788
cpath: /trunk/client/include/mapview_g.h
copyroot: 15280 /trunk

id: 2y4.5ck.r18054/40649
type: file
pred: 2y4.5bk.r15074/16002
count: 7
text: 18054 4684 42 2861 85f95919cfa34368f1cfdf9581d3dc2d
props: 10476 5146 110 0 fdfdab56f53d2388a66f6a5ce0985f95
cpath: /trunk/client/include/canvas_g.h
copyroot: 15280 /trunk

id: ez.5ck.r18054/40900
type: file
pred: ez.5ck.r18049/41270
count: 11
text: 18054 5111 164 1358 d0d43084a4f70c0cf20a051346b83bc6
props: 9098 21019 110 0 a3ee73c7ed0bd397f9f2fedc7793a5b7
cpath: /trunk/client/include/repodlgs_g.h
copyroot: 15280 /trunk

PLAIN
K 11
Makefile.am
V 24
file dt.5ck.r16998/83619
K 10
canvas_g.h
V 25
file 2y4.5ck.r18054/40649
K 12
chatline_g.h
V 24
file en.5ck.r15990/65213
K 11
citydlg_g.h
V 24
file eo.5ck.r17079/28614
K 11
cityrep_g.h
V 24
file g5.5ck.r18054/39395
K 10
colors_g.h
V 21
file in.0.r10458/8958
K 14
connectdlg_g.h
V 21
file eq.0.r10804/9790
K 11
dialogs_g.h
V 24
file er.5ck.r18054/39646
K 12
diplodlg_g.h
V 21
file es.0.r7930/21998
K 11
editgui_g.h
V 25
file 3bj.5cm.r16630/10713
K 11
finddlg_g.h
V 22
file 2do.0.r5989/36572
K 7
ggz_g.h
V 25
file 4gr.5ck.r15814/24021
K 11
gotodlg_g.h
V 21
file et.0.r1432/33793
K 12
graphics_g.h
V 24
file eu.5ck.r18054/39898
K 12
gui_main_g.h
V 24
file ev.5ck.r18054/39143
K 11
helpdlg_g.h
V 23
file g6.5ck.r17061/1365
K 12
inteldlg_g.h
V 25
file 2dp.5ck.r17617/77185
K 11
mapctrl_g.h
V 24
file ew.5ck.r18054/40148
K 11
mapview_g.h
V 24
file ex.5ck.r18054/40397
K 8
menu_g.h
V 24
file ey.5ck.r16999/15812
K 14
messagedlg_g.h
V 22
file 2dq.0.r5989/35559
K 14
messagewin_g.h
V 21
file g7.0.r9098/20426
K 13
optiondlg_g.h
V 25
file 4jv.5ck.r17037/38492
K 9
pages_g.h
V 25
file 2pk.5ck.r16999/15561
K 10
plrdlg_g.h
V 24
file g8.5ck.r18042/12944
K 12
ratesdlg_g.h
V 22
file 2dr.0.r5989/36235
K 12
repodlgs_g.h
V 24
file ez.5ck.r18054/40900
K 16
spaceshipdlg_g.h
V 21
file f0.0.r8119/33388
K 10
sprite_g.h
V 23
file 2y5.0.r10141/41098
K 10
themes_g.h
V 23
file 351.0.r10945/18328
K 16
voteinfo_bar_g.h
V 25
file 4hi.5ck.r16063/56509
K 9
wldlg_g.h
V 21
file o7.0.r1939/66425
END
ENDREP
id: b8.5ck.r18054/42659
type: dir
pred: b8.5ck.r18049/43023
count: 241
text: 18054 41153 1493 1493 71581c2efea5af4638de38a350d0bd1e
props: 4431 36493 46 0 e473fc4bd409d833d90929dfcb3a14b8
cpath: /trunk/client/include
copyroot: 15280 /trunk

id: 14v.5ck.r18054/42900
type: file
pred: 14v.5ck.r18042/21180
count: 13
text: 18054 4019 140 1801 2c83117ca89c9d468834cf148fa8beb1
props: 10581 10118 111 0 b491beec13ba952c0167e367d3cb48d2
cpath: /trunk/client/plrdlg_common.h
copyroot: 15280 /trunk

id: 14t.5ck.r18054/43151
type: file
pred: 14t.5ck.r15909/37338
count: 8
text: 18054 6292 790 1695 25b32fe0bfa29fd570af808e58352a06
props: 8387 154695 110 0 fdfdab56f53d2388a66f6a5ce0985f95
cpath: /trunk/client/messagewin_common.h
copyroot: 15280 /trunk

id: 14r.5ck.r18054/43405
type: file
pred: 14r.5ck.r16888/19266
count: 10
text: 18054 8448 127 1896 3ef8486f4df8a611ee5398c9e52323bd
props: 9577 151299 110 0 dce24d5ac3f5e86568d59a55fa196991
cpath: /trunk/client/chatline_common.h
copyroot: 15280 /trunk

id: 13a.5ck.r18054/43658
type: file
pred: 13a.5ck.r16165/81556
count: 6
text: 18054 9062 133 1847 b2aaece315a0f1655051a41595606e2c
props: 10416 6039 110 0 7d181b70073f10d0c5a58c73a72d4f04
cpath: /trunk/client/audio.h
copyroot: 15280 /trunk

id: 15n.5ck.r18054/43899
type: file
pred: 15n.0.r11378/41712
count: 23
text: 18054 10436 167 2539 548105c1d74bf8102ac09ce040cdbdea
props: 9426 3431 111 0 a7a47edee133482c23dc1cb4e5f0087b
cpath: /trunk/client/mapctrl_common.h
copyroot: 15280 /trunk

id: z3.5ck.r18054/44148
type: file
pred: z3.5ck.r16578/482844
count: 122
text: 18054 1957 95 12743 28b9ef393fbcd39a9e672bbfe77297f3
props: 11084 12915 112 0 c6f01847c43db8681cbef2f439eec19f
cpath: /trunk/client/mapview_common.h
copyroot: 15280 /trunk

PLAIN
K 11
Makefile.am
V 24
file 5f.5ck.r16999/27621
K 6
agents
V 23
dir zf.5ck.r18054/34151
K 11
attribute.c
V 24
file xh.5ck.r17034/13614
K 11
attribute.h
V 19
file xi.0.r4715/844
K 7
audio.c
V 26
file 139.5ck.r17122/401512
K 7
audio.h
V 25
file 13a.5ck.r18054/43658
K 12
audio_none.c
V 23
file 13d.0.r6129/145164
K 12
audio_none.h
V 22
file 13e.0.r4452/27228
K 11
audio_sdl.c
V 26
file 13f.5ck.r16578/477644
K 11
audio_sdl.h
V 22
file 13g.0.r4452/26570
K 17
chatline_common.c
V 25
file 14q.5ck.r17603/57206
K 17
chatline_common.h
V 25
file 14r.5ck.r18054/43405
K 16
citydlg_common.c
V 23
file z4.5ck.r17527/6810
K 16
citydlg_common.h
V 24
file z5.5ck.r18054/34390
K 13
cityrepdata.c
V 24
file mb.5ck.r17194/12858
K 13
cityrepdata.h
V 24
file mc.5ck.r18054/34639
K 11
civclient.c
V 23
file 4f2.5ck.r15408/695
K 13
client_main.c
V 24
file 2f.5cp.r17933/20601
K 13
client_main.h
V 23
file hz.5cq.r16632/1773
K 8
climap.c
V 25
file 197.5ck.r16888/19519
K 8
climap.h
V 25
file 198.5ck.r16888/20012
K 9
climisc.c
V 24
file d5.5ck.r18042/24647
K 9
climisc.h
V 23
file i0.5ck.r18038/5396
K 8
clinet.c
V 24
file hc.5ck.r17707/12022
K 8
clinet.h
V 25
file i1.5bk.r14427/324634
K 15
colors_common.c
V 25
file 33a.5ck.r17618/25002
K 15
colors_common.h
V 25
file 33b.5ck.r16397/92170
K 19
connectdlg_common.c
V 26
file 2fw.5ck.r17122/400799
K 19
connectdlg_common.h
V 25
file 2fx.5ck.r16532/38983
K 9
control.c
V 24
file gz.5ck.r17928/58133
K 9
control.h
V 22
file i2.5ck.r17128/896
K 7
dummy.c
V 23
file 4f9.5ck.r15641/551
K 8
editor.c
V 25
file 3bg.5ck.r17928/77933
K 8
editor.h
V 25
file 3bh.5ck.r15761/13075
K 11
ggzclient.c
V 25
file 394.5ck.r15814/34717
K 11
ggzclient.h
V 24
file 395.0.r12670/122419
K 17
global_worklist.c
V 25
file 4i6.5ck.r17509/30059
K 17
global_worklist.h
V 26
file 4i7.5ck.r16319/100206
K 6
goto.c
V 25
file vu.5ck.r17392/129962
K 6
goto.h
V 24
file vv.5ck.r15509/18108
K 8
gui-ftwl
V 24
dir 2k2.5ck.r17849/82782
K 11
gui-gtk-2.0
V 23
dir zs.5ck.r18054/38896
K 7
gui-sdl
V 24
dir 16t.5ck.r18049/50048
K 8
gui-stub
V 23
dir mh.5ck.r18049/53274
K 9
gui-win32
V 23
dir np.5ck.r18027/22062
K 7
gui-xaw
V 23
dir 9o.5ck.r18049/41028
K 10
helpdata.c
V 24
file h1.5ck.r18052/17094
K 10
helpdata.h
V 25
file i3.5bk.r14417/261925
K 7
include
V 23
dir b8.5ck.r18054/42659
K 16
mapctrl_common.c
V 26
file 15m.5ck.r17627/132485
K 16
mapctrl_common.h
V 25
file 15n.5ck.r18054/43899
K 16
mapview_common.c
V 25
file z2.5ck.r17122/405287
K 16
mapview_common.h
V 24
file z3.5ck.r18054/44148
K 19
messagewin_common.c
V 26
file 14s.5ck.r17627/132228
K 19
messagewin_common.h
V 25
file 14t.5ck.r18054/43151
K 9
options.c
V 24
file dc.5ck.r18037/23795
K 9
options.h
V 23
file i4.5ck.r18037/9924
K 17
overview_common.c
V 25
file 2yk.5ck.r17735/12797
K 17
overview_common.h
V 25
file 2yl.5ck.r16930/40516
K 10
packhand.c
V 23
file n.5ck.r18049/43264
K 10
packhand.h
V 24
file i5.5bk.r14422/90154
K 15
plrdlg_common.c
V 25
file 14u.5ck.r18042/20931
K 15
plrdlg_common.h
V 25
file 14v.5ck.r18054/42900
K 17
repodlgs_common.c
V 26
file 11i.5ck.r17122/368346
K 17
repodlgs_common.h
V 25
file 11j.5ck.r16971/56809
K 9
reqtree.c
V 26
file 2ym.5ck.r17839/188629
K 9
reqtree.h
V 23
file 2yn.0.r13481/22674
K 9
servers.c
V 26
file 33x.5ck.r17122/406310
K 9
servers.h
V 25
file 33y.5ck.r15505/14398
K 6
text.c
V 25
file 2g3.5ck.r17928/63094
K 6
text.h
V 24
file 2g4.5ck.r17475/5221
K 15
themes_common.c
V 25
file 352.5ck.r16930/48921
K 15
themes_common.h
V 25
file 353.5ck.r16930/49172
K 10
tilespec.c
V 24
file hl.5ck.r17928/77686
K 10
tilespec.h
V 24
file i6.5ck.r16930/49667
K 14
update_queue.c
V 25
file 4jw.5ck.r18049/50292
K 14
update_queue.h
V 25
file 4jx.5ck.r16999/23921
K 10
voteinfo.c
V 23
file 4fe.5ck.r17708/187
K 10
voteinfo.h
V 25
file 4ff.5ck.r16201/17543
END
ENDREP
id: d.5ck.r18054/48168
type: dir
pred: d.5ck.r18052/21104
count: 4933
text: 18054 44400 3755 3755 3af2a62765f38349b47b31bd0ca49a67
props: 17175 1380 160 0 7b3e01f16aae8514c8fa39e5f80a327d
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.r15924/3800068
K 7
INSTALL
V 22
file 6.5ck.r17486/2711
K 11
Makefile.am
V 24
file 59.5ck.r17690/10482
K 4
NEWS
V 23
file 6m.5ck.r16839/2057
K 6
README
V 20
file 7.0.r4421/96382
K 2
ai
V 22
dir 8.5ck.r18054/33265
K 10
autogen.sh
V 24
file 12o.5ck.r16223/7590
K 9
bootstrap
V 24
dir 2p5.5ck.r17613/37512
K 6
client
V 22
dir d.5ck.r18054/48168
K 6
common
V 22
dir p.5ck.r18054/29753
K 12
config.mac.h
V 20
file hb.0.r6045/5982
K 12
configure.ac
V 24
file 149.5ck.r17838/7952
K 4
data
V 22
dir w.5ck.r18027/10256
K 6
debian
V 22
dir 5w.5ck.r17748/2019
K 12
dependencies
V 23
dir 2yu.5ck.r17871/1886
K 11
diff_ignore
V 21
file qq.5ck.r17605/92
K 3
doc
V 23
dir k7.5ck.r17934/64458
K 10
fc_version
V 24
file 2lo.5en.r18026/7496
K 2
m4
V 23
dir 12p.5ck.r17653/2245
K 6
manual
V 23
dir 2m2.5ck.r17871/9645
K 7
modinst
V 23
dir 4pj.5ck.r18053/5251
K 2
po
V 22
dir fs.5ck.r18031/1947
K 7
scripts
V 23
dir 2yo.5bk.r14810/1300
K 6
server
V 22
dir z.5ck.r18054/23042
K 10
stamp-h.in
V 19
file 80.0.r1125/241
K 5
tests
V 22
dir 2g9.5ck.r15661/767
K 7
utility
V 23
dir 1c.5ck.r18054/14379
K 3
vms
V 21
dir u9.0.r11105/70719
K 5
win32
V 24
dir 2eu.5bk.r13732/30345
END
ENDREP
id: 3.5ck.r18054/49714
type: dir
pred: 3.5ck.r18053/6792
count: 13497
text: 18054 48401 1300 1300 4d0af86a685fb13beae3884f53f687c5
props: 17175 3052 264 0 91336f1f63d2f606e65376614b5c72e4
cpath: /trunk
copyroot: 15280 /trunk

PLAIN
K 8
branches
V 20
dir 1.0.r18035/16868
K 4
tags
V 19
dir 2.0.r17998/5187
K 5
trunk
V 22
dir 3.5ck.r18054/49714
K 7
website
V 18
dir 3ge.0.r12388/0
END
ENDREP
id: 0.0.r18054/50104
type: dir
pred: 0.0.r18053/7180
count: 18054
text: 18054 49940 151 151 a69835b22f6e3f70d1f9ae25cc6376e7
cpath: /
copyroot: 0 /

99.5ck.t18053-1 modify true false /trunk/common/spaceship.h

de.5ck.t18053-1 modify true false /trunk/server/console.h

ew.5ck.t18053-1 modify true false /trunk/client/include/mapctrl_g.h

t7.5ck.t18053-1 modify true false /trunk/utility/netintf.h

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

16s.5ck.t18053-1 modify true false /trunk/ai/aidiplomat.h

14r.5ck.t18053-1 modify true false /trunk/client/chatline_common.h

ex.5ck.t18053-1 modify true false /trunk/client/include/mapview_g.h

13a.5ck.t18053-1 modify true false /trunk/client/audio.h

2li.5ck.t18053-1 modify true false /trunk/ai/aisettler.h

2mo.5ck.t18053-1 modify true false /trunk/server/generator/temperature_map.h

m6.5ck.t18053-1 modify true false /trunk/utility/rand.h

15n.5ck.t18053-1 modify true false /trunk/client/mapctrl_common.h

18y.5ck.t18053-1 modify true false /trunk/common/aicore/cm.h

2ix.5ck.t18053-1 modify true false /trunk/ai/aiferry.h

2dx.5ck.t18053-1 modify true false /trunk/server/connecthand.h

em.5ck.t18053-1 modify true false /trunk/utility/timing.h

4hz.5ck.t18053-1 modify true false /trunk/utility/string_vector.h

4t.5ck.t18053-1 modify true false /trunk/server/meta.h

z3.5ck.t18053-1 modify true false /trunk/client/mapview_common.h

2mm.5ck.t18053-1 modify true false /trunk/server/generator/mapgen_topology.h

2mp.5ck.t18053-1 modify true false /trunk/server/generator/utilities.c

a.5ck.t18053-1 modify true false /trunk/ai/aitools.h

2mh.5ck.t18053-1 modify true false /trunk/server/generator/mapgen.h

15p.5er.t18053-1 modify true false /trunk/server/advisors/advdata.h

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

eu.5ck.t18053-1 modify true false /trunk/client/include/graphics_g.h

14v.5ck.t18053-1 modify true false /trunk/client/plrdlg_common.h

4ey.5ck.t18053-1 modify true false /trunk/server/voting.h

15z.5ck.t18053-1 modify true false /trunk/ai/aiair.h

zi.5ck.t18053-1 modify true false /trunk/client/agents/agents.h

vj.5ck.t18053-1 modify true false /trunk/server/report.h

2pj.5ck.t18053-1 modify true false /trunk/client/gui-gtk-2.0/pages.h

2gd.5ck.t18053-1 modify true false /trunk/ai/aihunt.h

2y4.5ck.t18053-1 modify true false /trunk/client/include/canvas_g.h

7q.5ck.t18053-1 modify true false /trunk/utility/capability.h

z5.5ck.t18053-1 modify true false /trunk/client/citydlg_common.h

qf.5ck.t18053-1 modify true false /trunk/utility/hash.h

g5.5ck.t18053-1 modify true false /trunk/client/include/cityrep_g.h

ez.5ck.t18053-1 modify true false /trunk/client/include/repodlgs_g.h

4j.5ck.t18053-1 modify true false /trunk/server/cityturn.h

lx.5ck.t18053-1 modify true false /trunk/server/barbarian.h

mc.5ck.t18053-1 modify true false /trunk/client/cityrepdata.h

uo.5ck.t18053-1 modify true false /trunk/common/connection.h

14t.5ck.t18053-1 modify true false /trunk/client/messagewin_common.h

15s.5ck.t18053-1 modify true false /trunk/common/dataio.h

er.5ck.t18053-1 modify true false /trunk/client/include/dialogs_g.h

4h4.5ck.t18053-1 modify true false /trunk/common/featured_text.h

3t.5ck.t18053-1 modify true false /trunk/common/events.h

3s.5ck.t18053-1 modify true false /trunk/common/diptreaty.h

ev.5ck.t18053-1 modify true false /trunk/client/include/gui_main_g.h

2gk.5ck.t18053-1 modify true false /trunk/common/aicore/citymap.h

336.5ck.t18053-1 modify true false /trunk/ai/aiguard.h


50104 50253
