chiark / gitweb /
jarrg-ian.git
13 months agoMerge branch 'tidy' into 'main' master jarrg-1.1.1
Ian Jackson [Sun, 9 Apr 2023 09:56:43 +0000 (09:56 +0000)]
Merge branch 'tidy' into 'main'

Fixes to build-sh arising from release process for 1.1.0

See merge request yarrg/jarrg!6

13 months agoStrip jarrg- from tag names
Ian Jackson [Sun, 9 Apr 2023 09:52:24 +0000 (10:52 +0100)]
Strip jarrg- from tag names

We'll use these tags from now on.

13 months agoFix directory in publish runes
Ian Jackson [Sun, 9 Apr 2023 09:51:17 +0000 (10:51 +0100)]
Fix directory in publish runes

13 months agoFix username in rsync rune
Ian Jackson [Sun, 9 Apr 2023 09:51:10 +0000 (10:51 +0100)]
Fix username in rsync rune

13 months agoMerge branch 'pctb' into 'main' jarrg-1.1.0
Ian Jackson [Sun, 9 Apr 2023 09:41:03 +0000 (09:41 +0000)]
Merge branch 'pctb' into 'main'

Turn off PCTB upload by default and improve error output

See merge request yarrg/jarrg!4

13 months agoMerge branch 'build' into 'main'
Ian Jackson [Sun, 9 Apr 2023 09:40:59 +0000 (09:40 +0000)]
Merge branch 'build' into 'main'

Fixes to build-sh script

See merge request yarrg/jarrg!5

13 months agoAdd "PCTB:" to the error that PCTB gives nowadays
Ian Jackson [Sun, 9 Apr 2023 09:38:55 +0000 (10:38 +0100)]
Add "PCTB:" to the error that PCTB gives nowadays

13 months agoTurn off PCTB upload by default
Ian Jackson [Sun, 9 Apr 2023 09:36:08 +0000 (10:36 +0100)]
Turn off PCTB upload by default

It seems not to be working.

13 months agoImprove publication instructions
Ian Jackson [Sun, 9 Apr 2023 09:34:02 +0000 (10:34 +0100)]
Improve publication instructions

13 months agoFix build-sh problem
Ian Jackson [Sun, 9 Apr 2023 09:23:23 +0000 (10:23 +0100)]
Fix build-sh problem

13 months agoMerge branch 'island' into 'main'
Ian Jackson [Sat, 8 Apr 2023 16:13:45 +0000 (16:13 +0000)]
Merge branch 'island' into 'main'

Fix island name finding (fixes bug mentioned in wiki)

See merge request yarrg/jarrg!3

13 months agoFix island name finding (fixes bug mentioned in wiki)
Ian Jackson [Sat, 8 Apr 2023 10:29:38 +0000 (11:29 +0100)]
Fix island name finding (fixes bug mentioned in wiki)

13 months agoMerge branch 'scripts' into 'main'
Ian Jackson [Sat, 8 Apr 2023 16:12:41 +0000 (16:12 +0000)]
Merge branch 'scripts' into 'main'

Build script etc. updats

See merge request yarrg/jarrg!2

13 months agoJava directory searching: accept java-*
Ian Jackson [Sat, 8 Apr 2023 10:12:40 +0000 (11:12 +0100)]
Java directory searching: accept java-*

13 months agoPlumb JARRG_JAVA_OPTS through
Ian Jackson [Sat, 8 Apr 2023 10:08:54 +0000 (11:08 +0100)]
Plumb JARRG_JAVA_OPTS through

I did this to try to pass hidpi options which wasn't successful, but
I'll keep it.

13 months agoUpdate JDK version in build-sh to OpenJDK 8
Ian Jackson [Sat, 8 Apr 2023 10:08:38 +0000 (11:08 +0100)]
Update JDK version in build-sh to OpenJDK 8

I don't have a copy of 6 any more.  I'll have to rebuild with 8.

13 years agouse "/who" rather than "/w" to find our island unstable 1.0.5
Ian Jackson [Sat, 2 Apr 2011 19:32:11 +0000 (20:32 +0100)]
use "/who" rather than "/w" to find our island

13 years agostyle: add a comment about main() not being called
Ian Jackson [Sat, 2 Apr 2011 19:22:39 +0000 (20:22 +0100)]
style: add a comment about main() not being called

13 years agostyle: change visibility of some members of MarketUploader
Ian Jackson [Sat, 2 Apr 2011 19:22:29 +0000 (20:22 +0100)]
style: change visibility of some members of MarketUploader

