DELTA 11666 0 129
SVN  <[ ‡ ³ ‡y†~€e HŽt#include "unitlist.h"           /* struct unit_listvoid popup_tileset_suggestion_dialog(void);
bool popup_theme_suggestion_dialog(const char *theme_nameENDREP
DELTA 13207 0 737
SVN  ã)å{I ã)  G €\ BŽ €l
****
  Tileset (modpack) has suggested loading certain theme. Confirm from
  user and load.
********/
bool popup_theme_suggestion_dialog(const char *theme_name)
{
  /* Don't load */
  return FALSE;
}
ENDREP
DELTA 8640 0 1864
SVN  °g·Zq…) j – d‹ †LŽR„ j‹ ;–ƒ G  …C™¼ RŽ  ‚JŸH ˆ`¤z‹ p­v€U Y¨ ž d‹€S N¨ €[ RŽ  ‚®f A €A A@€S EŽ ž @@¡ W‹š @@¶struct player *pplayervoid}

int *unit_id, int *city_id)
{
  /* PORTME */
  return FALSE; bv_specialRuleset (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 13039 7433 61886
SVN  …û,…þ1y› ƒ¦ ˜ §ƒ¦-€S Að? H„  €m L…ø;² O…ú1€Œ K„à|€ƒ} d„å_¶ ^„æz° B­>¡ T…Ð4€„K c¹@ EÕ  ‹N„ï^ O@€U Y‚• ¡ R=€S N‚• €bspecial_name_translationset_wstate(pNationButton, FC_WS_SELLECTED);
  pSellected_Widget = pNationButton;
    
    if (pSetup->nation == MAX_ID - pNationButton->ID) {
      widget_redraw(pNationButton);
      widget_flush(pNationButton);
      return -1;
    }
  
    pSetup->nation = MAX_ID - pNationButton->ID;
  
    change_nation_label();
  
    select_random_leader(pSetup->nation);
    
    widget_flush(pNationDlg->pEndWidgetList);
  } else {
    /* pop up legend info */
    struct widget *pWindow, *pOK_Button;
    SDL_String16 *pStr;
    SDL_Surface *pText, *pText2;
    SDL_Rect area, area2;
    struct nation_type *pNation = nation_by_number(MAX_ID - pNationButton->ID);
      
    widget_redraw(pNationButton);
    widget_mark_dirty(pNationButton);
  
    if (!pHelpDlg) {
    
      pHelpDlg = fc_calloc(1, sizeof(struct SMALL_DLG));
    
      pStr = create_str16_from_char("Nation's Legend", adj_font(12));
      pStr->style |= TTF_STYLE_BOLD;
  
      pWindow = create_window_skeleton(NULL, pStr, 0);
      pWindow->action = help_dlg_callback;

      set_wstate(pWindow, FC_WS_NORMAL);
    
      pHelpDlg->pEndWidgetList = pWindow;
      add_to_gui_list(ID_WINDOW, pWindow);
    
      pOK_Button = create_themeicon_button_from_chars(pTheme->OK_Icon,
                                pWindow->dst, _("OK"), adj_font(14), 0);
      pOK_Button->action = cancel_help_dlg_callback;
      set_wstate(pOK_Button, FC_WS_NORMAL);
      pOK_Button->key = SDLK_ESCAPE;
      add_to_gui_list(ID_BUTTON, pOK_Button);
      pHelpDlg->pBeginWidgetList = pOK_Button;
    } else {
      pWindow = pHelpDlg->pEndWidgetList;
      pOK_Button = pHelpDlg->pBeginWidgetList;
      /* undraw window */
      widget_undraw(pWindow);
      widget_mark_dirty(pWindow);
    }

    area = pWindow->area;
    
    if (pNation->legend && *(pNation->legend) != '\0') {
      pStr = create_str16_from_char(pNation->legend, adj_font(12));
    } else {
}
    
    pStr->fgcol = *get_game_colorRGB(COLOR_THEME_NATIONDLG_LEGEND);
    pText = create_text_surf_smaller_that_w(pStr, Main.screen->w - adj_size(20));
  
    copy_chars_to_string16(pStr, nation_plural_translation(pNation));
    pText2 = create_text_surf_from_str16(pStr);
  
    FREESTRING16(pStr);
    
    /* create window background */
    area.w = MAX(area.w, pText2->w + adj_size(20));
    area.w = MAX(area.w, pText->w + adj_size(20));
    area.w = MAX(area.w, pOK_Button->size.w + adj_size(20));
+ adj_size(10) + pOK_Button->size.h + adj_size(10));

(pWindow->size.w - pWindow->area.w) + area.w,
    widget_set_position(pWindow,
    (Main.screen->h - pWindow->size.h) / 2);
    
    area2.x = area.x + adj_size(7);
    area2.y = area.y + adj_size(6);
    alphablit(pText2, NULL, pWindow->theme, &area2);
    area2.y += (pText2->h + adj_size(10));
    FREESURFACE(pText2);
  
    alphablit(pText, NULL, pWindow->theme, &area2);
    FREESURFACE(pText);
  
    pOK_Button->size.x = area.x + (area.w - pOK_Button->size.w) / 2;
    pOK_Button->size.y = area.y + area.h - pOK_Button->size.h - adj_size(10);
  
    /* redraw */
    redraw_group(pOK_Button, pWindow, 0);

    widget_mark_dirty(pWindow);
  
    flush_dirty();
 Ruleset (modpack) has suggested loading certain tileset. Confirm from
  user and loadtileset_suggestion_dialog(void)
{Tileset (modpack) has suggested loading certain theme. Confirm from
  user and loadbool popup_theme_suggestion_dialog(const char *theme_name)
{
  /* Don't load */
  return FALSE;
}
ENDREP
DELTA 10945 350 2178
SVN  ¢¶JF– †s €‚n G ­ G–@€ƒ* G  G‡b€< ‚Š€‚. G  #Œ\€‡P G  ƒ+]€ƒo “K¬ 6”Kgui_main.h"

#include "themes_common.h"
#include "themes_g.h"

/* Array of default files. First num_default_files positions
 * are files returned by gtk_rc_get_default_files() on client startup.
 * There are two extra postions allocated in the array - one for
 * specific Freeciv file and one for NULL. */
static char** default_files;
static int num_default_files;

******
  Initialize the default_files array.
*****/
static void load_default_files()
{
  int i;
  gchar** f;
  
  if (default_files != NULL) {
    return;
  }
  
  f = gtk_rc_get_default_files();
  
  for (i = 0; f[i] ; i++) {
    /* nothing */
  }
  num_default_files = i;
  default_files = fc_malloc(sizeof(char*) * (i + 2));
  
  for (i = 0; i < num_default_files; i++) {
    default_files[i] = mystrdup(f[i]);
  }
  default_files[i] = default_files[i + 1] = NULL;
}

GtkStyle *style;
  char buf[strlen(directory) + strlen(theme_name) + 32];
  
  load_default_files();
  default_files[num_default_files] = buf;
  default_files[num_default_files + 1] = NULL    
  /* the turn done button must have its own style. otherwise when we flash
     the turn done button other widgets may flash too. */
  if (!(style = gtk_rc_get_style(turn_done_button))) {
    style = turn_done_button->style;
  }
  gtk_widget_set_style(turn_done_button, gtk_style_copy(style));
}

GtkStyle *style;
  bool theme_loaded;

  /* try to load user defined theme */
  theme_loaded = load_theme(default_theme_name);

  /* no user defined theme loaded -> try to load Freeciv default theme */
  if (!theme_loaded) {
    theme_loaded = load_theme(FC_GTK_DEFAULT_THEME_NAME);
    if (theme_loaded) {
      sz_strlcpy(default_theme_name, FC_GTK_DEFAULT_THEME_NAME);
    }
  }
    
  /* still no theme loaded -> load system default theme */
  if (!theme_loaded) {
    load_default_files();
    default_files[num_default_files] = NULL;
    gtk_rc_set_default_files(default_files);
    gtk_rc_reparse_all_for_settings(gtk_settings_get_default(), TRUE);
      
    /* the turn done button must have its own style. otherwise when we flash
       the turn done button other widgets may flash too. */
    if (!(style = gtk_rc_get_style(turn_done_button))) {
      style = turn_done_button->style;
    }
    gtk_widget_set_style(turn_done_button, gtk_style_copy(style));
  }
}

int i;

  const char **data_directories = get_data_dirs(count);
    
  char **directories = fc_malloc(sizeof(char *) * (*count + 2));
    
  /* Freeciv-specific GTK+ themes directories */
  for (i = 0; i < *count; i++) {
    char buf[strlen(data_directories[i]) + strlen("/themes/gui-gtk-2.0") + 1];
    
    my_snprintf(buf, sizeof(buf), "%s/themes/gui-gtk-2.0", data_directories[i]);

    directories[i] = mystrdup(buf);
  }
    
  /* standard GTK+ themes directory (e.g. /usr/share/themes) *//* user GTK+ themes directory (~/.themes) */ENDREP
DELTA 12636 459 483
SVN  ½<¿*&4 ‰h Œ ‚‰Y• •{‹V€ ñT¡4 ‹“	 Ÿž%hemes_commonheme_name[512] = "\0"heme_name, N_("Theme"),
		 N_("By changing this option you change the active theme."),
		 COC_GRAPHICS,
		 get_themes_list, theme_reread_callback00ENDREP
DELTA 13161 0 3735
SVN  ƒËJƒÉa8 Ã< ¸ €!Ã# ±%ÃW Ô'÷#This client has no special command line options\n\n"));
ENDREP
DELTA 12316 1343 105
SVN  p< S ¼_dlg.c	\
	themes.c	\
	tileset_dlg.c	\
	wldlg.c		\
	wldlg.h	
ENDREP
DELTA 10945 6950 2783
SVN  ¬£P'†Y U €ƒz G  ‡j¡,· I¨ ‰ ‚©h¬ G €F I¨ €-int i;
    
  /* get GUI-specific theme directories */
  char **gui_directories =
      get_gui_specific_themes_directories(&num_directories);
  
  directories = 
      fc_malloc(sizeof(struct theme_directory) * num_directories);
          
  for (i = 0; i < num_directories; i++) {
    directories[i].path = gui_directories[i];
    
    /* get useable themes in this directory */
    directories[i].themes =
	get_useable_themes_in_directory(directories[i].path,
					&(directories[i].num_themes));
  }
}

  If there's no such theme the function returns FALSE.
***/
bool TRUE;
      }
    }
  }
  return FALSE;
}

******
  Wrapper for load_theme. It's is used by local options dialog
***/
void theme_reread_callback(struct client_option *option)
{
  assert(option->p_string_value && *option->p_string_value != '\0');
  load_theme(option->p_string_value);
}
ENDREP
DELTA 11044 0 396
SVN  ® ®D
	 ‡D ‰ ¦w‡(heme_nameENDREP
DELTA 11685 1818 77
SVN  —˜8  ”q Š ‚”\€–bmap_widget/* There simply is no proper header to place this define. Creating one
 * just for this seems overkill. */
#define FC_GTK_DEFAULT_THEME_NAME "Freeciv"ENDREP
DELTA 10945 9746 629
SVN  †_‡j †/ €jbool load_theme(const char* theme_name);
void theme_reread_callback(struct client_option *option);
#endif
ENDREP
DELTA 13033 1257405 28632
SVN  ‚ä=‚é$8ƒn ®9 „ ê®<¤ ®I‚˜s€j ˜4‚È>€\ Cà@· E½~€` Cà@€i F½} ƒQ‚àltype_name_translation(city_style_idx[i])struct nation_type *first_nation = *(struct nation_type **)first;
  struct nation_type *second_nation = *(****
  Ruleset (modpack) has suggested loading certain tileset. Confirm from
  user and load*********/
void popup_tileset_suggestion_dialog(void)
{**********
  Tileset (modpack) has suggested loading certain theme. Confirm from
  user and load*********/
bool popup_theme_suggestion_dialog(const char *theme_name)
{
  /* Don't load */
  return FALSEENDREP
DELTA 13207 3362 1786
SVN  ƒ¸Kƒ» ƒ¸K  G ¼ lƒ·0€b
****
  Tileset (modpack) has suggested loading certain themebool popup_theme_suggestion_dialog(const char *theme_name)
{
  /* Don't load */
  return FALSE;
}
ENDREP
DELTA 13039 112090 33828
SVN  †  †  $„ š Š ƒºš€t †`ƒÔO€‚n ŠwƒÜD— ‚¶ƒçT  int num_;
  int t;

  assert(style < city_sprite->num_styles);

  num_thresholds = city_sprite->styles[style].num_thresholds/* Store number of styles we have allocated memory for.
   * game.control.styles_count might change if client disconnects from
   * server and connects new one. */
  city_sprite->num_styles = game.control.styles_count;
  city_sprite->styles = fc_malloc(city_sprite->num_styles
				  * sizeof(*city_sprite->styles));

  for (style = 0; style < city_sprite->num_stylescity_sprite->num_styles†  ƒ‡<ƒl(ˆ?€‚( ‚„ €$ €#‚„€ƒ Lƒ…p Q‚Ž@œ OÙ €Draw_rail[dir] = rail && rail_near[dir];
    draw_road[dir] = road && road_near[dir] && !draw_rail[dir];

    /* Don't draw an isolated road/rail if there's any connection. */
    draw_single_rail &= !draw_rail[dir];
    draw_single_road &= !draw_rail[dir] && !draw_road[dir];
  }

  /* Draw road 
    /* Free old sprites */
    free_city_sprite(t->sprites.city.tile);
    free_city_sprite(t->sprites.city.wall);
    free_city_sprite(t->sprites.city.occupied);
  
  for (i = 0; i < t->num_prefered_themes; i++) {
    if (strcmp(t->prefered_themes[i], default_theme_name)) {
      if (popup_theme_suggestion_dialog(t->prefered_themes[i])) {
        freelog(LOG_DEBUG, "trying theme \"%s\".", t->prefered_themes[i]);
        if (load_theme(t->prefered_themes[i])) {
          sz_strlcpy(default_theme_name, t->prefered_themes[i]);
          return;
        }
      }Initialize tileset structurevoid tileset_init(struct tileset *t)
{
  /* We currently have no city sprites loaded. */
  t->sprites.city.tile     = NULL;
  t->sprites.city.wall     = NULL;
  t->sprites.city.occupied = NULL;
}
ENDREP
DELTA 11835 0 430
SVN  ÂË:ˆ5 ! €X ‚[„ VƒT‰ ƒv… ‰ ‚)‰€R …}‹§ …‘€† ‹M–„  M¡I€Hevents.c
common/map.c
common/packets.c
common/player.c
common/requirements.c
common/teamauthggzserverggzclientonnectdlg.c
client/gui-gtk-2.0/diplomat_dialog.c
client/gui-gtk-2.0/caravan_dialogtheme_dlg.c
client/gui-gtk-2.0/tileset_sdl/caravan_dialog.c
client/gui-sdl/chatline.c
client/gui-sdl/citydlg.c
client/gui-sdl/cityrep.c
client/gui-sdl/cma_fe.c
client/gui-sdl/connectdlg.c
client/gui-sdl/dialogs.c
client/gui-sdl/diplodlg.c
client/gui-sdl/diplomat_dialog.c
client/gui-sdl/finddlg.c
client/gui-sdl/gotodlg.c
client/gui-sdl/graphics.c
client/gui-sdl/gui_main.c
client/gui-sdl/gui_string.c
client/gui-sdl/gui_tilespec.c
client/gui-sdl/helpdlg.c
client/gui-sdl/inteldlg.c
client/gui-sdl/mapctrl.c
client/gui-sdl/mapview.c
client/gui-sdl/menu.c
client/gui-sdl/messagewin.c
client/gui-sdl/optiondlg.c
client/gui-sdl/pages.c
client/gui-sdl/plrdlg.c
client/gui-sdl/repodlgs.c
client/gui-sdl/spaceshipdlg.c
client/gui-sdl/sprite.c
client/gui-sdl/themespec.c
client/gui-sdl/wldlg.c
client/gui-win32/canvaciv2data/civ1/game.ruleset
data/civ2/game.ruleset
data/default/game.ruleset
ENDREP
id: gq.59e.r13237/13438
type: file
pred: gq.59e.r13236/53
count: 120
text: 13237 12266 1147 9603 9c163d2a827057ba90cc2b90cee3d24a
props: 11100 14705 111 0 89e24921275908e1dbda216a065c4859
cpath: /branches/S2_1/po/POTFILES.in
copyroot: 11448 /branches/S2_1

PLAIN
K 9
ChangeLog
V 22
file gp.0.r3395/111725
K 14
Makefile.in.in
V 23
file ft.59e.r12427/4615
K 11
POTFILES.in
V 24
file gq.59e.r13237/13438
K 13
POTFILES.skip
V 21
file 2eq.0.r6728/1304
K 5
ar.po
V 27
file 3c6.59e.r13234/2811251
K 5
ca.po
V 27
file 2dy.59e.r13234/2813354
K 11
check_po.pl
V 19
file oj.0.r4662/450
K 5
cs.po
V 27
file 2qo.59e.r13234/2808607
K 5
da.po
V 26
file yx.59e.r13234/2813621
K 5
de.po
V 26
file j2.59e.r13234/2814411
K 5
el.po
V 27
file 3gg.59e.r13234/2810989
K 8
en_GB.po
V 26
file k6.59e.r13234/2809397
K 5
es.po
V 26
file gr.59e.r13234/2809133
K 5
et.po
V 27
file 157.59e.r13234/2811770
K 5
fa.po
V 27
file 3f1.59e.r13234/2813886
K 5
fi.po
V 26
file zc.59e.r13234/2815204
K 5
fr.po
V 26
file gs.59e.r13234/2811508
K 5
he.po
V 27
file 2yi.59e.r13234/2814937
K 5
hu.po
V 26
file i8.59e.r13234/2809930
K 5
it.po
V 26
file x5.59e.r13234/2812562
K 5
ja.po
V 26
file qr.59e.r13234/2814672
K 5
lt.po
V 27
file 3bm.59e.r13234/2812826
K 5
nl.po
V 26
file oo.59e.r13234/2812034
K 5
no.po
V 26
file k9.59e.r13234/2809664
K 5
pl.po
V 26
file i9.59e.r13234/2812299
K 5
pt.po
V 26
file gy.59e.r13234/2813090
K 8
pt_BR.po
V 26
file k5.59e.r13234/2808869
K 5
ro.po
V 26
file xb.59e.r13234/2810459
K 5
ru.po
V 26
file m2.59e.r13234/2810724
K 13
statistics.rb
V 23
file 3w9.59e.r13119/742
K 13
statistics.sh
V 23
file 3ft.59e.r12341/245
K 5
sv.po
V 26
file uv.59e.r13234/2814149
K 5
uk.po
V 27
file 2e6.59e.r13234/2810193
K 8
zh_CN.po
V 27
file 3c2.59e.r13234/2815468
END
ENDREP
id: fs.59e.r13237/15187
type: dir
pred: fs.59e.r13236/1790
count: 1362
text: 13237 13695 1479 1479 d62ab9ff12e0441850262bae517dd7e3
props: 9574 1496 125 0 7124dc9d40a748f14a280c5442486c88
cpath: /branches/S2_1/po
copyroot: 11448 /branches/S2_1

id: i4.59e.r13237/15432
type: file
pred: i4.0.r11044/636
count: 57
text: 13237 9293 30 5956 6b97988ae14e2d59852ba2950c3204ee
props: 11044 512 111 0 e5ad8d36ef6bfd356bb06d6f3ece066f
cpath: /branches/S2_1/client/options.h
copyroot: 11448 /branches/S2_1

id: 34x.59e.r13237/15684
type: file
pred: 34x.0.r11331/491
count: 2
text: 13237 4922 2924 6986 2a3be80a9747d6b00a172a3c84d20f42
props: 10945 10388 110 0 94a2a96823d3c54fff31bdd51de17982
cpath: /branches/S2_1/client/gui-gtk-2.0/themes.c
copyroot: 11448 /branches/S2_1

id: 10k.59e.r13237/15952
type: file
pred: 10k.59e.r13182/634
count: 166
text: 13237 8133 93 58593 d36108afd329c9305a125c4c3bcbd741
props: 11057 38870 112 0 ec3aa248409009be6c82cab2c7e95ef5
cpath: /branches/S2_1/client/gui-gtk-2.0/gui_main.c
copyroot: 11448 /branches/S2_1

id: 10l.59e.r13237/16225
type: file
pred: 10l.59e.r13089/11753
count: 26
text: 13237 9348 188 3128 479f915b85a261f1500fac16152c8ce2
props: 10096 14654 111 0 1912998302effd94f7d1c131050552ad
cpath: /branches/S2_1/client/gui-gtk-2.0/gui_main.h
copyroot: 11448 /branches/S2_1

id: zu.59e.r13237/16499
type: file
pred: zu.59e.r13207/14374
count: 14
text: 13237 8252 76 2063 aa499262fb2dd6e7954137d9212afcb7
props: 11088 9148 111 0 3d57169d64a739976bce7d2e578e29eb
cpath: /branches/S2_1/client/gui-gtk-2.0/Makefile.am
copyroot: 11448 /branches/S2_1

PLAIN
K 11
Makefile.am
V 24
file zu.59e.r13237/16499
K 8
canvas.c
V 23
file 2y6.0.r10518/13194
K 8
canvas.h
V 23
file 2y7.0.r10096/14437
K 16
caravan_dialog.c
V 25
file 376.59e.r12671/29086
K 10
chatline.c
V 22
file zw.0.r9577/108991
K 10
chatline.h
V 22
file zx.0.r9577/109355
K 15
choice_dialog.c
V 25
file 377.59e.r12671/29406
K 15
choice_dialog.h
V 25
file 378.59e.r12671/29728
K 9
citydlg.c
V 23
file zy.59e.r13124/5970
K 9
citydlg.h
V 20
file zz.0.r5493/6351
K 9
cityrep.c
V 24
file 100.59e.r13077/4921
K 9
cityrep.h
V 22
file 101.0.r9098/11480
K 8
cma_fe.c
V 21
file 102.0.r11163/712
K 8
cma_fe.h
V 23
file 103.0.r10181/13675
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 22
file 106.0.r10804/2737
K 12
connectdlg.h
V 21
file 107.0.r7580/6878
K 9
dialogs.c
V 23
file 108.59e.r13090/443
K 9
dialogs.h
V 22
file 109.0.r11212/7101
K 10
diplodlg.c
V 27
file 10a.59e.r13033/1321537
K 10
diplodlg.h
V 23
file 10b.0.r9577/108261
K 17
diplomat_dialog.c
V 26
file 36n.59e.r13028/208120
K 9
finddlg.c
V 22
file 10c.0.r10731/5364
K 9
finddlg.h
V 22
file 2d0.0.r5989/22356
K 10
gamedlgs.c
V 27
file 10d.59e.r13033/1322641
K 9
gotodlg.c
V 23
file 10e.0.r11391/49213
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.59e.r13237/15952
K 10
gui_main.h
V 25
file 10l.59e.r13237/16225
K 11
gui_stuff.c
V 21
file 10m.0.r11351/849
K 11
gui_stuff.h
V 22
file 10n.0.r11351/1090
K 11
happiness.c
V 23
file 10o.0.r11293/24030
K 11
happiness.h
V 23
file 10p.0.r9577/106064
K 9
helpdlg.c
V 25
file 10q.59e.r13044/56514
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 27
file 10u.59e.r13033/1321813
K 10
inteldlg.h
V 23
file 2d1.0.r9577/108626
K 9
mapctrl.c
V 25
file 10v.59e.r13089/12026
K 9
mapctrl.h
V 23
file 10w.0.r11337/80395
K 9
mapview.c
V 24
file 10x.59e.r13124/6238
K 9
mapview.h
V 23
file 10y.0.r11337/79174
K 6
menu.c
V 23
file 10z.59e.r13102/429
K 6
menu.h
V 22
file 110.0.r4315/16581
K 12
messagedlg.c
V 22
file 111.0.r10731/6465
K 12
messagedlg.h
V 22
file 2d2.0.r5989/22693
K 12
messagewin.c
V 22
file 112.0.r10731/3899
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 27
file 2pi.59e.r13033/1320708
K 7
pages.h
V 25
file 2pj.59e.r11864/10321
K 8
plrdlg.c
V 27
file 115.59e.r13033/1322365
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 24
file 118.59e.r13135/3462
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 22
file 11c.0.r10731/6094
K 14
spaceshipdlg.h
V 23
file 11d.0.r9577/110090
K 8
sprite.c
V 23
file 2y8.0.r10141/28169
K 8
sprite.h
V 23
file 2y9.0.r10141/29270
K 8
themes.c
V 25
file 34x.59e.r13237/15684
K 13
tileset_dlg.c
V 25
file 45l.59e.r13207/14182
K 7
wldlg.c
V 26
file 11e.59e.r13028/208679
K 7
wldlg.h
V 21
file 11f.0.r7682/2202
END
ENDREP
id: zs.59e.r13237/20045
type: dir
pred: zs.59e.r13207/17914
count: 969
text: 13237 16770 3262 3262 c67b233dc07ae0aca0d75c769b8548e8
props: 11108 11912 79 0 480bb3268560e84c2d6c8376c422c65e
cpath: /branches/S2_1/client/gui-gtk-2.0
copyroot: 11448 /branches/S2_1

id: a6.59e.r13237/20307
type: file
pred: a6.59e.r13207/18175
count: 132
text: 13237 9714 564 46244 bd464b129c088eb76b2bedfb424aefe6
props: 10957 6289 112 0 ac8a0c5808e41faff6290e5ee8a4284e
cpath: /branches/S2_1/client/gui-xaw/dialogs.c
copyroot: 11448 /branches/S2_1

PLAIN
K 11
Makefile.am
V 24
file bq.59e.r12316/59146
K 9
actions.c
V 21
file nt.0.r11408/9272
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 20
file 9u.0.r9160/4848
K 10
chatline.h
V 21
file 9v.0.r2187/10435
K 9
citydlg.c
V 25
file 9w.59e.r13028/212967
K 9
citydlg.h
V 20
file 9x.0.r2187/8309
K 9
cityrep.c
V 26
file 9y.59e.r12989/3510955
K 9
cityrep.h
V 20
file g1.0.r5489/4916
K 8
cma_fe.c
V 23
file 2ei.59e.r13147/376
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 21
file a4.0.r11187/6858
K 12
connectdlg.h
V 21
file a5.0.r2187/12228
K 9
dialogs.c
V 24
file a6.59e.r13237/20307
K 9
dialogs.h
V 21
file a7.0.r10882/3191
K 10
diplodlg.c
V 23
file a8.59e.r13041/6431
K 10
diplodlg.h
V 20
file a9.0.r2187/7955
K 17
diplomat_dialog.c
V 24
file 37p.59e.r13041/6156
K 9
finddlg.c
V 23
file aa.0.r10411/149811
K 9
finddlg.h
V 22
file 2dk.0.r5989/31562
K 9
gotodlg.c
V 21
file ab.0.r11408/9036
K 9
gotodlg.h
V 21
file ac.0.r1888/21069
K 10
graphics.c
V 26
file ad.59e.r13033/1328305
K 10
graphics.h
V 21
file ae.0.r10789/6338
K 10
gui_main.c
V 23
file bm.59e.r13182/4382
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 24
file af.59e.r13044/61635
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 24
file ai.59e.r13044/61096
K 10
inteldlg.h
V 23
file 2dl.0.r10108/22972
K 9
mapctrl.c
V 21
file aj.0.r10532/8954
K 9
mapctrl.h
V 21
file ak.0.r10532/9667
K 9
mapview.c
V 21
file al.0.r11408/9508
K 9
mapview.h
V 22
file am.0.r10181/17963
K 6
menu.c
V 24
file an.59e.r13044/60560
K 6
menu.h
V 22
file ao.0.r11408/10689
K 12
messagedlg.c
V 22
file ap.0.r10532/10389
K 12
messagedlg.h
V 22
file 2dm.0.r5989/31896
K 12
messagewin.c
V 21
file aq.0.r9098/15891
K 12
messagewin.h
V 20
file g3.0.r5489/3851
K 11
optiondlg.c
V 21
file ar.0.r10897/2722
K 11
optiondlg.h
V 21
file as.0.r1432/23133
K 7
pages.c
V 27
file 2qm.59e.r13033/1327233
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 26
file aw.59e.r13033/1329387
K 8
plrdlg.h
V 20
file g4.0.r5489/3140
K 10
ratesdlg.c
V 24
file ax.59e.r13044/61365
K 10
ratesdlg.h
V 22
file 2dn.0.r5989/31227
K 10
repodlgs.c
V 24
file ay.59e.r13044/60292
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 21
file b2.0.r10442/3177
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.59e.r13028/214060
K 7
wldlg.h
V 22
file o6.0.r10181/18680
END
ENDREP
id: 9o.59e.r13237/23597
type: dir
pred: 9o.59e.r13207/21465
count: 814
text: 13237 20575 3009 3009 f26c03571de70392b9ffb3316ed36c42
props: 11108 12237 78 0 a27c61ac5fddbd709df8c1876129f940
cpath: /branches/S2_1/client/gui-xaw
copyroot: 11448 /branches/S2_1

id: er.59e.r13237/23855
type: file
pred: er.59e.r13207/21722
count: 30
text: 13237 0 180 2139 c33a28b5f73a8f2817b970d20bf1aaff
props: 11088 12798 111 0 05a46e497021c8716b647ee1425e21a2
cpath: /branches/S2_1/client/include/dialogs_g.h
copyroot: 11448 /branches/S2_1

PLAIN
K 11
Makefile.am
V 22
file dt.0.r10945/18666
K 10
canvas_g.h
V 22
file 2y4.0.r10476/5269
K 12
chatline_g.h
V 21
file en.0.r7930/21641
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.59e.r13237/23855
K 12
diplodlg_g.h
V 21
file es.0.r7930/21998
K 11
finddlg_g.h
V 22
file 2do.0.r5989/36572
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 22
file ev.0.r11434/10062
K 11
helpdlg_g.h
V 22
file g6.0.r11309/10908
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 22
file ex.0.r11378/38812
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 22
file 2pk.0.r11443/8679
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.59e.r13237/25393
type: dir
pred: b8.59e.r13207/23260
count: 202
text: 13237 24121 1259 1259 c84caf7b750a7eb20c0361e57c4b5801
props: 4431 36493 46 0 e473fc4bd409d833d90929dfcb3a14b8
cpath: /branches/S2_1/client/include
copyroot: 11448 /branches/S2_1

id: xu.59e.r13237/25650
type: file
pred: xu.59e.r13207/23517
count: 89
text: 13237 10311 190 56733 fe45e528f06edbd1c6eef1ff96dbb92e
props: 10989 3964 111 0 8264fa93116f43c430f41dcf0da62390
cpath: /branches/S2_1/client/gui-win32/dialogs.c
copyroot: 11448 /branches/S2_1

PLAIN
K 11
Makefile.am
V 24
file nr.59e.r12316/62642
K 8
canvas.c
V 21
file 2ya.0.r10482/217
K 8
canvas.h
V 22
file 2yb.0.r10131/2132
K 10
chatline.c
V 21
file xk.0.r7930/24198
K 10
chatline.h
V 20
file xl.0.r5785/7678
K 9
citydlg.c
V 25
file xm.59e.r13028/217595
K 9
citydlg.h
V 19
file xn.0.r5671/865
K 9
cityrep.c
V 23
file xo.59e.r13077/8682
K 9
cityrep.h
V 22
file xp.0.r3745/159022
K 8
cma_fe.c
V 21
file 2fu.0.r9591/3114
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 26
file xs.59e.r13033/1335685
K 12
connectdlg.h
V 20
file xt.0.r8331/7783
K 9
dialogs.c
V 24
file xu.59e.r13237/25650
K 9
dialogs.h
V 21
file xv.0.r10883/4520
K 10
diplodlg.c
V 24
file xw.59e.r13041/11057
K 10
diplodlg.h
V 22
file xx.0.r3745/146125
K 9
finddlg.c
V 23
file xy.0.r10411/156996
K 9
finddlg.h
V 22
file 2dg.0.r5989/39776
K 9
gotodlg.c
V 23
file xz.59e.r12332/4781
K 9
gotodlg.h
V 20
file y0.0.r3786/3776
K 10
graphics.c
V 22
file y1.0.r11337/88168
K 10
graphics.h
V 21
file y2.0.r10294/2998
K 10
gui_main.c
V 24
file y3.59e.r13141/27876
K 10
gui_main.h
V 20
file y4.0.r10222/314
K 11
gui_stuff.c
V 24
file y5.59e.r13124/10269
K 11
gui_stuff.h
V 20
file y6.0.r7598/1609
K 11
happiness.c
V 27
file 137.59e.r13033/1333503
K 11
happiness.h
V 21
file 138.0.r7542/3688
K 9
helpdlg.c
V 22
file y7.59e.r13126/505
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 24
file yb.59e.r13041/11331
K 10
inteldlg.h
V 22
file 2dh.0.r5989/39102
K 9
mapctrl.c
V 23
file yc.59e.r12332/6375
K 9
mapctrl.h
V 21
file yd.0.r6430/14685
K 9
mapview.c
V 26
file ye.59e.r13033/1332955
K 9
mapview.h
V 19
file yf.0.r9875/209
K 6
menu.c
V 26
file yg.59e.r13033/1333778
K 6
menu.h
V 20
file yh.0.r5785/9458
K 12
messagedlg.c
V 22
file yi.0.r10488/20525
K 12
messagedlg.h
V 22
file 2di.0.r5989/40112
K 12
messagewin.c
V 21
file yj.0.r9098/24106
K 12
messagewin.h
V 22
file yk.0.r3745/155966
K 11
optiondlg.c
V 21
file yl.0.r7269/15007
K 11
optiondlg.h
V 21
file ym.0.r3959/96575
K 7
pages.c
V 23
file 2qk.59e.r13126/247
K 7
pages.h
V 22
file 2ql.0.r8639/12634
K 8
plrdlg.c
V 26
file yn.59e.r13033/1335416
K 8
plrdlg.h
V 20
file yo.0.r3847/6164
K 10
ratesdlg.c
V 24
file yp.59e.r13044/65182
K 10
ratesdlg.h
V 22
file 2dj.0.r5989/39439
K 10
repodlgs.c
V 24
file yq.59e.r13041/10517
K 10
repodlgs.h
V 22
file yr.0.r3745/151547
K 14
spaceshipdlg.c
V 21
file yt.0.r10427/5498
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.59e.r13028/218684
K 7
wldlg.h
V 20
file yw.0.r4626/7852
END
ENDREP
id: np.59e.r13237/28697
type: dir
pred: np.59e.r13207/26564
count: 589
text: 13237 25920 2764 2764 6144c8557ae99cb9d89a81f983c94868
props: 11108 12557 68 0 fbaef5f6348d6ae4b0cc177104ca4ad2
cpath: /branches/S2_1/client/gui-win32
copyroot: 11448 /branches/S2_1

id: 17a.59e.r13237/28957
type: file
pred: 17a.59e.r13207/27084
count: 100
text: 13237 1290 3602 98097 c39272a3f1d156cc60e757093be248eb
props: 10805 78030 111 0 ae073b1a8624f4e72ab3bef202bf2f05
cpath: /branches/S2_1/client/gui-sdl/dialogs.c
copyroot: 11448 /branches/S2_1

PLAIN
K 11
Makefile.am
V 26
file 16u.59e.r12555/160402
K 16
README.SDLClient
V 21
file 16x.0.r6786/5349
K 14
SDL_rotozoom.c
V 25
file 3k2.59e.r12671/46620
K 14
SDL_rotozoom.h
V 25
file 3k3.59e.r12671/47266
K 9
SDL_ttf.c
V 22
file 2dz.59e.r12037/79
K 9
SDL_ttf.h
V 22
file 2e0.0.r6439/49488
K 11
alphablit.c
V 25
file 3bf.59e.r12671/42783
K 8
canvas.c
V 23
file 39i.59e.r12878/214
K 8
canvas.h
V 24
file 39j.59e.r12864/1222
K 16
caravan_dialog.c
V 25
file 3bq.59e.r12700/21581
K 10
chatline.c
V 25
file 16y.59e.r12885/18700
K 10
chatline.h
V 23
file 16z.0.r11278/68134
K 9
citydlg.c
V 23
file 170.59e.r13043/422
K 9
citydlg.h
V 23
file 171.0.r11361/37701
K 9
cityrep.c
V 23
file 172.59e.r13043/957
K 9
cityrep.h
V 25
file 173.59e.r12770/14178
K 8
cma_fe.c
V 26
file 174.59e.r13039/183242
K 8
cma_fe.h
V 23
file 175.0.r11361/43495
K 8
colors.c
V 26
file 176.59e.r12555/155613
K 8
colors.h
V 23
file 177.0.r11354/23855
K 12
connectdlg.c
V 23
file 178.59e.r12798/114
K 12
connectdlg.h
V 26
file 179.59e.r12555/159931
K 9
dialogs.c
V 25
file 17a.59e.r13237/28957
K 9
dialogs.h
V 26
file 17b.59e.r12555/154166
K 10
diplodlg.c
V 25
file 17c.59e.r13041/15462
K 10
diplodlg.h
V 24
file 17d.59e.r11585/2927
K 17
diplomat_dialog.c
V 25
file 3bo.59e.r13041/15184
K 9
finddlg.c
V 27
file 17e.59e.r13033/1341760
K 9
finddlg.h
V 20
file 2d8.0.r5991/702
K 9
gotodlg.c
V 27
file 17f.59e.r13033/1339553
K 9
gotodlg.h
V 22
file 17g.0.r6515/58208
K 10
graphics.c
V 24
file 17h.59e.r12612/8663
K 10
graphics.h
V 24
file 17i.59e.r12612/9202
K 11
gui_iconv.c
V 24
file 17l.59e.r11464/6319
K 11
gui_iconv.h
V 24
file 17m.59e.r11464/6586
K 8
gui_id.h
V 24
file 17n.59e.r12716/9622
K 10
gui_main.c
V 24
file 17o.59e.r13182/7923
K 10
gui_main.h
V 25
file 17p.59e.r12885/16543
K 11
gui_mouse.c
V 25
file 3f3.59e.r12671/42465
K 11
gui_mouse.h
V 25
file 3f4.59e.r12671/43417
K 12
gui_string.c
V 26
file 17r.59e.r12555/159379
K 12
gui_string.h
V 25
file 17s.59e.r11452/16816
K 14
gui_tilespec.c
V 22
file 191.59e.r13127/93
K 14
gui_tilespec.h
V 26
file 192.59e.r12555/147779
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 25
file 17z.59e.r13041/16008
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 25
file 183.59e.r13041/15735
K 10
inteldlg.h
V 22
file 2d9.0.r11409/2687
K 9
mapctrl.c
V 25
file 184.59e.r12885/17895
K 9
mapctrl.h
V 25
file 185.59e.r12885/18164
K 9
mapview.c
V 23
file 186.59e.r13063/212
K 9
mapview.h
V 25
file 187.59e.r12885/16003
K 6
menu.c
V 26
file 188.59e.r13039/182970
K 6
menu.h
V 26
file 189.59e.r12555/152061
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 25
file 18b.59e.r12885/16812
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 25
file 18d.59e.r12885/15198
K 11
optiondlg.h
V 26
file 18e.59e.r12555/145698
K 7
pages.c
V 25
file 2qg.59e.r12700/21856
K 7
pages.h
V 22
file 2qh.0.r8639/16416
K 8
plrdlg.c
V 27
file 18f.59e.r13033/1342312
K 8
plrdlg.h
V 22
file 18g.0.r6387/81301
K 10
ratesdlg.h
V 22
file 2db.0.r5989/47726
K 10
repodlgs.c
V 25
file 18i.59e.r13041/14911
K 10
repodlgs.h
V 26
file 18j.59e.r12555/148435
K 14
spaceshipdlg.c
V 27
file 18m.59e.r13033/1342585
K 14
spaceshipdlg.h
V 23
file 18n.0.r5500/263363
K 8
sprite.c
V 25
file 39k.59e.r12671/37370
K 8
sprite.h
V 25
file 39l.59e.r12671/38637
K 18
themebackgrounds.c
V 25
file 3k4.59e.r12671/40219
K 18
themebackgrounds.h
V 25
file 3k5.59e.r12671/41817
K 13
themecolors.c
V 25
file 392.59e.r12671/45015
K 13
themecolors.h
V 25
file 393.59e.r12671/45661
K 8
themes.c
V 25
file 38p.59e.r12671/40545
K 11
themespec.c
V 25
file 390.59e.r12671/43733
K 11
themespec.h
V 25
file 391.59e.r12671/44376
K 11
unistring.c
V 23
file 18o.59e.r11903/914
K 11
unistring.h
V 23
file 18p.0.r11361/40418
K 8
widget.c
V 25
file 3k6.59e.r12671/39901
K 8
widget.h
V 25
file 3k7.59e.r12671/41184
K 15
widget_button.c
V 25
file 3k8.59e.r12671/44052
K 15
widget_button.h
V 25
file 3k9.59e.r12671/44693
K 17
widget_checkbox.c
V 25
file 3ka.59e.r12671/47907
K 17
widget_checkbox.h
V 25
file 3kb.59e.r12671/37050
K 13
widget_core.c
V 25
file 3kc.59e.r12671/45982
K 13
widget_edit.c
V 25
file 3kd.59e.r12671/46297
K 13
widget_edit.h
V 25
file 3ke.59e.r12671/46944
K 13
widget_icon.c
V 25
file 3kf.59e.r12671/42143
K 13
widget_icon.h
V 25
file 3kg.59e.r12671/43097
K 14
widget_label.c
V 25
file 3kh.59e.r12671/39578
K 14
widget_label.h
V 25
file 3ki.59e.r12671/40862
K 10
widget_p.h
V 25
file 3kj.59e.r12671/37682
K 18
widget_scrollbar.c
V 26
file 3kk.59e.r12918/152813
K 18
widget_scrollbar.h
V 25
file 3kl.59e.r12671/48227
K 15
widget_window.c
V 25
file 3km.59e.r12700/20759
K 15
widget_window.h
V 25
file 3kn.59e.r12700/21308
K 7
wldlg.c
V 24
file 18q.59e.r13043/1225
K 7
wldlg.h
V 23
file 18r.0.r11361/49592
END
ENDREP
id: 16t.59e.r13237/34172
type: dir
pred: 16t.59e.r13207/32296
count: 360
text: 13237 29229 4930 4930 9b56c33e159b1bc74720233c1cdf7010
props: 11108 12869 78 0 a27c61ac5fddbd709df8c1876129f940
cpath: /branches/S2_1/client/gui-sdl
copyroot: 11448 /branches/S2_1

id: 2kh.59e.r13237/34432
type: file
pred: 2kh.59e.r13207/32556
count: 13
text: 13237 205 229 13051 5e8b9826e69ba0e6b9d3d429e1fc1420
props: 10452 1380 111 0 3d57169d64a739976bce7d2e578e29eb
cpath: /branches/S2_1/client/gui-ftwl/dialogs.c
copyroot: 11448 /branches/S2_1

PLAIN
K 11
Makefile.am
V 25
file 2k4.59e.r12316/70392
K 8
canvas.c
V 24
file 2ye.59e.r11942/6108
K 8
canvas.h
V 23
file 2yf.0.r10109/10676
K 6
chat.c
V 24
file 2k5.59e.r11942/7614
K 6
chat.h
V 22
file 2k6.0.r7939/79684
K 10
chatline.c
V 24
file 2k7.59e.r11942/6556
K 10
chatline.h
V 22
file 2k8.0.r7939/74301
K 9
citydlg.c
V 21
file 2k9.0.r10452/784
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 24
file 2kd.59e.r11942/5317
K 8
colors.h
V 24
file 2ke.59e.r11942/5579
K 12
connectdlg.c
V 24
file 2kf.59e.r11942/7875
K 12
connectdlg.h
V 22
file 2kg.0.r7939/80350
K 9
dialogs.c
V 25
file 2kh.59e.r13237/34432
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 24
file 2kn.59e.r11942/5055
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 24
file 2kr.59e.r11944/1081
K 10
gui_main.h
V 24
file 2ks.59e.r11944/1348
K 10
gui_text.c
V 25
file 2mr.59e.r13044/74764
K 10
gui_text.h
V 24
file 2ms.59e.r11942/8948
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 22
file 2kx.0.r7939/66573
K 9
mapctrl.h
V 22
file 2ky.0.r7939/69259
K 9
mapview.c
V 27
file 2kz.59e.r13033/1348637
K 9
mapview.h
V 23
file 2l0.59e.r11944/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 24
file 2qc.59e.r11944/1613
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.r10141/55115
K 8
sprite.h
V 23
file 2yh.0.r10141/56198
K 8
themes.c
V 25
file 3cd.59e.r12671/54380
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.59e.r13237/37241
type: dir
pred: 2k2.59e.r13207/35365
count: 76
text: 13237 34701 2527 2527 d51f4fd9bb5561b704fb9a4d0b0dec6f
props: 11108 13191 78 0 667fe0aa2722f6798d567486294a1d2e
cpath: /branches/S2_1/client/gui-ftwl
copyroot: 11448 /branches/S2_1

id: 352.59e.r13237/37501
type: file
pred: 352.0.r11118/5618
count: 2
text: 13237 8356 908 4560 7e711a83877e22c97aaf62c1efd7de1f
props: 10945 24129 110 0 94a2a96823d3c54fff31bdd51de17982
cpath: /branches/S2_1/client/themes_common.c
copyroot: 11448 /branches/S2_1

id: 353.59e.r13237/37764
type: file
pred: 353.0.r11118/5853
count: 2
text: 13237 9563 123 921 989a47e876ee6f33b3107b3dd06bb1d8
props: 10945 24465 110 0 94a2a96823d3c54fff31bdd51de17982
cpath: /branches/S2_1/client/themes_common.h
copyroot: 11448 /branches/S2_1

id: hl.59e.r13237/38026
type: file
pred: hl.59e.r13141/36656
count: 354
text: 13237 10530 1704 153580 b995be16d77af8c722e047cfa5e6a527
props: 11096 3792 112 0 71c6b453a620995957914f193a952f13
cpath: /branches/S2_1/client/tilespec.c
copyroot: 11448 /branches/S2_1

id: mv.59e.r13237/38290
type: file
pred: mv.59e.r13207/35625
count: 20
text: 13237 459 806 7130 9f36d4cc8aaf07333bfc3e7de5991b3a
props: 8956 634 111 0 4b4193808cb95e702a5e5065e4345324
cpath: /branches/S2_1/client/gui-stub/dialogs.c
copyroot: 11448 /branches/S2_1

PLAIN
K 11
Makefile.am
V 24
file mj.59e.r12316/73454
K 8
canvas.c
V 24
file 2y0.59e.r11748/2213
K 8
canvas.h
V 23
file 2y1.0.r10095/12720
K 10
chatline.c
V 21
file ml.0.r7930/39139
K 10
chatline.h
V 21
file mm.0.r5491/41569
K 9
citydlg.c
V 23
file mn.59e.r11748/1426
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 23
file mt.59e.r11748/2738
K 12
connectdlg.h
V 21
file mu.0.r5491/46943
K 9
dialogs.c
V 24
file mv.59e.r13237/38290
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 23
file n0.59e.r11748/1167
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 22
file n4.0.r11434/22292
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 23
file nb.59e.r11748/1947
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 24
file 2qi.59e.r11748/2475
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 24
file 2y2.59e.r11748/1686
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.59e.r13237/40869
type: dir
pred: mh.59e.r13207/38204
count: 129
text: 13237 38554 2302 2302 1d722975dfbbb1024b237323daacae7d
props: 11108 13796 68 0 fbaef5f6348d6ae4b0cc177104ca4ad2
cpath: /branches/S2_1/client/gui-stub
copyroot: 11448 /branches/S2_1

id: dc.59e.r13237/41128
type: file
pred: dc.59e.r12989/3517750
count: 150
text: 13237 7874 232 24490 ed27ea683828284c09714b9877ab575c
props: 10965 83 112 0 b4bb2e29c9087472d2e44c6eab39b6d6
cpath: /branches/S2_1/client/options.c
copyroot: 11448 /branches/S2_1

PLAIN
K 11
Makefile.am
V 23
file 5f.59e.r12356/4787
K 6
agents
V 24
dir zf.59e.r13028/206509
K 11
attribute.c
V 24
file xh.59e.r13069/22716
K 11
attribute.h
V 19
file xi.0.r4715/844
K 7
audio.c
V 23
file 139.59e.r13174/478
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 21
file 13f.0.r10418/395
K 11
audio_sdl.h
V 22
file 13g.0.r4452/26570
K 17
chatline_common.c
V 23
file 14q.0.r9577/151065
K 17
chatline_common.h
V 23
file 14r.0.r9577/151422
K 16
citydlg_common.c
V 25
file z4.59e.r13028/207030
K 16
citydlg_common.h
V 24
file z5.59e.r12503/11134
K 13
cityrepdata.c
V 25
file mb.59e.r13028/207300
K 13
cityrepdata.h
V 21
file mc.0.r9153/21475
K 11
civclient.c
V 25
file 2f.59e.r13039/193700
K 11
civclient.h
V 22
file hz.0.r11443/11102
K 8
climap.c
V 23
file 197.0.r11057/48047
K 8
climap.h
V 24
file 198.59e.r11805/3815
K 9
climisc.c
V 26
file d5.59e.r13033/1358851
K 9
climisc.h
V 23
file i0.59e.r11748/5829
K 8
clinet.c
V 22
file hc.59e.r13115/185
K 8
clinet.h
V 24
file i1.59e.r12485/13819
K 15
colors_common.c
V 27
file 33a.59e.r13033/1319887
K 15
colors_common.h
V 24
file 33b.59e.r13016/9994
K 19
connectdlg_common.c
V 20
file 2fw.0.r11302/53
K 19
connectdlg_common.h
V 22
file 2fx.0.r11193/4557
K 9
control.c
V 25
file gz.59e.r13025/159518
K 9
control.h
V 22
file i2.0.r11378/38354
K 11
ggzclient.c
V 25
file 394.59e.r12671/53764
K 11
ggzclient.h
V 25
file 395.59e.r12671/54072
K 6
goto.c
V 25
file vu.59e.r13025/174711
K 6
goto.h
V 22
file vv.0.r11378/41010
K 8
gui-ftwl
V 24
dir 2k2.59e.r13237/37241
K 11
gui-gtk-2.0
V 23
dir zs.59e.r13237/20045
K 7
gui-mui
V 23
dir km.59e.r13077/15301
K 7
gui-sdl
V 24
dir 16t.59e.r13237/34172
K 8
gui-stub
V 23
dir mh.59e.r13237/40869
K 9
gui-win32
V 23
dir np.59e.r13237/28697
K 7
gui-xaw
V 23
dir 9o.59e.r13237/23597
K 10
helpdata.c
V 24
file h1.59e.r13044/77843
K 10
helpdata.h
V 24
file i3.59e.r11596/24671
K 7
include
V 23
dir b8.59e.r13237/25393
K 16
mapctrl_common.c
V 26
file 15m.59e.r13028/234310
K 16
mapctrl_common.h
V 23
file 15n.0.r11378/41712
K 16
mapview_common.c
V 25
file z2.59e.r13028/234583
K 16
mapview_common.h
V 22
file z3.0.r11084/13040
K 19
messagewin_common.c
V 23
file 14s.0.r11057/47330
K 19
messagewin_common.h
V 23
file 14t.0.r8387/154818
K 9
options.c
V 24
file dc.59e.r13237/41128
K 9
options.h
V 24
file i4.59e.r13237/15432
K 17
overview_common.c
V 23
file 2yk.0.r11057/37541
K 17
overview_common.h
V 21
file 2yl.0.r10927/997
K 10
packhand.c
V 23
file n.59e.r13207/26824
K 10
packhand.h
V 22
file i5.0.r10865/39236
K 14
packhand_gen.c
V 25
file 2fn.59e.r11783/20904
K 14
packhand_gen.h
V 25
file 2f3.59e.r11783/21166
K 15
plrdlg_common.c
V 27
file 14u.59e.r13033/1348371
K 15
plrdlg_common.h
V 23
file 14v.0.r10581/10242
K 17
repodlgs_common.c
V 27
file 11i.59e.r13033/1326687
K 17
repodlgs_common.h
V 23
file 11j.0.r10846/16483
K 9
reqtree.c
V 24
file 2ym.59e.r13135/2944
K 9
reqtree.h
V 24
file 2yn.59e.r13135/3206
K 9
servers.c
V 22
file 33x.59e.r12601/52
K 9
servers.h
V 22
file 33y.0.r11098/4793
K 6
text.c
V 27
file 2g3.59e.r13033/1326424
K 6
text.h
V 24
file 2g4.59e.r11666/8493
K 15
themes_common.c
V 25
file 352.59e.r13237/37501
K 15
themes_common.h
V 25
file 353.59e.r13237/37764
K 10
tilespec.c
V 24
file hl.59e.r13237/38026
K 10
tilespec.h
V 24
file i6.59e.r13141/36917
END
ENDREP
id: d.59e.r13237/44766
type: dir
pred: d.59e.r13207/41833
count: 3954
text: 13237 41388 3365 3365 01da891012f37ea53b370a33de6c2d5d
props: 8351 6991 78 0 33732c0866155f66d4d419b596dde5d8
cpath: /branches/S2_1/client
copyroot: 11448 /branches/S2_1

PLAIN
K 9
ABOUT-NLS
V 21
file fu.0.r3960/17632
K 7
AUTHORS
V 19
file 5u.0.r4420/193
K 7
COPYING
V 19
file 1h.0.r9643/400
K 9
ChangeLog
V 22
file 6l.0.r4863/510676
K 7
INSTALL
V 21
file 6.59e.r12117/368
K 11
Makefile.am
V 23
file 59.59e.r13228/2303
K 4
NEWS
V 23
file 6m.59e.r11640/6927
K 6
README
V 20
file 7.0.r4421/96382
K 2
ai
V 21
dir 8.59e.r13225/2147
K 5
amiga
V 21
dir kd.0.r11105/71924
K 10
autogen.sh
V 24
file 12o.59e.r13228/2055
K 9
bootstrap
V 22
dir 2p5.59e.r12540/710
K 6
client
V 22
dir d.59e.r13237/44766
K 6
common
V 21
dir p.59e.r13210/3954
K 12
config.mac.h
V 20
file hb.0.r6045/5982
K 12
configure.ac
V 24
file 149.59e.r13204/1264
K 4
data
V 23
dir w.59e.r13172/828154
K 6
debian
V 19
dir 5w.0.r7821/9259
K 12
dependencies
V 21
dir 2yu.0.r11108/3256
K 11
diff_ignore
V 23
file qq.59e.r13228/2550
K 3
doc
V 22
dir k7.59e.r13230/2215
K 4
intl
V 21
dir f4.0.r11105/23499
K 2
m4
V 23
dir 12p.59e.r13228/1814
K 6
manual
V 26
dir 2m2.59e.r13033/1319636
K 2
po
V 23
dir fs.59e.r13237/15187
K 7
scripts
V 22
dir 2yo.0.r10304/28970
K 6
server
V 21
dir z.59e.r13218/3657
K 10
stamp-h.in
V 19
file 80.0.r1125/241
K 5
tests
V 21
dir 2g9.0.r11105/7470
K 7
utility
V 22
dir 1c.59e.r13223/2505
K 10
version.in
V 24
file 2lo.59e.r13207/6621
K 3
vms
V 21
dir u9.0.r11105/70719
K 5
win32
V 23
dir 2eu.59e.r13124/5728
END
ENDREP
id: 3.59e.r13237/46343
type: dir
pred: 3.59e.r13236/3364
count: 10808
text: 13237 45013 1317 1317 868d543be63e91139c2019bc383e6d9c
props: 11109 0 255 0 8cbc80e0da9c47b05b8ffee17ea9b0f1
cpath: /branches/S2_1
copyroot: 11448 /branches/S2_1

PLAIN
K 6
GTK1_6
V 19
dir 3.1d.r290/94037
K 13
R1_14_1_beta2
V 20
dir 3.eb.r6913/88463
K 5
S1_14
V 20
dir 3.21.r12986/3356
K 4
S2_0
V 21
dir 3.10x.r13231/3739
K 4
S2_1
V 22
dir 3.59e.r13237/46343
K 10
freecivdev
V 12
dir 3.1.r3/0
K 18
resizeable_pixmaps
V 17
dir 3.2.r83/70157
END
ENDREP
id: 1.0.r13237/46870
type: dir
pred: 1.0.r13236/3891
count: 2058
text: 13237 46582 275 275 b4ddd18377c17f265b37ee0f79e5e7fa
cpath: /branches
copyroot: 0 /

PLAIN
K 8
branches
V 20
dir 1.0.r13237/46870
K 4
tags
V 19
dir 2.0.r12895/2647
K 5
trunk
V 19
dir 3.0.r13235/3184
K 7
website
V 18
dir 3ge.0.r12388/0
END
ENDREP
id: 0.0.r13237/47187
type: dir
pred: 0.0.r13236/4208
count: 13237
text: 13237 47026 148 148 4fca876f1e8200c8692d6a1b21f20ef2
cpath: /
copyroot: 0 /

hl.59e.t13236-1 modify true false /branches/S2_1/client/tilespec.c

gq.59e.t13236-1 modify true false /branches/S2_1/po/POTFILES.in

2kh.59e.t13236-1 modify true false /branches/S2_1/client/gui-ftwl/dialogs.c

er.59e.t13236-1 modify true false /branches/S2_1/client/include/dialogs_g.h

mv.59e.t13236-1 modify true false /branches/S2_1/client/gui-stub/dialogs.c

17a.59e.t13236-1 modify true false /branches/S2_1/client/gui-sdl/dialogs.c

34x.59e.t13236-1 modify true false /branches/S2_1/client/gui-gtk-2.0/themes.c

dc.59e.t13236-1 modify true false /branches/S2_1/client/options.c

zu.59e.t13236-1 modify true false /branches/S2_1/client/gui-gtk-2.0/Makefile.am

10k.59e.t13236-1 modify true false /branches/S2_1/client/gui-gtk-2.0/gui_main.c

352.59e.t13236-1 modify true false /branches/S2_1/client/themes_common.c

i4.59e.t13236-1 modify true false /branches/S2_1/client/options.h

10l.59e.t13236-1 modify true false /branches/S2_1/client/gui-gtk-2.0/gui_main.h

353.59e.t13236-1 modify true false /branches/S2_1/client/themes_common.h

a6.59e.t13236-1 modify true false /branches/S2_1/client/gui-xaw/dialogs.c

xu.59e.t13236-1 modify true false /branches/S2_1/client/gui-win32/dialogs.c


47187 47336
