DELTA 28819 411 61827
SVN  †  †    †   †  ³*¿s‹7 ³* ‚ F‹@¢ F‹@€‹³$
/****
  Create single colored line
****/
void create_line(SDL_Surface *dest, Sint16 x0, Sint16 y0, Sint16 x1, Sint16 y1,
                 SDL_Color *pcolor)
{
  int xl = x0 < x1 ? x0 : x1;
  int xr = x0 < x1 ? x1 : x0;
  int yt = y0 < y1 ? y0 : y1;
  int yb = y0 < y1 ? y1 : y0;
  int w = (xr - xl) + 1;
  int h = (yb - yt) + 1;
  struct sprite *spr;
  SDL_Rect dst = { xl, yt, w, h };
  SDL_Color *pcol;
  struct color gsdl2_color;
  int l = MAX((xr - xl) + 1, (yb - yt) + 1);
  int i;

  pcol = fc_malloc(sizeof(pcol));
  pcol->r = pcolor->r;
  pcol->g = pcolor->g;
  pcol->b = pcolor->b;
  pcol->a = 0; /* Fill with transparency */

  gsdl2_color.color = pcol;
  spr = create_sprite(w, h, &gsdl2_color);

  lock_surf(spr->psurface);

  /* Set off transparency from pixels belonging to the line */
  if ((x0 <= x1 && y0 <= y1)
      || (x1 <= x0 && y1 <= y0)) {
    for (i = 0; i < l; i++) {
      int cx = (xr - xl) * i / l;
      int cy = (yb - yt) * i / l;

      *((Uint32 *)spr->psurface->pixels + spr->psurface->w * cy + cx)
        |= (pcolor->a << spr->psurface->format->Ashift);
    }
  } else {
    for (i = 0; i < l; i++) {
      int cx = (xr - xl) * i / l;
      int cy = yb - (yb - yt) * i / l;

      *((Uint32 *)spr->psurface->pixels + spr->psurface->w * cy + cx)
        |= (pcolor->a << spr->psurface->format->Ashift);
    }
  }

  unlock_surf(spr->psurface);

  alphablit(spr->psurface, NULL, dest, &dst, 255);

  free_sprite(spr);
  free(pcoENDREP
DELTA 29669 3688 565
SVN  †  †    †   †  ¢+¢4 ò1 ¸ ]òe• ]òe² ­Jôa  create_line(pWindow->theme,
              area.x,
        area.w - 1, 
        get_theme_color(COLOR_THEME_NATIONDLG_FRAME));ENDREP