13 years agoformatting: move code about to make more sense, and improve block comments, etc....
Ian Jackson [Sat, 2 Apr 2011 19:09:00 +0000 (20:09 +0100)]
formatting: move code about to make more sense, and improve block comments, etc.; no intentional change other than code motion and comment changes

13 years agothread fixes: set latch = null if we don't need it
Ian Jackson [Sat, 2 Apr 2011 18:25:52 +0000 (19:25 +0100)]
thread fixes: set latch = null if we don't need it

13 years agothread fixes: add some commentary to explain the mess
Ian Jackson [Sat, 2 Apr 2011 18:25:41 +0000 (19:25 +0100)]
thread fixes: add some commentary to explain the mess

13 years agothread fixes: set cancellation message when cancelled
Ian Jackson [Sat, 2 Apr 2011 18:07:36 +0000 (19:07 +0100)]
thread fixes: set cancellation message when cancelled

13 years agothread fixes: names for threads, etc.
Ian Jackson [Sat, 2 Apr 2011 17:57:10 +0000 (18:57 +0100)]
thread fixes: names for threads, etc.

13 years agothread fixes: debugging from UIX
Ian Jackson [Sat, 2 Apr 2011 17:34:32 +0000 (18:34 +0100)]
thread fixes: debugging from UIX

13 years agodebug logging: replace logprogress and if(dtxt!=null)... with debuglog() function
Ian Jackson [Sat, 2 Apr 2011 17:23:29 +0000 (18:23 +0100)]
debug logging: replace logprogress and if(dtxt!=null)... with debuglog() function

13 years agothread fixes: coroutine-style explicit multithread management, compiles
Ian Jackson [Sat, 2 Apr 2011 17:20:06 +0000 (18:20 +0100)]
thread fixes: coroutine-style explicit multithread management, compiles

13 years agothread fixes: wip coroutine-style explicit multithread management
Ian Jackson [Sat, 2 Apr 2011 15:40:28 +0000 (16:40 +0100)]
thread fixes: wip coroutine-style explicit multithread management

13 years agoformatting: reindent to 2 spaces, wrap lots of long lines; no intentional functional...
Ian Jackson [Sat, 2 Apr 2011 15:28:39 +0000 (16:28 +0100)]
formatting: reindent to 2 spaces, wrap lots of long lines; no intentional functional change

13 years agothreading fixes: be properly idempotent etc. about setup - comments and extra debug...
Ian Jackson [Sat, 2 Apr 2011 12:38:06 +0000 (13:38 +0100)]
threading fixes: be properly idempotent etc. about setup - comments and extra debug log messages

13 years agothreading fixes: be properly idempotent etc. about setup
Ian Jackson [Sat, 2 Apr 2011 12:33:37 +0000 (13:33 +0100)]
threading fixes: be properly idempotent etc. about setup

13 years agothreading fixes: use invokeLater to always run the GUI initialisation on the event...
Ian Jackson [Sat, 2 Apr 2011 12:14:49 +0000 (13:14 +0100)]
threading fixes: use invokeLater to always run the GUI initialisation on the event thread

13 years agowhen looking for the league tracker, cope if it isn't exactly where we expected;... 1.0.4
Ian Jackson [Mon, 3 Jan 2011 15:30:24 +0000 (15:30 +0000)]
when looking for the league tracker, cope if it isn't exactly where we expected; this fixes the "we have sailed somewhere and now jarrg doesn't work" bug

13 years agodescend() prints information about the classes it walks to the debug log in a sensibl...
Ian Jackson [Mon, 3 Jan 2011 15:18:45 +0000 (15:18 +0000)]
descend() prints information about the classes it walks to the debug log in a sensible way

13 years agofix "uses test servers on windows" bug
Ian Jackson [Mon, 3 Jan 2011 15:16:48 +0000 (15:16 +0000)]
fix "uses test servers on windows" bug

13 years agoadd a comment relating to debugging using Monkey
Ian Jackson [Mon, 3 Jan 2011 15:16:13 +0000 (15:16 +0000)]
add a comment relating to debugging using Monkey

13 years agoalways rebuild MarketUploader.class too, to get version number right 1.0.3
Ian Jackson [Mon, 13 Sep 2010 02:01:11 +0000 (03:01 +0100)]
always rebuild MarketUploader.class too, to get version number right

13 years agocontrol panel: put Yarrg tickbox above PCTB one 1.0.2
Ian Jackson [Sun, 12 Sep 2010 20:29:30 +0000 (21:29 +0100)]
control panel: put Yarrg tickbox above PCTB one

