bernds / q5Go

A tool for Go players: SGF editor, analysis tool, game database and pattern search tool, IGS client
GNU General Public License v2.0
168 stars 28 forks source link

igs log isn't displaying correctly #37

Closed nsklaus closed 4 years ago

nsklaus commented 4 years ago

i think q5go doesn't display igs session output correctly. for example it doesn't seem to show captures.

unless igs changed its protocol, here's what we should see normal move:

1 8
15 Game 656 I: Maruhi (13 527 8) vs tataki (16 518 17)
15 264(B): B19 

move that capture opponent stones:

1 8
15 Game 656 I: Maruhi (13 527 8) vs tataki (16 518 17)
15 264(B): B19 C19 C18 C17 D18

(it's not from a real game but this is to illustrate that captures should show up next to any given move)

bernds commented 4 years ago

Is that from the debug file? I don't think it would modify anything it saves to that file. Is there any actual problem here?

nsklaus commented 4 years ago

no, those are from a past session from 2018 i think, i was using telnet, observing a game. that was what i got in my terminal. i was playing a bit with python to make a client myself: https://github.com/nsklaus/igs_client (it's not finished, it's barely usable to login igs and to watch other's games, and i kind of left this code to dry since 2018)

bernds commented 4 years ago

Maybe it's different between client and non-client mode? In any case I don't see a real issue here, so closing.