Menu

Tree [315318] master /
 History

HTTPS access


File Date Author Commit
 SGF_DEFECT+WEIRD_FILES 2021-09-24 rtayek rtayek [d05bb0] added wierd sgf files back in for testing.
 gradle 2021-10-07 rtayek rtayek [749a00] trying to add gradle back in. minor edits.
 lib 2021-09-29 rtayek rtayek [7641f1] added hamcrest jar so junit works. added a test...
 resources 2021-09-08 rtayek rtayek [05a480] 2
 sgf 2022-03-29 rtayek rtayek [00c134] trying new variations.
 slow 2021-10-22 rtayek rtayek [b37d53] still reducing diffs.
 src 2021-10-23 rtayek rtayek [9bce19] fewer.
 tst 2022-03-29 rtayek rtayek [00c134] trying new variations.
 .classpath 2021-10-21 rtayek rtayek [8c753c] still reducing diffs.
 .gitattributes 2021-10-07 rtayek rtayek [749a00] trying to add gradle back in. minor edits.
 .gitignore 2021-10-20 rtayek rtayek [040e75] addedf .classpath and .project for eclipse.
 .project 2021-10-20 rtayek rtayek [040e75] addedf .classpath and .project for eclipse.
 build.gradle 2021-10-21 rtayek rtayek [d88ad7] more reducing diffs.
 gradlew 2021-10-07 rtayek rtayek [749a00] trying to add gradle back in. minor edits.
 gradlew.bat 2021-10-07 rtayek rtayek [749a00] trying to add gradle back in. minor edits.
 readme.txt 2021-10-29 rtayek rtayek [efd17f] stopping work on this project. made tgo2 on sou...
 runJava.bat unknown
 settings.gradle 2021-10-07 rtayek rtayek [749a00] trying to add gradle back in. minor edits.
 tgo.jar 2021-10-07 rtayek rtayek [b16ac2] added jar.

Read Me

september 2001
this is an old project, so it's kinda crufty in places.

had a bunch of enums like play, what, mode etc. in Model tossed them all and added Role.
these correspond to the gtp (go transfer protocol) commands that i added like tgo_black, tgo__white, etc.

the idea here was to instruct the model to only allow a player to move when it is their turn.
or at least keep the response from the move from being sent back to the server.

these are set by the model after connecting when start gtp is called.
then the role is changed in the model and observers are notified.

maybe these should be set by the server to tell the client what color to play and what else he can do.

i set git's diff.algorithm patience to minimal. always use git diff -w since reformat can mess stuff up.

line feeds in source files are messed up. figure out a way to fix this once and for all.

oct 2021

still have broken tests. in.close hangs because he can not get a lock!
HEAD detached at de80829 - only (testA1A2) has one intermittent failure at:
java.lang.NullPointerException: Cannot invoke "controller.GTPPipe.close()" because "this.pipe" is null
	at server.GameTestCase.tearDown(GameTestCase.java:61)
considering branching at  b3dd0fb - the above test only fails once out of 7 trues.

ran into ssl expired problem - fix: git config --global http.sslverify "false"
the above is a security problem.

oct 2021
made branch frog before most of the gtp refactoring.
made a bunch of commits to get rid of most of the small diffs between frog and master.
at this time the latest frog commit is 8814448e00014 and the lastest master commit s 3a7c7faf06546.

frog branch got afu with a broken revert.
started over with a node on frog branch.
new project is tgo2.
so this project is obsolete.



Want the latest updates on software, tech news, and AI?
Get latest updates about software, tech news, and AI from SourceForge directly in your inbox once a month.