DELTA 34793 0 6612
SVN  äPäx1Y › † ‚^›† Ž}n† ˆ}¬k† ÐCµh„ ˆ	†+„ „>Ž4¹ Ñ-“#&wld, &wld, &wld, &wld, &wld&wld&wld);

    map_init(&wld.map, FALSE);
    idex_init(&wldENDREP
DELTA 32526 67106 193
SVN  °J­}@†" ‹j  b€K R‘u€
 ‚”C€a „!—)€` „#œ€` …F¡€_ …U§€g ‚0­7€f°7struct world *iworld)
{
  iworld->cities = city_hash_new();
  iworld->unitsstruct world *iworld)
{
  city_hash_destroy(iworld->cities);
  iworld->cities = NULL;

  unit_hash_destroy(iworld->units);
  iworld->unitsworld *iworld, struct city *pcity)
{
  struct city *old;

  city_hash_replace_full(iworld->citiesworld *iworld, struct unit *punit)
{
  struct unit *old;

  unit_hash_replace_full(iworld->unitsworld *iworld, struct city *pcity)
{
  struct city *old;

  city_hash_remove_full(iworld->citiesworld *iworld, struct unit *punit)
{
  struct unit *old;

  unit_hash_remove_full(iworld->unitsstruct world *iworld, int id)
{
  struct city *pcity;

  city_hash_lookup(iworld->cities, id, &pcity);
struct world *iworld, int id)
{
  struct unit *punit;

  unit_hash_lookup(iworld->units, id, &punit);
ENDREP
DELTA 35349 11398 70
SVN  †  †    †   †  †  †   ƒÁL † ÈƒÁL† –…‰Y&wld, &wld, ŒÀ ƒ¸6ƒ¸BŒ ƒ¸6 tech %d for ENDREP
DELTA 35202 0 541
SVN  ƒë#ƒë/ ‚¦) † †‚¦)† ¾_‚¬D&wld, &wld, ENDREP
DELTA 18858 20920 130
SVN  ‹9„ G  ‡\H€„ RŠg*/* common */
#include "fc_types.h"
#include "world_object.h"

void idex_init(struct world *iworld);
void idex_free(struct world *iworld);

void idex_register_city(struct world *iworld, struct city *pcity);
void idex_register_unit(struct world *iworld, struct unit *punit);

void idex_unregister_city(struct world *iworld, struct city *pcity);
void idex_unregister_unit(struct world *iworld, struct unit *punit);

struct city *idex_lookup_city(struct world *iworld, int id);
struct unit *idex_lookup_unit(struct world *iworld, ENDREP
DELTA 34999 0 360
SVN  †  †   ƒ±= † ‚î=ƒ±=&wld, †  ƒÓdƒÓj† ƒÓd LOST_MENDREP
DELTA 34464 0 35503
SVN  †  †  +ƒ g † \gŒ †z­CŒ ‹´=† ¿Kœ ˆÀiŒ ©?È}Œ ‰+ò<€{ ˜!ûbŒ ”† ÄT£ ’Oè.© šLû"Œ …%‚•nŒ ‰‚›† ™@‚¤Œ ¬3‚½[Œ ‡.‚êŒ îH‚ñ<† ¶Lƒà¤ ‚
„–Oƒ †*„˜W„ m„Ÿ ÂW…¯7Œ …ò† Ÿ…ÿ&wld, &(wld.map), &(wld.map), exists= index_to_tile(&(wld.map), &(wld.map), &(wld.map), popup_combat_info(attacker_unit_id, defender_unit_id, attacker_hp,
                      defender_hp, make_winner_veteran);&(wld.map), &wld,  == pcity)  {
    city_workers_display = &(wld.map), &(wld.map), &wld, &(wld.map), &(wld.map), &(wld.map), &wld, &(wld.map));
    free_city_map_indexin_NONE&(wld.map), &wld, †  „…#„@Œ!€Q ¡T † ½:¡T€v ›Þ~• †û† ê4‚>“ „‚ì® ‹x‚ð=„ †d‚ü:„ ƒ
ƒƒ#„ 6ƒ†2„ zƒ‡mŽ †bƒˆS„ …ƒ:Œ †jƒ”E„ oƒ›4„ ƒ(€ˆ* Ä1ƒ kŒ ˆ@ƒåŒ —Gƒí\les */
  if (can_client_change_view()) {
    /* the tile itself (including the necessary parts of adjacent tiles) */
    if (tile_changed || old_known != new_known) {
      refresh_tile_mapcanvas(ptile, TRUE, , 1.0feus = p->eus;
  if (pextra->eus == EUS_HIDDEN) {
    extra_type_list_append(extra_type_list_of_unit_hiders(), pextra);if (!action_id_existsexistsNONE.
  ACTION_NONENONE != action_type
      && !action_id_existsNONENONENONENONEINV_CITY_SPENDNONE&(wld.map), NONENONEThe order requests below doesn't send additional details. */
      fc_assert(!action_requires_details(auto_action));

      /* Give the order. */
      switch(action_id_get_target_kind(auto_action)) {
      case ATK_TILE:
      case ATK_UNITS:
        request_do_action(auto_action,
                          packet->actor_unit_id, packet->target_tile_id,
                          0, "");
        break;
      case ATK_CITY:
        request_do_action(auto_action,
                          packet->actor_unit_id, packet->target_city_id,
                          0, "");
        break;
      case ATK_UNIT:
        request_do_action(auto_action,
                          packet->actor_unit_id, packet->target_unit_id,
                          0, "");
        break;
      case ATK_SELF:
        request_do_action(auto_action,
                          packet->actor_unit_id, packet->actor_unit_id,
                          0, "");
        break;
      case ATK_COUNT:
        fc_assert(action_id_get_target_kind(auto_action) != ATK_COUNT);
        break;
      }&(wld.map), &(wld.map), ENDREP
DELTA 34831 899 33
SVN  ÏHÏT Œi † ƒ/Œi† ¿0&wld, &wld, ENDREP
DELTA 33483 26904 981
SVN  ‡GŠ!‚} †N €‚} V†q
/* struct city_hash. */
#define SPECHASH_TAG city
#define SPECHASH_INT_KEY_TYPE
#define SPECHASH_IDATA_TYPE struct city *
#include "spechash.h"

/* struct unit_hash. */
#define SPECHASH_TAG unit
#define SPECHASH_INT_KEY_TYPE
#define SPECHASH_IDATA_TYPE struct unit *
#include "spechash.h"

struct world
{
  struct civ_map map;
  struct city_hash *cities;
  struct unit_hash *unitsENDREP
DELTA 34888 0 784
SVN  †  †   ƒ¢ † ‚ý[ƒ¢&wld, †  û`ûf &  û@ ENDREP
DELTA 35109 756 46
SVN  †  †    †   †  …Ìv…Í ‰\ † ý`‰\† ƒÅ:‚‡<&wld, &wld, ENDREP
id: n.5ck.r35362/4926
type: file
pred: n.5ck.r35349/39497
count: 1168
text: 35362 1936 2306 169664 a921bb36c2e74e010dd5985f48e77ed2
props: 11088 14698 112 0 2c9d3e41a2f20488aa9cdb8d740d094e
cpath: /trunk/client/packhand.c
copyroot: 15280 /trunk

PLAIN
K 11
Makefile.am
V 23
file 5f.5ck.r35195/7341
K 6
agents
V 22
dir zf.5ck.r34831/3978
K 11
attribute.c
V 24
file xh.5ck.r28218/30713
K 11
attribute.h
V 24
file xi.5ck.r18863/23649
K 7
audio.c
V 22
file 139.5ck.r34470/49
K 7
audio.h
V 25
file 13a.5ck.r31663/17756
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 24
file 13f.5ck.r34767/1062
K 11
audio_sdl.h
V 25
file 13g.5ck.r18863/23885
K 17
chatline_common.c
V 23
file 14q.5ck.r31577/631
K 17
chatline_common.h
V 23
file 14r.5ck.r31577/881
K 16
citydlg_common.c
V 21
file z4.5ck.r33788/68
K 16
citydlg_common.h
V 24
file z5.5ck.r32721/48869
K 13
cityrepdata.c
V 22
file mb.5ck.r34861/430
K 13
cityrepdata.h
V 24
file mc.5ck.r34271/42807
K 13
client_main.c
V 23
file 2f.5cp.r35302/5511
K 13
client_main.h
V 23
file hz.5cq.r33653/3811
K 8
climap.c
V 24
file 197.5ck.r34778/3835
K 8
climap.h
V 23
file 198.5ck.r32540/658
K 9
climisc.c
V 23
file d5.5ck.r35143/5027
K 9
climisc.h
V 22
file i0.5ck.r33583/334
K 8
clinet.c
V 23
file hc.5ck.r33478/2436
K 8
clinet.h
V 24
file i1.5ck.r18863/24866
K 15
colors_common.c
V 24
file 33a.5ck.r34548/3527
K 15
colors_common.h
V 24
file 33b.5ck.r34740/5478
K 19
connectdlg_common.c
V 24
file 2fw.5ck.r33547/5741
K 19
connectdlg_common.h
V 22
file 2fx.5ck.r31709/95
K 9
control.c
V 23
file gz.5ck.r35160/1307
K 9
control.h
V 23
file i2.5ck.r34806/5003
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.r33144/4965
K 8
editor.h
V 23
file 3bh.5ck.r32374/890
K 17
global_worklist.c
V 25
file 4i6.5ck.r32721/49607
K 17
global_worklist.h
V 26
file 4i7.5ck.r26905/126022
K 6
goto.c
V 23
file vu.5ck.r35109/1388
K 6
goto.h
V 22
file vv.5ck.r31300/734
K 11
gui-gtk-3.0
V 23
dir zs.5g7.r35349/20387
K 12
gui-gtk-3.22
V 23
dir zs.5x8.r35349/25035
K 11
gui-gtk-4.0
V 23
dir zs.5yt.r35349/29675
K 6
gui-qt
V 24
dir 6ie.5ck.r35349/33898
K 8
gui-sdl2
V 24
dir 16t.5l8.r35349/39239
K 8
gui-stub
V 23
dir mh.5ck.r34979/29408
K 14
gui_cbsetter.c
V 24
file a3c.5ck.r34632/3472
K 14
gui_cbsetter.h
V 25
file a3d.5ck.r32487/79303
K 15
gui_interface.c
V 25
file 6jm.5ir.r34979/29648
K 15
gui_interface.h
V 25
file 6jn.5is.r34979/29923
K 10
helpdata.c
V 23
file h1.5ck.r35317/8161
K 10
helpdata.h
V 24
file i3.5ck.r33953/21730
K 7
include
V 23
dir b8.5ck.r34979/32062
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 23
dir 761.5ck.r34764/2187
K 16
mapctrl_common.c
V 24
file 15m.5ck.r35109/5813
K 16
mapctrl_common.h
V 24
file 15n.5ck.r32343/1012
K 16
mapview_common.c
V 22
file z2.5ck.r35037/325
K 16
mapview_common.h
V 23
file z3.5ck.r34740/5979
K 19
messagewin_common.c
V 24
file 14s.5ck.r33325/9366
K 19
messagewin_common.h
V 24
file 14t.5ck.r33325/9620
K 7
music.c
V 25
file zmc.5ck.r30210/64954
K 7
music.h
V 25
file zme.5ck.r27127/11513
K 9
options.c
V 22
file dc.5ck.r34784/390
K 9
options.h
V 22
file i4.5ck.r34425/523
K 17
overview_common.c
V 24
file 2yk.5ck.r34778/4076
K 17
overview_common.h
V 24
file 2yl.5ck.r29833/4964
K 10
packhand.c
V 22
file n.5ck.r35362/4926
K 10
packhand.h
V 24
file i5.5ck.r18863/20596
K 15
plrdlg_common.c
V 25
file 14u.5ck.r30328/73502
K 15
plrdlg_common.h
V 25
file 14v.5ck.r18863/21328
K 17
repodlgs_common.c
V 25
file 11i.5ck.r30568/61953
K 17
repodlgs_common.h
V 25
file 11j.5ck.r19589/11861
K 9
reqtree.c
V 25
file 2ym.5ck.r33226/87883
K 9
reqtree.h
V 24
file 2yn.5ck.r24150/6004
K 9
servers.c
V 25
file 33x.5ck.r33529/78031
K 9
servers.h
V 25
file 33y.5ck.r20478/36372
K 6
text.c
V 25
file 2g3.5ck.r33908/24993
K 6
text.h
V 24
file 2g4.5ck.r32343/1257
K 15
themes_common.c
V 25
file 352.5ck.r31663/18995
K 15
themes_common.h
V 25
file 353.5ck.r31663/19241
K 10
tilespec.c
V 24
file hl.5ck.r34979/32300
K 10
tilespec.h
V 23
file i6.5ck.r34931/4951
K 19
unitselect_common.c
V 26
file 76v.5ck.r30060/143258
K 19
unitselect_common.h
V 26
file 76w.5ck.r26905/117548
K 14
update_queue.c
V 25
file 4jw.5ck.r33575/26601
K 14
update_queue.h
V 25
file 4jx.5ck.r33575/26850
K 10
voteinfo.c
V 25
file 4fe.5ck.r30210/66670
K 10
voteinfo.h
V 26
file 4ff.5ck.r26905/142263
K 6
zoom.c
V 24
file 2120.5ck.r33335/200
K 6
zoom.h
V 25
file 2122.5ck.r30913/1856
END
ENDREP
id: d.5ck.r35362/9462
type: dir
pred: d.5ck.r35349/44033
count: 7769
text: 35362 5172 4277 0 fb2c13e6db4c14b556023ed40a86f580
props: 28036 11094 400 0 bbe1d6769a94f3af2a54f7dc91fc9c71
cpath: /trunk/client
copyroot: 15280 /trunk

id: 3u.5ck.r35362/9691
type: file
pred: 3u.5ck.r34793/27607
count: 449
text: 35362 0 151 29304 6731ebe2722ae5753d1fde3cb97438fb
props: 11041 20516 112 0 779057fa36f350a13e5c75663a7074d1
cpath: /trunk/common/game.c
copyroot: 15280 /trunk

id: qo.5ck.r35362/9929
type: file
pred: qo.5ck.r32526/118033
count: 22
text: 35362 177 878 5885 e29f0655fe11b400b1928d49e14fcaa0
props: 7748 37388 111 0 b491beec13ba952c0167e367d3cb48d2
cpath: /trunk/common/idex.c
copyroot: 15280 /trunk

id: qp.5ck.r35362/10167
type: file
pred: qp.5ck.r18858/92434
count: 4
text: 35362 1273 554 1668 401130a1b3adcf1235ee4d5b5ac9e010
props: 8119 15112 110 0 fd27c383f48a4fbbd90a59fbcfc8b3be
cpath: /trunk/common/idex.h
copyroot: 15280 /trunk

id: 45.5ck.r35362/10405
type: file
pred: 45.5ck.r35202/854
count: 338
text: 35362 1203 45 62895 7501825c5b2c8c173bf21f9141577733
props: 11057 32005 112 0 5a3876431ad0faf061b096a2484d7aad
cpath: /trunk/common/player.c
copyroot: 15280 /trunk

id: 321.5hu.r35362/10646
type: file
pred: 321.5hu.r34831/26371
count: 44
text: 35362 4269 39 10196 093be14ada535f20e3ad6d2b82c73e05
props: 10755 32341 110 0 a3ee73c7ed0bd397f9f2fedc7793a5b7
cpath: /trunk/common/scriptcore/api_game_find.c
copyroot: 20274 /trunk/common/scriptcore/api_game_find.c

PLAIN
K 11
Makefile.am
V 25
file 75b.5ck.r32536/46540
K 17
api_common_intl.c
V 26
file 323.5ho.r20287/110511
K 17
api_common_intl.h
V 26
file 324.5hp.r20287/111645
K 22
api_common_utilities.c
V 24
file 32e.5hq.r31980/8133
K 22
api_common_utilities.h
V 24
file 32f.5hr.r31980/8442
K 18
api_game_effects.c
V 26
file 4jz.5hs.r26905/207667
K 18
api_game_effects.h
V 26
file 4k0.5ht.r26905/209361
K 15
api_game_find.c
V 25
file 321.5hu.r35362/10646
K 15
api_game_find.h
V 23
file 322.5hv.r34496/990
K 18
api_game_methods.c
V 25
file 33d.5hw.r34084/70034
K 18
api_game_methods.h
V 23
file 33e.5hx.r33159/927
K 19
api_game_specenum.c
V 25
file 6gu.5hy.r31828/20785
K 19
api_game_specenum.h
V 26
file 6gv.5hz.r26905/209009
K 17
api_signal_base.c
V 25
file 75e.5ck.r31828/21088
K 17
api_signal_base.h
V 25
file 75f.5ck.r31828/21351
K 11
luascript.c
V 25
file 6ky.5i0.r31545/18974
K 11
luascript.h
V 25
file 6kz.5i1.r28012/34195
K 16
luascript_func.c
V 26
file 75g.5ck.r26905/210048
K 16
luascript_func.h
V 26
file 75h.5ck.r26905/207046
K 18
luascript_signal.c
V 25
file 32a.5i2.r32396/20344
K 18
luascript_signal.h
V 25
file 32b.5i3.r32396/20644
K 17
luascript_types.h
V 25
file 327.5i4.r26491/17572
K 18
tolua_common_a.pkg
V 24
file 6l0.5i5.r34764/7432
K 18
tolua_common_z.pkg
V 24
file 6l1.5i6.r33884/1922
K 14
tolua_game.pkg
V 22
file 320.5i7.r34866/56
K 16
tolua_signal.pkg
V 24
file 75i.5ck.r33884/2454
END
ENDREP
id: 75a.5ck.r35362/12352
type: dir
pred: 75a.5ck.r34866/1752
count: 82
text: 35362 10942 1397 0 c79080f9d8a854707631b2935e99d658
props: 20297 4258 210 0 96ce2862a898d58fd2b950172851a0fd
cpath: /trunk/common/scriptcore
copyroot: 15280 /trunk

id: 2ngs.5ck.r35362/12594
type: file
pred: 2ngs.5ck.r33483/66975
count: 1
text: 35362 4334 404 1313 64bda9a42c932f5111360a92411dcd4e
cpath: /trunk/common/world_object.h
copyroot: 15280 /trunk

PLAIN
K 11
Makefile.am
V 23
file 5h.5ck.r35279/2525
K 14
achievements.c
V 24
file qhc.5ck.r34778/9044
K 14
achievements.h
V 24
file qhe.5ck.r33814/2681
K 9
actions.c
V 25
file r7a.5ck.r35349/44263
K 9
actions.h
V 25
file r7c.5ck.r35349/44510
K 4
ai.c
V 24
file 4go.5ck.r31726/5773
K 4
ai.h
V 25
file 4gp.5ck.r34871/29474
K 6
aicore
V 24
dir 18t.5ck.r35349/45615
K 6
base.c
V 25
file 3jw.5ck.r34581/27195
K 6
base.h
V 25
file 3jx.5ck.r34581/27435
K 9
borders.c
V 25
file 4f0.5ck.r31935/29464
K 9
borders.h
V 26
file 4f1.5ck.r26905/213493
K 10
calendar.c
V 26
file 147p.5ck.r33984/10730
K 10
calendar.h
V 26
file 147r.5ck.r33984/10975
K 8
capstr.c
V 24
file dv.5ck.r33689/98181
K 8
capstr.h
V 24
file dw.5ck.r18858/97074
K 6
chat.h
V 24
file dj.5wt.r33223/26762
K 10
citizens.c
V 26
file 6mx.5ck.r26905/203234
K 10
citizens.h
V 26
file 6my.5ck.r26905/204108
K 6
city.c
V 23
file q.5ck.r33994/17117
K 6
city.h
V 21
file 3q.5ck.r34002/86
K 13
clientutils.c
V 26
file zj9.5ck.r26905/212022
K 13
clientutils.h
V 26
file zjb.5ck.r26905/213199
K 8
combat.c
V 22
file wp.5ck.r34964/122
K 8
combat.h
V 24
file wq.5ck.r24573/25814
K 9
culture.c
V 27
file 104t.5ck.r26905/202652
K 9
culture.h
V 27
file 104v.5ck.r26905/203523
K 11
diptreaty.c
V 24
file 3r.5ck.r30328/78509
K 11
diptreaty.h
V 24
file 3s.5ck.r27517/13575
K 10
disaster.c
V 24
file b2m.5ck.r32459/3378
K 10
disaster.h
V 25
file b2o.5ck.r28753/25083
K 9
effects.c
V 25
file 2eo.5ck.r34516/92408
K 9
effects.h
V 24
file 2ep.5ck.r34309/4639
K 8
events.c
V 25
file 33h.5ck.r33605/10831
K 8
events.h
V 24
file 3t.5ck.r33605/11074
K 8
extras.c
V 25
file o9u.5ck.r34494/16142
K 8
extras.h
V 25
file o9w.5ck.r34494/16386
K 12
fc_cmdhelp.c
V 26
file 76j.5ck.r26905/216438
K 12
fc_cmdhelp.h
V 26
file 76k.5ck.r26905/216731
K 14
fc_interface.c
V 24
file 4up.5ck.r35287/5449
K 14
fc_interface.h
V 25
file 4uq.5ck.r35302/10291
K 10
fc_types.h
V 25
file 2ll.5ck.r35302/10539
K 15
featured_text.c
V 25
file 4h3.5ck.r34831/25645
K 15
featured_text.h
V 24
file 4h4.5ck.r34764/7186
K 6
game.c
V 23
file 3u.5ck.r35362/9691
K 6
game.h
V 23
file 3v.5ck.r34287/3043
K 19
generate_packets.py
V 23
file 2f4.5ck.r32904/459
K 12
government.c
V 24
file he.5ck.r34368/19481
K 12
government.h
V 24
file hf.5ck.r34368/19725
K 6
idex.c
V 23
file qo.5ck.r35362/9929
K 6
idex.h
V 24
file qp.5ck.r35362/10167
K 13
improvement.c
V 22
file vb.5ck.r34525/169
K 13
improvement.h
V 23
file vc.5ck.r33074/3506
K 5
map.c
V 23
file r.5ck.r34831/25895
K 5
map.h
V 24
file 41.5ck.r34831/26131
K 11
map_types.h
V 25
file 216z.5ck.r34825/6107
K 8
mapimg.c
V 24
file 6n9.5ck.r34778/9762
K 8
mapimg.h
V 26
file 6na.5ck.r26905/215559
K 15
metaknowledge.c
V 24
file siq.5ck.r35098/2264
K 15
metaknowledge.h
V 24
file sis.5ck.r35098/2513
K 10
movement.c
V 25
file 2xv.5ck.r34516/92653
K 10
movement.h
V 25
file 2xw.5ck.r33998/69669
K 13
multipliers.c
V 25
file 197b.5ck.r32459/4353
K 13
multipliers.h
V 26
file 197d.5ck.r29117/26290
K 18
name_translation.h
V 24
file 4k1.5ck.r32459/4601
K 8
nation.c
V 24
file il.5ck.r33386/79163
K 8
nation.h
V 24
file im.5ck.r32925/36846
K 10
networking
V 25
dir 2gws.5ck.r35160/20379
K 8
player.c
V 24
file 45.5ck.r35362/10405
K 8
player.h
V 23
file 46.5ck.r35202/1092
K 9
reqtext.c
V 26
file 2ob8.5ck.r33984/11469
K 9
reqtext.h
V 26
file 2oba.5ck.r33783/13455
K 14
requirements.c
V 23
file 2wq.5ck.r35255/644
K 14
requirements.h
V 23
file 2wr.5ck.r35255/891
K 10
research.c
V 24
file 4ro.5ck.r32922/7196
K 10
research.h
V 24
file 4rp.5ck.r27750/1056
K 10
rgbcolor.c
V 25
file 6i6.5ck.r31090/42043
K 10
rgbcolor.h
V 25
file 6i7.5ck.r31090/42290
K 6
road.c
V 25
file 6pq.5ck.r34601/19435
K 6
road.h
V 25
file 6pr.5ck.r34601/19675
K 10
scriptcore
V 24
dir 75a.5ck.r35362/12352
K 17
server_settings.c
V 24
file 2zg5.5ck.r35316/502
K 17
server_settings.h
V 26
file 2z52.5ck.r35302/10787
K 11
spaceship.c
V 24
file 98.5ck.r33765/44399
K 11
spaceship.h
V 22
file 99.5ck.r33680/332
K 12
specialist.c
V 24
file 33f.5ck.r33778/1445
K 12
specialist.h
V 24
file 33g.5ck.r33778/1688
K 9
srvdefs.h
V 25
file 2rgb.5ck.r34048/1358
K 7
style.c
V 24
file zzb.5ck.r33771/5613
K 7
style.h
V 24
file zzd.5ck.r33771/5853
K 6
team.c
V 24
file 33i.5ck.r33326/1430
K 6
team.h
V 23
file 33j.5ck.r26183/314
K 6
tech.c
V 22
file t.5ck.r33324/9294
K 6
tech.h
V 22
file u.5ck.r33324/9532
K 9
terrain.c
V 22
file 2fp.5ck.r34546/94
K 9
terrain.h
V 23
file qs.5ck.r33814/3169
K 6
tile.c
V 24
file 2ys.5ck.r34867/1050
K 6
tile.h
V 24
file 2yt.5ck.r34867/1290
K 13
traderoutes.c
V 24
file bf8.5ck.r33963/9108
K 13
traderoutes.h
V 24
file bfa.5ck.r33963/9357
K 8
traits.h
V 25
file 7k3.5ck.r30330/11323
K 6
unit.c
V 20
file v.5ck.r35256/92
K 6
unit.h
V 22
file 48.5ck.r35256/322
K 10
unitlist.c
V 25
file 39m.5ck.r31889/62464
K 10
unitlist.h
V 26
file 39n.5ck.r27611/110113
K 10
unittype.c
V 22
file v9.5ck.r35217/151
K 10
unittype.h
V 23
file va.5ck.r35203/3041
K 9
version.c
V 21
file oe.5ck.r34317/49
K 9
version.h
V 24
file e7.5ck.r34516/94309
K 9
victory.c
V 26
file qex.5ck.r26905/217020
K 9
victory.h
V 26
file qez.5ck.r26905/217896
K 8
vision.c
V 23
file 4dm.5ck.r33561/483
K 8
vision.h
V 23
file 4dn.5ck.r33796/456
K 12
workertask.c
V 26
file llw.5ck.r26905/206753
K 12
workertask.h
V 25
file lly.5ck.r28926/17170
K 10
worklist.c
V 24
file o8.5ck.r32721/82052
K 10
worklist.h
V 24
file o9.5ck.r32721/82295
K 14
world_object.h
V 26
file 2ngs.5ck.r35362/12594
END
ENDREP
id: p.5ck.r35362/18167
type: dir
pred: p.5ck.r35349/51233
count: 4976
text: 35362 12787 5367 0 046315ff8581d0b2b807e81294a5afef
props: 23743 0 112 0 b2bc91bf125d83375389d51f25ff2c2f
cpath: /trunk/common
copyroot: 15280 /trunk

id: 4g.5ck.r35362/18394
type: file
pred: 4g.5ck.r34888/811
count: 644
text: 35362 4767 47 118246 2c8249be86d2c966ebacabbded86d3f5
props: 10971 452 112 0 14688860b403b675ea6c3d1b6f5d2330
cpath: /trunk/server/citytools.c
copyroot: 15280 /trunk

id: 4m0.5ck.r35362/18637
type: file
pred: 4m0.5ck.r35109/11022
count: 360
text: 35362 4839 61 194178 a83bfeb95251213334da6019cec047c9
props: 26905 58059 34 0 25e6c2f7558b7484000d4d090dea5b92
cpath: /trunk/server/savegame2.c
copyroot: 15280 /trunk

id: 4m0.5ql.r35362/18885
type: file
pred: 4m0.5ql.r35349/69663
count: 415
text: 35362 1084 91 261186 f47d71f61d16f8aa915adb21f20dcb5a
props: 26905 58059 34 0 25e6c2f7558b7484000d4d090dea5b92
cpath: /trunk/server/savegame3.c
copyroot: 27478 /trunk/server/savegame3.c

id: 1a.5ck.r35362/19152
type: file
pred: 1a.5ck.r34999/387
count: 866
text: 35362 1856 55 162282 3518131085412433b57659dcd9582b2c
props: 11095 1637 112 0 c5bfe3670c093a84ebf28b66298044e4
cpath: /trunk/server/unittools.c
copyroot: 15280 /trunk

PLAIN
K 11
Makefile.am
V 22
file 5q.5ck.r34792/213
K 13
actiontools.c
V 23
file 1p83.5ck.r34475/98
K 13
actiontools.h
V 24
file 1p86.5ck.r34475/284
K 8
advisors
V 24
dir 4n2.5ck.r35349/68689
K 9
aiiface.c
V 25
file 4gm.5ck.r33386/86627
K 9
aiiface.h
V 25
file 4gn.5ck.r26905/56374
K 9
animals.c
V 25
file vnk.5ck.r33483/74442
K 9
animals.h
V 25
file vnm.5ck.r33483/74686
K 6
auth.c
V 25
file 39c.5ck.r32423/36472
K 6
auth.h
V 25
file 39d.5ck.r18977/19170
K 11
barbarian.c
V 24
file lw.5ck.r34778/17428
K 11
barbarian.h
V 24
file lx.5ck.r33483/74928
K 14
citizenshand.c
V 26
file 6mz.5ck.r32526/126669
K 14
citizenshand.h
V 25
file 6n0.5ck.r26905/56662
K 10
cityhand.c
V 22
file 10.5ck.r32885/556
K 10
cityhand.h
V 23
file 4f.0.r13297/423686
K 11
citytools.c
V 24
file 4g.5ck.r35362/18394
K 11
citytools.h
V 23
file 4h.5ck.r33845/1119
K 10
cityturn.c
V 24
file 4i.5ck.r34779/28057
K 10
cityturn.h
V 23
file 4j.5ck.r33003/1775
K 11
civserver.c
V 25
file 4k.5ck.r33689/109856
K 10
commands.c
V 25
file 2ly.5ck.r33881/12247
K 10
commands.h
V 25
file 2lz.5ck.r33881/12493
K 13
connecthand.c
V 25
file 2dw.5ck.r33483/75171
K 13
connecthand.h
V 24
file 2dx.5ck.r23606/2057
K 9
console.c
V 24
file dd.5ck.r33386/87359
K 9
console.h
V 23
file de.5ck.r31514/8658
K 10
diplhand.c
V 22
file 4m.5ck.r31332/500
K 10
diplhand.h
V 23
file 4n.5ck.r27517/8916
K 11
diplomats.c
V 24
file vz.5ck.r35349/68929
K 11
diplomats.h
V 24
file w0.5ck.r35349/69175
K 10
edithand.c
V 25
file 3bk.5ck.r34831/33826
K 10
edithand.h
V 25
file 4ez.5ck.r32437/53317
K 6
fcdb.c
V 26
file 6l3.5ck.r34516/100298
K 6
fcdb.h
V 25
file 6l4.5ck.r26905/57239
K 10
gamehand.c
V 25
file 4o.5ck.r34516/100538
K 10
gamehand.h
V 22
file 4p.5ck.r32335/848
K 9
generator
V 24
dir 2me.5ck.r34831/35092
K 10
handchat.c
V 24
file 4q.5ck.r33223/32348
K 10
handchat.h
V 24
file dj.5ck.r33223/32591
K 9
maphand.c
V 24
file 13.5ck.r34871/37341
K 9
maphand.h
V 24
file 14.5ck.r33044/36537
K 6
meta.c
V 24
file 4s.5ck.r33483/80216
K 6
meta.h
V 23
file 4t.5ck.r32991/4753
K 6
mood.c
V 26
file 112c.5ck.r26905/63547
K 6
mood.h
V 26
file 112e.5ck.r26905/64129
K 8
notify.c
V 25
file 4i2.5ck.r34831/35333
K 8
notify.h
V 25
file 4i3.5ck.r32423/36956
K 9
plrhand.c
V 24
file 4u.5ck.r34778/21241
K 9
plrhand.h
V 24
file 4v.5ck.r31792/36273
K 8
report.c
V 21
file vi.5ck.r35056/82
K 8
report.h
V 23
file vj.5ck.r29899/8035
K 10
rscompat.c
V 23
file 1kte.5ck.r35185/48
K 10
rscompat.h
V 26
file 1ktg.5ck.r34779/28550
K 10
rssanity.c
V 24
file hew.5ck.r34622/8569
K 10
rssanity.h
V 24
file hey.5ck.r32663/8667
K 9
ruleset.c
V 24
file 8w.5ck.r35349/69420
K 9
ruleset.h
V 25
file 8x.5ck.r34759/178835
K 13
sanitycheck.c
V 24
file wi.5ck.r34778/21486
K 13
sanitycheck.h
V 24
file wj.5ck.r28075/17176
K 12
savecompat.c
V 23
file qva.5ck.r35220/229
K 12
savecompat.h
V 24
file qvc.5ck.r35348/3378
K 10
savegame.c
V 24
file 28ln.5ck.r34792/452
K 10
savegame.h
V 25
file 4m1.5tx.r31444/17678
K 11
savegame2.c
V 25
file 4m0.5ck.r35362/18637
K 11
savegame2.h
V 24
file 4m1.5ck.r31395/8224
K 11
savegame3.c
V 25
file 4m0.5ql.r35362/18885
K 11
savegame3.h
V 25
file 25ch.5ck.r31395/8732
K 7
score.c
V 25
file 2eg.5ck.r34778/22246
K 7
score.h
V 24
file 2eh.5ck.r21929/6179
K 9
scripting
V 24
dir 31x.5ck.r34764/20320
K 8
sernet.c
V 24
file 15.5ck.r33765/52907
K 8
sernet.h
V 24
file 4y.5ck.r31871/13834
K 10
settings.c
V 24
file 2m0.5ck.r35235/8178
K 10
settings.h
V 24
file 2m1.5ck.r35234/9432
K 11
spacerace.c
V 23
file 9a.5ck.r31476/5877
K 11
spacerace.h
V 23
file 9b.5ck.r31476/6121
K 9
srv_log.c
V 26
file 15t.5el.r32526/129427
K 9
srv_log.h
V 25
file 15u.5em.r28012/47157
K 10
srv_main.c
V 23
file vg.5ck.r35318/3123
K 10
srv_main.h
V 23
file vh.5ck.r35318/3362
K 11
stdinhand.c
V 23
file 4z.5ck.r35235/8424
K 11
stdinhand.h
V 24
file 50.5ck.r33932/69002
K 11
techtools.c
V 23
file 33n.5ck.r34579/112
K 11
techtools.h
V 23
file 33o.5ck.r31623/343
K 10
unithand.c
V 24
file 18.5ck.r35349/69930
K 10
unithand.h
V 23
file 19.5ck.r34498/1323
K 11
unittools.c
V 24
file 1a.5ck.r35362/19152
K 11
unittools.h
V 24
file 1b.5ck.r33855/10415
K 8
voting.c
V 25
file 4ex.5ck.r26905/57525
K 8
voting.h
V 25
file 4ey.5ck.r26905/58399
END
ENDREP
id: z.5ck.r35362/23551
type: dir
pred: z.5ck.r35349/74329
count: 6867
text: 35362 19396 4142 0 a600742e6676c2d4f77d5902c01eb245
props: 23990 448 166 0 e5026e1cb18fe57b41417951bfac7b19
cpath: /trunk/server
copyroot: 15280 /trunk

PLAIN
K 9
ABOUT-NLS
V 24
file fu.5ck.r33136/31347
K 7
AUTHORS
V 24
file 5u.5ck.r22143/14016
K 7
COPYING
V 22
file 1h.5ck.r29454/952
K 9
ChangeLog
V 26
file 6l.5ck.r34755/9472461
K 7
INSTALL
V 21
file 6.5ck.r35334/179
K 11
Makefile.am
V 21
file 59.5ck.r35284/44
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.5ck.r35358/3014
K 10
autogen.sh
V 23
file 12o.5ck.r34768/471
K 9
bootstrap
V 23
dir 2p5.5ck.r35328/4637
K 6
client
V 21
dir d.5ck.r35362/9462
K 6
common
V 22
dir p.5ck.r35362/18167
K 12
configure.ac
V 24
file 149.5ck.r35328/4870
K 4
data
V 22
dir w.5ck.r35349/64721
K 12
dependencies
V 23
dir 2yu.5ck.r35264/1941
K 3
doc
V 23
dir k7.5ck.r35349/66825
K 10
fc_version
V 25
file 2lo.5en.r35349/67052
K 11
gen_headers
V 23
dir 1hsw.5ck.r34605/792
K 3
lua
V 24
dir 2c5e.5ck.r31919/4841
K 2
m4
V 23
dir 12p.5ck.r35297/2434
K 7
scripts
V 24
dir 2yo.5ck.r34765/41493
K 6
server
V 22
dir z.5ck.r35362/23551
K 5
tests
V 22
dir 2g9.5ck.r32361/591
K 5
tools
V 24
dir 4pj.5js.r35349/76216
K 12
translations
V 23
dir t0a.5ck.r35355/3257
K 7
utility
V 22
dir 1c.5ck.r35276/3505
K 7
windows
V 23
dir 2eu.5x1.r35346/1946
END
ENDREP
id: 3.5ck.r35362/24950
type: dir
pred: 3.5ck.r35358/4407
count: 22662
text: 35362 23780 1157 0 3f17bb6a94822870ebce3f3ff0427889
props: 28036 14655 292 0 9e1d5de0253c723466868990c52c129f
cpath: /trunk
copyroot: 15280 /trunk

PLAIN
K 8
branches
V 19
dir 1.0.r35361/4886
K 4
tags
V 19
dir 2.0.r34572/6701
K 5
trunk
V 22
dir 3.5ck.r35362/24950
K 7
website
V 20
dir 3ge.0.r35333/548
END
ENDREP
id: 0.0.r35362/25339
type: dir
pred: 0.0.r35361/5203
count: 35362
text: 35362 25174 152 0 71b17f658ef9ed0ceff87d265e9969af
cpath: /
copyroot: 0 /

n.5ck.t35361-1 modify true false /trunk/client/packhand.c

3u.5ck.t35361-1 modify true false /trunk/common/game.c

qo.5ck.t35361-1 modify true false /trunk/common/idex.c

qp.5ck.t35361-1 modify true false /trunk/common/idex.h

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

321.5hu.t35361-1 modify true false /trunk/common/scriptcore/api_game_find.c

2ngs.5ck.t35361-1 modify true false /trunk/common/world_object.h

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

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

4m0.5ql.t35361-1 modify true false /trunk/server/savegame3.c

1a.5ck.t35361-1 modify true false /trunk/server/unittools.c


25339 25486