13 years agoChange control panel title to "Settings" (as otherwise it can fail to fit!) 1.0.1
Ian Jackson [Sun, 12 Sep 2010 18:37:36 +0000 (19:37 +0100)]
Change control panel title to "Settings" (as otherwise it can fail to fit!)

13 years agoallow uploading other than from markets (don't mind 7 column tables) 1.0.0
Ian Jackson [Sun, 12 Sep 2010 13:20:12 +0000 (14:20 +0100)]
allow uploading other than from markets (don't mind 7 column tables)

13 years agoseparate source and binary tarballs for linux 0.9.9
Ian Jackson [Sun, 5 Sep 2010 20:37:44 +0000 (21:37 +0100)]
separate source and binary tarballs for linux

13 years agoarbitrage should be enabled by default
Ian Jackson [Sun, 5 Sep 2010 20:36:50 +0000 (21:36 +0100)]
arbitrage should be enabled by default

13 years agorename com.tedpearson.ypp.market.* to net.chiark.yarrg.*
Ian Jackson [Sun, 5 Sep 2010 19:37:54 +0000 (20:37 +0100)]
rename com.tedpearson.ypp.market.* to net.chiark.yarrg.*

13 years agoinclude licences in jars
Ian Jackson [Sun, 5 Sep 2010 19:30:10 +0000 (20:30 +0100)]
include licences in jars

13 years agomove all licences to top level directory; include Sun Java accessibility licence...
Ian Jackson [Sun, 5 Sep 2010 17:02:22 +0000 (18:02 +0100)]
move all licences to top level directory; include Sun Java accessibility licence text

13 years agoFix display name for program uninstall
Ian Jackson [Sun, 5 Sep 2010 17:01:49 +0000 (18:01 +0100)]
Fix display name for program uninstall

13 years agodebug write out deduped.tsv.gz not deduped.tsv
Ian Jackson [Sun, 5 Sep 2010 13:28:02 +0000 (14:28 +0100)]
debug write out deduped.tsv.gz not deduped.tsv

13 years agoshow a message in the resultSummary if PCTB is lacking commods
Ian Jackson [Sun, 5 Sep 2010 13:06:48 +0000 (14:06 +0100)]
show a message in the resultSummary if PCTB is lacking commods

13 years agowrite pctb commodmap to debug file
Ian Jackson [Sun, 5 Sep 2010 13:00:13 +0000 (14:00 +0100)]
write pctb commodmap to debug file

13 years agoremove some obsolete comments
Ian Jackson [Sun, 5 Sep 2010 12:56:08 +0000 (13:56 +0100)]
remove some obsolete comments

13 years agowrite HTML results etc. to debug files
Ian Jackson [Sun, 5 Sep 2010 12:54:09 +0000 (13:54 +0100)]
write HTML results etc. to debug files

13 years agocheck output from yarrg is as we expect
Ian Jackson [Sun, 5 Sep 2010 12:39:16 +0000 (13:39 +0100)]
check output from yarrg is as we expect

13 years agofetch yarrg timestamp asynchronously
Ian Jackson [Sun, 5 Sep 2010 12:28:19 +0000 (13:28 +0100)]
fetch yarrg timestamp asynchronously

13 years agodelete stuff about commod table cache
Ian Jackson [Sun, 5 Sep 2010 12:05:31 +0000 (13:05 +0100)]
delete stuff about commod table cache

13 years agofix up gitignore for recent changes
Ian Jackson [Sun, 5 Sep 2010 12:00:07 +0000 (13:00 +0100)]
fix up gitignore for recent changes

13 years agowrite jarrg-debug-pctb-marketdata.gz
Ian Jackson [Sun, 5 Sep 2010 11:59:36 +0000 (12:59 +0100)]
write jarrg-debug-pctb-marketdata.gz

13 years agoreplace commented-out debugging printlns with ones which use dtxt
Ian Jackson [Sun, 5 Sep 2010 11:53:49 +0000 (12:53 +0100)]
replace commented-out debugging printlns with ones which use dtxt

13 years agoreplace almost all writes to yohoho log with writes to our debug log
Ian Jackson [Sun, 5 Sep 2010 11:52:55 +0000 (12:52 +0100)]
replace almost all writes to yohoho log with writes to our debug log

13 years agodebug output option
Ian Jackson [Sun, 5 Sep 2010 11:47:11 +0000 (12:47 +0100)]
debug output option

13 years agoalways insist on knowing the island name
Ian Jackson [Sun, 5 Sep 2010 11:37:04 +0000 (12:37 +0100)]
always insist on knowing the island name

13 years agoReplace some occurences of PCTB with Jarrg, for new name
Ian Jackson [Sun, 5 Sep 2010 11:25:23 +0000 (12:25 +0100)]
Replace some occurences of PCTB with Jarrg, for new name

13 years agoignore new jarrg output files
Ian Jackson [Sun, 5 Sep 2010 11:19:54 +0000 (12:19 +0100)]
ignore new jarrg output files

13 years agoShow progress of various things in log, with milliseconds
Ian Jackson [Sun, 5 Sep 2010 11:17:55 +0000 (12:17 +0100)]
Show progress of various things in log, with milliseconds

13 years agorename: jpctb -> jarrg
Ian Jackson [Sat, 4 Sep 2010 21:16:35 +0000 (22:16 +0100)]
rename: jpctb -> jarrg

13 years agoshow arbitrage in progress dialog (which obscures where it would otherwise show up)
Ian Jackson [Sat, 4 Sep 2010 21:01:28 +0000 (22:01 +0100)]
show arbitrage in progress dialog (which obscures where it would otherwise show up)

13 years agoremove arbitrage debugging printfs
Ian Jackson [Sat, 4 Sep 2010 20:33:42 +0000 (21:33 +0100)]
remove arbitrage debugging printfs

13 years agoarbitrage seems to work now; need to remove debugging printfs
Ian Jackson [Sat, 4 Sep 2010 18:55:25 +0000 (19:55 +0100)]
arbitrage seems to work now; need to remove debugging printfs

13 years agomake arbitrage calculation optional
Ian Jackson [Sat, 4 Sep 2010 18:32:35 +0000 (19:32 +0100)]
make arbitrage calculation optional

13 years agowip arbitrage
Ian Jackson [Sat, 4 Sep 2010 18:29:11 +0000 (19:29 +0100)]
wip arbitrage

13 years agocheck the user has not reorganised the table
Ian Jackson [Sat, 4 Sep 2010 16:29:42 +0000 (17:29 +0100)]
check the user has not reorganised the table

13 years agoDo not do PCTB stuff at all if we're not doing PCTB; make progress messages clearer...
Ian Jackson [Sat, 4 Sep 2010 15:59:41 +0000 (16:59 +0100)]
Do not do PCTB stuff at all if we're not doing PCTB; make progress messages clearer about what the activity is for

13 years agopctb: use definite island setting like yarrg
Ian Jackson [Sat, 4 Sep 2010 15:32:07 +0000 (16:32 +0100)]
pctb: use definite island setting like yarrg
and abolish the hardwired list of ocean numbers (!)

13 years agopctb: print output from server to stderr too
Ian Jackson [Sat, 4 Sep 2010 15:12:25 +0000 (16:12 +0100)]
pctb: print output from server to stderr too

13 years agostatus info in main MarketUploader window shows last island
Ian Jackson [Sat, 4 Sep 2010 14:34:42 +0000 (15:34 +0100)]
status info in main MarketUploader window shows last island

13 years agoproper error reporting of post requests incl. to yarrg
Ian Jackson [Sat, 4 Sep 2010 14:12:17 +0000 (15:12 +0100)]
proper error reporting of post requests incl. to yarrg

ClientHttpRequest.java:
* .post() returns a boolean saying whether the submission was
  successful; you have to call .resultstream() to get the stream.

MarketUploader.java:
* Factor out StringBuild and repeated readLine into new function
  readstreamstring.
* Report http errors occurring in sendInitialData (part of PCTB
  upload) and have it return "null" in that case.
* New helper function post_for_yarrg that does the post and puts up a
  dialogue box if it's not right.  Use it in the two relevant places.

13 years agorename com.myjavatools.web to net.chiark.yarrg
Ian Jackson [Sat, 4 Sep 2010 13:43:02 +0000 (14:43 +0100)]
rename com.myjavatools.web to net.chiark.yarrg

13 years agoshow pctb server's html if things don't go well
Ian Jackson [Sat, 4 Sep 2010 12:56:37 +0000 (13:56 +0100)]
show pctb server's html if things don't go well

13 years agoprint revision in output from build-sh 0.9.8
Ian Jackson [Fri, 27 Aug 2010 23:12:30 +0000 (00:12 +0100)]
print revision in output from build-sh

13 years agoadd "-local" to version string when tree is locally modified
Ian Jackson [Fri, 27 Aug 2010 22:36:18 +0000 (23:36 +0100)]
add "-local" to version string when tree is locally modified

13 years agopctb upload: Print and throw an error if there are no offers
Ian Jackson [Fri, 27 Aug 2010 22:25:14 +0000 (23:25 +0100)]
pctb upload: Print and throw an error if there are no offers

13 years agopctb upload: _Do_ print a message to stderr (which ends up in the yohoho log) about...
Ian Jackson [Fri, 27 Aug 2010 22:24:46 +0000 (23:24 +0100)]
pctb upload: _Do_ print a message to stderr (which ends up in the yohoho log) about unsupported commods

13 years agopctb upload: actually look at the right XML tag for the commod maps!
Ian Jackson [Fri, 27 Aug 2010 22:23:31 +0000 (23:23 +0100)]
pctb upload: actually look at the right XML tag for the commod maps!

13 years agoreenable pctb uploads with new PCTB protocol version number 005y
Ian Jackson [Fri, 27 Aug 2010 22:22:26 +0000 (23:22 +0100)]
reenable pctb uploads with new PCTB protocol version number 005y

13 years agouse a clientfixes value that actually works 0.9.7
Ian Jackson [Fri, 27 Aug 2010 20:03:27 +0000 (21:03 +0100)]
use a clientfixes value that actually works

13 years agoadvertise a "fix" which is us not breaking pctb 0.9.6
Ian Jackson [Fri, 27 Aug 2010 19:44:54 +0000 (20:44 +0100)]
advertise a "fix" which is us not breaking pctb

13 years agodisable pctb uploads for now as they are broken 0.9.5
Ian Jackson [Fri, 27 Aug 2010 19:35:26 +0000 (20:35 +0100)]
disable pctb uploads for now as they are broken

13 years agoslightly improve messages
Ian Jackson [Thu, 26 Aug 2010 00:44:17 +0000 (01:44 +0100)]
slightly improve messages

13 years agoinvoke std java for control panel via jre directory 0.9.4
Ian Jackson [Wed, 25 Aug 2010 21:58:52 +0000 (22:58 +0100)]
invoke std java for control panel via jre directory

13 years agojpctb: set jreleaf correctly in the easy case 0.9.3
Ian Jackson [Tue, 24 Aug 2010 23:44:33 +0000 (00:44 +0100)]
jpctb: set jreleaf correctly in the easy case

13 years agoremove obsolete "elevate" code
Ian Jackson [Tue, 24 Aug 2010 23:38:03 +0000 (00:38 +0100)]
remove obsolete "elevate" code

13 years agoUse real baked-in version for our version when uploading to yarrg
Ian Jackson [Tue, 24 Aug 2010 23:36:07 +0000 (00:36 +0100)]
Use real baked-in version for our version when uploading to yarrg

13 years agoRemove import of obsolete com.tedpearson.util.update.*
Ian Jackson [Tue, 24 Aug 2010 23:35:54 +0000 (00:35 +0100)]
Remove import of obsolete com.tedpearson.util.update.*

13 years agoget rid of code for obsolete "launchAtStartup" pref
Ian Jackson [Tue, 24 Aug 2010 23:34:19 +0000 (00:34 +0100)]
get rid of code for obsolete "launchAtStartup" pref

13 years agofix up comments for the way things are now, and update the licence file
Ian Jackson [Tue, 24 Aug 2010 23:33:05 +0000 (00:33 +0100)]
fix up comments for the way things are now, and update the licence file

13 years agojpctb: cope if java binary is in jre1.yada
Ian Jackson [Tue, 24 Aug 2010 23:16:23 +0000 (00:16 +0100)]
jpctb: cope if java binary is in jre1.yada

13 years agojpctb: add --dry-run and --setup-only modes
Ian Jackson [Tue, 24 Aug 2010 23:01:23 +0000 (00:01 +0100)]
jpctb: add --dry-run and --setup-only modes

13 years agoGet rid of the installer nonsense.
Owen S. Dunn [Tue, 24 Aug 2010 22:41:21 +0000 (23:41 +0100)]
Get rid of the installer nonsense.

13 years agoRemove apparently-unneeded space 0.9.2
Ian Jackson [Sun, 22 Aug 2010 22:11:15 +0000 (23:11 +0100)]
Remove apparently-unneeded space

13 years agoRemove ControlPanel.class too as it seems not to get rebuilt.
Ian Jackson [Sun, 22 Aug 2010 22:10:27 +0000 (23:10 +0100)]
Remove ControlPanel.class too as it seems not to get rebuilt.

13 years agotry to hit the build over the head to get the version number right
Ian Jackson [Sun, 22 Aug 2010 22:09:01 +0000 (23:09 +0100)]
try to hit the build over the head to get the version number right