DELTA 13009 0 598 SVN†p†; …c€‚TX‚h€ƒif string.find(_VERSION, "5%.0") then return end -- "loadfile" local function pp_dofile(path) local loaded = false local getfile = function() if loaded then return else local file,err = io.open(path) if not file then error("error loading file "..path..": "..err) end local ret = file:read("*a") file:close() loaded = true return ret end end local f = load(getfile, path) return f() end old_dofile = dofile dofile = pp_dofile -- string.gsub --[[ local ogsub = string.gsub local function compgsub(a,b,c,d) if type(c) == "function" then local oc = c c = function (...) return oc(...) or '' end end return ogsub(a,b,c,d) end string.repl = ogsub --]] --string.gsub = compgsub ENDREP DELTA 13009 25999 819 SVNŠlŠ?Š?€Š? function extract_code(fn,s) local code = "" if fn then code = '\n$#include "'..fn..'"\n' end s= "\n" .. s .. "\n" -- add blank lines as sentinels local _,e,c,t = strfind(s, "\n([^\n]-)SCRIPT_([%w_]*)[^\n]*\n") while e do t = strlower(t) if t == "bind_begin" then _,e,c = strfind(s,"(.-)\n[^\n]*SCRIPT_BIND_END[^\n]*\n",e) if not e then tolua_error("Unbalanced 'SCRIPT_BIND_BEGIN' directive in header file") end end if t == "bind_class" or t == "bind_block" then local b _,e,c,b = string.find(s, "([^{]-)(%b{})", e) c = c..'{\n'..extract_code(nil, b)..'\n};\n' end code = code .. c .. "\n" _,e,c,t = strfind(s, "\n([^\n]-)SCRIPT_([%w_]*)[^\n]*\n",e) end return code end function preprocess_hook(p) end function preparse_hook(p) end function include_file_hook(p, filename) do return end --print("FILENAME is "..filename) p.code = string.gsub(p.code, "\n%s*SigC::Signal", "\n\ttolua_readonly SigC::Signal") p.code = string.gsub(p.code, "#ifdef __cplusplus\nextern \"C\" {\n#endif", "") p.code = string.gsub(p.code, "#ifdef __cplusplus\n};?\n#endif", "") p.code = string.gsub(p.code, "DECLSPEC", "") p.code = string.gsub(p.code, "SDLCALL", "") p.code = string.gsub(p.code, "DLLINTERFACE", "") p.code = string.gsub(p.code, "#define[^\n]*_[hH]_?%s*\n", "\n") --print("code is "..p.code) end ENDREP PLAIN K 13 svn:eol-style V 6 native END ENDREP id: 45j.5bk.r13978/2220 type: file pred: 45j.0.r13196/4508 count: 1 text: 13196 0 2960 5221 fb1bdd4acefd60b661cec4927d4212b4 props: 13978 2173 34 0 25e6c2f7558b7484000d4d090dea5b92 cpath: /branches/S2_2/m4/pkg.m4 copyroot: 13570 /branches/S2_2 PLAIN K 14 ac_path_lib.m4 V 22 file 12q.0.r4430/53865 K 7 alsa.m4 V 20 file 2g2.0.r7550/199 K 7 auth.m4 V 21 file 2e7.0.r13483/622 K 6 c99.m4 V 21 file 2ez.0.r10725/692 K 8 debug.m4 V 21 file 158.0.r7252/3543 K 6 esd.m4 V 21 file 13i.0.r8328/1087 K 12 freetype2.m4 V 21 file 2e2.0.r8328/2444 K 15 gettimeofday.m4 V 21 file 16o.0.r7252/5596 K 6 ggz.m4 V 20 file 399.0.r12679/47 K 11 glib-2.0.m4 V 20 file 12s.0.r8328/747 K 15 glib-gettext.m4 V 23 file 12t.0.r13215/83609 K 7 glib.m4 V 21 file 12u.0.r8328/1423 K 10 glibc21.m4 V 21 file 15a.0.r4985/1674 K 10 gtk-2.0.m4 V 21 file 12w.0.r8328/2789 K 14 gtk2-client.m4 V 20 file 19f.0.r9684/170 K 8 iconv.m4 V 20 file 12y.0.r6343/167 K 8 imlib.m4 V 21 file 12z.0.r8328/2102 K 12 isc-posix.m4 V 21 file 15b.0.r4985/1353 K 12 lcmessage.m4 V 21 file 13k.0.r4453/2159 K 9 locale.m4 V 21 file 2cp.0.r5906/1674 K 11 ngettext.m4 V 21 file 131.0.r10863/456 K 12 no-client.m4 V 21 file 2cq.0.r7252/5942 K 6 pkg.m4 V 24 file 45j.5bk.r13978/2220 K 11 progtest.m4 V 21 file 13l.0.r4453/2479 K 11 readline.m4 V 20 file 133.0.r9316/279 K 13 sdl-client.m4 V 23 file 16v.5bk.r13701/564 K 6 sdl.m4 V 23 file 13j.5bk.r13586/785 K 8 sound.m4 V 22 file 14o.0.r13375/1181 K 12 vsnprintf.m4 V 22 file 134.0.r4430/54194 K 15 win32-client.m4 V 21 file 190.0.r7252/2506 K 4 x.m4 V 23 file 14b.59m.r12319/128 K 13 xaw-client.m4 V 20 file 2j4.0.r7855/258 END ENDREP id: 12p.5bk.r13978/3850 type: dir pred: 12p.5bk.r13701/2197 count: 83 text: 13978 2465 1372 1372 565aace10fa91d5e01cb7f53fef1a134 props: 4499 1342 29 0 c7798427d9ac10de4cc017d293daf258 cpath: /branches/S2_2/m4 copyroot: 13570 /branches/S2_2 PLAIN K 13 svn:eol-style V 6 native END ENDREP id: 45p.5bk.r13978/4139 type: file pred: 45p.0.r13216/197773 count: 1 text: 13216 67805 200 197 fce4afbadf1f47522ca6373201b3a9cc props: 13978 4092 34 0 25e6c2f7558b7484000d4d090dea5b92 cpath: /branches/S2_2/dependencies/lua-5.1/Version copyroot: 13570 /branches/S2_2 PLAIN K 13 svn:eol-style V 6 native END ENDREP id: 45n.5bk.r13978/4454 type: file pred: 45n.0.r13216/209896 count: 1 text: 13216 131634 1194 1528 051c92b9b61ec3c115a9ab5d52f13898 props: 13978 4407 34 0 25e6c2f7558b7484000d4d090dea5b92 cpath: /branches/S2_2/dependencies/lua-5.1/COPYRIGHT copyroot: 13570 /branches/S2_2 PLAIN K 13 svn:eol-style V 6 native END ENDREP id: 45r.5bk.r13978/4774 type: file pred: 45r.0.r13216/210227 count: 1 text: 13216 163907 162 191 9fac7d7bf2a86babec4b57d3904495c8 props: 13978 4727 34 0 25e6c2f7558b7484000d4d090dea5b92 cpath: /branches/S2_2/dependencies/lua-5.1/etc/lua.hpp copyroot: 13570 /branches/S2_2 PLAIN K 7 lua.hpp V 24 file 45r.5bk.r13978/4774 END ENDREP id: 45q.5bk.r13978/5106 type: dir pred: 45q.0.r13216/210452 count: 1 text: 13978 5047 46 46 12b57398c186859e1825c31570679fdb cpath: /branches/S2_2/dependencies/lua-5.1/etc copyroot: 13570 /branches/S2_2 PLAIN K 9 COPYRIGHT V 24 file 45n.5bk.r13978/4454 K 11 Makefile.am V 25 file 45o.5bk.r13968/20744 K 7 Version V 24 file 45p.5bk.r13978/4139 K 3 etc V 23 dir 45q.5bk.r13978/5106 K 3 src V 24 dir 45s.5bk.r13968/20487 END ENDREP id: 45m.5bk.r13978/5536 type: dir pred: 45m.5bk.r13968/21244 count: 2 text: 13978 5310 213 213 a4681c72d464d4699f8000a64da5ff05 cpath: /branches/S2_2/dependencies/lua-5.1 copyroot: 13570 /branches/S2_2 PLAIN K 13 svn:eol-style V 6 native END ENDREP id: 3vv.5bk.r13978/5786 type: file pred: 3vv.0.r13010/116659 count: 2 text: 13010 31015 1240 1466 cefb7caaaebf1c643b18d46ec7e0eb52 props: 13978 5739 34 0 25e6c2f7558b7484000d4d090dea5b92 cpath: /branches/S2_2/dependencies/tolua/README copyroot: 13570 /branches/S2_2 PLAIN K 15 COPYRIGHT.tolua V 21 file 31n.0.r10335/571 K 11 Makefile.am V 24 file 30p.0.r13002/332431 K 6 README V 24 file 3vv.5bk.r13978/5786 K 7 all.lua V 24 file 30q.0.r13002/326709 K 9 array.lua V 24 file 30r.0.r13002/327197 K 9 basic.lua V 24 file 30s.0.r13002/327444 K 9 class.lua V 24 file 30t.0.r13002/326464 K 9 clean.lua V 24 file 30u.0.r13002/330949 K 8 code.lua V 24 file 30v.0.r13002/326953 K 10 compat.lua V 24 file 30w.0.r10334/298558 K 13 container.lua V 24 file 30x.0.r13002/331196 K 15 declaration.lua V 24 file 30y.0.r13002/328696 K 10 define.lua V 24 file 30z.0.r13002/332917 K 8 doit.lua V 24 file 310.0.r13002/329953 K 13 enumerate.lua V 24 file 311.0.r13002/331933 K 11 feature.lua V 24 file 312.0.r13002/329704 K 12 function.lua V 24 file 313.0.r13002/328446 K 10 module.lua V 24 file 314.0.r13002/331690 K 13 namespace.lua V 24 file 315.0.r10334/295781 K 12 operator.lua V 24 file 316.0.r13002/333412 K 11 package.lua V 24 file 317.0.r13002/333165 K 7 tolua.c V 24 file 318.0.r13002/331448 K 7 tolua.h V 24 file 319.0.r13002/332674 K 9 tolua.pkg V 24 file 31a.0.r10334/298905 K 13 tolua_event.c V 24 file 31b.0.r13002/328950 K 13 tolua_event.h V 24 file 31c.0.r13002/329453 K 10 tolua_is.c V 24 file 31d.0.r13002/330698 K 11 tolua_map.c V 24 file 31e.0.r13002/327689 K 12 tolua_push.c V 24 file 31f.0.r13002/328194 K 10 tolua_to.c V 24 file 31g.0.r13002/329204 K 11 toluabind.c V 24 file 31h.0.r13002/327941 K 11 typedef.lua V 24 file 31i.0.r13002/330199 K 12 variable.lua V 24 file 31j.0.r13002/332184 K 12 verbatim.lua V 24 file 31k.0.r13002/330448 END ENDREP id: 30n.5bk.r13978/7639 type: dir pred: 30n.0.r13187/1586 count: 17 text: 13978 6053 1573 1573 8e5e4de033921c2e26768d1af19ec318 props: 11108 2810 70 0 005adb05280fcbd64bb5a1ae7238cc57 cpath: /branches/S2_2/dependencies/tolua copyroot: 13570 /branches/S2_2 PLAIN K 13 svn:eol-style V 6 native END ENDREP id: 3w1.5bt.r13978/7943 type: file pred: 3w1.0.r13010/107992 count: 1 text: 13010 32285 1654 2505 53220007b4c0d74b9ac524770a6b10f6 props: 13978 7896 34 0 25e6c2f7558b7484000d4d090dea5b92 cpath: /branches/S2_2/dependencies/toluaxx/src/bin/parsecmd.cxx copyroot: 13187 /trunk/dependencies/toluaxx/src/bin PLAIN K 13 svn:eol-style V 6 native END ENDREP id: 45g.5bt.r13978/8294 type: file pred: 45g.0.r13186/65370 count: 1 text: 13186 0 65292 343725 5e15373dd21bba0be76b5495b41f2bef props: 13978 8247 34 0 25e6c2f7558b7484000d4d090dea5b92 cpath: /branches/S2_2/dependencies/toluaxx/src/bin/toluaxx.bind.cxx copyroot: 13187 /trunk/dependencies/toluaxx/src/bin PLAIN K 13 svn:eol-style V 6 native END ENDREP id: 3vx.5bt.r13978/8647 type: file pred: 3vx.0.r13009/73714 count: 1 text: 13978 786 1358 1343 9bc8b53d2c019c421049a708c434401d props: 13978 8600 34 0 25e6c2f7558b7484000d4d090dea5b92 cpath: /branches/S2_2/dependencies/toluaxx/src/bin/lua/tlx_custom.lua copyroot: 13187 /trunk/dependencies/toluaxx/src/bin PLAIN K 13 svn:eol-style V 6 native K 14 svn:executable V 1 * END ENDREP id: 3vw.5bt.r13978/9027 type: file pred: 3vw.0.r13009/76848 count: 1 text: 13978 0 761 827 3171bec43276233b8c551007aff97dc0 props: 13978 8954 60 0 a362989a6b53bc6e57d4cd9164d504cd cpath: /branches/S2_2/dependencies/toluaxx/src/bin/lua/tlx_compat51.lua copyroot: 13187 /trunk/dependencies/toluaxx/src/bin PLAIN K 11 tlx_all.lua V 26 file 30q.5a8.r13010/108166 K 13 tlx_array.lua V 26 file 30r.5a9.r13010/108481 K 13 tlx_basic.lua V 26 file 30s.5aa.r13010/108802 K 13 tlx_class.lua V 26 file 30t.5ab.r13010/112065 K 13 tlx_clean.lua V 25 file 30u.5ac.r13009/74858 K 12 tlx_code.lua V 25 file 30v.5ad.r13009/73397 K 14 tlx_compat.lua V 24 file 30w.5ae.r13008/4356 K 16 tlx_compat51.lua V 24 file 3vw.5bt.r13978/9027 K 17 tlx_container.lua V 26 file 30x.5af.r13010/109123 K 14 tlx_custom.lua V 24 file 3vx.5bt.r13978/8647 K 19 tlx_declaration.lua V 26 file 30y.5ag.r13010/109783 K 14 tlx_define.lua V 25 file 30z.5ah.r13009/77080 K 12 tlx_doit.lua V 26 file 310.5ai.r13010/111746 K 17 tlx_enumerate.lua V 25 file 311.5aj.r13009/75822 K 15 tlx_feature.lua V 26 file 312.5ak.r13010/110445 K 16 tlx_function.lua V 26 file 313.5al.r13010/109454 K 14 tlx_module.lua V 25 file 314.5am.r13009/75176 K 17 tlx_namespace.lua V 26 file 315.5an.r13010/111419 K 16 tlx_operator.lua V 26 file 316.5ao.r13010/110769 K 15 tlx_package.lua V 26 file 317.5ap.r13010/111095 K 15 tlx_typedef.lua V 25 file 31i.5aq.r13009/78680 K 16 tlx_variable.lua V 26 file 31j.5ar.r13010/110118 K 16 tlx_verbatim.lua V 25 file 31k.5as.r13009/73073 END ENDREP id: 3vt.5bt.r13978/10548 type: dir pred: 3vt.0.r13010/113600 count: 3 text: 13978 9332 1203 1203 240ba059dd59b993c5cded2023522ad2 cpath: /branches/S2_2/dependencies/toluaxx/src/bin/lua copyroot: 13187 /trunk/dependencies/toluaxx/src/bin PLAIN K 13 svn:eol-style V 6 native END ENDREP id: 3w2.5bt.r13978/10833 type: file pred: 3w2.0.r13010/114082 count: 1 text: 13010 34504 1068 1592 fc1acecc316bf52de3e14ed9dd6b72d2 props: 13978 10786 34 0 25e6c2f7558b7484000d4d090dea5b92 cpath: /branches/S2_2/dependencies/toluaxx/src/bin/parsecmd.hxx copyroot: 13187 /trunk/dependencies/toluaxx/src/bin PLAIN K 13 svn:eol-style V 6 native END ENDREP id: 3vy.5bt.r13978/11186 type: file pred: 3vy.0.r13010/114559 count: 1 text: 13010 22824 1498 2269 e7ff2e7db97f0a48076347eec14add7b props: 13978 11139 34 0 25e6c2f7558b7484000d4d090dea5b92 cpath: /branches/S2_2/dependencies/toluaxx/src/bin/help.cxx copyroot: 13187 /trunk/dependencies/toluaxx/src/bin PLAIN K 13 svn:eol-style V 6 native END ENDREP id: 3w0.5bt.r13978/11535 type: file pred: 3w0.0.r13010/114729 count: 1 text: 13010 24335 499 561 897c07c97d5da1bbb58209d8eeac8457 props: 13978 11488 34 0 25e6c2f7558b7484000d4d090dea5b92 cpath: /branches/S2_2/dependencies/toluaxx/src/bin/main.hxx copyroot: 13187 /trunk/dependencies/toluaxx/src/bin PLAIN K 13 svn:eol-style V 6 native END ENDREP id: 3w3.5bt.r13978/11882 type: file pred: 3w3.0.r13010/114897 count: 1 text: 13010 24847 89 102 bb8473cd7a4e3bb1303e283fe5606102 props: 13978 11835 34 0 25e6c2f7558b7484000d4d090dea5b92 cpath: /branches/S2_2/dependencies/toluaxx/src/bin/platform.hxx copyroot: 13187 /trunk/dependencies/toluaxx/src/bin PLAIN K 13 svn:eol-style V 6 native END ENDREP id: 3vz.5bt.r13978/12232 type: file pred: 3vz.0.r13010/115068 count: 1 text: 13010 30529 473 551 8c7b90063cb58a3eab2e69488b37d4d8 props: 13978 12185 34 0 25e6c2f7558b7484000d4d090dea5b92 cpath: /branches/S2_2/dependencies/toluaxx/src/bin/help.hxx copyroot: 13187 /trunk/dependencies/toluaxx/src/bin PLAIN K 11 Makefile.am V 25 file 3w5.5bt.r13968/22421 K 8 help.cxx V 25 file 3vy.5bt.r13978/11186 K 8 help.hxx V 25 file 3vz.5bt.r13978/12232 K 3 lua V 24 dir 3vt.5bt.r13978/10548 K 8 main.cxx V 26 file 318.5at.r13010/114256 K 8 main.hxx V 25 file 3w0.5bt.r13978/11535 K 12 parsecmd.cxx V 24 file 3w1.5bt.r13978/7943 K 12 parsecmd.hxx V 25 file 3w2.5bt.r13978/10833 K 12 platform.hxx V 25 file 3w3.5bt.r13978/11882 K 16 toluaxx.bind.cxx V 24 file 45g.5bt.r13978/8294 K 11 toluaxx.pxx V 26 file 31a.5b0.r13010/113790 END ENDREP id: 3vs.5bt.r13978/13059 type: dir pred: 3vs.5bt.r13968/23243 count: 10 text: 13978 12532 514 514 12b79e3ac3a8195b1e738dbf6822987d cpath: /branches/S2_2/dependencies/toluaxx/src/bin copyroot: 13187 /trunk/dependencies/toluaxx/src/bin PLAIN K 11 Makefile.am V 25 file 3w4.5bs.r13968/23523 K 3 bin V 24 dir 3vs.5bt.r13978/13059 K 3 lib V 24 dir 3vu.5bs.r13968/22145 END ENDREP id: 3vr.5bs.r13978/13435 type: dir pred: 3vr.5bs.r13968/23952 count: 10 text: 13978 13294 128 128 b831e6b8550811664a388e42e1620c65 cpath: /branches/S2_2/dependencies/toluaxx/src copyroot: 13187 /trunk/dependencies/toluaxx/src PLAIN K 11 Makefile.am V 25 file 45k.5bk.r13968/24224 K 7 include V 23 dir 3vq.5be.r13187/1814 K 3 src V 24 dir 3vr.5bs.r13978/13435 END ENDREP id: 45h.5bk.r13978/13806 type: dir pred: 45h.5bk.r13968/24632 count: 6 text: 13978 13662 131 131 eafcea9e8c591dac8d9a14e99cb5afb4 cpath: /branches/S2_2/dependencies/toluaxx copyroot: 13570 /branches/S2_2 PLAIN K 11 Makefile.am V 22 file 31m.0.r10335/2735 K 3 lua V 23 dir 2yv.0.r13002/326233 K 7 lua-5.1 V 23 dir 45m.5bk.r13978/5536 K 5 tolua V 23 dir 30n.5bk.r13978/7639 K 7 toluaxx V 24 dir 45h.5bk.r13978/13806 END ENDREP id: 2yu.5bk.r13978/14232 type: dir pred: 2yu.5bk.r13968/25054 count: 23 text: 13978 14011 208 208 5d4f891c8d76de4beede2cd9d690ef06 props: 10335 3450 52 0 99ffa4e3e0608cced72bc06a75f6aece cpath: /branches/S2_2/dependencies copyroot: 13570 /branches/S2_2 PLAIN K 13 svn:eol-style V 6 native END ENDREP id: 47g.5bk.r13978/14533 type: file pred: 47g.0.r13438/587 count: 1 text: 13438 0 574 1794 67aff1bd63ee07ddc2ef81edd7b64fe7 props: 13978 14486 34 0 25e6c2f7558b7484000d4d090dea5b92 cpath: /branches/S2_2/scripts/freeciv.supp copyroot: 13570 /branches/S2_2 PLAIN K 12 freeciv.supp V 25 file 47g.5bk.r13978/14533 K 8 potfiles V 21 file 3c3.0.r11849/590 K 7 replace V 23 file 2yp.0.r10304/28707 K 20 setup_auth_server.sh V 22 file 484.5bk.r13974/73 END ENDREP id: 2yo.5bk.r13978/14990 type: dir pred: 2yo.5bk.r13974/532 count: 5 text: 13978 14789 188 188 70732b9e628024652adbc0ba7d916dff cpath: /branches/S2_2/scripts copyroot: 13570 /branches/S2_2 PLAIN K 13 svn:eol-style V 6 native END ENDREP id: 40t.5bk.r13978/15227 type: file pred: 40t.0.r13166/778291 count: 1 text: 13166 16255 404 1214 b5bddb86dfbbd36548c845b467be5fc6 props: 13978 15180 34 0 25e6c2f7558b7484000d4d090dea5b92 cpath: /branches/S2_2/data/themes/gui-gtk-2.0/Freeciv/gtk-2.0/menubar.rc copyroot: 13570 /branches/S2_2 PLAIN K 13 svn:eol-style V 6 native END ENDREP id: 40u.5bk.r13978/15567 type: file pred: 40u.0.r13166/790037 count: 1 text: 13166 763956 707 2085 0b6bf8d2e2e6ba36df0af93bedd06210 props: 13978 15520 34 0 25e6c2f7558b7484000d4d090dea5b92 cpath: /branches/S2_2/data/themes/gui-gtk-2.0/Freeciv/gtk-2.0/panel.rc copyroot: 13570 /branches/S2_2 PLAIN K 13 svn:eol-style V 6 native END ENDREP id: 40s.5bk.r13978/15906 type: file pred: 40s.0.r13170/1818 count: 2 text: 13170 0 25 46935 74339db6bf459e9a0ca216a6af2a26ec props: 13978 15859 34 0 25e6c2f7558b7484000d4d090dea5b92 cpath: /branches/S2_2/data/themes/gui-gtk-2.0/Freeciv/gtk-2.0/gtkrc copyroot: 13570 /branches/S2_2 PLAIN K 6 Arrows V 24 dir 3wg.5bk.r13968/45642 K 7 Buttons V 24 dir 3wo.5bk.r13968/32586 K 11 Check-Radio V 24 dir 3wv.5bk.r13968/42783 K 5 Combo V 24 dir 3x7.5bk.r13968/35463 K 9 Frame-Gap V 24 dir 3xf.5bk.r13968/34436 K 7 Handles V 24 dir 3xl.5bk.r13968/46435 K 5 Lines V 24 dir 3xp.5bk.r13968/44632 K 11 ListHeaders V 24 dir 3xt.5bk.r13968/40213 K 11 Makefile.am V 25 file 3xz.5bk.r13968/41602 K 12 Menu-Menubar V 24 dir 3y0.5bk.r13968/30538 K 6 Others V 24 dir 3y8.5bk.r13968/37266 K 5 Panel V 24 dir 3yd.5bk.r13968/33538 K 11 ProgressBar V 24 dir 3yk.5bk.r13968/28350 K 5 Range V 24 dir 3ys.5bk.r13968/31617 K 10 Scrollbars V 24 dir 3z1.5bk.r13968/39278 K 7 Shadows V 24 dir 3zq.5bk.r13968/41270 K 4 Spin V 24 dir 3zz.5bk.r13968/43847 K 4 Tabs V 24 dir 408.5bk.r13968/29551 K 7 Toolbar V 24 dir 40k.5bk.r13968/36438 K 6 bg.png V 24 file 40r.0.r13166/814783 K 5 gtkrc V 25 file 40s.5bk.r13978/15906 K 10 menubar.rc V 25 file 40t.5bk.r13978/15227 K 8 panel.rc V 25 file 40u.5bk.r13978/15567 END ENDREP id: 3wf.5bk.r13978/17193 type: dir pred: 3wf.5bk.r13968/47720 count: 5 text: 13978 16188 992 992 76c9da2581e3cf1d0d163eab9ea78817 props: 13417 6801 53 0 a527b216afb99426b763a1e313c531be cpath: /branches/S2_2/data/themes/gui-gtk-2.0/Freeciv/gtk-2.0 copyroot: 13570 /branches/S2_2 PLAIN K 11 Makefile.am V 25 file 3we.5bk.r13968/48044 K 7 gtk-2.0 V 24 dir 3wf.5bk.r13978/17193 END ENDREP id: 3wd.5bk.r13978/17580 type: dir pred: 3wd.5bk.r13968/48433 count: 5 text: 13978 17473 94 94 d17ffd8286843cb2bccd34fa0cf10510 props: 13417 7218 53 0 a527b216afb99426b763a1e313c531be cpath: /branches/S2_2/data/themes/gui-gtk-2.0/Freeciv copyroot: 13570 /branches/S2_2 PLAIN K 7 Freeciv V 24 dir 3wd.5bk.r13978/17580 K 11 Makefile.am V 25 file 40v.5bk.r13968/48747 END ENDREP id: 3wc.5bk.r13978/17957 type: dir pred: 3wc.5bk.r13968/49129 count: 5 text: 13978 17850 94 94 81046c0e400d286849d26ba888d0510c props: 13417 7625 53 0 a527b216afb99426b763a1e313c531be cpath: /branches/S2_2/data/themes/gui-gtk-2.0 copyroot: 13570 /branches/S2_2 PLAIN K 13 svn:eol-style V 6 native END ENDREP id: 4b2.5bk.r13978/18266 type: file pred: 4b2.5bk.r13698/16644075 count: 1 text: 13698 0 10001 17989 c93c0550bd3173f4504b2cbd8991e50b props: 13978 18219 34 0 25e6c2f7558b7484000d4d090dea5b92 cpath: /branches/S2_2/data/themes/gui-sdl/human/COPYING.UnDotum copyroot: 13570 /branches/S2_2 PLAIN K 13 svn:eol-style V 6 native END ENDREP id: 4b3.5bk.r13978/18600 type: file pred: 4b3.5bk.r13698/16644278 count: 1 text: 13698 10014 4695 7281 eab1c134e49ca5aeb9c9dca44be758cc props: 13978 18553 34 0 25e6c2f7558b7484000d4d090dea5b92 cpath: /branches/S2_2/data/themes/gui-sdl/human/COPYING.fireflysung copyroot: 13570 /branches/S2_2 PLAIN K 13 svn:eol-style V 6 native END ENDREP id: 4at.5bk.r13978/18940 type: file pred: 4at.5bk.r13628/6280 count: 1 text: 13628 3981 2286 4814 60ed8cfab589ec1db22b584ef1e95a70 props: 13978 18893 34 0 25e6c2f7558b7484000d4d090dea5b92 cpath: /branches/S2_2/data/themes/gui-sdl/human/COPYING.DejaVu copyroot: 13570 /branches/S2_2 PLAIN K 13 svn:eol-style V 6 native END ENDREP id: 4b4.5bk.r13978/19270 type: file pred: 4b4.5bk.r13698/16644769 count: 1 text: 13698 10901234 1271 1658 24207aa517a178cda3e4ef53bb4fe552 props: 13978 19223 34 0 25e6c2f7558b7484000d4d090dea5b92 cpath: /branches/S2_2/data/themes/gui-sdl/human/COPYING.sazanami copyroot: 13570 /branches/S2_2 PLAIN K 14 COPYING.DejaVu V 25 file 4at.5bk.r13978/18940 K 15 COPYING.UnDotum V 25 file 4b2.5bk.r13978/18266 K 19 COPYING.fireflysung V 25 file 4b3.5bk.r13978/18600 K 16 COPYING.sazanami V 25 file 4b4.5bk.r13978/19270 K 14 DejaVuSans.ttf V 24 file 482.0.r13538/427508 K 11 Makefile.am V 28 file 3ku.5bk.r13698/16644487 K 11 UnDotum.ttf V 28 file 4b5.5bk.r13698/16643468 K 21 backgrounds.themespec V 25 file 3kw.5bk.r13794/11841 K 6 bg.png V 25 file 3kx.0.r12632/2651467 K 7 bg2.png V 25 file 3ky.0.r12632/2649206 K 8 city.png V 24 file 3kz.0.r13536/193294 K 9 city.spec V 24 file 3l0.0.r13536/193552 K 13 city_fist.png V 21 file 3l1.0.r12638/418 K 14 city_fist.spec V 23 file 3l2.0.r12670/19199 K 16 colors.themespec V 22 file 3l3.0.r12679/1946 K 13 dip_icons.png V 25 file 3l4.0.r12632/2647933 K 14 dip_icons.spec V 23 file 3l5.0.r12670/20712 K 15 fireflysung.ttf V 28 file 4b6.5bk.r13698/16643801 K 9 icons.png V 25 file 3l6.0.r12632/2649506 K 10 icons.spec V 23 file 3l7.0.r12670/21617 K 9 intro.png V 24 file 3r6.0.r12706/310558 K 14 options_bg.png V 25 file 3l8.0.r12632/2646479 K 19 sazanami-gothic.ttf V 28 file 4b7.5bk.r13698/16645044 K 23 small_theme_buttons.png V 25 file 3l9.0.r12632/2648237 K 24 small_theme_buttons.spec V 23 file 3la.0.r12670/21309 K 13 tech_tree.png V 25 file 3lb.0.r12632/2646179 K 14 tech_tree.spec V 23 file 3lc.0.r12670/20112 K 15 theme.themespec V 24 file 3ld.5bk.r13655/6020 K 14 theme_boxs.png V 25 file 3le.0.r12632/2645557 K 15 theme_boxs.spec V 23 file 3lf.0.r12670/19495 K 17 theme_buttons.png V 25 file 3lg.0.r12632/2650339 K 18 theme_buttons.spec V 23 file 3lh.0.r12670/22208 K 24 theme_orders_buttons.png V 25 file 3li.5bk.r13856/50442 K 25 theme_orders_buttons.spec V 25 file 3lj.5bk.r13856/50742 K 17 theme_scrolls.png V 25 file 3lk.0.r12632/2647140 K 18 theme_scrolls.spec V 23 file 3ll.0.r12670/20410 K 9 world.png V 25 file 3lm.0.r12632/2651169 END ENDREP id: 3kt.5bk.r13978/21469 type: dir pred: 3kt.5bk.r13856/52949 count: 17 text: 13978 19563 1893 1893 19b382e18e858373339f5ec9e8f9c16f props: 12656 0 47 0 c348519a2f02d6470452d3eca58ed415 cpath: /branches/S2_2/data/themes/gui-sdl/human copyroot: 13570 /branches/S2_2 PLAIN K 11 Makefile.am V 23 file 3ks.0.r12670/24220 K 5 human V 24 dir 3kt.5bk.r13978/21469 END ENDREP id: 3kr.5bk.r13978/21838 type: dir pred: 3kr.5bk.r13856/53318 count: 17 text: 13978 21735 90 90 a5eb9830ff5f10749286541d81b7ec55 props: 12656 391 47 0 c348519a2f02d6470452d3eca58ed415 cpath: /branches/S2_2/data/themes/gui-sdl copyroot: 13570 /branches/S2_2 PLAIN K 11 Makefile.am V 24 file 3kq.0.r13166/820882 K 8 gui-ftwl V 21 dir 3wa.0.r13157/4919 K 11 gui-gtk-2.0 V 24 dir 3wc.5bk.r13978/17957 K 7 gui-sdl V 24 dir 3kr.5bk.r13978/21838 END ENDREP id: 2m6.5bk.r13978/22289 type: dir pred: 2m6.5bk.r13968/49581 count: 32 text: 13978 22096 180 180 9d61656cf782f5b7c84c56fe242f7fb4 props: 8189 2648 52 0 99ffa4e3e0608cced72bc06a75f6aece cpath: /branches/S2_2/data/themes copyroot: 13570 /branches/S2_2 PLAIN K 13 svn:eol-style V 6 native END ENDREP id: 4as.5bk.r13978/22588 type: file pred: 4as.5bk.r13628/9109 count: 1 text: 13628 0 3968 5954 27d7484b1e18d0ee4ce538644a3f04be props: 13978 22541 34 0 25e6c2f7558b7484000d4d090dea5b92 cpath: /branches/S2_2/data/fonts/COPYING.Vera copyroot: 13570 /branches/S2_2 PLAIN K 12 COPYING.Vera V 25 file 4as.5bk.r13978/22588 K 8 Vera.ttf V 23 file 2lw.0.r8096/105023 K 10 VeraBd.ttf V 23 file 2lx.0.r8096/104715 END ENDREP id: 2lv.5bk.r13978/23004 type: dir pred: 2lv.5bk.r13628/9440 count: 2 text: 13978 22851 140 140 172febfd215d16a5ef31f94a08ed9706 cpath: /branches/S2_2/data/fonts copyroot: 13570 /branches/S2_2 PLAIN K 13 svn:eol-style V 6 native END ENDREP id: 3w7.5bk.r13978/23245 type: file pred: 3w7.0.r13113/20267 count: 1 text: 13113 0 2018 3958 1426b980cc9bc39720f7325169e2c270 props: 13978 23198 34 0 25e6c2f7558b7484000d4d090dea5b92 cpath: /branches/S2_2/data/civ1/script.lua copyroot: 13570 /branches/S2_2 PLAIN K 11 Makefile.am V 22 file 8n.0.r12315/15581 K 17 buildings.ruleset V 20 file 8p.0.r12905/431 K 15 effects.ruleset V 22 file 2ww.0.r12848/5385 K 12 game.ruleset V 22 file u6.5bk.r13775/371 K 19 governments.ruleset V 20 file hg.0.r12887/175 K 15 nations.ruleset V 20 file os.0.r12969/150 K 10 script.lua V 25 file 3w7.5bk.r13978/23245 K 13 techs.ruleset V 22 file 8q.0.r12720/10248 K 15 terrain.ruleset V 24 file gd.5bk.r13896/83488 K 13 units.ruleset V 22 file 8r.0.r13427/10639 END ENDREP id: 8l.5bk.r13978/24000 type: dir pred: 8l.5bk.r13896/84251 count: 246 text: 13978 23504 483 483 304cd8f207a597a858c7cdbc477780a4 props: 4431 12663 46 0 e473fc4bd409d833d90929dfcb3a14b8 cpath: /branches/S2_2/data/civ1 copyroot: 13570 /branches/S2_2 PLAIN K 13 svn:eol-style V 6 native END ENDREP id: 3w8.5bk.r13978/24297 type: file pred: 3w8.0.r13113/21127 count: 1 text: 13113 2031 2018 3958 1426b980cc9bc39720f7325169e2c270 props: 13978 24250 34 0 25e6c2f7558b7484000d4d090dea5b92 cpath: /branches/S2_2/data/civ2/script.lua copyroot: 13570 /branches/S2_2 PLAIN K 11 Makefile.am V 22 file gg.0.r12315/16473 K 17 buildings.ruleset V 19 file gm.0.r12939/57 K 14 cities.ruleset V 21 file 3c4.0.r12677/704 K 15 effects.ruleset V 22 file 2wx.0.r12848/6287 K 12 game.ruleset V 23 file u7.5bk.r13775/1365 K 19 governments.ruleset V 22 file hh.5bk.r13711/862 K 15 nations.ruleset V 22 file 38l.0.r12969/1037 K 10 script.lua V 25 file 3w8.5bk.r13978/24297 K 13 techs.ruleset V 21 file gn.0.r12737/3487 K 15 terrain.ruleset V 24 file gi.5bk.r13896/84500 K 13 units.ruleset V 20 file go.0.r13541/106 END ENDREP id: ge.5bk.r13978/25103 type: dir pred: ge.5bk.r13896/85312 count: 272 text: 13978 24559 531 531 b211f8185fd0176216aead36b01fa64c props: 4431 13678 46 0 e473fc4bd409d833d90929dfcb3a14b8 cpath: /branches/S2_2/data/civ2 copyroot: 13570 /branches/S2_2 PLAIN K 13 svn:eol-style V 6 native END ENDREP id: 3s4.5bk.r13978/25400 type: file pred: 3s4.0.r12738/9513 count: 1 text: 12738 1200 802 1223 6b529b0c5a79bb6716e0c76d0135d089 props: 13978 25353 34 0 25e6c2f7558b7484000d4d090dea5b92 cpath: /branches/S2_2/data/default/ai_effects.ruleset copyroot: 13570 /branches/S2_2 PLAIN K 11 Makefile.am V 21 file 8f.0.r12738/9279 K 18 ai_effects.ruleset V 25 file 3s4.5bk.r13978/25400 K 17 buildings.ruleset V 21 file 8t.0.r12956/9194 K 14 cities.ruleset V 22 file jx.0.r13095/59590 K 15 effects.ruleset V 22 file 2wy.0.r12848/7236 K 12 game.ruleset V 19 file u8.0.r12942/59 K 19 governments.ruleset V 21 file hi.0.r12887/2020 K 15 nations.ruleset V 22 file i7.0.r13503/53813 K 10 script.lua V 23 file 330.0.r13113/22039 K 13 techs.ruleset V 21 file 8u.0.r12737/4921 K 15 terrain.ruleset V 24 file gl.5bk.r13896/85561 K 13 units.ruleset V 21 file 8v.0.r13541/1089 END ENDREP id: 89.5bk.r13978/26266 type: dir pred: 89.5bk.r13896/86426 count: 503 text: 13978 25671 582 582 efee9edd5f3a193915b07f9fd8fab435 props: 4431 6509 46 0 e473fc4bd409d833d90929dfcb3a14b8 cpath: /branches/S2_2/data/default copyroot: 13570 /branches/S2_2 PLAIN K 13 svn:eol-style V 6 native END ENDREP id: 47z.5bk.r13978/26565 type: file pred: 47z.0.r13503/54867 count: 1 text: 13503 6212 1677 2551 aad672c47d5be89ca9b7f3ef6a8ba940 props: 13978 26518 34 0 25e6c2f7558b7484000d4d090dea5b92 cpath: /branches/S2_2/data/nation/templar.ruleset copyroot: 13570 /branches/S2_2 PLAIN K 13 svn:eol-style V 6 native END ENDREP id: 47y.5bk.r13978/26881 type: file pred: 47y.0.r13503/55027 count: 1 text: 13503 51684 1441 1888 d183051e319c741878b8d92967b90c7b props: 13978 26834 34 0 25e6c2f7558b7484000d4d090dea5b92 cpath: /branches/S2_2/data/nation/norman.ruleset copyroot: 13570 /branches/S2_2 PLAIN K 13 svn:eol-style V 6 native END ENDREP id: 3v3.5bk.r13978/27197 type: file pred: 3v3.5bk.r13904/1772341 count: 3 text: 13904 222 32 2312 fbca4ecf245187ebcbaefbff643a9ffd props: 13978 27150 34 0 25e6c2f7558b7484000d4d090dea5b92 cpath: /branches/S2_2/data/nation/kurd.ruleset copyroot: 13570 /branches/S2_2 PLAIN K 13 svn:eol-style V 6 native END ENDREP id: 47x.5bk.r13978/27511 type: file pred: 47x.0.r13503/55664 count: 1 text: 13503 1909 1185 1467 92e4afa7715904f2cacccc32f9a9bcc1 props: 13978 27464 34 0 25e6c2f7558b7484000d4d090dea5b92 cpath: /branches/S2_2/data/nation/burgundian.ruleset copyroot: 13570 /branches/S2_2 PLAIN K 13 svn:eol-style V 6 native END ENDREP id: 47w.5bk.r13978/27830 type: file pred: 47w.0.r13503/55827 count: 1 text: 13503 50132 1539 1861 9bfd7e3f8c2781008135c88024afc03b props: 13978 27783 34 0 25e6c2f7558b7484000d4d090dea5b92 cpath: /branches/S2_2/data/nation/breton.ruleset copyroot: 13570 /branches/S2_2 PLAIN K 11 Makefile.am V 23 file 2qp.0.r13503/55424 K 14 Makefile.am.sh V 21 file 19g.0.r8667/1224 K 18 aborigines.ruleset V 23 file 367.0.r12439/14142 K 15 afghani.ruleset V 24 file 2j2.0.r12691/236791 K 12 ainu.ruleset V 23 file 3oz.0.r12948/16631 K 12 akwe.ruleset V 23 file 3p0.0.r12948/25016 K 16 algerian.ruleset V 22 file 368.0.r12439/9801 K 16 american.ruleset V 22 file ox.0.r12439/11004 K 19 antarctican.ruleset V 22 file 39z.0.r12677/6539 K 12 arab.ruleset V 22 file oy.0.r12241/42152 K 15 aramean.ruleset V 23 file 38b.0.r12677/11108 K 17 argentine.ruleset V 22 file oz.0.r12439/13238 K 16 armenian.ruleset V 22 file 38c.0.r12677/3971 K 16 assyrian.ruleset V 23 file 2nb.0.r12241/25752 K 18 australian.ruleset V 21 file p0.0.r13505/4409 K 16 austrian.ruleset V 23 file 2nc.0.r12241/25087 K 14 aymara.ruleset V 22 file 3er.0.r12677/5112 K 13 azeri.ruleset V 27 file 3rs.5bk.r13904/1770988 K 13 aztec.ruleset V 22 file p1.0.r12948/14481 K 18 babylonian.ruleset V 22 file p2.0.r12241/38645 K 17 barbarian.ruleset V 21 file p3.0.r12853/6259 K 14 basque.ruleset V 22 file 3es.0.r12677/7676 K 16 bavarian.ruleset V 22 file p4.0.r12241/28462 K 18 belarusian.ruleset V 23 file 3rt.0.r12948/13955 K 15 belgian.ruleset V 23 file 2nd.0.r12241/37201 K 15 bengali.ruleset V 22 file 38d.0.r12677/2826 K 12 boer.ruleset V 22 file qt.0.r12241/17437 K 14 bosnia.ruleset V 23 file 2qt.0.r12948/14953 K 17 brazilian.ruleset V 23 file p5.5bk.r13714/1805 K 14 breton.ruleset V 25 file 47w.5bk.r13978/27830 K 15 british.ruleset V 23 file 34w.0.r12948/20441 K 17 bulgarian.ruleset V 22 file 33p.0.r12439/9315 K 18 burgundian.ruleset V 25 file 47x.5bk.r13978/27511 K 15 burmese.ruleset V 23 file 38e.0.r12821/18614 K 15 burundi.ruleset V 23 file 3p1.0.r12948/21594 K 17 byzantium.ruleset V 27 file 2wp.5bk.r13904/1772067 K 17 cambodian.ruleset V 22 file 3gf.0.r12677/3395 K 16 canadian.ruleset V 21 file p6.0.r13455/1994 K 20 carthaginian.ruleset V 22 file p7.0.r12948/11646 K 15 catalan.ruleset V 23 file ux.5bk.r13707/2274 K 16 cherokee.ruleset V 24 file 3et.0.r12691/238490 K 15 chilean.ruleset V 23 file uy.0.r12691/241595 K 15 chinese.ruleset V 22 file p8.0.r12241/38888 K 13 chola.ruleset V 23 file 3p2.0.r12948/11403 K 17 colombian.ruleset V 22 file 369.0.r13440/2891 K 19 confederate.ruleset V 23 file 3a7.0.r12677/11682 K 15 cornish.ruleset V 22 file qg.0.r12241/37683 K 12 cree.ruleset V 23 file 3p3.0.r12948/13087 K 16 croatian.ruleset V 22 file vp.0.r12439/10520 K 13 cuban.ruleset V 23 file 36a.0.r12241/25512 K 13 czech.ruleset V 22 file p9.0.r12241/21121 K 14 danish.ruleset V 22 file pa.0.r12439/12518 K 17 dominican.ruleset V 22 file 3p4.0.r13505/3458 K 13 dutch.ruleset V 22 file pc.0.r12241/34477 K 16 egyptian.ruleset V 23 file pd.0.r12691/242644 K 15 emirati.ruleset V 23 file 3sh.0.r12948/11938 K 15 english.ruleset V 22 file pe.0.r12241/25994 K 16 esperant.ruleset V 22 file 3jq.0.r13455/2231 K 16 estonian.ruleset V 22 file ql.0.r12439/16011 K 17 ethiopian.ruleset V 23 file 2j3.0.r12241/16534 K 16 european.ruleset V 23 file 3eu.0.r12677/11395 K 16 filipino.ruleset V 22 file qm.0.r12439/12755 K 15 finnish.ruleset V 22 file pf.0.r12241/21357 K 14 french.ruleset V 22 file pg.0.r13503/55187 K 16 galician.ruleset V 21 file 2ng.0.r12482/430 K 14 gallic.ruleset V 22 file 37l.0.r12677/4544 K 16 georgian.ruleset V 23 file 38f.0.r12677/10819 K 14 german.ruleset V 23 file ph.0.r12691/242240 K 13 greek.ruleset V 22 file pi.0.r12948/18797 K 13 gupta.ruleset V 23 file 3p5.0.r12948/15476 K 14 hacker.ruleset V 22 file 3ev.0.r12677/9956 K 16 hawaiian.ruleset V 23 file 3p6.0.r12948/24430 K 16 hellenic.ruleset V 27 file 38g.5bk.r13904/1771257 K 17 himyarite.ruleset V 23 file 3p7.0.r12948/16348 K 15 hittite.ruleset V 22 file 37m.0.r12677/3110 K 12 hopi.ruleset V 23 file 3p8.0.r12948/21024 K 17 hungarian.ruleset V 22 file pj.0.r12241/42875 K 17 icelandic.ruleset V 23 file 2lu.0.r12439/12994 K 16 illyrian.ruleset V 24 file 39r.0.r12691/241032 K 12 inca.ruleset V 21 file pk.0.r12658/4773 K 14 indian.ruleset V 22 file pl.0.r12241/21778 K 18 indonesian.ruleset V 22 file 2ni.0.r12439/6726 K 13 inuit.ruleset V 23 file 33z.0.r12439/11856 K 15 iranian.ruleset V 22 file 3f2.0.r12677/5682 K 13 iraqi.ruleset V 23 file 36b.0.r12241/15811 K 13 irish.ruleset V 21 file qh.0.r12439/8897 K 16 iroquois.ruleset V 23 file 33w.0.r12241/38402 K 15 israeli.ruleset V 21 file pm.0.r13455/3189 K 15 italian.ruleset V 22 file qi.0.r12241/39371 K 16 japanese.ruleset V 23 file pn.0.r12691/239809 K 19 kanem-bornu.ruleset V 23 file 3p9.0.r12948/20729 K 14 kazakh.ruleset V 23 file 3ru.0.r12948/19374 K 14 kenyan.ruleset V 20 file po.0.r12443/140 K 19 khwarezmian.ruleset V 23 file 3pa.0.r12948/18260 K 13 kongo.ruleset V 23 file 3pb.0.r12948/24140 K 14 korean.ruleset V 22 file pp.5bk.r13713/814 K 12 kurd.ruleset V 25 file 3v3.5bk.r13978/27197 K 14 kyrgyz.ruleset V 23 file 3rv.0.r12948/10238 K 15 lankese.ruleset V 23 file 36c.0.r12439/11428 K 15 laotian.ruleset V 23 file 3si.0.r12948/14239 K 15 latvian.ruleset V 22 file qn.0.r12439/10282 K 14 libyan.ruleset V 23 file 36d.0.r12439/15589 K 18 lithuanian.ruleset V 21 file pr.0.r13034/1329 K 20 lojbanistani.ruleset V 23 file 3jr.0.r12677/10241 K 17 majapahit.ruleset V 23 file 3pc.0.r12948/19084 K 16 malagasy.ruleset V 22 file 38h.0.r12677/1977 K 17 malaysian.ruleset V 23 file 2nk.0.r12439/10762 K 14 malian.ruleset V 20 file 38i.0.r13544/68 K 14 manchu.ruleset V 23 file 36e.0.r12241/27316 K 13 maori.ruleset V 23 file 36f.0.r12948/14717 K 15 mapuche.ruleset V 23 file 3pd.0.r12948/13664 K 15 martian.ruleset V 24 file 2nl.0.r12703/154935 K 13 mayan.ruleset V 22 file 37n.0.r12677/9106 K 15 mexican.ruleset V 23 file 2nm.0.r12241/24662 K 16 moldovan.ruleset V 27 file 3rw.5bk.r13904/1770444 K 14 mongol.ruleset V 22 file pt.0.r12241/26233 K 16 muskogee.ruleset V 23 file 3pe.0.r12948/13372 K 18 newzealand.ruleset V 23 file 31v.0.r12241/44697 K 16 nigerian.ruleset V 23 file 2nn.0.r12439/12279 K 14 norman.ruleset V 25 file 47y.5bk.r13978/26881 K 19 northkorean.ruleset V 23 file 3sj.0.r12948/16056 K 17 norwegian.ruleset V 22 file 36w.0.r12677/8819 K 14 nubian.ruleset V 23 file 3pf.0.r12948/12804 K 16 numidian.ruleset V 21 file 3pg.0.r13490/789 K 22 nuu-chah-nulth.ruleset V 23 file 3ph.0.r12948/23600 K 15 ottoman.ruleset V 27 file 3bu.5bk.r13904/1770717 K 17 pakistani.ruleset V 22 file 3pi.0.r13505/3928 K 14 papuan.ruleset V 22 file 37o.0.r12677/9672 K 15 persian.ruleset V 23 file pw.0.r12691/243787 K 16 peruvian.ruleset V 22 file 3pj.0.r13505/4169 K 18 phoenician.ruleset V 27 file 2ns.5bk.r13904/1770170 K 14 pirate.ruleset V 23 file 3s3.0.r12948/23025 K 14 polish.ruleset V 22 file px.0.r12241/29420 K 18 polynesian.ruleset V 24 file 3js.0.r12691/240459 K 18 portuguese.ruleset V 22 file py.0.r12241/30139 K 16 prussian.ruleset V 23 file 3pk.0.r12948/17203 K 18 purhepecha.ruleset V 21 file 3pl.0.r12963/619 K 17 quebecois.ruleset V 23 file 2no.0.r12241/43542 K 13 roman.ruleset V 22 file pz.0.r12241/27557 K 16 romanian.ruleset V 22 file 334.0.r13440/3852 K 15 russian.ruleset V 21 file q0.0.r13455/2949 K 15 rwandan.ruleset V 22 file 3pm.0.r13505/4651 K 16 ryukyuan.ruleset V 23 file 36g.0.r12241/36049 K 12 sami.ruleset V 21 file 36h.0.r12398/358 K 18 samogitian.ruleset V 22 file 3ew.0.r12677/4256 K 16 scottish.ruleset V 22 file q1.0.r12241/18338 K 15 serbian.ruleset V 26 file vq.5bk.r13904/1772546 K 16 silesian.ruleset V 22 file um.0.r12241/30861 K 19 singaporean.ruleset V 21 file up.0.r12439/7996 K 13 sioux.ruleset V 23 file q2.0.r12691/241838 K 17 slovakian.ruleset V 23 file 31r.0.r12241/32673 K 17 slovenian.ruleset V 22 file vr.0.r12439/13901 K 20 southafrican.ruleset V 22 file 38j.0.r12677/8528 K 19 southkorean.ruleset V 23 file 3sk.0.r12948/20195 K 14 soviet.ruleset V 23 file 3a8.0.r12948/17737 K 15 spanish.ruleset V 22 file q3.0.r12241/41910 K 17 srivijaya.ruleset V 23 file 3pn.0.r12948/10528 K 16 sudanese.ruleset V 23 file 36i.0.r12439/15106 K 16 sumerian.ruleset V 22 file 2np.0.r13455/2707 K 13 swazi.ruleset V 22 file 38k.0.r12677/2544 K 15 swedish.ruleset V 22 file q4.0.r12494/14851 K 13 swiss.ruleset V 22 file 2iz.0.r12439/8238 K 14 syrian.ruleset V 27 file 3po.5bk.r13904/1771801 K 13 taino.ruleset V 23 file 3pp.0.r12948/21876 K 15 tairona.ruleset V 23 file 3pq.0.r12948/19664 K 17 taiwanese.ruleset V 22 file 2nq.0.r12439/9558 K 13 tajik.ruleset V 23 file 3rx.0.r12948/16917 K 15 templar.ruleset V 25 file 47z.5bk.r13978/26565 K 13 texan.ruleset V 21 file 38y.0.r12963/387 K 12 thai.ruleset V 22 file q5.0.r12821/19087 K 16 thracian.ruleset V 27 file 3pr.5bk.r13904/1771528 K 15 tibetan.ruleset V 23 file 36j.0.r12241/40577 K 17 tocharian.ruleset V 23 file 3ps.0.r12948/10818 K 16 tunisian.ruleset V 23 file 36k.0.r12439/13660 K 12 tupi.ruleset V 23 file 3pt.0.r12948/22443 K 12 turk.ruleset V 23 file q6.5bk.r13709/5005 K 15 turkmen.ruleset V 23 file 3ry.0.r12948/18556 K 17 ukrainian.ruleset V 22 file q7.0.r12241/44215 K 10 un.ruleset V 22 file 3jt.0.r13505/3696 K 17 uruguayan.ruleset V 22 file 3ex.0.r12677/5395 K 14 uyghur.ruleset V 27 file 36l.5bk.r13904/1772817 K 13 uzbek.ruleset V 23 file 3rz.0.r12948/22157 K 18 venezuelan.ruleset V 22 file 2wv.0.r12439/6484 K 18 vietnamese.ruleset V 22 file q8.0.r12821/18376 K 14 viking.ruleset V 22 file q9.0.r12241/20331 K 13 welsh.ruleset V 22 file qa.0.r12241/20093 K 19 westphalian.ruleset V 20 file 38z.0.r13520/86 K 12 zulu.ruleset V 22 file qb.0.r12948/19909 END ENDREP id: ot.5bk.r13978/37519 type: dir pred: ot.5bk.r13904/1782503 count: 344 text: 13978 28099 9407 9407 3659ebfb2b2a3346a8f5d8acd1f332e5 props: 5925 3513 58 0 23882760b38f52e73b5750cd3f384031 cpath: /branches/S2_2/data/nation copyroot: 13570 /branches/S2_2 PLAIN K 10 Freeciv.in V 22 file 2ph.0.r12091/1993 K 11 Makefile.am V 24 file 5l.5bk.r13777/70810 K 6 amplio V 23 dir 340.5bk.r13884/4303 K 15 amplio.tilespec V 25 file 34t.5bk.r13897/12681 K 9 buildings V 22 dir 3co.0.r12672/18420 K 4 civ1 V 23 dir 8l.5bk.r13978/24000 K 9 civ1.serv V 20 file 8s.0.r10582/239 K 4 civ2 V 23 dir ge.5bk.r13978/25103 K 9 civ2.serv V 20 file gj.0.r10582/580 K 16 civclient.dsc.in V 23 file 396.0.r12670/66861 K 16 civserver.dsc.in V 23 file 397.0.r12670/18925 K 17 civserver.room.in V 23 file 398.0.r12670/25531 K 7 default V 23 dir 89.5bk.r13978/26266 K 12 default.serv V 20 file 2xa.0.r11582/68 K 5 flags V 24 dir 2gl.5bk.r13969/43371 K 5 fonts V 24 dir 2lv.5bk.r13978/23004 K 19 freeciv-client.icns V 24 file 3fa.0.r12705/354534 K 18 freeciv-client.png V 24 file 33s.0.r12705/351588 K 19 freeciv-server.icns V 24 file 3fc.0.r12705/355017 K 18 freeciv-server.png V 25 file 3fd.5bk.r13732/27487 K 10 freeciv.rc V 21 file 2yj.0.r10123/605 K 14 freeciv.rc-2.0 V 22 file 11h.0.r11771/5703 K 8 graphics V 24 dir 2x2.5bk.r13969/48020 K 12 helpdata.txt V 21 file y.5bk.r13809/255 K 5 hex2t V 22 dir 3dv.0.r13092/91283 K 14 hex2t.tilespec V 25 file 3e7.5bk.r13897/15059 K 5 icons V 24 dir 4cb.5bk.r13968/52588 K 7 isophex V 22 dir 2pl.0.r13092/85082 K 16 isophex.tilespec V 25 file 2pz.5bk.r13897/12420 K 10 isotrident V 22 dir 13p.0.r13092/89607 K 19 isotrident.tilespec V 25 file 148.5bk.r13897/14792 K 4 misc V 23 dir jl.5bk.r13897/14541 K 6 nation V 23 dir ot.5bk.r13978/37519 K 8 scenario V 25 dir io.5bk.r13904/1769918 K 9 stdsounds V 22 dir 32g.0.r12315/22932 K 19 stdsounds.soundspec V 22 file 32y.0.r13523/8191 K 6 themes V 24 dir 2m6.5bk.r13978/22289 K 7 trident V 21 dir eb.0.r13092/97799 K 16 trident.tilespec V 24 file k4.5bk.r13897/12159 K 7 wonders V 24 dir 3qc.5bk.r13968/51758 END ENDREP id: w.5bk.r13978/39602 type: dir pred: w.5bk.r13969/50047 count: 1603 text: 13978 37774 1815 1815 b0642abd029ad5df8d01b70a3c3004fc props: 11355 32945 104 0 b8b28eed1bd4d902aad8c746f9403748 cpath: /branches/S2_2/data copyroot: 13570 /branches/S2_2 PLAIN K 9 ABOUT-NLS V 22 file fu.0.r13215/85704 K 7 AUTHORS V 19 file 5u.0.r12982/94 K 7 COPYING V 19 file 1h.0.r9643/400 K 9 ChangeLog V 23 file 6l.5bk.r13891/2383 K 7 INSTALL V 20 file 6.0.r13294/2509 K 11 Makefile.am V 23 file 59.5bk.r13778/6077 K 4 NEWS V 22 file 6m.5bk.r13824/202 K 6 README V 20 file 7.0.r4421/96382 K 2 ai V 23 dir 8.5bk.r13949/142713 K 10 autogen.sh V 22 file 12o.0.r12319/1997 K 9 bootstrap V 23 dir 2p5.5bk.r13974/1517 K 6 client V 22 dir d.5bk.r13968/67680 K 6 common V 22 dir p.5bk.r13968/59810 K 12 config.mac.h V 20 file hb.0.r6045/5982 K 12 configure.ac V 25 file 149.5bk.r13940/68006 K 4 data V 22 dir w.5bk.r13978/39602 K 6 debian V 20 dir 5w.0.r13441/7348 K 12 dependencies V 24 dir 2yu.5bk.r13978/14232 K 11 diff_ignore V 19 file qq.0.r13200/42 K 3 doc V 23 dir k7.5bk.r13968/27347 K 4 intl V 21 dir f4.0.r11105/23499 K 2 m4 V 23 dir 12p.5bk.r13978/3850 K 6 manual V 24 dir 2m2.5bk.r13603/20723 K 2 po V 25 dir fs.5bk.r13904/1793080 K 7 scripts V 24 dir 2yo.5bk.r13978/14990 K 6 server V 23 dir z.5bk.r13949/126620 K 10 stamp-h.in V 19 file 80.0.r1125/241 K 5 tests V 21 dir 2g9.0.r13445/1146 K 7 utility V 23 dir 1c.5bk.r13940/67757 K 10 version.in V 25 file 2lo.5bk.r13909/19531 K 3 vms V 21 dir u9.0.r11105/70719 K 5 win32 V 24 dir 2eu.5bk.r13732/30345 END ENDREP id: 3.5bk.r13978/41153 type: dir pred: 3.5bk.r13974/3067 count: 11381 text: 13978 39850 1290 1290 cc920c4ffba998caa2d13185bad0ba2e props: 11109 0 255 0 8cbc80e0da9c47b05b8ffee17ea9b0f1 cpath: /branches/S2_2 copyroot: 13570 /branches/S2_2 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.r13759/3803 K 4 S2_1 V 22 dir 3.59e.r13976/19341 K 4 S2_2 V 22 dir 3.5bk.r13978/41153 K 11 freeciv-web V 22 dir 3.5bl.r13594/14918 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.r13978/41762 type: dir pred: 1.0.r13976/19949 count: 2526 text: 13978 41392 357 357 c9b79107dca92145fee94f09fbc0c5dd cpath: /branches copyroot: 0 / PLAIN K 8 branches V 20 dir 1.0.r13978/41762 K 4 tags V 19 dir 2.0.r13893/2807 K 5 trunk V 20 dir 3.0.r13977/40937 K 7 website V 18 dir 3ge.0.r12388/0 END ENDREP id: 0.0.r13978/42081 type: dir pred: 0.0.r13977/41309 count: 13978 text: 13978 41919 149 149 d34e2c74e66227d0694b79af56dbdae8 cpath: / copyroot: 0 / 4as.5bk.t13977-1 modify false true /branches/S2_2/data/fonts/COPYING.Vera 3s4.5bk.t13977-1 modify false true /branches/S2_2/data/default/ai_effects.ruleset 3vv.5bk.t13977-1 modify false true /branches/S2_2/dependencies/tolua/README 40u.5bk.t13977-1 modify false true /branches/S2_2/data/themes/gui-gtk-2.0/Freeciv/gtk-2.0/panel.rc 45g.5bt.t13977-1 modify false true /branches/S2_2/dependencies/toluaxx/src/bin/toluaxx.bind.cxx 3vw.5bt.t13977-1 modify true true /branches/S2_2/dependencies/toluaxx/src/bin/lua/tlx_compat51.lua 4b2.5bk.t13977-1 modify false true /branches/S2_2/data/themes/gui-sdl/human/COPYING.UnDotum 47w.5bk.t13977-1 modify false true /branches/S2_2/data/nation/breton.ruleset 47y.5bk.t13977-1 modify false true /branches/S2_2/data/nation/norman.ruleset 4b3.5bk.t13977-1 modify false true /branches/S2_2/data/themes/gui-sdl/human/COPYING.fireflysung 45n.5bk.t13977-1 modify false true /branches/S2_2/dependencies/lua-5.1/COPYRIGHT 45j.5bk.t13977-1 modify false true /branches/S2_2/m4/pkg.m4 40s.5bk.t13977-1 modify false true /branches/S2_2/data/themes/gui-gtk-2.0/Freeciv/gtk-2.0/gtkrc 47x.5bk.t13977-1 modify false true /branches/S2_2/data/nation/burgundian.ruleset 3vy.5bt.t13977-1 modify false true /branches/S2_2/dependencies/toluaxx/src/bin/help.cxx 3w0.5bt.t13977-1 modify false true /branches/S2_2/dependencies/toluaxx/src/bin/main.hxx 3w3.5bt.t13977-1 modify false true /branches/S2_2/dependencies/toluaxx/src/bin/platform.hxx 4b4.5bk.t13977-1 modify false true /branches/S2_2/data/themes/gui-sdl/human/COPYING.sazanami 47z.5bk.t13977-1 modify false true /branches/S2_2/data/nation/templar.ruleset 3vz.5bt.t13977-1 modify false true /branches/S2_2/dependencies/toluaxx/src/bin/help.hxx 3v3.5bk.t13977-1 modify false true /branches/S2_2/data/nation/kurd.ruleset 3w1.5bt.t13977-1 modify false true /branches/S2_2/dependencies/toluaxx/src/bin/parsecmd.cxx 45r.5bk.t13977-1 modify false true /branches/S2_2/dependencies/lua-5.1/etc/lua.hpp 3vx.5bt.t13977-1 modify true true /branches/S2_2/dependencies/toluaxx/src/bin/lua/tlx_custom.lua 45p.5bk.t13977-1 modify false true /branches/S2_2/dependencies/lua-5.1/Version 3w2.5bt.t13977-1 modify false true /branches/S2_2/dependencies/toluaxx/src/bin/parsecmd.hxx 4at.5bk.t13977-1 modify false true /branches/S2_2/data/themes/gui-sdl/human/COPYING.DejaVu 3w7.5bk.t13977-1 modify false true /branches/S2_2/data/civ1/script.lua 3w8.5bk.t13977-1 modify false true /branches/S2_2/data/civ2/script.lua 47g.5bk.t13977-1 modify false true /branches/S2_2/scripts/freeciv.supp 40t.5bk.t13977-1 modify false true /branches/S2_2/data/themes/gui-gtk-2.0/Freeciv/gtk-2.0/menubar.rc 42081 42231