The three features that prevent me from using GoUniverse as a full-time replacement to CGoban:
Ability to see and accept others' game challenges
Ability to hear audio lectures from teachers
Automatch
Other than that, GoUniverse is pretty much superior to CGoban in my eye.
Re: GoUniverse (New KGS client)
Posted: Wed Oct 19, 2016 12:04 pm
by yoyoma
To see/accept challenges:
Quoting this again for Kirby. It's easy to miss.
KOCMOHABT wrote:
yoyoma wrote:I can create a new challenge, but I can't see the list of other people's challenges. Is that not implemented? Also I guess you haven't implemented automatch?
Right click in the list of games. There is a type "AllChallenges".
Automatch will be implemented in one of the nearest version.
Re: GoUniverse (New KGS client)
Posted: Wed Oct 19, 2016 12:07 pm
by Kirby
yoyoma wrote:To see/accept challenges:
Quoting this again for Kirby. It's easy to miss.
KOCMOHABT wrote:
yoyoma wrote:I can create a new challenge, but I can't see the list of other people's challenges. Is that not implemented? Also I guess you haven't implemented automatch?
Right click in the list of games. There is a type "AllChallenges".
Automatch will be implemented in one of the nearest version.
Awesome. Didn't notice it. Thanks!
So only lecture audio remains, I guess (from my list of personal preferences).
Re: GoUniverse (New KGS client)
Posted: Wed Oct 19, 2016 12:27 pm
by Kirby
Wanted to also ask about this permission:
Can we get details on why the permission is needed, and how it's used?
Re: GoUniverse (New KGS client)
Posted: Wed Oct 19, 2016 4:12 pm
by KOCMOHABT
Kirby wrote:Wanted to also ask about this permission:
Can we get details on why the permission is needed, and how it's used?
I had used the same manifest file as for my other project "WebGoBoard" and i need this permission there. Here it doesn't needed, so it will be removed with the next update. Thank you.
Btw, my project is open source and you can check every line of my code, so you can trust it.
yoyoma wrote:So only lecture audio remains, I guess (from my list of personal preferences).
Audio comes in a very strange format called "SPEEX". I'm not familar with it, so it hard to tell now will it be implemented in the near future or not. In fact, i had tried to play with it already, but without any good result
Dunkel wrote:reviews faster (the reaction time when you use the arrow keys is veeeery slow)
I also have noticed this. But in fact, there is nothing i can do, this is not the problem of the client by itself, because you can see that offline review works with the good speed. IMO the problem lies in the way how client is connecting to KGS, it is not a direct connection, there is a proxy server between GoUniverse and KGS server, called JSON-translator. And in fact i don't even know where it has been running. I'm using a JSON-translator from metakgs.org. So any request from GoUniverse sends to Metakgs.org and after that it sends to KGS server. An original client has a direct connection to KGS server, that's why response in it comes much faster. I hope one day Shubert(aka wms) will run his own server with JSON-translator near of the main KGS-server and this problem will dissapear.
Re: GoUniverse (New KGS client)
Posted: Wed Oct 19, 2016 4:23 pm
by Kirby
Thanks. I can kind of imagine the permission for WebGoBoard, since you can load SGF links, etc., so that makes sense. Thanks, too, for explaining. You are awesome. Too bad that audio format is so weird.
Anyway, keep it up!
Re: GoUniverse (New KGS client)
Posted: Thu Oct 20, 2016 12:44 am
by Waylon
Dunkel wrote:Hello,
How I can update the Chrome extension with the new version ?
It's seems like i got a ban for talking to much about GoUniverse in the EGR.
"the rule is: "no more than one ad per 24 hours for the entire server". Not three within 30 minutes."
Or it's not me got ban again?
Posted: Thu Oct 20, 2016 8:56 pm
by EdLee
Hi KOCMOHABT,
Two questions.
1. Stone click sounds are now enabled in my own games.
But there's no stone click sounds in other people's games -- is this a few feature to be implemented ?
2. What does "Remove own changes" mean ? When is it used ?
( By experiment, I found out I can click and play stones while watching another user's game --
and "Remove own changes" removes my moves off the board. )
remove_own_changes.jpg (10.14 KiB) Viewed 16243 times
Thanks.
Posted: Thu Oct 20, 2016 9:19 pm
by EdLee
Hi KOCMOHABT,
Feature requests. More friendly text for the "Locale" ( Low priority ).
zh_CN Chinese China ? 中文
zh_TW Chinese Taiwan/Hong Kong ? 中文
de_DE German Germany ? Deutsch
en_US English US ? English
fr_FR French France ? français
it_IT Italian Italy ? italiano
ja_JP Japanese Japan ? 日本語
pt_BR Portugese Brazil ? Português
ru_RU Russian Russia ? русский
es_ES Spanish Spain ? Español
tr_TR Turkish Turkey ? Türk
vi_VN Vietnamese Vietnam ? Tiếng Việt
Little flags ( Very low priority, but a nice and fun feature for the future ):
Flags.jpg (36.79 KiB) Viewed 16281 times
Re: GoUniverse (New KGS client)
Posted: Fri Oct 21, 2016 12:00 am
by Go_Japan
Dear KOCMOHABT,
So far, I am really happy with all the progress you made and thank you for your effort.
I am wondering if there is anyway to get the client/plugin to remember our username and password without compromising security.
Also, will there be an option to log-in as a guest account?
Thanks!
Posted: Fri Oct 21, 2016 1:36 am
by EdLee
Hi KOCMOHABT,
Feature request: consider to add to the game burger menu...
game_burger.jpg (15.71 KiB) Viewed 16246 times
... these items:
Toggle coordinates ( very useful feature ) ;
Basic stones vs. other stones ;
Toggle Stone click sounds for this game ;
Currently, Ctrl+R is overloaded with at least two completely unrelated functions:
CTRL+R.jpg (58.14 KiB) Viewed 16246 times
I was watching a game, and when I pressed Ctrl+R (somewhere), GoUniverse logged me off.
Re: GoUniverse (New KGS client)
Posted: Fri Oct 21, 2016 2:01 am
by KOCMOHABT
EdLee wrote: Stone click sounds are now enabled in my own games.
But there's no stone click sounds in other people's games -- is this a few feature to be implemented ?
It will be implemented in one time when a settings page will be added.
EdLee wrote:What does "Remove own changes" mean ? When is it used ?
( By experiment, I found out I can click and play stones while watching another user's game --
and "Remove own changes" removes my moves off the board. )
You are right. You can do your own changes in the game tree, but if you want to clear them off and to see game tree unchanged you need to use this menu item. Perhaps description "Remove own changes" is not quite right, i'm not rly good at english.
EdLee wrote:Feature requests. More friendly text for the "Locale".
Thank you! I had almost forgot about this, it will be implemented for sure.
Go_Japan wrote:I am wondering if there is anyway to get the client/plugin to remember our username and password without compromising security.
Also, will there be an option to log-in as a guest account?
So many people asking me about saving login/password. In fact, i was hoping that browser will do this for me, but somewhy it doesn't (i mean filling forms doesn't work in extension somewhy). Ok, i will implement this in a new release.
About guest account, there is nothing i can do about it, since Shubert forbid to login as a guest through API that he had opened.
EdLee wrote:I was watching a game, and when I pressed Ctrl+R (somewhere), GoUniverse logged me off.
It is a bug. If focus is not on the board, then Ctrl+R is working like a regular hotkey for browser and it's refreshing a page. That's why you are logging off. This bug will be fixed.
"Toggle coordinates" will be added to the burger menu.