chiark / gitweb /
Ian Jackson [Sat, 3 Oct 2009 08:54:20 +0000 (09:54 +0100)]
WIP routesearch; fix IslandTradeEnd memory management
Ian Jackson [Sat, 3 Oct 2009 08:38:04 +0000 (09:38 +0100)]
WIP routesearch; searcher
Ian Jackson [Fri, 2 Oct 2009 22:12:51 +0000 (23:12 +0100)]
Can compute route value
Ian Jackson [Fri, 2 Oct 2009 21:58:26 +0000 (22:58 +0100)]
WIP routesearch; before try not using interior point
Ian Jackson [Fri, 2 Oct 2009 21:10:19 +0000 (22:10 +0100)]
WIP routesearch; before better SQL stmts
Ian Jackson [Fri, 2 Oct 2009 20:47:33 +0000 (21:47 +0100)]
WIP routesearch: trade value; before separate query for qties
Ian Jackson [Fri, 2 Oct 2009 19:52:31 +0000 (20:52 +0100)]
WIP route value calculation - compiles, although doesn't run the LP
Ian Jackson [Tue, 29 Sep 2009 17:57:35 +0000 (18:57 +0100)]
WIP create GLPK thing
Ian Jackson [Tue, 29 Sep 2009 17:16:32 +0000 (18:16 +0100)]
Fix up nislands; use BEGIN
Ian Jackson [Mon, 28 Sep 2009 18:16:07 +0000 (19:16 +0100)]
WIP routetrade now can find trades for islandpair but FIXME need to get max islandid
Ian Jackson [Sat, 26 Sep 2009 18:37:31 +0000 (19:37 +0100)]
Debug improved
Ian Jackson [Sat, 26 Sep 2009 18:34:57 +0000 (19:34 +0100)]
New pared-down query for ipair_gettrades
Ian Jackson [Sat, 26 Sep 2009 18:25:50 +0000 (19:25 +0100)]
WIP per-island-pair trades
Ian Jackson [Sat, 26 Sep 2009 18:19:12 +0000 (19:19 +0100)]
Move code and decls between convert.[ch] and common.[ch] so that common.[ch] is for routetrade too
Ian Jackson [Sat, 26 Sep 2009 18:01:45 +0000 (19:01 +0100)]
WIP routesearch; before one query per pair
Ian Jackson [Sat, 26 Sep 2009 18:00:34 +0000 (19:00 +0100)]
Document the new --upload-* options etc.
Ian Jackson [Thu, 24 Sep 2009 18:11:13 +0000 (19:11 +0100)]
Merge branch 'stable-3.x'
Ian Jackson [Thu, 24 Sep 2009 18:01:44 +0000 (19:01 +0100)]
Use full URLs for query sites
Ian Jackson [Thu, 24 Sep 2009 18:00:12 +0000 (19:00 +0100)]
YARRG website is fine
Ian Jackson [Thu, 24 Sep 2009 17:58:48 +0000 (18:58 +0100)]
Document that we actually upload to the main PCTB db
Ian Jackson [Wed, 23 Sep 2009 19:58:09 +0000 (20:58 +0100)]
Switch to main PCTB server now we are approved
Ian Jackson [Wed, 23 Sep 2009 23:09:43 +0000 (00:09 +0100)]
Dump bogus XML in _commodmap.xml if we can't parse it
Ian Jackson [Wed, 23 Sep 2009 22:55:45 +0000 (23:55 +0100)]
Better HTTP User-Agent strings (rot13 the library, say who we are)
Ian Jackson [Wed, 23 Sep 2009 14:12:46 +0000 (15:12 +0100)]
Do not allow caller to specify arbitrary content-types
Ian Jackson [Tue, 22 Sep 2009 14:25:57 +0000 (15:25 +0100)]
Minor html style changes
Ian Jackson [Tue, 22 Sep 2009 14:25:22 +0000 (15:25 +0100)]
Make 2nd row of advanced options its own table
Ian Jackson [Tue, 22 Sep 2009 13:49:24 +0000 (14:49 +0100)]
Add some more vertical rules
Ian Jackson [Mon, 21 Sep 2009 17:04:51 +0000 (18:04 +0100)]
Properly reject capacity strings which start with a commodity
Ian Jackson [Mon, 21 Sep 2009 16:29:58 +0000 (17:29 +0100)]
Problem with PCTB testing server
Ian Jackson [Mon, 21 Sep 2009 16:29:36 +0000 (17:29 +0100)]
TODO list rationalisation
Ian Jackson [Mon, 21 Sep 2009 16:26:22 +0000 (17:26 +0100)]
Add NO WARRANTY to footer
Ian Jackson [Mon, 21 Sep 2009 16:13:42 +0000 (17:13 +0100)]
Better description and estimate of reasonable expected loss
Ian Jackson [Mon, 21 Sep 2009 15:59:24 +0000 (16:59 +0100)]
Imprecation against scraping query_offers
Ian Jackson [Mon, 21 Sep 2009 15:54:33 +0000 (16:54 +0100)]
Improve docs a bit
Ian Jackson [Mon, 21 Sep 2009 15:54:25 +0000 (16:54 +0100)]
Fix broken url for testing PCTB server
Ian Jackson [Mon, 21 Sep 2009 15:45:54 +0000 (16:45 +0100)]
Move "development" page to end of navigation "bar"
Ian Jackson [Mon, 21 Sep 2009 01:43:44 +0000 (02:43 +0100)]
Abbreviate some variable names in tabsort
Ian Jackson [Mon, 21 Sep 2009 01:09:53 +0000 (02:09 +0100)]
If entry string is first word of a target string, don't regard it as ambiguous. Fixes "nu" for "Nu island"
Ian Jackson [Mon, 21 Sep 2009 01:08:52 +0000 (02:08 +0100)]
Correct error message for ambiguous strings
Ian Jackson [Mon, 21 Sep 2009 01:04:15 +0000 (02:04 +0100)]
Right-justify data ages in tables
Ian Jackson [Mon, 21 Sep 2009 01:01:31 +0000 (02:01 +0100)]
Right-justify numerical columns in Prices for commodity
Ian Jackson [Mon, 21 Sep 2009 01:00:29 +0000 (02:00 +0100)]
Offers for location pretty-prints the table
Ian Jackson [Mon, 21 Sep 2009 00:25:49 +0000 (01:25 +0100)]
Do queries and get basic debugging-style results
Ian Jackson [Mon, 21 Sep 2009 00:25:32 +0000 (01:25 +0100)]
Fix typo in comment
Ian Jackson [Sun, 20 Sep 2009 19:15:19 +0000 (20:15 +0100)]
New query_offers query; actual implementation TBD
Ian Jackson [Sun, 20 Sep 2009 19:11:57 +0000 (20:11 +0100)]
Minor cosmetic fixes
Ian Jackson [Sun, 20 Sep 2009 18:59:51 +0000 (19:59 +0100)]
Break out generation of commodity and route form entry boxes into enter_* components
Ian Jackson [Sun, 20 Sep 2009 17:39:35 +0000 (18:39 +0100)]
Make prices for commodity work again
Ian Jackson [Sun, 20 Sep 2009 17:34:04 +0000 (18:34 +0100)]
Add Steve to copyright dates (contributed capital limit)
Ian Jackson [Sun, 20 Sep 2009 17:27:21 +0000 (18:27 +0100)]
Break out code for dbw_lookup_string; support capacity adjustments in terms of commodities
Ian Jackson [Fri, 18 Sep 2009 19:48:57 +0000 (20:48 +0100)]
Fix buyer/seller who were swapped in --arbitrage output
Ian Jackson [Fri, 18 Sep 2009 19:32:34 +0000 (20:32 +0100)]
Cope with new tabbed commodity screen on ships
Ian Jackson [Thu, 17 Sep 2009 19:03:34 +0000 (20:03 +0100)]
Merge branch 'ijackson'
Stephen Early [Wed, 16 Sep 2009 11:05:25 +0000 (12:05 +0100)]
Minor HTML fixes so website validates
Ian Jackson [Thu, 17 Sep 2009 00:47:34 +0000 (01:47 +0100)]
Merge branch 'ijackson'
Ian Jackson [Thu, 17 Sep 2009 00:47:12 +0000 (01:47 +0100)]
Merge branch 'ijackson'
Ian Jackson [Thu, 17 Sep 2009 00:43:35 +0000 (01:43 +0100)]
Merge branch 'web' of /u/ijackson/things/ypp-sc-tools
Ian Jackson [Thu, 17 Sep 2009 00:43:14 +0000 (01:43 +0100)]
Revert attempt to dedupe WHERE clauses in SQL query, as it messes up @query_params
Ian Jackson [Thu, 17 Sep 2009 00:13:00 +0000 (01:13 +0100)]
Merge branch 'master' of ../ypp-sc-tools
Ian Jackson [Thu, 17 Sep 2009 00:12:37 +0000 (01:12 +0100)]
Use more glpk's more advanced MIP solver and enable various options; limit cpu
Ian Jackson [Wed, 16 Sep 2009 23:35:28 +0000 (00:35 +0100)]
Revert "In hold" to "Hold:" change
Ian Jackson [Wed, 16 Sep 2009 23:32:38 +0000 (00:32 +0100)]
Fix up so hold status report still works if no capacity limit
Ian Jackson [Wed, 16 Sep 2009 23:28:42 +0000 (00:28 +0100)]
Remove some leftover debugging
Ian Jackson [Wed, 16 Sep 2009 23:25:48 +0000 (00:25 +0100)]
Support multi-visit routes (and some other minor improvemnts
Stephen Early [Wed, 16 Sep 2009 01:03:52 +0000 (02:03 +0100)]
Implement constraint on available capital
Ian Jackson [Fri, 11 Sep 2009 22:44:57 +0000 (23:44 +0100)]
Merge branch 'stable-3.x'
Ian Jackson [Thu, 10 Sep 2009 19:17:47 +0000 (20:17 +0100)]
Document "?debug=1" feature
Ian Jackson [Thu, 10 Sep 2009 18:50:06 +0000 (19:50 +0100)]
Merge branch 'stable-3.x'
Ian Jackson [Thu, 10 Sep 2009 18:34:13 +0000 (19:34 +0100)]
Merge branch 'anaplian' into stable-3.x
Ian Jackson [Thu, 10 Sep 2009 18:33:06 +0000 (19:33 +0100)]
Revert bogus parts of "Look for master-info-v2.txt not master-info-2.txt"
This reverts most of commit
c925ba9b2af7a212378a1bb5e9f20697be857523
because that appears to accidentally revert several other changes.
We retain the one intended hunk, in Commods.pm, which had a conflict anyway.
Conflicts:
yarrg/Commods.pm
Ian Jackson [Thu, 10 Sep 2009 17:10:48 +0000 (18:10 +0100)]
Add [?] links to help for advanced strings
Ian Jackson [Thu, 10 Sep 2009 17:10:32 +0000 (18:10 +0100)]
Fix example
Ian Jackson [Thu, 10 Sep 2009 16:03:22 +0000 (17:03 +0100)]
Gate parsing master-info-v* on YPPSC_YARRG_YARRG rather than YPPSC_YARRG_DICT_UPDATE so --dict-no-update works better
Ian Jackson [Thu, 10 Sep 2009 16:02:25 +0000 (17:02 +0100)]
Move coping with ENOENT into parse_info1 and allow it for master-info-v*.txt
Ian Jackson [Thu, 10 Sep 2009 15:48:25 +0000 (16:48 +0100)]
Do not attempt (and fail due to safety catch) to update reject dict if --dict-no-update
Ian Jackson [Thu, 10 Sep 2009 15:44:58 +0000 (16:44 +0100)]
Do not crash if --upload-yarrg is specified but not --upload-pctb
Ian Jackson [Thu, 10 Sep 2009 15:44:32 +0000 (16:44 +0100)]
Do not spuriously refuse to upload from single-page commodity lists
Ian Jackson [Thu, 10 Sep 2009 15:44:06 +0000 (16:44 +0100)]
Expand pixmap (island name) listboxes as necessary
Ian Jackson [Thu, 10 Sep 2009 14:41:34 +0000 (15:41 +0100)]
Fix assertion failure on 2-page commodity listings
Ian Jackson [Thu, 10 Sep 2009 13:17:33 +0000 (14:17 +0100)]
Change instances of "git-foobar" to "git foobar"
Ian Jackson [Thu, 10 Sep 2009 13:04:46 +0000 (14:04 +0100)]
Use "git describe" if "git-describe" isn't on the path
Ian Jackson [Thu, 10 Sep 2009 12:59:16 +0000 (13:59 +0100)]
Look for master-info-v2.txt not master-info-2.txt
Ian Jackson [Thu, 10 Sep 2009 01:07:07 +0000 (02:07 +0100)]
Fix typos in README.privacy
Ian Jackson [Thu, 10 Sep 2009 01:06:53 +0000 (02:06 +0100)]
Clarify loss per league feature
Ian Jackson [Thu, 10 Sep 2009 01:00:36 +0000 (02:00 +0100)]
Docs have been improved; threshold feature needs a different one too
Ian Jackson [Thu, 10 Sep 2009 00:58:12 +0000 (01:58 +0100)]
Allow initials-based abbrevations for ship names
Ian Jackson [Thu, 10 Sep 2009 00:52:40 +0000 (01:52 +0100)]
Allow %age adjustments to capacity
Ian Jackson [Thu, 10 Sep 2009 00:17:18 +0000 (01:17 +0100)]
Vessel names for capacity seem to work
Ian Jackson [Wed, 9 Sep 2009 20:46:04 +0000 (21:46 +0100)]
Merge branch 'stable-3.x'
Ian Jackson [Wed, 9 Sep 2009 17:35:03 +0000 (18:35 +0100)]
Show total and spare mass and volume for each leg sailed
Ian Jackson [Wed, 9 Sep 2009 15:46:18 +0000 (16:46 +0100)]
"Released" version is client
Ian Jackson [Wed, 9 Sep 2009 15:45:04 +0000 (16:45 +0100)]
Fix source code clone rune to add .git
Ian Jackson [Wed, 9 Sep 2009 14:26:49 +0000 (15:26 +0100)]
Fix absolute URLs to refer to chiark
Ian Jackson [Wed, 9 Sep 2009 13:52:41 +0000 (14:52 +0100)]
Merge branch 'dict' into live
Ian Jackson [Wed, 9 Sep 2009 13:48:20 +0000 (14:48 +0100)]
Split off devel info
Ian Jackson [Wed, 9 Sep 2009 13:23:49 +0000 (14:23 +0100)]
Merge ../ypp-sc-tools.pctb-dict-test
Ian Jackson [Wed, 9 Sep 2009 13:03:17 +0000 (14:03 +0100)]
Nicer intro
Ian Jackson [Wed, 9 Sep 2009 12:47:59 +0000 (13:47 +0100)]
Fix location of Manu
Ian Jackson [Wed, 9 Sep 2009 12:42:33 +0000 (13:42 +0100)]
update-master-info can copy databases to rsync area
Ian Jackson [Tue, 8 Sep 2009 16:11:17 +0000 (17:11 +0100)]
Improve graph layouts a bit