2016-04-18T00:06:17 *** Cloudflare has quit IRC (Ping timeout: 260 seconds) 2016-04-18T00:08:28 *** Cloudflare has joined #aichallenge 2016-04-18T00:13:11 *** Cloudflare has quit IRC (Ping timeout: 250 seconds) 2016-04-18T00:16:09 *** Cloudflare has joined #aichallenge 2016-04-18T00:32:32 *** Cloudflare has quit IRC (Ping timeout: 260 seconds) 2016-04-18T00:35:33 *** Cloudflare has joined #aichallenge 2016-04-18T01:43:51 *** UncleVasya has joined #aichallenge 2016-04-18T01:56:19 *** Cloudflare has quit IRC (Ping timeout: 250 seconds) 2016-04-18T01:59:09 *** Cloudflare has joined #aichallenge 2016-04-18T01:59:09 *** Cloudflare has joined #aichallenge 2016-04-18T02:44:51 *** cyphase has quit IRC (Ping timeout: 250 seconds) 2016-04-18T03:01:36 *** cyphase has joined #aichallenge 2016-04-18T03:09:36 *** cyphase has quit IRC (Ping timeout: 244 seconds) 2016-04-18T03:28:28 *** cyphase has joined #aichallenge 2016-04-18T03:28:29 *** cyphase has joined #aichallenge 2016-04-18T03:51:29 *** kurnevsky1 has joined #aichallenge 2016-04-18T04:01:39 *** Cloudflare has quit IRC (Ping timeout: 276 seconds) 2016-04-18T04:02:18 *** cyphase has quit IRC (Ping timeout: 244 seconds) 2016-04-18T04:02:36 *** Cloudflare has joined #aichallenge 2016-04-18T04:19:13 *** cyphase has joined #aichallenge 2016-04-18T04:24:46 *** cyphase has quit IRC (Ping timeout: 268 seconds) 2016-04-18T05:21:54 *** cyphase has joined #aichallenge 2016-04-18T05:43:42 *** cyphase has quit IRC (Ping timeout: 268 seconds) 2016-04-18T06:08:27 UncleVasya: yes, there are other games with the same issue, I'll apply the fix soon. :) 2016-04-18T06:10:52 Added last move indicator: http://savepic.ru/9433740.png 2016-04-18T06:36:55 *** cyphase has joined #aichallenge 2016-04-18T06:36:55 *** cyphase has joined #aichallenge 2016-04-18T07:05:25 *** choas_ has joined #aichallenge 2016-04-18T07:06:01 *** kurnevsky has quit IRC (Ping timeout: 260 seconds) 2016-04-18T07:06:02 *** choas has quit IRC (Ping timeout: 260 seconds) 2016-04-18T07:06:33 *** kurnevsky has joined #aichallenge 2016-04-18T08:56:59 smiley1993: I applied your color scheme: http://savepic.ru/9382568.png Do you like it better? Or do you wanna see it live and compare? 2016-04-18T09:01:56 Hmm... I wonder, is it possible to use a different color scheme for the graph and score? Currently on the board it looks a bit washed out, but in the graph I can see black and white wouldn't work. I think it looks okay like this, but if the graph could be different then it could be even better. 2016-04-18T09:02:08 smiley1993: without black background: http://savepic.ru/9402027.png 2016-04-18T09:02:15 I can imagine it might be difficult to separate the color schemes though 2016-04-18T09:02:41 I think the black background is better 2016-04-18T09:03:05 Overall I like the appearance of this visualizer though 2016-04-18T09:04:37 oopse, my eng improved in these years but 'washed out' is confusing me. Is this means 'good' in this case? 2016-04-18T09:11:51 smiley1993: i can separate graph color from map colors by separating them in Const file and fixing graph drawing code to use these new constants. But I guess user will have a hard time figuring out what graph color corresponds to white/black player. 2016-04-18T09:15:43 *** cyphase has quit IRC (Ping timeout: 250 seconds) 2016-04-18T09:20:50 'washed out' = contrast is too low. The black stones are too similar to the board colour, I think 2016-04-18T09:21:18 Probably graph colour is okay, it's mostly just the background which I might want to change, but it's not bad 2016-04-18T09:21:44 Background of the graph, that is 2016-04-18T09:25:59 Basically it's looking really good, just the colours might still want slight changes 2016-04-18T09:30:21 *** cyphase has joined #aichallenge 2016-04-18T09:31:59 ok, I will move some hardcoded values from deep code to Const.js and it will be easier for you to edit. 2016-04-18T09:33:32 Aslo I wanna add support for switching themes with one button :) 2016-04-18T09:43:04 smiley1993: aha, I've messed up with Black player and it wasn't black enough. Fixed: http://savepic.ru/9392801.png 2016-04-18T10:13:41 damn, I finally understood you. You were talking about changing text color on graph, not about changing line colors. That's already supported in vis :D 2016-04-18T10:16:55 smiley1993: just noticed... you got younger :D 2016-04-18T10:21:08 *** UncleVasya has quit IRC (Ping timeout: 250 seconds) 2016-04-18T10:37:53 *** UncleVasya has joined #aichallenge 2016-04-18T10:39:09 smiley1993: Orange graph text: http://savepic.ru/9389754.png Blue graph text: http://savepic.ru/9387706.png 2016-04-18T11:34:28 *** dici has joined #aichallenge 2016-04-18T11:59:57 *** xvx has joined #aichallenge 2016-04-18T12:07:30 *** kurnevsky1 has quit IRC (Quit: Leaving.) 2016-04-18T14:15:20 Color theme switching works :) Now only need to add button for this. 2016-04-18T14:52:37 hmm, switching in runtime isn't easy cause we'll need to recreate whole state... 2016-04-18T15:01:09 *** dici has quit IRC (Quit: Leaving.) 2016-04-18T15:32:44 I've made switching via reseting state. If user presses Color Theme Button, replay starts from the beginning. 2016-04-18T15:33:40 Now I think maybe if I just reset turns cache I will not have to recreate state... And it will be much cooler if color are changing righ during playback. 2016-04-18T16:09:21 *** kurnevsky1 has joined #aichallenge 2016-04-18T16:32:13 *** Scooper has joined #aichallenge 2016-04-18T17:14:29 *** kurnevsky1 has quit IRC (Ping timeout: 260 seconds) 2016-04-18T17:44:44 smiley1993: it works! https://github.com/UncleVasya/go_engine_standalone/releases/download/0.2/visualizer_new_0.2.zip 2016-04-18T17:45:54 smiley1993: there is a new button on left toolbar: 'CLR'. Try it ;) 2016-04-18T17:47:26 smiley1993: you can edit color themes in Const.js. 2016-04-18T17:49:13 Now I need to make player profile buttons respect themes too. And to clean up code a bit. 2016-04-18T17:49:21 Will do this later, going to sleep now :) 2016-04-18T17:50:02 *** UncleVasya has quit IRC (Quit: Miranda IM! Smaller, Faster, Easier. http://miranda-im.org) 2016-04-18T18:34:14 *** Scooper has quit IRC (Quit: Leaving) 2016-04-18T19:07:02 *** xvx has quit IRC (Quit: My Mac has gone to sleep. ZZZzzz…) 2016-04-18T22:16:26 *** cyphase has quit IRC (Ping timeout: 276 seconds)