DELTA 15830 643 498
SVN  ê:ëX Œf €X ÝQŒi                              const struct text_tag_list *tags,
                        ENDREP
DELTA 15830 455 158
SVN  ‘D’Ta †/ ° k†$€1 ˆYˆkfeatured_text.h"      /* struct text_tag_list */const struct text_tag_list *tags,
                              struct tile *ptile);
void popup_notify_dialog(const char *caption, const char *headline,
                        ENDREP
DELTA 8640 0 1864
SVN  °g» ‡D ‰ €^ v’0¸ Y¨ ² g­ ƒLŠ– d‹ †LŽR„ j‹ ;–ƒ G  …C™¼ RŽ  ‚JŸH N¤zŠ j‹ F§2Š j‹ ƒx©b€J d‹€U Y¨ ž d‹€S N¨ €[ RŽ  ‚®f A €A A@€S EŽ ž @@¡ W‹š @@¶                              const struct text_tag_list *tags,
                              Popup a dialog to display connection message from serverconnect_msg(const char *headline, const char *messstruct player *pplayervoid}

int *unit_id, int *city_id)
{
  /* PORTME */
  return FALSE;, int cost, int cost bv_special may_pillage,
                          struct base_type *pbaseRuleset (modpack) has suggested loading certain tileset. Confirm from
  user and loadtileset_suggestion_dialog(voidTileset (modpack) has suggested loading certain theme. Confirm from
  user and loadbool popup_theme_suggestion_dialog(const char *theme_name)
{
  /* PORTME */
  return FALSE;

  Returns id of a diplomat currently handled in diplomat dialog
/
int diplomat_handled_in_diplomat_dialog(void)
{
  /* PORTME */    
  return -1;  
  Closes the diplomat dialog
/
void close_diplomat_dialog(void
  Updates caravan dialog
/
void caravan_dialog_update(void)
{
  /* PORTME */
}
ENDREP
DELTA 15882 8352 3227
SVN  ®1®|
. ¨6 ® †¨struct text_tag_list *text_tag_list_dup(const ENDREP
DELTA 15806 738 3144
SVN  ‚¥V‚¨cE„O ‰J  ‰< Ê`Š= Lø€@ ‚ÖP _ØT€ ‚ZÚ, ƒÝ½ uàV€ ÂWâfeatured_text/* include */or event message/
void handle_event(const char *featured_text, struct tile *ptile,
		  enum event_type event, int conn_id)
{
  char plain_text[MAX_LEN_MSG];
  struct text_tag_list *tags = text_tag_list_new();Get the original text. */
  featured_text_to_plain_text(featured_text, plain_text,
                              sizeof(plain_text), tags);plain_text, tags<= client_state()) {
      add_notify_window(plain_text, tagsplain_text, tags, conn_id);
  }

  play_sound_for_event(event);

  /* Free tags */
  text_tag_list_clear_all(tags);
  text_tag_list_free(tagsENDREP
DELTA 7939 4066 3193
SVN  Î-Íp#‚ †2 ‰ b†'€1 „<‰N€` ™cŽ
 Œ_¨u ˜Dµicolors.h"struct ct_rect bounds;
  enum ws_alignment alignment;

  struct sprite *up, *down, *left, *right;
  struct sprite *vert_top, *vert_bottom, *vert_repeat, *vert_center;
  struct s
                               const struct text_tag_list *tags,
                              ENDREP
DELTA 7930 3225 84
SVN  ‡)ˆ	
` †< €` m†<
                               const struct text_tag_list *tags,
                              ENDREP
DELTA 7930 1727 898
SVN  Ž" ‰ € G  „-‰u
                               const struct text_tag_list *tags,
                               int conn_id)
{
  /* PORTME */
}

ENDREP
DELTA 15830 4845 485
SVN  †‡~†ˆSX ² €X …Õg²                              const struct text_tag_list *tags,
                        ENDREP
DELTA 15830 5360 880
SVN  ‚Õ2‚ÖX ¯1 €X ‚¥~¯4                              const struct text_tag_list *tags,
                        ENDREP
DELTA 13297 250036 1808
SVN  ¢C¢~C › ˜ ‡
›« ¢#onst char *featured_textvoid buy_production_in_selected_cities(voidENDREP
DELTA 14427 8610 14189
SVN  çLç*. Š Š “YŠ¤ 6žg Š
¼@ NÆm€` ƒ(ä;  G  ÿèDlient_mainsend_chat_printf("/load %s", filenam
                               const struct text_tag_list *tags,
                              tags, NULL, E_CHAT_MSG);
  }
}

ENDREP
DELTA 15900 0 12946
SVN  ˜<—6‚z € €K ƒzP€/ 1ˆ
                               const struct text_tag_list *tags,
                               int conn_id)
{
  GtkTextBuffer *buf;
  GtkTextIter iter;
  GtkTextMark *mark;
  offset_t text_start_offsetgtk_text_buffer_insert(buf, &iter, astring, -1);
  text_tag_list_iterate(tags, ptag) {
    apply_text_tag(ptag, buf, text_start_offset, astring);
  } text_tag_list_iterate_endENDREP
DELTA 4749 0 1415
SVN  –8±qxœ] …; €…l G £ G‡ €L G ‘ G‡ €J G ± G‡ €b G €[ G‡ €ƒ
 G  -‡C€l G  ‚%ŠQ„ SŒv€‚? G  #&„ !I¸ G‡ €… G €b G‡ €ƒt G £ G‡ €‚3fdef HAVE_CONFIG_H
#include <config.h>
#endif

#include <assert.h>
#include <stdarg.h>
#include <string.h>

/* utility */
#include "astring.h"
#include "fcintl.h"
#include "log.h"
#include "support.h"

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

/* include */
#include "chatline_g.h"

/* client */
#include "chatline_common.h"
#include "client_main.h"


/* Stored up buffer of lines for the chatline */
struct remaining {
  char *text;
  struct text_tag_list *tags;
  int conn_id;
};
#define SPECLIST_TAG remaining
#include "speclist.h"
#define remaining_list_iterate(rlist, pline) \
  TYPED_LIST_ITERATE(struct remaining, rlist, pline)
#define remaining_list_iterate_end LIST_ITERATE_END

static struct remaining_list *remains;

****
  Initialize data structures.
***/
void chatline_common_init(void)
{
  remains = remaining_list_new();
}

****
  Clean up.
***/
void chatline_common_done(void)
{
  remaining_list_free(remains);
}

****
  Send the message as a chat to the server.
***/
void send_chat(const char *message)
{
  dsend_packet_chat_msg_req(&client.conn, message);
}

****
  Send the message as a chat to the server. Message is constructed
  in printf style.
***/
void send_chat_printf(const char *format, ...)
{
  char msg[250];
  int maxlen = sizeof(msg);

  va_list ap;
  va_start(ap, format);
  /* FIXME: terminating like this can lead to invalid utf-8, a major no-no. */
  my_vsnprintf(msg, maxlen, format, ap);
  msg[maxlen - 1] = '\0'; /* Make sure there is always ending zero */
  send_chat(msg);
  va_end(ap);
}


static int frozen_level = 0;

void)
{
  frozen_level++;

  if (frozen_level == 1) {
    assert(remaining_list_size(remains) == 0);
  }
}

voidremaining_list_iterate(remains, pline) {
      real_append_output_window(pline->text, pline->tags, pline->conn_id);
      free(pline->text);
      text_tag_list_clear_all(pline->tags);
      text_tag_list_free(pline->tags);
      free(pline);
    } remaining_list_iterate_end;
    remaining_list_clear(remains);
  }
}

void  Add a line of text to the output ("chatline") window.
***/
void append_output_window(const char *featured_text)
{
  char plain_text[MAX_LEN_MSG];
  struct text_tag_list *tags = text_tag_list_new();

  /* Separates plain text and tags. */
  featured_text_to_plain_text(featured_text, plain_text,
                              sizeof(plain_text), tags);

  if (frozen_level == 0) {
    real_append_output_window(plain_text, tags, -1);
    text_tag_list_clear_all(tags);
    text_tag_list_free(tags);
  } else {
    struct remaining *premain = fc_malloc(sizeof(*premain));

    remaining_list_append(remains, premain);
    premain->text = mystrdup(plain_text);
    premain->tags = tags;
    premain->conn_id = -1;
  }
}

****
  Same as above, but here we know the connection id of the sender of the
  text in question.
***/
void append_output_window_full(const char *plain_text,
                               const struct text_tag_list *tags,
                               int conn_id)
{
  if (frozen_level == 0) {
    real_append_output_window(plain_text, tags, conn_id);
  } else {
    struct remaining *premain = fc_malloc(sizeof(*premain));

    remaining_list_append(remains, premain);
    premain->text = mystrdup(plain_text);
    premain->tags = text_tag_list_dup(tags);
    premain->conn_id = conn_id;
  }
}

******
  Standard welcome message.
*****/
void chat_welcome_message(void)
{
  append_output_window(_("Freeciv is free software and you are welcome to "
			 "distribute copies of it under certain conditions;"));
  append_output_window(_("See the \"Copying\" item on the Help menu."));
  append_output_window(_("Now ... Go give 'em hell!"));
}
ENDREP
DELTA 15830 8568 403
SVN  ‚ò]‚ó2X Ñs €X ‚ gÑv                              const struct text_tag_list *tags,
                        ENDREP
DELTA 14377 2219930 307
SVN  ‰G‹hƒ& …u €‚  m†=€& `‡g/* utility */
#include "shared.h"		/* bool type */

/* common */
#include "featured_text.h"      /* struct text_tag_list */

void send_chat(const char *message);
void send_chat_printf(const char *format, ...)
  fc__attribute((__format__ (__printf__, 1, 2))featured_text);
void append_output_window_full(const char *plain_text,
                               const struct text_tag_list *tags,
                              ENDREP
DELTA 15830 11712 1761
SVN  ƒÂƒÂqX ¤m €X ƒ,¤p                              const struct text_tag_list *tags,
                        ENDREP
DELTA 9160 0 352
SVN  ¢'¢s` ˆ*  †ˆ>€` “gŽ@
                               const struct text_tag_list *tags,
                              ENDREP
DELTA 15410 188315 320
SVN  ¸#º>%‚i …} €x ‹n†G… ƒc’5€n t–€` …˜-ž ›utility */
#include "fcintl.h"
#include "mem.h"

/* common */
#include "featured_text.h"
#include "map.h"

/* include */_data
    text_tag_list_clear_all(messages[i].tags);
    text_tag_list_free(messages[i].tags);
    messages[i].tagsonst char *message, const struct text_tag_list *tags,
                       struct tile *ptile,tags = text_tag_list_dup(tags)ENDREP
DELTA 15410 188663 619
SVN  žpŸP` –I €` ˆ'–I
                               const struct text_tag_list *tags,
                              ENDREP
DELTA 15882 0 8259
SVN  ú9ÿq„ ªa  Dª^€` Pª€ƒ S–~ Î¬"if (!tags) {
    return;
  }
This function returns a new pointer to a text_tag_list which is similar
  to the 'tags' argumentruct text_tag_list *text_tag_list_dup(const struct text_tag_list *tags)
{
  struct text_tag_list *new_tags;

  if (!tags) {
    return NULL;
  }

  new_tags = text_tag_list_new();
  text_tag_list_iterate(tags, ptag) {
    struct text_tag *pnew_tag = fc_malloc(sizeof(struct text_tag));

    *pnew_tag = *ptag;
    text_tag_list_append(new_tags, pnew_tag);
  } text_tag_list_iterate_end;

  return new_tagsENDREP
DELTA 13297 352593 222
SVN  ‹j‚m …y €‚ ‚‡€` ‚*‰@/* utility */
#include "shared.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 *tagsonst char *message, const struct text_tag_list *tags,
                       struct tile *ptile,ENDREP
id: 4h3.5ck.r15909/10529
type: file
pred: 4h3.5ck.r15882/11592
count: 1
text: 15909 9502 575 32753 9b36544b1393f5ad1189aac1b813c8c6
cpath: /trunk/common/featured_text.c
copyroot: 15280 /trunk

id: 4h4.5ck.r15909/10722
type: file
pred: 4h4.5ck.r15882/11756
count: 1
text: 15909 1576 67 6012 8a740de697d7126bbb87dbedf488f883
cpath: /trunk/common/featured_text.h
copyroot: 15280 /trunk

PLAIN
K 11
Makefile.am
V 24
file 5h.5ck.r15882/11922
K 4
ai.c
V 25
file 4go.5ck.r15837/11140
K 4
ai.h
V 25
file 4gp.5ck.r15837/11321
K 6
aicore
V 23
dir 18t.5ck.r15876/2671
K 6
base.c
V 24
file 3jw.5ck.r15838/4356
K 6
base.h
V 24
file 3jx.5ck.r15888/8211
K 9
borders.c
V 24
file 4f0.5ck.r15421/5997
K 9
borders.h
V 24
file 4f1.5ck.r15405/1971
K 8
capstr.c
V 24
file dv.5ck.r15284/31880
K 8
capstr.h
V 24
file dw.5bk.r14881/38989
K 6
city.c
V 23
file q.5ck.r15858/37074
K 6
city.h
V 23
file 3q.5ck.r15852/9098
K 8
combat.c
V 23
file wp.5ck.r15792/2238
K 8
combat.h
V 21
file wq.0.r12783/4096
K 12
connection.c
V 23
file un.5ck.r15657/2091
K 12
connection.h
V 23
file uo.5ck.r15657/2333
K 8
dataio.c
V 23
file 15r.5bk.r14513/681
K 8
dataio.h
V 23
file 15s.0.r10480/10050
K 11
diptreaty.c
V 24
file 3r.5ck.r15785/91679
K 11
diptreaty.h
V 20
file 3s.0.r9582/5141
K 9
effects.c
V 24
file 2eo.5ck.r15795/2760
K 9
effects.h
V 24
file 2ep.5ck.r15795/3002
K 8
events.c
V 25
file 33h.5ck.r15681/51107
K 8
events.h
V 24
file 3t.5ck.r15681/51837
K 10
fc_types.h
V 25
file 2ll.5ck.r15860/12135
K 15
featured_text.c
V 25
file 4h3.5ck.r15909/10529
K 15
featured_text.h
V 25
file 4h4.5ck.r15909/10722
K 6
game.c
V 24
file 3u.5ck.r15860/12380
K 6
game.h
V 24
file 3v.5ck.r15858/37557
K 19
generate_packets.py
V 24
file 2f4.5bk.r14820/5162
K 12
government.c
V 22
file he.0.r13247/25540
K 12
government.h
V 22
file hf.0.r13136/24006
K 6
idex.c
V 25
file qo.5bk.r14209/153709
K 6
idex.h
V 21
file qp.0.r8119/15235
K 13
improvement.c
V 23
file vb.5ck.r15652/8900
K 13
improvement.h
V 23
file vc.5ck.r15652/9146
K 5
map.c
V 23
file r.5ck.r15901/14087
K 5
map.h
V 24
file 41.5ck.r15901/14325
K 10
movement.c
V 23
file 2xv.5ck.r15857/536
K 10
movement.h
V 23
file 2xw.5ck.r15857/778
K 8
nation.c
V 23
file il.5ck.r15895/1587
K 8
nation.h
V 23
file im.5ck.r15895/1828
K 9
packets.c
V 22
file 43.5bk.r14482/143
K 11
packets.def
V 24
file 2f5.5ck.r15888/8449
K 9
packets.h
V 24
file 44.5bk.r14142/93896
K 8
player.c
V 24
file 45.5ck.r15803/10729
K 8
player.h
V 24
file 46.5ck.r15803/10973
K 14
requirements.c
V 25
file 2wq.5ck.r15815/55629
K 14
requirements.h
V 25
file 2wr.5ck.r15815/55883
K 11
spaceship.c
V 20
file 98.0.r9977/2632
K 11
spaceship.h
V 20
file 99.0.r9977/2979
K 12
specialist.c
V 23
file 33f.0.r13169/67171
K 12
specialist.h
V 23
file 33g.0.r13169/67406
K 6
team.c
V 25
file 33i.5bk.r14258/12852
K 6
team.h
V 23
file 33j.0.r13136/23073
K 6
tech.c
V 23
file t.5ck.r15785/91438
K 6
tech.h
V 23
file u.5bk.r14777/28073
K 9
terrain.c
V 25
file 2fp.5ck.r15700/10707
K 9
terrain.h
V 24
file qs.5ck.r15813/56809
K 6
tile.c
V 24
file 2ys.5ck.r15423/7007
K 6
tile.h
V 24
file 2yt.5ck.r15423/7247
K 6
unit.c
V 22
file v.5ck.r15838/4596
K 6
unit.h
V 24
file 48.5ck.r15832/16892
K 10
unitlist.c
V 25
file 39m.5bk.r15190/77355
K 10
unitlist.h
V 25
file 39n.5bk.r15190/77612
K 10
unittype.c
V 24
file v9.5ck.r15860/11646
K 10
unittype.h
V 24
file va.5ck.r15860/11892
K 9
version.c
V 26
file oe.5bk.r14377/2278985
K 9
version.h
V 21
file e7.0.r13518/7887
K 8
vision.c
V 24
file 4dm.5ck.r15473/4807
K 8
vision.h
V 24
file 4dn.5ck.r15473/5048
K 10
worklist.c
V 24
file o8.5ck.r15815/55383
K 10
worklist.h
V 23
file o9.0.r13297/438357
END
ENDREP
id: p.5ck.r15909/14131
type: dir
pred: p.5ck.r15901/17785
count: 2595
text: 15909 10913 3205 3205 10359a954e38fbd16c2bd6249536f0dd
props: 12883 2571 96 0 2763e13ff5d021346ae24ff6c9ced232
cpath: /trunk/common
copyroot: 15280 /trunk

id: 108.5ck.r15909/14363
type: file
pred: 108.5ck.r15830/23266
count: 155
text: 15909 3199 113 43783 d7be3690285993703711ad9d9df9acb9
props: 11088 8070 112 0 858133ad234580a5fc7c24a791c3b702
cpath: /trunk/client/gui-gtk-2.0/dialogs.c
copyroot: 15280 /trunk

id: zw.5ck.r15909/14621
type: file
pred: zw.5ck.r15900/13640
count: 19
text: 15909 3723 415 19382 b2ee292d4337f6199797ca591f05deec
props: 9577 108867 111 0 d4514082fc7e52be026d3360dec4dcb0
cpath: /trunk/client/gui-gtk-2.0/chatline.c
copyroot: 15280 /trunk

PLAIN
K 11
Makefile.am
V 24
file zu.5ck.r15814/16378
K 8
canvas.c
V 24
file 2y6.5bk.r15074/8344
K 8
canvas.h
V 23
file 2y7.0.r10096/14437
K 16
caravan_dialog.c
V 26
file 376.5ck.r15410/339645
K 10
chatline.c
V 24
file zw.5ck.r15909/14621
K 10
chatline.h
V 24
file zx.5ck.r15900/13895
K 15
choice_dialog.c
V 23
file 377.0.r13481/22903
K 15
choice_dialog.h
V 23
file 378.0.r12670/99360
K 9
citydlg.c
V 24
file zy.5ck.r15881/15949
K 9
citydlg.h
V 20
file zz.0.r5493/6351
K 9
cityrep.c
V 24
file 100.5ck.r15537/8925
K 9
cityrep.h
V 22
file 101.0.r9098/11480
K 8
cma_fe.c
V 25
file 102.5ck.r15813/67292
K 8
cma_fe.h
V 25
file 103.5ck.r15813/67548
K 8
colors.c
V 22
file 104.0.r10458/4290
K 8
colors.h
V 22
file 105.0.r10458/4652
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.r15909/14363
K 9
dialogs.h
V 22
file 109.0.r11212/7101
K 10
diplodlg.c
V 26
file 10a.5ck.r15785/110360
K 10
diplodlg.h
V 23
file 10b.0.r9577/108261
K 17
diplomat_dialog.c
V 26
file 36n.5ck.r15410/341404
K 9
editgui.c
V 24
file 4ej.5ck.r15761/8370
K 9
editgui.h
V 25
file 4ek.5ck.r15355/70937
K 10
editprop.c
V 25
file 4el.5ck.r15741/36532
K 10
editprop.h
V 24
file 3bj.5cl.r15704/4438
K 10
embedggz.c
V 25
file 4gq.5ck.r15814/16205
K 9
finddlg.c
V 26
file 10c.5bk.r14209/167623
K 9
finddlg.h
V 22
file 2d0.0.r5989/22356
K 10
gamedlgs.c
V 23
file 10d.5ck.r15693/623
K 9
gotodlg.c
V 26
file 10e.5ck.r15410/338599
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 22
file 10i.0.r10800/1239
K 12
gtkpixcomm.h
V 22
file 10j.0.r10800/1606
K 10
gui_main.c
V 25
file 10k.5ck.r15900/13382
K 10
gui_main.h
V 24
file 10l.5ck.r15793/1023
K 11
gui_stuff.c
V 25
file 10m.5ck.r15694/27395
K 11
gui_stuff.h
V 25
file 10n.5ck.r15694/27656
K 11
happiness.c
V 24
file 10o.5bk.r14284/4172
K 11
happiness.h
V 23
file 10p.0.r9577/106064
K 9
helpdlg.c
V 26
file 10q.5ck.r15410/342452
K 9
helpdlg.h
V 23
file 10r.0.r4313/267882
K 10
inputdlg.c
V 20
file 10s.0.r8860/225
K 10
inputdlg.h
V 21
file 10t.0.r7580/3991
K 10
inteldlg.c
V 26
file 10u.5ck.r15410/342193
K 10
inteldlg.h
V 23
file 2d1.0.r9577/108626
K 9
mapctrl.c
V 25
file 10v.5ck.r15509/13590
K 9
mapctrl.h
V 25
file 10w.5bk.r14157/11089
K 9
mapview.c
V 24
file 10x.5ck.r15497/6987
K 9
mapview.h
V 23
file 10y.0.r12881/17128
K 6
menu.c
V 25
file 10z.5ck.r15881/16199
K 6
menu.h
V 22
file 110.0.r4315/16581
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 22
file 112.5ck.r15543/56
K 12
messagewin.h
V 23
file 113.0.r10108/19424
K 11
optiondlg.h
V 23
file 114.0.r4313/264106
K 7
pages.c
V 22
file 2pi.5ck.r15891/91
K 7
pages.h
V 25
file 2pj.5ck.r15698/29128
K 8
plrdlg.c
V 24
file 115.5ck.r15567/7940
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.r15813/67030
K 10
repodlgs.h
V 21
file 119.0.r9098/9312
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.r15410/343178
K 14
spaceshipdlg.h
V 23
file 11d.0.r9577/110090
K 8
sprite.c
V 27
file 2y8.5bk.r14377/2286871
K 8
sprite.h
V 23
file 2y9.0.r10141/29270
K 11
theme_dlg.c
V 25
file 47d.5bk.r13968/60105
K 8
themes.c
V 23
file 34x.0.r13227/13852
K 13
tileset_dlg.c
V 25
file 45i.5bk.r13968/60424
K 7
wldlg.c
V 24
file 11e.5ck.r15454/7194
K 7
wldlg.h
V 21
file 11f.0.r7682/2202
END
ENDREP
id: zs.5ck.r15909/18456
type: dir
pred: zs.5ck.r15900/17729
count: 1187
text: 15909 14878 3565 3565 835bf1848375abb8b214e12235e8d04e
props: 11108 11912 79 0 480bb3268560e84c2d6c8376c422c65e
cpath: /trunk/client/gui-gtk-2.0
copyroot: 15280 /trunk

id: a6.5ck.r15909/18703
type: file
pred: a6.5ck.r15830/27348
count: 143
text: 15909 7999 113 47538 cf5c4cc93f423b5a419a91224b088ead
props: 10957 6289 112 0 ac8a0c5808e41faff6290e5ee8a4284e
cpath: /trunk/client/gui-xaw/dialogs.c
copyroot: 15280 /trunk

id: 9u.5ck.r15909/18955
type: file
pred: 9u.5bk.r14427/289778
count: 26
text: 15909 8767 123 4467 9c8458a7e06b2c7739d060dc75611c2b
props: 9160 4724 111 0 45c0e160a790dc8f7645f8a7eabea654
cpath: /trunk/client/gui-xaw/chatline.c
copyroot: 15280 /trunk

PLAIN
K 11
Makefile.am
V 24
file bq.5ck.r15640/24355
K 9
actions.c
V 25
file nt.5ck.r15410/349046
K 9
actions.h
V 21
file nu.0.r1888/21779
K 4
ad2c
V 22
file 9q.0.r1186/243967
K 8
canvas.c
V 21
file 9r.0.r3959/87925
K 8
canvas.h
V 20
file 9s.0.r4034/9073
K 9
canvasp.h
V 20
file 9t.0.r4034/8365
K 10
chatline.c
V 24
file 9u.5ck.r15909/18955
K 10
chatline.h
V 21
file 9v.0.r2187/10435
K 9
citydlg.c
V 24
file 9w.5ck.r15725/36624
K 9
citydlg.h
V 20
file 9x.0.r2187/8309
K 9
cityrep.c
V 25
file 9y.5ck.r15410/350824
K 9
cityrep.h
V 20
file g1.0.r5489/4916
K 8
cma_fe.c
V 25
file 2ei.5ck.r15813/72072
K 8
cma_fe.h
V 21
file 2ej.0.r6908/4433
K 8
colors.c
V 21
file a2.0.r10532/8601
K 8
colors.h
V 21
file a3.0.r10532/9312
K 12
connectdlg.c
V 22
file a4.5ck.r15544/515
K 12
connectdlg.h
V 21
file a5.0.r2187/12228
K 9
dialogs.c
V 24
file a6.5ck.r15909/18703
K 9
dialogs.h
V 21
file a7.0.r10882/3191
K 10
diplodlg.c
V 25
file a8.5ck.r15785/114895
K 10
diplodlg.h
V 20
file a9.0.r2187/7955
K 17
diplomat_dialog.c
V 26
file 37p.5ck.r15410/351331
K 9
finddlg.c
V 25
file aa.5bk.r14209/174834
K 9
finddlg.h
V 22
file 2dk.0.r5989/31562
K 9
gotodlg.c
V 25
file ab.5ck.r15410/348791
K 9
gotodlg.h
V 21
file ac.0.r1888/21069
K 10
graphics.c
V 25
file ad.5ck.r15410/351851
K 10
graphics.h
V 21
file ae.0.r10789/6338
K 10
gui_main.c
V 24
file bm.5ck.r15814/20458
K 10
gui_main.h
V 22
file bn.0.r11408/10219
K 11
gui_stuff.c
V 22
file bo.0.r6129/126486
K 11
gui_stuff.h
V 21
file bp.0.r4964/56392
K 9
helpdlg.c
V 25
file af.5ck.r15410/352870
K 9
helpdlg.h
V 21
file g2.0.r1888/23188
K 10
inputdlg.c
V 20
file ag.0.r7586/1961
K 10
inputdlg.h
V 20
file ah.0.r7586/2315
K 10
inteldlg.c
V 25
file ai.5ck.r15410/352360
K 10
inteldlg.h
V 23
file 2dl.0.r10108/22972
K 9
mapctrl.c
V 25
file aj.5ck.r15410/352106
K 9
mapctrl.h
V 21
file ak.0.r10532/9667
K 9
mapview.c
V 25
file al.5ck.r15410/349301
K 9
mapview.h
V 24
file am.5bk.r13912/46304
K 6
menu.c
V 23
file an.5ck.r15884/1352
K 6
menu.h
V 21
file ao.0.r12091/4447
K 12
messagedlg.c
V 25
file ap.5bk.r14427/290582
K 12
messagedlg.h
V 22
file 2dm.0.r5989/31896
K 12
messagewin.c
V 25
file aq.5bk.r14427/286529
K 12
messagewin.h
V 20
file g3.0.r5489/3851
K 11
optiondlg.c
V 25
file ar.5bk.r14427/284361
K 11
optiondlg.h
V 21
file as.0.r1432/23133
K 7
pages.c
V 26
file 2qm.5ck.r15785/114644
K 7
pages.h
V 22
file 2qn.0.r10536/7909
K 9
pixcomm.c
V 21
file at.0.r3145/18494
K 9
pixcomm.h
V 20
file au.0.r4034/9777
K 10
pixcommp.h
V 20
file av.0.r4034/8719
K 8
plrdlg.c
V 25
file aw.5ck.r15785/115149
K 8
plrdlg.h
V 20
file g4.0.r5489/3140
K 10
ratesdlg.c
V 25
file ax.5ck.r15410/352614
K 10
ratesdlg.h
V 22
file 2dn.0.r5989/31227
K 10
repodlgs.c
V 24
file ay.5ck.r15813/71822
K 10
repodlgs.h
V 21
file az.0.r10957/6056
K 11
resources.c
V 20
file b0.0.r9310/2224
K 11
resources.h
V 21
file b1.0.r3145/14204
K 14
spaceshipdlg.c
V 25
file b2.5ck.r15410/353377
K 14
spaceshipdlg.h
V 21
file b3.0.r2187/11152
K 8
themes.c
V 23
file 350.0.r10945/14451
K 7
wldlg.c
V 25
file o5.5ck.r15410/353636
K 7
wldlg.h
V 22
file o6.0.r10181/18680
END
ENDREP
id: 9o.5ck.r15909/22271
type: dir
pred: 9o.5ck.r15884/4664
count: 882
text: 15909 19206 3052 3052 022bc2961ab245a4c6b1ed1fcc5b0808
props: 11108 12237 78 0 a27c61ac5fddbd709df8c1876129f940
cpath: /trunk/client/gui-xaw
copyroot: 15280 /trunk

id: en.5ck.r15909/22512
type: file
pred: en.0.r7930/21641
count: 3
text: 15909 2731 117 1033 6968b146f12bfa001a15cc58d8d49f62
props: 7930 21518 110 0 fd27c383f48a4fbbd90a59fbcfc8b3be
cpath: /trunk/client/include/chatline_g.h
copyroot: 15280 /trunk

id: er.5ck.r15909/22761
type: file
pred: er.5ck.r15830/30910
count: 35
text: 15909 137 255 2388 64408c66fb0fcee43c056e275f175a6f
props: 11088 12798 111 0 05a46e497021c8716b647ee1425e21a2
cpath: /trunk/client/include/dialogs_g.h
copyroot: 15280 /trunk

PLAIN
K 11
Makefile.am
V 24
file dt.5ck.r15814/24186
K 10
canvas_g.h
V 25
file 2y4.5bk.r15074/16002
K 12
chatline_g.h
V 24
file en.5ck.r15909/22512
K 11
citydlg_g.h
V 21
file eo.0.r10219/5134
K 11
cityrep_g.h
V 21
file g5.0.r9098/20785
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.r15909/22761
K 12
diplodlg_g.h
V 21
file es.0.r7930/21998
K 11
editgui_g.h
V 25
file 3bj.5cm.r15704/12062
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 21
file eu.0.r10095/7747
K 12
gui_main_g.h
V 24
file ev.5ck.r15635/20723
K 11
helpdlg_g.h
V 24
file g6.5bk.r14970/23848
K 12
inteldlg_g.h
V 22
file 2dp.0.r8119/35181
K 11
mapctrl_g.h
V 21
file ew.0.r8119/34823
K 11
mapview_g.h
V 23
file ex.0.r13297/464396
K 8
menu_g.h
V 21
file ey.0.r3959/92563
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 9
pages_g.h
V 25
file 2pk.5ck.r15675/59566
K 10
plrdlg_g.h
V 21
file g8.0.r9098/20071
K 12
ratesdlg_g.h
V 22
file 2dr.0.r5989/36235
K 12
repodlgs_g.h
V 21
file ez.0.r9098/21142
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 9
wldlg_g.h
V 21
file o7.0.r1939/66425
END
ENDREP
id: b8.5ck.r15909/24392
type: dir
pred: b8.5ck.r15830/32538
count: 217
text: 15909 23013 1366 1366 4315b3fdcde1b2bd3251ca55aadabe19
props: 4431 36493 46 0 e473fc4bd409d833d90929dfcb3a14b8
cpath: /trunk/client/include
copyroot: 15280 /trunk

id: xu.5ck.r15909/24633
type: file
pred: xu.5ck.r15830/32779
count: 105
text: 15909 8624 113 57713 1e53ab2213e08fe22b014cb9efbe459e
props: 10989 3964 111 0 8264fa93116f43c430f41dcf0da62390
cpath: /trunk/client/gui-win32/dialogs.c
copyroot: 15280 /trunk

id: xk.5ck.r15909/24887
type: file
pred: xk.5ck.r15410/361312
count: 13
text: 15909 9354 118 4048 18bd67911b71b4d8ce051729edb3ae37
props: 7930 24074 111 0 b491beec13ba952c0167e367d3cb48d2
cpath: /trunk/client/gui-win32/chatline.c
copyroot: 15280 /trunk

PLAIN
K 11
Makefile.am
V 24
file nr.5ck.r15640/27920
K 8
canvas.c
V 25
file 2ya.5bk.r15074/17854
K 8
canvas.h
V 22
file 2yb.0.r10131/2132
K 10
chatline.c
V 24
file xk.5ck.r15909/24887
K 10
chatline.h
V 20
file xl.0.r5785/7678
K 9
citydlg.c
V 23
file xm.5ck.r15893/1044
K 9
citydlg.h
V 19
file xn.0.r5671/865
K 9
cityrep.c
V 25
file xo.5ck.r15410/359259
K 9
cityrep.h
V 22
file xp.0.r3745/159022
K 8
cma_fe.c
V 25
file 2fu.5ck.r15813/75885
K 8
cma_fe.h
V 20
file 2fv.0.r7442/210
K 8
colors.c
V 21
file xq.0.r10461/1484
K 8
colors.h
V 21
file xr.0.r10461/1841
K 12
connectdlg.c
V 24
file xs.5ck.r15505/22766
K 12
connectdlg.h
V 20
file xt.0.r8331/7783
K 9
dialogs.c
V 24
file xu.5ck.r15909/24633
K 9
dialogs.h
V 21
file xv.0.r10883/4520
K 10
diplodlg.c
V 25
file xw.5ck.r15785/118710
K 10
diplodlg.h
V 22
file xx.0.r13481/26989
K 9
finddlg.c
V 25
file xy.5bk.r14209/180555
K 9
finddlg.h
V 22
file 2dg.0.r5989/39776
K 9
gotodlg.c
V 25
file xz.5ck.r15410/357723
K 9
gotodlg.h
V 20
file y0.0.r3786/3776
K 10
graphics.c
V 24
file y1.5ck.r15296/79962
K 10
graphics.h
V 21
file y2.0.r10294/2998
K 10
gui_main.c
V 24
file y3.5ck.r15814/26056
K 10
gui_main.h
V 20
file y4.0.r10222/314
K 11
gui_stuff.c
V 22
file y5.0.r13328/10611
K 11
gui_stuff.h
V 22
file y6.0.r13328/10851
K 11
happiness.c
V 23
file 137.5bk.r14335/341
K 11
happiness.h
V 23
file 138.0.r13481/26751
K 9
helpdlg.c
V 22
file y7.5ck.r15636/387
K 9
helpdlg.h
V 22
file y8.0.r3745/150873
K 10
inputdlg.c
V 19
file y9.0.r8895/460
K 10
inputdlg.h
V 22
file ya.0.r3745/153242
K 10
inteldlg.c
V 25
file yb.5ck.r15410/360287
K 10
inteldlg.h
V 22
file 2dh.0.r5989/39102
K 9
mapctrl.c
V 25
file yc.5ck.r15410/360029
K 9
mapctrl.h
V 21
file yd.0.r6430/14685
K 9
mapview.c
V 25
file ye.5ck.r15410/357978
K 9
mapview.h
V 22
file yf.0.r13412/11359
K 6
menu.c
V 23
file yg.5ck.r15893/1293
K 6
menu.h
V 20
file yh.0.r5785/9458
K 12
messagedlg.c
V 25
file yi.5bk.r14427/299083
K 12
messagedlg.h
V 22
file 2di.0.r5989/40112
K 12
messagewin.c
V 25
file yj.5bk.r14427/295548
K 12
messagewin.h
V 22
file yk.0.r3745/155966
K 11
optiondlg.c
V 22
file yl.0.r13412/10878
K 11
optiondlg.h
V 21
file ym.0.r3959/96575
K 7
pages.c
V 25
file 2qk.5ck.r15675/61391
K 7
pages.h
V 22
file 2ql.0.r8639/12634
K 8
plrdlg.c
V 25
file yn.5ck.r15785/118964
K 8
plrdlg.h
V 20
file yo.0.r3847/6164
K 10
ratesdlg.c
V 25
file yp.5ck.r15410/360544
K 10
ratesdlg.h
V 22
file 2dj.0.r5989/39439
K 10
repodlgs.c
V 24
file yq.5ck.r15813/75634
K 10
repodlgs.h
V 22
file yr.0.r3745/151547
K 14
spaceshipdlg.c
V 25
file yt.5ck.r15410/361569
K 14
spaceshipdlg.h
V 20
file yu.0.r3778/5068
K 8
sprite.c
V 22
file 2yc.0.r10294/2273
K 8
sprite.h
V 23
file 2yd.0.r10141/44406
K 8
themes.c
V 23
file 34z.0.r10945/20562
K 7
wldlg.c
V 25
file yv.5ck.r15410/361826
K 7
wldlg.h
V 21
file yw.0.r12515/1620
END
ENDREP
id: np.5ck.r15909/27949
type: dir
pred: np.5ck.r15893/4350
count: 665
text: 15909 25141 2795 2795 3a518f98e360978bd4a51934d75836e8
props: 11108 12557 68 0 fbaef5f6348d6ae4b0cc177104ca4ad2
cpath: /trunk/client/gui-win32
copyroot: 15280 /trunk

id: 17a.5ck.r15909/28192
type: file
pred: 17a.5ck.r15830/36337
count: 151
text: 15909 3058 113 99411 76d6902b35db286113ee51616beb8e2a
props: 10805 78030 111 0 ae073b1a8624f4e72ab3bef202bf2f05
cpath: /trunk/client/gui-sdl/dialogs.c
copyroot: 15280 /trunk

id: 16y.5ck.r15909/28447
type: file
pred: 16y.5ck.r15410/370799
count: 52
text: 15909 3463 230 29597 1366288a7638cba5327ed1bf0a3c1a73
props: 9030 114052 111 0 2a5912525b098cb46a1301ee940f7617
cpath: /trunk/client/gui-sdl/chatline.c
copyroot: 15280 /trunk

PLAIN
K 11
Makefile.am
V 25
file 16u.5ck.r15640/31231
K 14
SDL_rotozoom.c
V 24
file 3jy.0.r12670/115301
K 14
SDL_rotozoom.h
V 24
file 3jz.0.r12670/115888
K 9
SDL_ttf.c
V 24
file 2dz.5bk.r13597/7386
K 9
SDL_ttf.h
V 24
file 2e0.5bk.r13597/7647
K 11
alphablit.c
V 23
file 3be.0.r13354/59832
K 8
canvas.c
V 25
file 39i.5bk.r15074/21186
K 8
canvas.h
V 23
file 39j.0.r13354/56918
K 16
caravan_dialog.c
V 26
file 3bp.5ck.r15410/367706
K 10
chatline.c
V 25
file 16y.5ck.r15909/28447
K 10
chatline.h
V 25
file 16z.5bk.r13794/18245
K 9
citydlg.c
V 24
file 170.5ck.r15883/3079
K 9
citydlg.h
V 23
file 171.0.r13354/55222
K 9
cityrep.c
V 26
file 172.5ck.r15410/368737
K 9
cityrep.h
V 22
file 173.0.r12769/2941
K 8
cma_fe.c
V 25
file 174.5ck.r15813/79444
K 8
cma_fe.h
V 23
file 175.0.r11361/43495
K 8
colors.c
V 23
file 176.0.r13354/62500
K 8
colors.h
V 24
file 177.5bk.r14076/4693
K 12
connectdlg.c
V 25
file 178.5ck.r15505/26084
K 12
connectdlg.h
V 23
file 179.0.r12349/45319
K 9
dialogs.c
V 25
file 17a.5ck.r15909/28192
K 9
dialogs.h
V 23
file 17b.0.r13354/61529
K 10
diplodlg.c
V 26
file 17c.5ck.r15785/122523
K 10
diplodlg.h
V 22
file 17d.0.r11584/2869
K 17
diplomat_dialog.c
V 26
file 3bn.5ck.r15410/369250
K 9
finddlg.c
V 25
file 17e.5ck.r15303/13276
K 9
finddlg.h
V 20
file 2d8.0.r5991/702
K 9
gotodlg.c
V 26
file 17f.5ck.r15410/366414
K 9
gotodlg.h
V 22
file 17g.0.r6515/58208
K 10
graphics.c
V 27
file 17h.5bk.r14377/2300750
K 10
graphics.h
V 23
file 17i.0.r12611/13939
K 11
gui_iconv.c
V 25
file 17l.5ck.r15619/14469
K 11
gui_iconv.h
V 23
file 17m.0.r13354/66657
K 8
gui_id.h
V 25
file 17n.5bk.r15200/35062
K 10
gui_main.c
V 24
file 17o.5ck.r15883/3580
K 10
gui_main.h
V 23
file 17p.0.r13354/59593
K 11
gui_mouse.c
V 23
file 3ca.0.r13354/59349
K 11
gui_mouse.h
V 24
file 3cb.0.r12670/112397
K 12
gui_string.c
V 23
file 17r.5ck.r15493/812
K 12
gui_string.h
V 23
file 17s.0.r13481/30445
K 14
gui_tilespec.c
V 26
file 191.5ck.r15410/366926
K 14
gui_tilespec.h
V 25
file 192.5bk.r13912/53929
K 11
happiness.c
V 23
file 17x.0.r11361/41144
K 11
happiness.h
V 23
file 17y.0.r11361/41867
K 9
helpdlg.c
V 24
file 17z.5ck.r15834/1343
K 9
helpdlg.h
V 23
file 180.0.r11361/47416
K 10
inputdlg.c
V 23
file 181.0.r11361/47897
K 10
inputdlg.h
V 23
file 182.0.r5500/260641
K 10
inteldlg.c
V 26
file 183.5ck.r15410/370026
K 10
inteldlg.h
V 22
file 2d9.0.r11409/2687
K 9
mapctrl.c
V 24
file 184.5ck.r15883/4341
K 9
mapctrl.h
V 23
file 185.0.r13354/63700
K 9
mapview.c
V 24
file 186.5ck.r15883/3328
K 9
mapview.h
V 23
file 187.0.r13354/56676
K 6
menu.c
V 24
file 188.5ck.r15883/4090
K 6
menu.h
V 25
file 189.5bk.r13856/57405
K 12
messagedlg.c
V 23
file 18a.0.r11361/49350
K 12
messagedlg.h
V 22
file 2da.0.r5989/48394
K 12
messagewin.c
V 24
file 18b.5ck.r15883/3836
K 12
messagewin.h
V 23
file 18c.0.r6286/140236
K 5
mmx.h
V 23
file 2e1.0.r6286/134429
K 11
optiondlg.c
V 26
file 18d.5ck.r15410/365900
K 11
optiondlg.h
V 22
file 18e.0.r12381/2174
K 7
pages.c
V 25
file 2qg.5ck.r15675/64945
K 7
pages.h
V 22
file 2qh.0.r8639/16416
K 8
plrdlg.c
V 26
file 18f.5ck.r15785/122781
K 8
plrdlg.h
V 22
file 18g.0.r6387/81301
K 10
ratesdlg.h
V 22
file 2db.0.r5989/47726
K 10
repodlgs.c
V 23
file 18i.5ck.r15737/216
K 10
repodlgs.h
V 23
file 18j.0.r13354/58129
K 14
spaceshipdlg.c
V 26
file 18m.5ck.r15410/371056
K 14
spaceshipdlg.h
V 23
file 18n.0.r5500/263363
K 8
sprite.c
V 23
file 39k.0.r13354/55462
K 8
sprite.h
V 24
file 39l.0.r12670/108062
K 18
themebackgrounds.c
V 25
file 3ff.5bk.r13794/17164
K 18
themebackgrounds.h
V 25
file 3fg.5bk.r13794/17440
K 13
themecolors.c
V 24
file 392.0.r12670/113849
K 13
themecolors.h
V 24
file 393.0.r12670/114433
K 8
themes.c
V 23
file 38p.5bk.r14439/742
K 11
themespec.c
V 26
file 390.5ck.r15410/368475
K 11
themespec.h
V 27
file 391.5bk.r14377/2300476
K 11
unistring.c
V 23
file 18o.0.r13354/57401
K 11
unistring.h
V 23
file 18p.0.r13481/30205
K 8
widget.c
V 25
file 3fu.5bk.r15218/30693
K 8
widget.h
V 25
file 3fv.5bk.r15218/31232
K 15
widget_button.c
V 24
file 3fh.5bk.r14076/3619
K 15
widget_button.h
V 24
file 3g7.0.r12670/113556
K 17
widget_checkbox.c
V 24
file 3fi.5bk.r14076/6064
K 17
widget_checkbox.h
V 24
file 3g8.0.r12670/106620
K 13
widget_core.c
V 23
file 3fj.0.r13354/61769
K 13
widget_edit.c
V 23
file 3fk.0.r13354/64909
K 13
widget_edit.h
V 24
file 3g9.0.r12670/115595
K 13
widget_icon.c
V 23
file 3fl.0.r13354/59104
K 13
widget_icon.h
V 24
file 3ga.0.r12670/112107
K 14
widget_label.c
V 24
file 3fm.5bk.r13597/6851
K 14
widget_label.h
V 24
file 3gb.0.r12670/110079
K 10
widget_p.h
V 24
file 3fn.0.r12670/107197
K 18
widget_scrollbar.c
V 24
file 3fo.5bv.r14076/5760
K 18
widget_scrollbar.h
V 24
file 3gc.0.r12670/116811
K 15
widget_window.c
V 23
file 3fp.0.r13354/55944
K 15
widget_window.h
V 23
file 3gd.0.r12699/32533
K 7
wldlg.c
V 24
file 18q.5ck.r15834/1596
K 7
wldlg.h
V 23
file 18r.0.r11361/49592
END
ENDREP
id: 16t.5ck.r15909/33543
type: dir
pred: 16t.5ck.r15883/9433
count: 550
text: 15909 28703 4827 4827 559878355a8a7d29993d14396e1f3934
props: 11108 12869 78 0 a27c61ac5fddbd709df8c1876129f940
cpath: /trunk/client/gui-sdl
copyroot: 15280 /trunk

id: 14s.5ck.r15909/33786
type: file
pred: 14s.5ck.r15785/128386
count: 30
text: 15909 8914 410 7486 f132dc31e76f0a949ed19514d0b67d90
props: 11057 47206 111 0 45c0e160a790dc8f7645f8a7eabea654
cpath: /trunk/client/messagewin_common.c
copyroot: 15280 /trunk

id: 2k7.5ck.r15909/34042
type: file
pred: 2k7.0.r11941/6451
count: 4
text: 15909 2374 329 9968 f37d681780bfb99846836604855e3e8b
props: 10141 56433 110 0 fd27c383f48a4fbbd90a59fbcfc8b3be
cpath: /trunk/client/gui-ftwl/chatline.c
copyroot: 15280 /trunk

id: 2kh.5ck.r15909/34293
type: file
pred: 2kh.5ck.r15830/41685
count: 21
text: 15909 0 110 13711 346658305139c172368aa3f9406748cc
props: 10452 1380 111 0 3d57169d64a739976bce7d2e578e29eb
cpath: /trunk/client/gui-ftwl/dialogs.c
copyroot: 15280 /trunk

PLAIN
K 11
Makefile.am
V 25
file 2k4.5ck.r15640/36584
K 8
canvas.c
V 25
file 2ye.5bk.r15074/26546
K 8
canvas.h
V 23
file 2yf.0.r10109/10676
K 6
chat.c
V 26
file 2k5.5bk.r14427/314951
K 6
chat.h
V 22
file 2k6.0.r7939/79684
K 10
chatline.c
V 25
file 2k7.5ck.r15909/34042
K 10
chatline.h
V 22
file 2k8.0.r7939/74301
K 9
citydlg.c
V 27
file 2k9.5bk.r14370/4412944
K 9
citydlg.h
V 22
file 2ka.0.r7939/67918
K 9
cityrep.c
V 22
file 2kb.0.r7939/78333
K 9
cityrep.h
V 22
file 2kc.0.r7939/80015
K 8
colors.c
V 22
file 2kd.0.r11941/5347
K 8
colors.h
V 22
file 2ke.0.r11941/5582
K 12
connectdlg.c
V 26
file 2kf.5ck.r15410/378221
K 12
connectdlg.h
V 22
file 2kg.0.r7939/80350
K 9
dialogs.c
V 25
file 2kh.5ck.r15909/34293
K 9
dialogs.h
V 22
file 2ki.0.r7939/80688
K 10
diplodlg.c
V 22
file 2kj.0.r7939/64892
K 10
diplodlg.h
V 22
file 2kk.0.r7939/67247
K 9
finddlg.c
V 22
file 2kl.0.r7939/69930
K 9
finddlg.h
V 22
file 2km.0.r7939/70941
K 9
gotodlg.c
V 26
file 2kn.5ck.r15410/377451
K 9
gotodlg.h
V 22
file 2ko.0.r7939/67583
K 10
graphics.c
V 23
file 2kp.0.r10141/54754
K 10
graphics.h
V 22
file 2kq.0.r7939/68252
K 10
gui_main.c
V 25
file 2kr.5ck.r15814/34961
K 10
gui_main.h
V 22
file 2ks.0.r11943/1292
K 10
gui_text.c
V 26
file 2mr.5ck.r15410/378739
K 10
gui_text.h
V 22
file 2ms.0.r11941/8598
K 9
helpdlg.c
V 22
file 2kt.0.r7939/71611
K 9
helpdlg.h
V 22
file 2ku.0.r7939/72285
K 10
inteldlg.c
V 22
file 2kv.0.r7939/66910
K 10
inteldlg.h
V 22
file 2kw.0.r7939/69594
K 9
mapctrl.c
V 27
file 2kx.5bk.r14370/4413216
K 9
mapctrl.h
V 22
file 2ky.0.r7939/69259
K 9
mapview.c
V 25
file 2kz.5ck.r15741/40512
K 9
mapview.h
V 21
file 2l0.0.r11943/817
K 6
menu.c
V 22
file 2l1.0.r7939/75312
K 6
menu.h
V 22
file 2l2.0.r7939/76324
K 12
messagedlg.c
V 22
file 2l3.0.r7939/76990
K 12
messagedlg.h
V 22
file 2l4.0.r7939/79008
K 12
messagewin.c
V 23
file 2l5.0.r9577/142349
K 12
messagewin.h
V 22
file 2l6.0.r7939/75986
K 7
pages.c
V 25
file 2qc.5ck.r15675/70294
K 7
pages.h
V 22
file 2qd.0.r8639/25123
K 8
plrdlg.c
V 23
file 2l7.0.r9577/141628
K 8
plrdlg.h
V 22
file 2l8.0.r7939/73967
K 10
ratesdlg.c
V 22
file 2l9.0.r7939/68588
K 10
ratesdlg.h
V 22
file 2la.0.r7939/70605
K 10
repodlgs.c
V 22
file 2lb.0.r7939/71947
K 10
repodlgs.h
V 22
file 2lc.0.r7939/72955
K 14
spaceshipdlg.c
V 22
file 2ld.0.r7939/75645
K 14
spaceshipdlg.h
V 22
file 2le.0.r7939/77329
K 8
sprite.c
V 23
file 2yg.0.r11958/37010
K 8
sprite.h
V 23
file 2yh.0.r10141/56198
K 8
themes.c
V 24
file 3cc.0.r12670/122700
K 7
wldlg.c
V 22
file 2lf.0.r7939/76656
K 7
wldlg.h
V 22
file 2lg.0.r7939/77669
END
ENDREP
id: 2k2.5ck.r15909/37093
type: dir
pred: 2k2.5ck.r15830/44485
count: 116
text: 15909 34544 2536 2536 8c34dfbb981f80297fdbca53df33e916
props: 11108 13191 78 0 667fe0aa2722f6798d567486294a1d2e
cpath: /trunk/client/gui-ftwl
copyroot: 15280 /trunk

id: 14t.5ck.r15909/37338
type: file
pred: 14t.0.r13297/482271
count: 7
text: 15909 10103 396 1684 efa94fcf30d531f5cab82859717b432e
props: 8387 154695 110 0 fdfdab56f53d2388a66f6a5ce0985f95
cpath: /trunk/client/messagewin_common.h
copyroot: 15280 /trunk

id: 14q.5ck.r15909/37592
type: file
pred: 14q.5ck.r15664/5587
count: 16
text: 15909 4165 3809 6385 925b477bfd78e837649af65d609102a2
props: 9577 150942 110 0 2297367bb62237eae251d6a189335c2c
cpath: /trunk/client/chatline_common.c
copyroot: 15280 /trunk

id: 14r.5ck.r15909/37845
type: file
pred: 14r.5bk.r14775/22153
count: 6
text: 15909 8140 453 1512 b40c7bd84e15e340412177c87dea1324
props: 9577 151299 110 0 dce24d5ac3f5e86568d59a55fa196991
cpath: /trunk/client/chatline_common.h
copyroot: 15280 /trunk

id: ml.5ck.r15909/38097
type: file
pred: ml.0.r7930/39139
count: 5
text: 15909 2874 157 1922 78d74648740deae76118c0b24f1bb3e1
props: 7930 39016 110 0 7d181b70073f10d0c5a58c73a72d4f04
cpath: /trunk/client/gui-stub/chatline.c
copyroot: 15280 /trunk

id: mv.5ck.r15909/38345
type: file
pred: mv.5ck.r15830/44730
count: 24
text: 15909 419 1132 7584 e1051a5f51d8851fa88635ed22539b55
props: 8956 634 111 0 4b4193808cb95e702a5e5065e4345324
cpath: /trunk/client/gui-stub/dialogs.c
copyroot: 15280 /trunk

PLAIN
K 11
Makefile.am
V 24
file mj.5ck.r15640/39629
K 8
canvas.c
V 25
file 2y0.5bk.r15074/29613
K 8
canvas.h
V 23
file 2y1.0.r10095/12720
K 10
chatline.c
V 24
file ml.5ck.r15909/38097
K 10
chatline.h
V 21
file mm.0.r5491/41569
K 9
citydlg.c
V 25
file mn.5bk.r13949/170892
K 9
citydlg.h
V 21
file mo.0.r5491/35843
K 9
cityrep.c
V 22
file mp.0.r10144/11456
K 9
cityrep.h
V 21
file mq.0.r5491/46587
K 8
colors.c
V 22
file mr.0.r10458/11165
K 8
colors.h
V 22
file ms.0.r10458/11524
K 12
connectdlg.c
V 25
file mt.5ck.r15410/384319
K 12
connectdlg.h
V 21
file mu.0.r5491/46943
K 9
dialogs.c
V 24
file mv.5ck.r15909/38345
K 9
dialogs.h
V 20
file mw.0.r8956/1107
K 10
diplodlg.c
V 21
file mx.0.r10144/8226
K 10
diplodlg.h
V 21
file my.0.r5491/35128
K 9
finddlg.c
V 21
file mz.0.r5491/37629
K 9
finddlg.h
V 22
file 2dc.0.r5989/44093
K 9
gotodlg.c
V 25
file n0.5ck.r15410/383554
K 9
gotodlg.h
V 21
file n1.0.r5491/35486
K 10
graphics.c
V 22
file n2.0.r10141/65831
K 10
graphics.h
V 21
file n3.0.r5491/36199
K 10
gui_main.c
V 24
file n4.5ck.r15814/38009
K 10
gui_main.h
V 21
file n5.0.r5491/41925
K 9
helpdlg.c
V 21
file n6.0.r10144/9660
K 9
helpdlg.h
V 21
file n7.0.r5491/39423
K 10
inteldlg.c
V 21
file n8.0.r7847/24779
K 10
inteldlg.h
V 22
file 2dd.0.r5989/43421
K 9
mapctrl.c
V 21
file n9.0.r7018/49625
K 9
mapctrl.h
V 21
file na.0.r5491/37272
K 9
mapview.c
V 25
file nb.5ck.r15410/383805
K 9
mapview.h
V 21
file nc.0.r5491/38349
K 6
menu.c
V 22
file nd.0.r10144/11100
K 6
menu.h
V 21
file ne.0.r5491/43723
K 12
messagedlg.c
V 21
file nf.0.r5491/44434
K 12
messagedlg.h
V 22
file 2de.0.r5989/44428
K 12
messagewin.c
V 21
file ng.0.r9098/29017
K 12
messagewin.h
V 21
file nh.0.r5491/43363
K 7
pages.c
V 25
file 2qi.5ck.r15675/73334
K 7
pages.h
V 22
file 2qj.0.r8639/28697
K 8
plrdlg.c
V 21
file ni.0.r9098/28662
K 8
plrdlg.h
V 21
file nj.0.r5491/41213
K 10
ratesdlg.c
V 21
file nk.0.r5491/36557
K 10
ratesdlg.h
V 22
file 2df.0.r5989/43757
K 10
repodlgs.c
V 22
file nl.0.r10144/10019
K 10
repodlgs.h
V 21
file nm.0.r5491/40138
K 14
spaceshipdlg.c
V 21
file nn.0.r5491/42999
K 14
spaceshipdlg.h
V 21
file no.0.r5491/44796
K 8
sprite.c
V 22
file 2y2.0.r11749/1632
K 8
sprite.h
V 23
file 2y3.0.r10095/12384
K 8
themes.c
V 23
file 34y.0.r10945/24922
K 7
wldlg.c
V 21
file qj.0.r5491/44077
K 7
wldlg.h
V 21
file qk.0.r5491/45158
END
ENDREP
id: mh.5ck.r15909/40922
type: dir
pred: mh.5ck.r15830/47304
count: 154
text: 15909 38594 2315 2315 cb08a5d5d9999a676a481ed08edeae53
props: 11108 13796 68 0 fbaef5f6348d6ae4b0cc177104ca4ad2
cpath: /trunk/client/gui-stub
copyroot: 15280 /trunk

id: d5.5ck.r15909/41165
type: file
pred: d5.5ck.r15887/54
count: 202
text: 15909 1672 674 37987 edbb762edafe674bd307bf226589575b
props: 11057 49717 112 0 a13a5521476fb3b00a5e0433e6f85ac7
cpath: /trunk/client/climisc.c
copyroot: 15280 /trunk

id: i0.5ck.r15909/41407
type: file
pred: i0.5ck.r15503/12446
count: 58
text: 15909 3340 92 4478 df1b1c95f5f827b5f4fed04c95cff99b
props: 10835 5993 111 0 4431d79514046f1aa5f62b22420cfa99
cpath: /trunk/client/climisc.h
copyroot: 15280 /trunk

PLAIN
K 11
Makefile.am
V 22
file 5f.5ck.r15869/170
K 6
agents
V 21
dir zf.5ck.r15753/862
K 11
attribute.c
V 22
file xh.5ck.r15627/122
K 11
attribute.h
V 19
file xi.0.r4715/844
K 7
audio.c
V 27
file 139.5bk.r14370/4417393
K 7
audio.h
V 22
file 13a.0.r10416/6162
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 27
file 13f.5bk.r14377/2306692
K 11
audio_sdl.h
V 22
file 13g.0.r4452/26570
K 17
chatline_common.c
V 25
file 14q.5ck.r15909/37592
K 17
chatline_common.h
V 25
file 14r.5ck.r15909/37845
K 16
citydlg_common.c
V 22
file z4.5ck.r15861/936
K 16
citydlg_common.h
V 24
file z5.5ck.r15681/71947
K 13
cityrepdata.c
V 22
file mb.5ck.r15519/718
K 13
cityrepdata.h
V 21
file mc.0.r9153/21475
K 11
civclient.c
V 23
file 4f2.5ck.r15408/695
K 13
client_main.c
V 24
file 2f.5cp.r15837/24551
K 13
client_main.h
V 24
file hz.5cq.r15407/50895
K 8
climap.c
V 26
file 197.5ck.r15410/382800
K 8
climap.h
V 25
file 198.5bk.r13917/12934
K 9
climisc.c
V 24
file d5.5ck.r15909/41165
K 9
climisc.h
V 24
file i0.5ck.r15909/41407
K 8
clinet.c
V 24
file hc.5ck.r15814/40831
K 8
clinet.h
V 25
file i1.5bk.r14427/324634
K 15
colors_common.c
V 25
file 33a.5bk.r14777/43029
K 15
colors_common.h
V 25
file 33b.5bk.r14777/43294
K 19
connectdlg_common.c
V 25
file 2fw.5ck.r15698/33657
K 19
connectdlg_common.h
V 26
file 2fx.5bk.r14209/198288
K 9
control.c
V 22
file gz.5ck.r15885/348
K 9
control.h
V 23
file i2.5ck.r15863/1753
K 7
dummy.c
V 23
file 4f9.5ck.r15641/551
K 8
editor.c
V 25
file 3bg.5ck.r15761/12833
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 6
goto.c
V 24
file vu.5ck.r15832/25709
K 6
goto.h
V 24
file vv.5ck.r15509/18108
K 8
gui-ftwl
V 24
dir 2k2.5ck.r15909/37093
K 11
gui-gtk-2.0
V 23
dir zs.5ck.r15909/18456
K 7
gui-sdl
V 24
dir 16t.5ck.r15909/33543
K 8
gui-stub
V 23
dir mh.5ck.r15909/40922
K 9
gui-win32
V 23
dir np.5ck.r15909/27949
K 7
gui-xaw
V 23
dir 9o.5ck.r15909/22271
K 10
helpdata.c
V 22
file h1.5ck.r15903/606
K 10
helpdata.h
V 25
file i3.5bk.r14417/261925
K 7
include
V 23
dir b8.5ck.r15909/24392
K 16
mapctrl_common.c
V 26
file 15m.5ck.r15785/128643
K 16
mapctrl_common.h
V 23
file 15n.0.r11378/41712
K 16
mapview_common.c
V 24
file z2.5ck.r15867/15156
K 16
mapview_common.h
V 24
file z3.5ck.r15509/19100
K 19
messagewin_common.c
V 25
file 14s.5ck.r15909/33786
K 19
messagewin_common.h
V 25
file 14t.5ck.r15909/37338
K 9
options.c
V 23
file dc.5ck.r15533/1386
K 9
options.h
V 22
file i4.5ck.r15533/908
K 17
overview_common.c
V 26
file 2yk.5ck.r15410/337841
K 17
overview_common.h
V 24
file 2yl.5bk.r15036/1721
K 10
packhand.c
V 23
file n.5ck.r15852/21053
K 10
packhand.h
V 24
file i5.5bk.r14422/90154
K 15
plrdlg_common.c
V 26
file 14u.5ck.r15785/128133
K 15
plrdlg_common.h
V 26
file 14v.5bk.r14417/257761
K 17
repodlgs_common.c
V 25
file 11i.5ck.r15725/36369
K 17
repodlgs_common.h
V 25
file 11j.5bk.r14162/22062
K 9
reqtree.c
V 26
file 2ym.5ck.r15410/337339
K 9
reqtree.h
V 23
file 2yn.0.r13481/22674
K 9
servers.c
V 25
file 33x.5ck.r15626/13760
K 9
servers.h
V 25
file 33y.5ck.r15505/14398
K 6
text.c
V 25
file 2g3.5ck.r15813/71577
K 6
text.h
V 24
file 2g4.5bk.r14284/8380
K 15
themes_common.c
V 23
file 352.0.r13227/35243
K 15
themes_common.h
V 23
file 353.0.r13227/35479
K 10
tilespec.c
V 24
file hl.5ck.r15852/21299
K 10
tilespec.h
V 24
file i6.5ck.r15773/24108
K 10
voteinfo.c
V 24
file 4fe.5ck.r15676/3844
K 10
voteinfo.h
V 24
file 4ff.5ck.r15676/4001
END
ENDREP
id: d.5ck.r15909/45181
type: dir
pred: d.5ck.r15903/4371
count: 4564
text: 15909 41648 3520 3520 5b6172d6516838c26ef3e9e649aee870
props: 12883 2898 109 0 732f4656541fb514e4368d9517bdf317
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 23
file 6l.5bk.r13891/2383
K 7
INSTALL
V 21
file 6.5bk.r14672/184
K 11
Makefile.am
V 23
file 59.5bk.r14918/1267
K 4
NEWS
V 22
file 6m.5bk.r13824/202
K 6
README
V 20
file 7.0.r4421/96382
K 2
ai
V 21
dir 8.5ck.r15908/4882
K 10
autogen.sh
V 22
file 12o.5ck.r15690/50
K 9
bootstrap
V 23
dir 2p5.5ck.r15809/3330
K 6
client
V 22
dir d.5ck.r15909/45181
K 6
common
V 22
dir p.5ck.r15909/14131
K 12
config.mac.h
V 20
file hb.0.r6045/5982
K 12
configure.ac
V 23
file 149.5ck.r15790/218
K 4
data
V 21
dir w.5ck.r15890/8678
K 6
debian
V 22
dir 5w.5ck.r15836/2958
K 12
dependencies
V 25
dir 2yu.5ck.r15799/243560
K 11
diff_ignore
V 19
file qq.0.r13200/42
K 3
doc
V 22
dir k7.5ck.r15879/1642
K 2
m4
V 23
dir 12p.5ck.r15874/1928
K 6
manual
V 24
dir 2m2.5ck.r15855/40893
K 2
po
V 22
dir fs.5ck.r15907/8221
K 7
scripts
V 23
dir 2yo.5bk.r14810/1300
K 6
server
V 21
dir z.5ck.r15908/8905
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 22
dir 1c.5ck.r15905/2421
K 10
version.in
V 25
file 2lo.5ck.r15888/12143
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.r15909/46672
type: dir
pred: 3.5ck.r15908/10393
count: 12299
text: 15909 45413 1246 1246 2c1d415cac6c587004814a32734ad4ba
props: 11109 0 255 0 8cbc80e0da9c47b05b8ffee17ea9b0f1
cpath: /trunk
copyroot: 15280 /trunk

PLAIN
K 8
branches
V 19
dir 1.0.r15878/7599
K 4
tags
V 21
dir 2.0.r15609/968232
K 5
trunk
V 22
dir 3.5ck.r15909/46672
K 7
website
V 18
dir 3ge.0.r12388/0
END
ENDREP
id: 0.0.r15909/47061
type: dir
pred: 0.0.r15908/10780
count: 15909
text: 15909 46896 152 152 8b4e4e9b0b5423e68cbe54aad16e6931
cpath: /
copyroot: 0 /

14q.5ck.t15908-1 modify true false /trunk/client/chatline_common.c

a6.5ck.t15908-1 modify true false /trunk/client/gui-xaw/dialogs.c

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

xu.5ck.t15908-1 modify true false /trunk/client/gui-win32/dialogs.c

9u.5ck.t15908-1 modify true false /trunk/client/gui-xaw/chatline.c

14s.5ck.t15908-1 modify true false /trunk/client/messagewin_common.c

xk.5ck.t15908-1 modify true false /trunk/client/gui-win32/chatline.c

4h3.5ck.t15908-1 modify true false /trunk/common/featured_text.c

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

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

2kh.5ck.t15908-1 modify true false /trunk/client/gui-ftwl/dialogs.c

mv.5ck.t15908-1 modify true false /trunk/client/gui-stub/dialogs.c

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

d5.5ck.t15908-1 modify true false /trunk/client/climisc.c

en.5ck.t15908-1 modify true false /trunk/client/include/chatline_g.h

2k7.5ck.t15908-1 modify true false /trunk/client/gui-ftwl/chatline.c

108.5ck.t15908-1 modify true false /trunk/client/gui-gtk-2.0/dialogs.c

17a.5ck.t15908-1 modify true false /trunk/client/gui-sdl/dialogs.c

ml.5ck.t15908-1 modify true false /trunk/client/gui-stub/chatline.c

i0.5ck.t15908-1 modify true false /trunk/client/climisc.h

zw.5ck.t15908-1 modify true false /trunk/client/gui-gtk-2.0/chatline.c

16y.5ck.t15908-1 modify true false /trunk/client/gui-sdl/chatline.c


47061 47211
