Commit Graph

205 Commits

Author SHA1 Message Date
David White
a1c9b8b13a added initial implementation of wesnothd.pl 2007-06-26 03:16:19 +00:00
Elias Pschernig
30b192a6b4 beatuifed --list output of campaigns_client.py somewhat 2007-06-24 20:28:20 +00:00
Elias Pschernig
b5d7fa07f8 Added -s --status -f --update options to campaigns_client.py,
and made it update local version info like Wesnoth itself.
2007-06-24 19:50:52 +00:00
Elias Pschernig
d04dcaf703 added the last update time to the campaign listing in campaigns_client.py,
added tabs, and removed the separator lines
2007-06-24 17:17:24 +00:00
Elias Pschernig
e4c13f5eb0 add the downloads and uploads counters to the campaign listing 2007-06-24 17:10:04 +00:00
Eric S. Raymond
999bc9f943 Fix a wrong fiielname. 2007-06-14 22:09:47 +00:00
Eric S. Raymond
15f631c558 Yet another bit of polishing. 2007-06-14 22:01:36 +00:00
Eric S. Raymond
b18d271fa6 Try a kluge to fix a minor complaint. 2007-06-14 21:44:37 +00:00
Eric S. Raymond
bc242070db Make sure the right directory test is in place. 2007-06-14 21:21:08 +00:00
Eric S. Raymond
aa8d530622 Another attempt at fulfilling Ivanovic's FR #9154. 2007-06-14 05:28:15 +00:00
Mark de Wever
91b52388ed fix a small typo 2007-06-09 17:29:40 +00:00
Elias Pschernig
d9c12066ea split utils/campaigns_client.py into a re-usable module plus a script 2007-06-02 15:35:20 +00:00
Elias Pschernig
cc2127ef40 reference wesnoth package also in CS script 2007-05-31 19:13:28 +00:00
Eric S. Raymond
8104997dbb We can now detect duplicates across the entire POTFILE.in set. 2007-05-30 22:38:15 +00:00
Eric S. Raymond
f0ce8db1a7 Add check for duplicates within files. 2007-05-30 22:22:50 +00:00
Eric S. Raymond
e2891ae661 This is a start on fulfilling ivanovic's FR #9154.
So far it only checks for mismatches between the set of .cpp files
under src and all stuff listed in the
po/{wesnoth,wesnoth-lib,wesnoth-editor}/POTFILES.in files.
2007-05-30 21:52:27 +00:00
Elias Pschernig
d586235841 fixed download option for raw packets from the campaign server 2007-05-26 11:32:38 +00:00
Elias Pschernig
f6dae2687f had forgotten campaign_passphrase.pl 2007-05-22 14:25:16 +00:00
Elias Pschernig
6913f04b4f Added --change-passphrase option to campaigns_client.py
and removed now unneeded campaign_passphrase.pl
2007-05-21 20:51:02 +00:00
Eric S. Raymond
42b9f173d9 Note a tool replacement and change the name to be a bit closer to the old one. 2007-05-21 20:27:21 +00:00
Eric S. Raymond
deae467105 We now have Python code that is more capable than these Perl impplementations. 2007-05-21 20:22:16 +00:00
Elias Pschernig
6dc7e610d9 Fixed a comment in the python campaign server client code. 2007-05-21 20:13:17 +00:00
Eric S. Raymond
f989fc5073 Move the Python campaign client out of its ghetto.
It will replace the Perl one as soon as allefant gets compressed
uploads working.
2007-05-21 08:06:19 +00:00
Elias Pschernig
1b8ea2f80f fixed two small bugs in the python campaign server client 2007-05-14 18:33:55 +00:00
Nils Kneuper
168e01c6b4 fixed a bug with the wescamp_import script...
...that led to not including the campaign.cfg file in the pot-updates
2007-05-12 00:08:44 +00:00
Eric S. Raymond
a3d35d0149 Move allefant's Python-based modules where they belong. 2007-05-07 14:27:02 +00:00
Eric S. Raymond
1a7cbc0f42 Fix a bug introduced by Emacs autmated line wrap. 2007-05-03 13:41:05 +00:00
Eric S. Raymond
096b56b50d Fix a minor glitch. 2007-05-03 13:34:09 +00:00
Elias Pschernig
cff5853752 Removed overly verbose output from campaign_server python script,
added -V script to still be verbose, and fixed encoded upload to the server.
2007-05-02 21:01:44 +00:00
Nils Kneuper
d7f90f618c fixed the script to not override vars that are used later on 2007-05-02 18:20:43 +00:00
Eric S. Raymond
6e9f8f4afc Fix a pathname glitch. 2007-05-02 18:09:14 +00:00
Eric S. Raymond
9f4c02a020 Fix quoting problem. 2007-05-02 17:48:19 +00:00
Eric S. Raymond
6e601aa4d2 Fix really stupid bug. 2007-05-02 17:43:59 +00:00
Eric S. Raymond
9a09db3134 change_textdomain gets a --dryrun option like upconvert. 2007-05-02 11:38:34 +00:00
Eric S. Raymond
2c25b3321b Fix a syntax error. 2007-05-02 11:19:51 +00:00
Eric S. Raymond
98d7f72ac9 Syntax is correct, now try (mildly dangerous) testing. 2007-05-02 11:00:37 +00:00
Eric S. Raymond
37941149ed Checkpoint before moving to pure shell. 2007-05-02 10:34:30 +00:00
Eric S. Raymond
90a91e6ed1 Fix a wrong usage message. 2007-05-02 02:47:24 +00:00
Eric S. Raymond
a5e3674d1e Fix some confusing naming. 2007-05-02 02:24:42 +00:00
Eric S. Raymond
7162f6854f Give the Python client the ability to download whole sets of campaigns...
...selected by a regular-expression name argument.
2007-05-02 02:01:59 +00:00
Eric S. Raymond
39ea75b4da -p option can now handle 1.2.x and 1.3.x as well as a port number. 2007-05-01 14:55:49 +00:00
Elias Pschernig
483b8e081c Fixed upload option in campaign server python script. 2007-05-01 14:22:49 +00:00
Elias Pschernig
21949f008b Added a python version of the campaign server client,
which can be used to list, download and (untested) upload campaigns.
2007-05-01 13:26:17 +00:00
Nils Kneuper
31abfc2471 fixed/changed wescamp import to work as expected 2007-05-01 10:39:47 +00:00
Nils Kneuper
316b1b75d6 fixed another small glitch 2007-05-01 10:12:43 +00:00
Nils Kneuper
aac9de1a29 fixed some probs with wescamp_import 2007-05-01 10:06:50 +00:00
Elias Pschernig
d9349414a4 Added a Python WML parser
(originally contained in CampGen), which might be useful to Python tool writers.
2007-04-30 20:38:31 +00:00
Eric S. Raymond
20ce375243 Initial commit of WesCamp importer. 2007-04-30 14:56:15 +00:00
Eric S. Raymond
d2a34435c8 upconvert seems to do the work of mapconv.py now, so I'm deleting this.
All future logic for converting WML or maps between versions should go in 
upconvert rather than a frestanding utility.
2007-04-23 22:21:25 +00:00
Moritz Göbelbecker
64446eb9b2 Converted some files I previously missed
Undo some unintentional conversions

Fix conversion table
2007-04-22 21:09:45 +00:00