On Mon, Oct 25, 2010 at 01:16, Darren Cook <[email protected]> wrote: >> 1. Computer Color menu is flat now: http://i.imgur.com/AKzhP.png > > When I'm using gogui my biggest wish the computer color choices were > always-visible buttons. E.g. coloured grey when the computer isn't > playing that colour, red when it is. > > So many times I've been gone back in a variation then clicked somewhere > to put back a stone and it has gone off on a genmove. When giving *lots* > of thinking time to programs that don't support interrupt, this can > quickly drive me crazy. > (If the buttons were always visible I'd quickly get in the habit of > clicking both off before exploring variations.)
That was exactly my problem. It was easy to add these buttons (given examples of other buttons) 3-5 lines of code. http://github.com/lukaszlew/GoGui/commit/bf8a6c33d2f6a9f811f713ab2acaa811228b5581 I updated the jar file http://www.mimuw.edu.pl/~lew/gogui.jar > > Darren > > >> 2. Computer color is not modified automatically upon genmove. >> 3. Board can be resized to an arbitarly small size. Earlier size of >> the menu bar was the constarint: http://i.imgur.com/Zv36V.png >> 4. Bugfix: Info Panel (panel with comments) and tool bar can be hidden >> and the program will remember it for next restart. >> 5. Analyze panel GTP commands are activated with single click instead >> of double click. >> >> The 3rd, 4th and especially the 5th modification improves "the feel" >> of working with gogui on laptop considerably. >> >> I don't want to make a fork of GoGui. >> I just found that this would be the easiest way to share my changes so >> that anybody can use them if they like. >> >> The repo is here: >> github.com/lukaszlew/GoGui/commits/VERSION_1_2_FIXES >> >> The compiled jar is here: >> http://www.mimuw.edu.pl/~lew/gogui.jar >> >> Also I would love to have in GoGui a capability to display *several* >> small boards at once with different visualizations along with the main >> big board. >> This would allow for both readability and effectiveness in working with >> GoGui. >> But this might be beyond my Java skill. >> (also the GTP protocol would have to be extended) >> >> Regards, >> Łukasz >> _______________________________________________ >> Computer-go mailing list >> [email protected] >> http://dvandva.org/cgi-bin/mailman/listinfo/computer-go > > > -- > Darren Cook, Software Researcher/Developer > > http://dcook.org/gobet/ (Shodan Go Bet - who will win?) > http://dcook.org/work/ (About me and my work) > http://dcook.org/blogs.html (My blogs and articles) > _______________________________________________ > Computer-go mailing list > [email protected] > http://dvandva.org/cgi-bin/mailman/listinfo/computer-go -- Łukasz _______________________________________________ Computer-go mailing list [email protected] http://dvandva.org/cgi-bin/mailman/listinfo/computer-go