DELTA 29669 57270 48
SVN  ÒÓ
;„C Å2  uÅ7 !Æ; ‚_Çb€n ?Ë€n EÍ(€n JÏA€n EÑ_€n .Óx ü_Õ5        SDL_Rect dst0, dst1;
create_line(pPlayer1->dst->surface,
                              dst0.x, dst0.y, dst1.x, dst1.y,
            create_line(pPlayer1->dst->surface,
                              dst0.x, dst0.y, dst1.x, dst1.y,
            create_line(pPlayer1->dst->surface,
                              dst0.x, dst0.y, dst1.x, dst1.y,
            create_line(pPlayer1->dst->surface,
                              dst0.x, dst0.y, dst1.x, dst1.y,
            create_line(pPlayer1->dst->surface,
                              dst0.x, dst0.y, dst1.x, dst1.y,
            ENDREP
DELTA 28217 3088 317
SVN  àÚRP °J  °d Ã€P ›Ämvoid create_line(SDL_Surface *dest, Sint16 x0, Sint16 y0, Sint16 x1, Sint16 y1,
ENDREP
DELTA 29737 0 111
SVN  ‚Ó5‚Ó8!ƒ ñx ¿ Oò8€W ióX Qô@  iõ,€X Û@÷u    /* Horizontal lines */
    create_line(Main.gui->surface,
  get_theme_color(COLOR_THEME_MAPVIEW_INFO_FRAME));
    create_line(Main.gui->surface,
 create_line(Main.gui->surface,
  get_theme_color(COLOR_THEME_MAPVIEW_INFO_FRAME));
    create_line(Main.gui->surface,
                area.x, area.y + 1, area.x, area.y + area.h - 2,
                get_theme_color(COLOR_THEME_MAPVIEW_INFO_FRAME));ENDREP
DELTA 29676 4889 47
SVN  ¼ »{  —U €n T˜=² ¢2™N      create_line(pEdt->pWidget->dst->surface,
                  Dest.x - 1, Dest.y + (pEdt->pBg->h / 8),
        get_theme_color(COLOR_THEME_EDITFIELD_CARET));ENDREP
DELTA 29720 0 125
SVN  ‚Æ‚Æ%( È ¨ JÈ8 ýÈ~
  create_frame(pBuf->dst->surface,
    ENDREP
DELTA 29676 374 53
SVN  Ó0Ó+? ’ €? ¿V“Z    create_line(pWindow->dst->surface,
                dst.x, dst.y - 1,
                dst.x + dst.w - 1, dst.y - 1,
                get_theme_color(COLOR_THEME_WINDOW_TITLEBAR_SEPARATOR));ENDREP
DELTA 29676 456 657
SVN  Ä+Ä&X ² €X ‡v²s ‰@ºkcreate_line(pcanvas->surf, start_x, start_y, start_x + dx, start_y + dy, pcolor->color);ENDREP
DELTA 29698 0 205
SVN  ™a™q‚b »:  s»:€‚a Úb¾   create_line(pIcons->pWorklist,
              3, 2, 5, 2,
              get_theme_color(COLOR_THEME_CITYREP_FRAME));
  create_line(pIcons->pWorklist,
              3, 4, 7, 4,
              get_theme_color(COLOR_THEME_CITYREP_FRAME));
  create_line(pIcons->pWorklist,
              3, 6, 6, 6,
              get_theme_color(COLOR_THEME_CITYREP_FRAME));ENDREP
DELTA 29698 332 3771
SVN  †  †  % „— ¥ ‚ˆ?„—>create_line(pCityWindow->dst->surface†  ®>®Aƒ ®> lg-ENDREP
DELTA 29698 4132 589
SVN  „»„¾T9”- ‚ûB €B ‚‚ü” a‚þ>€ cƒ”>• cƒ”>€ Fƒ”  `ƒ8² cƒ”>€n Fƒ” ­ Fƒ”  `ƒ8€2 Fƒ” € Fƒ” ­ Fƒ”  `ƒ8€2 Fƒ” €G \ƒœ:€	 ‚Qƒž2ˆ †ƒ¡€ Oƒ¨v² Oƒ¨v® $ƒ©v€X Oƒ¨v€‚" ƒ¯€_ Oƒ¨v€‚
 ˆƒ³tSDL_Color *line_color = get_theme_color(COLOR_THEME_HELPDLG_LINE);int step;
  int mod;    create_line(pStore->pRequirementButton[i]->dst->surface,
           pStore->pRequirementButton[i]->size.x + pStore->pRequirementButton[i]->size.w,
      pTech->size.x,
      line_color);

    /* Draw Sub_Req arrows */
    if (pSub0 || pSub1) {
      create_line(pStore->pRequirementButton[i]->dst->surface,
          pStore->pRequirementButton[i]->size.x ,
          line_color);
    }

    if (pSub0) {
      create_line(pStore->pRequirementButton[i]->dst->surface,
          pSub0->size.y + pSub0->size.h / 2,
          line_color);
      create_line(pStore->pRequirementButton[i]->dst->surface,
             pSub0->size.x + pSub0->size.w,
             pSub0->size.y + pSub0->size.h / 2,
          pSub0->size.y + pSub0->size.h / 2,
             line_color);
    }

    if (pSub1) {
      create_line(pStore->pRequirementButton[i]->dst->surface,
          pSub1->size.y + pSub1->size.h / 2,
          line_color);
      create_line(pStore->pRequirementButton[i]->dst->surface,
             pSub1->size.x + pSub1->size.w,
             pSub1->size.y + pSub1->size.h / 2,
          pSub1->size.y + pSub1->size.h / 2,
             line_color);
    }  if (count > 4) {
    mod = 3;
  } else {
    mod = 2;
  }

  for (i = 0; i < count; i++) {
    tech = MAX_ID - pStore->pTargets[i]->ID;
    /*       create_line(pStore->pTargets[i]->dst->surface,
                  pStore->pTargets[i]->size.x - ((i % mod) + 1) * 6,
                    pStore->pTargets[i]->size.x ,
                    line_color);
    }

    if (pSub0) {create_line(pStore->pTargets[i]->dst->surface,
                  pStore->pTargets[i]->size.x - ((i % mod) + 1) * 6,
                  y,
                  pStore->pTargets[i]->size.x - ((i % mod) + 1) * 6,
                    line_color);
      create_line(pStore->pTargets[i]->dst->surface,
                  pSub0->size.x + pSub0->size.w,
                  y,
                  pStore->pTargets[i]->size.x - ((i % mod) + 1) * 6,
                  y,
                  line_color);
    }

    if (pSub1) {
      create_line(pStore->pTargets[i]->dst->surface,
                  pStore->pTargets[i]->size.x - ((i % mod) + 1) * 6,
                  y,
                  pStore->pTargets[i]->size.x - ((i % mod) + 1) * 6,
                    line_color);
      create_line(pStore->pTargets[i]->dst->surface,
                  pSub1->size.x + pSub1->size.w,
                  y,
                  pStore->pTargets[i]->size.x - ((i % mod) + 1) * 6,
                  y,
                  line_color);ENDREP
DELTA 29712 1716 42
SVN  é=éhO ¡E ª ¯;¡@€% —Ò$SDL_Color line_color = {128, 128, 128, 255  create_line(pWindow->dst->surface,
              area.x, area.y + (h * 2 - 1),
              area.x + area.w - 1, area.y + (h * 2 - 1),
              &line_color);ENDREP
DELTA 29669 55614 1369
SVN  †  †   N …­ « R…Çz³ ™…®A« R…Çz³ Öv…É
’    create_line(pWindow->dst->surface,
        get_theme_color(COLOR_THEME_SCIENCEDLG_FRAME));    create_line(pWindow->dst->surface,
        get_theme_color(COLOR_THEME_SCIENCEDLG_FRAME));urface *pSurf;
  c†  êrê`  ê`ENDREP
id: 39i.5r1.r29997/7643
type: file
pred: 39i.5r1.r29676/4964
count: 22
text: 29997 3588 115 8742 78506980b863643df86fc00d5f445efd
props: 12670 107730 34 0 25e6c2f7558b7484000d4d090dea5b92
cpath: /branches/S2_6/client/gui-sdl2/canvas.c
copyroot: 23136 /trunk/client/gui-sdl2

id: 170.5r1.r29997/7918
type: file
pred: 170.5r1.r29698/6170
count: 181
text: 29997 4140 83 124737 1e8d28957367f9ab425fa19453e30589
props: 10779 67589 111 0 515f6afa6448327e59cdac91d637f582
cpath: /branches/S2_6/client/gui-sdl2/citydlg.c
copyroot: 23136 /trunk/client/gui-sdl2

id: 174.5r1.r29997/8196
type: file
pred: 174.5r1.r29720/314
count: 78
text: 29997 3252 70 41765 3c7c4f38cfe6c2f7aea273dc752ab226
props: 9108 25970 111 0 433ca8234d38d2ba821c9aa09a03d731
cpath: /branches/S2_6/client/gui-sdl2/cma_fe.c
copyroot: 23136 /trunk/client/gui-sdl2

id: 17a.5r1.r29997/8469
type: file
pred: 17a.5r1.r29669/81772
count: 238
text: 29997 1540 176 123188 34a55498959a9cd77291a5cd57bba950
props: 10805 78030 111 0 ae073b1a8624f4e72ab3bef202bf2f05
cpath: /branches/S2_6/client/gui-sdl2/dialogs.c
copyroot: 23136 /trunk/client/gui-sdl2

id: 17h.5r1.r29997/8749
type: file
pred: 17h.5r1.r28819/98169
count: 113
text: 29997 0 1511 110579 fd4990e43e43fd592774ac05018de9f3
props: 10141 50144 111 0 8e8cf76c72bb494e2405ceda1aa1a218
cpath: /branches/S2_6/client/gui-sdl2/graphics.c
copyroot: 23136 /trunk/client/gui-sdl2

id: 17i.5r1.r29997/9028
type: file
pred: 17i.5r1.r28217/5692
count: 56
text: 29997 2424 112 11602 54654c12e1a50fb49bf09ef5912e8dc5
props: 10141 50511 111 0 a7a47edee133482c23dc1cb4e5f0087b
cpath: /branches/S2_6/client/gui-sdl2/graphics.h
copyroot: 23136 /trunk/client/gui-sdl2

id: 191.5r1.r29997/9306
type: file
pred: 191.5r1.r29698/6450
count: 84
text: 29997 3730 385 19697 73c358ab3ed7f970b5f2ed85a7c0db47
props: 10141 49776 111 0 0b146d6d431c2ad00452618c43381276
cpath: /branches/S2_6/client/gui-sdl2/gui_tilespec.c
copyroot: 23136 /trunk/client/gui-sdl2

id: 17z.5r1.r29997/9588
type: file
pred: 17z.5r1.r29698/6730
count: 95
text: 29997 4251 2805 73556 e441773dc6d276a7fed2344d0cae4fe7
props: 10411 164601 111 0 3d57169d64a739976bce7d2e578e29eb
cpath: /branches/S2_6/client/gui-sdl2/helpdlg.c
copyroot: 23136 /trunk/client/gui-sdl2

id: 186.5r1.r29997/9867
type: file
pred: 186.5r1.r29737/138
count: 239
text: 29997 2564 445 43448 5b8f2bb150b09e9c906759e36da39ba8
props: 10779 67955 111 0 1566ee949d8102994e5ce1bbf3530de9
cpath: /branches/S2_6/client/gui-sdl2/mapview.c
copyroot: 23136 /trunk/client/gui-sdl2

id: 2qg.5r1.r29997/10144
type: file
pred: 2qg.5r1.r29712/7092
count: 57
text: 29997 7084 237 13544 a70fb850740ee6c23f9e78757f3f3709
props: 8639 15961 110 0 2a94ed7a58fe1feebaea27ee0c48460d
cpath: /branches/S2_6/client/gui-sdl2/pages.c
copyroot: 23136 /trunk/client/gui-sdl2

id: 18f.5r1.r29997/10419
type: file
pred: 18f.5r1.r29669/85139
count: 77
text: 29997 1744 652 27018 cb0cbbf57ec84285f28e5de740b7ed39
props: 10411 164967 111 0 28e613ef70fc8e4efe7ed7b15f74e6e7
cpath: /branches/S2_6/client/gui-sdl2/plrdlg.c
copyroot: 23136 /trunk/client/gui-sdl2

id: 18i.5r1.r29997/10698
type: file
pred: 18i.5r1.r29669/85418
count: 165
text: 29997 7348 265 116064 2d8b7fd4cc0a0f9da76eddc96c58d111
props: 10779 68322 111 0 622f1432038f91cce287c1d90e4f7964
cpath: /branches/S2_6/client/gui-sdl2/repodlgs.c
copyroot: 23136 /trunk/client/gui-sdl2

id: 3fk.5r1.r29997/10980
type: file
pred: 3fk.5r1.r29676/6643
count: 26
text: 29997 3034 191 24059 e96a582415d3cd53462dd587caa7b362
props: 12670 114962 34 0 25e6c2f7558b7484000d4d090dea5b92
cpath: /branches/S2_6/client/gui-sdl2/widget_edit.c
copyroot: 23136 /trunk/client/gui-sdl2

id: 3fp.5r1.r29997/11262
type: file
pred: 3fp.5r1.r29676/7206
count: 30
text: 29997 3347 215 10667 12989df6d3a6a9972a3e2c4fd8597d5a
props: 12670 107437 34 0 25e6c2f7558b7484000d4d090dea5b92
cpath: /branches/S2_6/client/gui-sdl2/widget_window.c
copyroot: 23136 /trunk/client/gui-sdl2

PLAIN
K 11
Makefile.am
V 25
file 16u.5r1.r27707/17339
K 15
action_dialog.c
V 25
file 3bn.5r2.r29669/80071
K 8
canvas.c
V 24
file 39i.5r1.r29997/7643
K 8
canvas.h
V 25
file 39j.5l8.r27123/79933
K 10
chatline.c
V 25
file 16y.5r1.r29669/80371
K 10
chatline.h
V 26
file 16z.5ck.r16199/137581
K 9
citydlg.c
V 24
file 170.5r1.r29997/7918
K 9
citydlg.h
V 25
file 171.5l8.r27385/17640
K 9
cityrep.c
V 25
file 172.5r1.r29669/80930
K 9
cityrep.h
V 26
file 173.5ck.r18101/104032
K 8
cma_fe.c
V 24
file 174.5r1.r29997/8196
K 8
cma_fe.h
V 25
file 175.5l8.r27385/13568
K 8
colors.c
V 25
file 176.5l8.r27201/84054
K 8
colors.h
V 25
file 177.5l8.r27123/87013
K 12
connectdlg.c
V 25
file 178.5r1.r29669/81488
K 12
connectdlg.h
V 25
file 179.5l8.r27385/19249
K 9
dialogs.c
V 24
file 17a.5r1.r29997/8469
K 9
dialogs.h
V 25
file 17b.5l8.r27385/11675
K 10
diplodlg.c
V 25
file 17c.5r1.r29669/82053
K 10
diplodlg.h
V 25
file 17d.5l8.r27385/19789
K 9
finddlg.c
V 25
file 17e.5r1.r29669/82333
K 9
finddlg.h
V 20
file 2d8.0.r5991/702
K 9
gotodlg.c
V 25
file 17f.5r1.r29669/82613
K 9
gotodlg.h
V 25
file 17g.5l8.r27385/17910
K 10
graphics.c
V 24
file 17h.5r1.r29997/8749
K 10
graphics.h
V 24
file 17i.5r1.r29997/9028
K 11
gui_iconv.c
V 26
file 17l.5r1.r27998/217118
K 11
gui_iconv.h
V 25
file 17m.5l8.r27123/90036
K 8
gui_id.h
V 25
file 17n.5l8.r27385/12759
K 10
gui_main.c
V 24
file 17o.5r1.r29984/6812
K 10
gui_main.h
V 24
file 17p.5r1.r29007/3081
K 11
gui_mouse.c
V 24
file 3ca.5r1.r28217/5138
K 11
gui_mouse.h
V 24
file 3cb.0.r12670/112397
K 12
gui_string.c
V 23
file 17r.5r1.r29720/586
K 12
gui_string.h
V 23
file 17s.5r1.r29720/863
K 14
gui_tilespec.c
V 24
file 191.5r1.r29997/9306
K 14
gui_tilespec.h
V 25
file 192.5r1.r29669/83178
K 9
helpdlg.c
V 24
file 17z.5r1.r29997/9588
K 9
helpdlg.h
V 25
file 180.5l8.r27385/14106
K 10
inteldlg.c
V 25
file 183.5r1.r29669/83742
K 10
inteldlg.h
V 25
file 2d9.5l8.r27385/10613
K 12
luaconsole.c
V 26
file 768.5l8.r26905/126647
K 12
luaconsole.h
V 26
file 769.5l8.r26905/126964
K 9
mapctrl.c
V 24
file 184.5r1.r29698/7009
K 9
mapctrl.h
V 25
file 185.5l8.r27385/13028
K 9
mapview.c
V 24
file 186.5r1.r29997/9867
K 9
mapview.h
V 24
file 187.5r1.r29275/7213
K 6
menu.c
V 25
file 188.5r1.r29730/22464
K 6
menu.h
V 25
file 189.5l8.r27385/18174
K 12
messagedlg.c
V 26
file 18a.5ck.r19259/474489
K 12
messagedlg.h
V 25
file 2da.5l8.r27385/18982
K 12
messagewin.c
V 24
file 18b.5r1.r29676/5798
K 12
messagewin.h
V 25
file 18c.5ck.r18082/39362
K 5
mmx.h
V 23
file 2e1.0.r6286/134429
K 11
optiondlg.c
V 25
file 18d.5r1.r29669/84858
K 11
optiondlg.h
V 24
file 18e.5r1.r28842/2545
K 7
pages.c
V 25
file 2qg.5r1.r29997/10144
K 7
pages.h
V 22
file 2qh.0.r8639/16416
K 8
plrdlg.c
V 25
file 18f.5r1.r29997/10419
K 8
plrdlg.h
V 22
file 18g.0.r6387/81301
K 10
ratesdlg.h
V 25
file 2db.5l8.r27385/10877
K 10
repodlgs.c
V 25
file 18i.5r1.r29997/10698
K 10
repodlgs.h
V 26
file 18j.5r1.r27998/220539
K 14
spaceshipdlg.c
V 25
file 18m.5r1.r29669/85702
K 14
spaceshipdlg.h
V 25
file 18n.5l8.r27385/13298
K 8
sprite.c
V 22
file 39k.5r1.r29992/64
K 8
sprite.h
V 25
file 39l.5l8.r27385/11141
K 18
themebackgrounds.c
V 24
file 3ff.5r1.r29462/2289
K 18
themebackgrounds.h
V 25
file 3fg.5l8.r27385/16819
K 13
themecolors.c
V 24
file 392.5r1.r29462/2572
K 13
themecolors.h
V 25
file 393.5l8.r27385/12215
K 8
themes.c
V 24
file 38p.5r1.r29984/7088
K 11
themespec.c
V 24
file 390.5r1.r29984/7361
K 11
themespec.h
V 24
file 391.5r1.r29984/7639
K 11
unistring.c
V 24
file 18o.5r1.r29462/3131
K 11
unistring.h
V 25
file 18p.5l8.r27385/14369
K 12
utf8string.c
V 25
file 1l88.5r1.r29462/3407
K 12
utf8string.h
V 26
file 1l8a.5r1.r27707/17087
K 14
voteinfo_bar.c
V 26
file 4ha.5l8.r26905/127282
K 14
voteinfo_bar.h
V 26
file 4hb.5l8.r26905/127601
K 8
widget.c
V 25
file 3fu.5r1.r29669/85982
K 8
widget.h
V 25
file 3fv.5r1.r29669/86261
K 15
widget_button.c
V 24
file 3fh.5r1.r29698/7287
K 15
widget_button.h
V 24
file 3g7.5r1.r29698/7568
K 17
widget_checkbox.c
V 25
file 3fi.5r1.r29669/86827
K 17
widget_checkbox.h
V 25
file 3g8.5r1.r29581/14582
K 14
widget_combo.c
V 24
file 4k3.5r1.r29676/6362
K 14
widget_combo.h
V 26
file 4k4.5r1.r27998/225070
K 13
widget_core.c
V 25
file 3fj.5r1.r29581/15148
K 13
widget_edit.c
V 25
file 3fk.5r1.r29997/10980
K 13
widget_edit.h
V 26
file 3g9.5r1.r27998/227074
K 13
widget_icon.c
V 25
file 3fl.5r1.r29581/15713
K 13
widget_icon.h
V 25
file 3ga.5l8.r27385/19517
K 14
widget_label.c
V 24
file 3fm.5r1.r29676/6924
K 14
widget_label.h
V 26
file 3gb.5r1.r27998/220820
K 10
widget_p.h
V 25
file 3fn.5r1.r29669/87677
K 18
widget_scrollbar.c
V 25
file 3fo.5r4.r29669/87955
K 18
widget_scrollbar.h
V 25
file 3gc.5l8.r27385/14638
K 15
widget_window.c
V 25
file 3fp.5r1.r29997/11262
K 15
widget_window.h
V 26
file 3gd.5r1.r27998/219687
K 7
wldlg.c
V 25
file 18q.5r1.r29669/88548
K 7
wldlg.h
V 25
file 18r.5r1.r29669/88826
END
ENDREP
id: 16t.5r1.r29997/16385
type: dir
pred: 16t.5r1.r29992/5169
count: 986
text: 29997 11546 4826 0 1944d3b00219aa42179f333cf487b449
props: 11108 12869 78 0 a27c61ac5fddbd709df8c1876129f940
cpath: /branches/S2_6/client/gui-sdl2
copyroot: 23136 /trunk/client/gui-sdl2

PLAIN
K 11
Makefile.am
V 24
file 5f.5ck.r26633/81862
K 6
agents
V 23
dir zf.5qi.r29744/10642
K 11
attribute.c
V 24
file xh.5ck.r25151/59391
K 11
attribute.h
V 24
file xi.5ck.r18863/23649
K 7
audio.c
V 25
file 139.5ck.r27127/10791
K 7
audio.h
V 25
file 13a.5ck.r27127/11031
K 12
audio_none.c
V 25
file 13d.5ck.r24916/15731
K 12
audio_none.h
V 25
file 13e.5ck.r18863/20841
K 11
audio_sdl.c
V 25
file 13f.5ck.r27123/78063
K 11
audio_sdl.h
V 25
file 13g.5ck.r18863/23885
K 17
chatline_common.c
V 25
file 14q.5ck.r24895/20143
K 17
chatline_common.h
V 24
file 14r.5ck.r24892/5917
K 16
citydlg_common.c
V 24
file z4.5qi.r29744/10893
K 16
citydlg_common.h
V 24
file z5.5qi.r29744/11160
K 13
cityrepdata.c
V 24
file mb.5qi.r29744/11425
K 13
cityrepdata.h
V 24
file mc.5ck.r18863/19121
K 13
client_main.c
V 24
file 2f.5rc.r29938/18730
K 13
client_main.h
V 23
file hz.5sl.r29334/5749
K 8
climap.c
V 24
file 197.5ck.r20232/3008
K 8
climap.h
V 25
file 198.5ck.r18863/24126
K 9
climisc.c
V 24
file d5.5qi.r29793/14879
K 9
climisc.h
V 23
file i0.5ck.r26654/5011
K 8
clinet.c
V 23
file hc.5qi.r29475/2172
K 8
clinet.h
V 24
file i1.5ck.r18863/24866
K 15
colors_common.c
V 24
file 33a.5ck.r22855/3020
K 15
colors_common.h
V 24
file 33b.5ck.r24136/6711
K 19
connectdlg_common.c
V 25
file 2fw.5qi.r29744/11950
K 19
connectdlg_common.h
V 25
file 2fx.5ck.r19154/53802
K 9
control.c
V 24
file gz.5qi.r29793/15140
K 9
control.h
V 24
file i2.5ck.r27181/67376
K 7
dummy.c
V 26
file 4f9.5ck.r26905/141682
K 12
dummycxx.cpp
V 26
file 6kr.5ck.r26905/106211
K 8
editor.c
V 24
file 3bg.5ck.r26198/2350
K 8
editor.h
V 24
file 3bh.5ck.r26198/2592
K 17
global_worklist.c
V 26
file 4i6.5ck.r26905/117850
K 17
global_worklist.h
V 26
file 4i7.5ck.r26905/126022
K 6
goto.c
V 24
file vu.5qi.r29793/15402
K 6
goto.h
V 24
file vv.5qi.r27872/19931
K 11
gui-gtk-2.0
V 23
dir zs.5qi.r29938/23359
K 11
gui-gtk-3.0
V 23
dir zs.5qq.r29938/27844
K 6
gui-qt
V 23
dir 6ie.5qi.r29971/3390
K 7
gui-sdl
V 23
dir 16t.5qi.r29984/6557
K 8
gui-sdl2
V 24
dir 16t.5r1.r29997/16385
K 8
gui-stub
V 22
dir mh.5qi.r29388/3851
K 7
gui-xaw
V 22
dir 9o.5qi.r29713/9283
K 14
gui_cbsetter.c
V 26
file a3c.5ck.r27417/165161
K 14
gui_cbsetter.h
V 25
file a3d.5ck.r26905/69091
K 15
gui_interface.c
V 26
file 6jm.5ir.r27417/187983
K 15
gui_interface.h
V 26
file 6jn.5is.r27417/193557
K 10
helpdata.c
V 22
file h1.5qi.r29961/185
K 10
helpdata.h
V 24
file i3.5ck.r25494/33011
K 7
include
V 23
dir b8.5qi.r29938/33828
K 19
luaconsole_common.c
V 26
file 75z.5ck.r26905/100821
K 19
luaconsole_common.h
V 26
file 760.5ck.r26905/106500
K 9
luascript
V 24
dir 761.5qi.r29744/13350
K 16
mapctrl_common.c
V 25
file 15m.5qi.r29744/13603
K 16
mapctrl_common.h
V 24
file 15n.5ck.r27397/5459
K 16
mapview_common.c
V 24
file z2.5qi.r29744/13871
K 16
mapview_common.h
V 24
file z3.5qi.r29744/14139
K 19
messagewin_common.c
V 26
file 14s.5ck.r24790/282945
K 19
messagewin_common.h
V 25
file 14t.5ck.r18863/21579
K 7
music.c
V 25
file zmc.5ck.r27127/11271
K 7
music.h
V 25
file zme.5ck.r27127/11513
K 9
options.c
V 24
file dc.5qi.r29866/35397
K 9
options.h
V 24
file i4.5qi.r29866/35651
K 17
overview_common.c
V 24
file 2yk.5qi.r29834/4671
K 17
overview_common.h
V 24
file 2yl.5qi.r29834/4937
K 10
packhand.c
V 20
file n.5qi.r29896/71
K 10
packhand.h
V 24
file i5.5ck.r18863/20596
K 15
plrdlg_common.c
V 24
file 14u.5qi.r28834/2098
K 15
plrdlg_common.h
V 25
file 14v.5ck.r18863/21328
K 17
repodlgs_common.c
V 25
file 11i.5ck.r22325/76263
K 17
repodlgs_common.h
V 25
file 11j.5ck.r19589/11861
K 9
reqtree.c
V 25
file 2ym.5qi.r28243/17842
K 9
reqtree.h
V 24
file 2yn.5ck.r24150/6004
K 9
servers.c
V 25
file 33x.5qi.r29744/14936
K 9
servers.h
V 25
file 33y.5ck.r20478/36372
K 6
text.c
V 25
file 2g3.5qi.r29744/15194
K 6
text.h
V 25
file 2g4.5ck.r24459/13284
K 15
themes_common.c
V 22
file 352.5ck.r26465/95
K 15
themes_common.h
V 25
file 353.5ck.r18863/22710
K 10
tilespec.c
V 24
file hl.5qi.r29938/34082
K 10
tilespec.h
V 24
file i6.5qi.r29938/34343
K 19
unitselect_common.c
V 26
file 76v.5ck.r26905/117249
K 19
unitselect_common.h
V 26
file 76w.5ck.r26905/117548
K 14
update_queue.c
V 25
file 4jw.5qi.r29066/44235
K 14
update_queue.h
V 26
file 4jx.5ck.r26905/141966
K 10
voteinfo.c
V 26
file 4fe.5ck.r26905/141386
K 10
voteinfo.h
V 26
file 4ff.5ck.r26905/142263
END
ENDREP
id: d.5qi.r29997/20932
type: dir
pred: d.5qi.r29992/9713
count: 6737
text: 29997 16650 4269 0 cb46b19cc59cdd7c38648ba780c070ea
props: 28037 12634 400 0 bbe1d6769a94f3af2a54f7dc91fc9c71
cpath: /branches/S2_6/client
copyroot: 27474 /branches/S2_6

PLAIN
K 9
ABOUT-NLS
V 24
file fu.5ck.r27270/69307
K 7
AUTHORS
V 24
file 5u.5ck.r22143/14016
K 7
COPYING
V 22
file 1h.5qi.r29455/952
K 9
ChangeLog
V 26
file 6l.5ck.r27473/7455495
K 7
INSTALL
V 21
file 6.5qi.r29706/131
K 11
Makefile.am
V 22
file 59.5qi.r29568/735
K 4
NEWS
V 24
file 6m.5ck.r25634/30702
K 6
README
V 20
file 7.0.r4421/96382
K 2
ai
V 21
dir 8.5qi.r29933/3237
K 10
autogen.sh
V 24
file 12o.5ck.r25794/4003
K 9
bootstrap
V 23
dir 2p5.5qi.r29679/3655
K 6
client
V 22
dir d.5qi.r29997/20932
K 6
common
V 21
dir p.5qi.r29957/5577
K 12
configure.ac
V 23
file 149.5qi.r29831/167
K 4
data
V 23
dir w.5qi.r29994/150473
K 12
dependencies
V 23
dir 2yu.5qi.r29381/5956
K 3
doc
V 22
dir k7.5qi.r29946/6382
K 10
fc_version
V 25
file 2lo.5qj.r29915/36335
K 11
gen_headers
V 25
dir 1hsw.5qi.r29185/55201
K 2
m4
V 23
dir 12p.5qi.r29803/2394
K 7
scripts
V 23
dir 2yo.5qi.r28717/5437
K 6
server
V 22
dir z.5qi.r29987/38889
K 5
tests
V 22
dir 2g9.5ck.r27023/734
K 5
tools
V 23
dir 4pj.5qp.r29966/2737
K 12
translations
V 25
dir t0a.5qi.r29935/112781
K 7
utility
V 22
dir 1c.5qi.r29980/3112
K 3
vms
V 25
dir u9.5ck.r21528/1396085
K 5
win32
V 23
dir 2eu.5qi.r28346/1712
END
ENDREP
id: 3.5qi.r29997/22350
type: dir
pred: 3.5qi.r29994/151890
count: 19737
text: 29997 21178 1159 0 d9bee3e96d883257099b10d447e0307f
props: 28037 14463 292 0 9e1d5de0253c723466868990c52c129f
cpath: /branches/S2_6
copyroot: 27474 /branches/S2_6

PLAIN
K 5
S1_14
V 21
dir 3.21.r18109/18803
K 4
S2_0
V 21
dir 3.10x.r21862/4178
K 4
S2_1
V 22
dir 3.59e.r20026/11014
K 4
S2_2
V 21
dir 3.5cy.r21861/5036
K 4
S2_3
V 21
dir 3.5f2.r29458/5135
K 4
S2_4
V 24
dir 3.5ii.r29512/2246126
K 4
S2_5
V 22
dir 3.5kv.r29985/12153
K 4
S2_6
V 22
dir 3.5qi.r29997/22350
K 11
freeciv-web
V 22
dir 3.5bl.r13594/14918
END
ENDREP
id: 1.0.r29997/22949
type: dir
pred: 1.0.r29994/152491
count: 9806
text: 29997 22592 344 0 1921693cdbe5bff971763b73b7dc216f
cpath: /branches
copyroot: 0 /

PLAIN
K 8
branches
V 20
dir 1.0.r29997/22949
K 4
tags
V 19
dir 2.0.r29519/6475
K 5
trunk
V 22
dir 3.5ck.r29996/25327
K 7
website
V 21
dir 3ge.0.r29982/8881
END
ENDREP
id: 0.0.r29997/23272
type: dir
pred: 0.0.r29996/25719
count: 29997
text: 29997 23105 154 0 cf70dab83ef6af4fadee132e4f57f376
cpath: /
copyroot: 0 /

39i.5r1.t29996-1 modify true false /branches/S2_6/client/gui-sdl2/canvas.c

170.5r1.t29996-1 modify true false /branches/S2_6/client/gui-sdl2/citydlg.c

174.5r1.t29996-1 modify true false /branches/S2_6/client/gui-sdl2/cma_fe.c

17a.5r1.t29996-1 modify true false /branches/S2_6/client/gui-sdl2/dialogs.c

17h.5r1.t29996-1 modify true false /branches/S2_6/client/gui-sdl2/graphics.c

17i.5r1.t29996-1 modify true false /branches/S2_6/client/gui-sdl2/graphics.h

191.5r1.t29996-1 modify true false /branches/S2_6/client/gui-sdl2/gui_tilespec.c

17z.5r1.t29996-1 modify true false /branches/S2_6/client/gui-sdl2/helpdlg.c

186.5r1.t29996-1 modify true false /branches/S2_6/client/gui-sdl2/mapview.c

2qg.5r1.t29996-1 modify true false /branches/S2_6/client/gui-sdl2/pages.c

18f.5r1.t29996-1 modify true false /branches/S2_6/client/gui-sdl2/plrdlg.c

18i.5r1.t29996-1 modify true false /branches/S2_6/client/gui-sdl2/repodlgs.c

3fk.5r1.t29996-1 modify true false /branches/S2_6/client/gui-sdl2/widget_edit.c

3fp.5r1.t29996-1 modify true false /branches/S2_6/client/gui-sdl2/widget_window.c


23272 23420
