Page 40 of 216

Re: Banksia GUI released

Posted: Mon Jan 27, 2020 3:12 pm
by phhnguyen
AdminX wrote: Sun Jan 26, 2020 7:20 pm I am sure you probably have seen this documentation already, if not it might help.

https://doc.qt.io/qt-5/qnetworkaccessmanager.html
Yep, I read it almost every day :)

Re: Banksia GUI released

Posted: Tue Jan 28, 2020 2:16 am
by phhnguyen
noobpwnftw wrote: Sun Jan 26, 2020 3:44 pm If this is HTTP code 406 from the server, then you might want to add more "Accept-???" headers as per curl or wget sends in your request.
I have almost stopped querying directly via QNetworkAccessManager (still use that for non-ssl hosts only). Now for SSL hosts (such as theweekinchess.com) I use an ssl socket (QSslSocket) and query in two steps (the method looks similar to cUrl when it shows on my computer): connect to host for a handshake first, then query the content. Work like a charm :D

Re: Banksia GUI released

Posted: Tue Jan 28, 2020 2:35 am
by Paloma
You are great! :!: :!: :!:

Re: Banksia GUI released

Posted: Tue Jan 28, 2020 5:55 pm
by mikebock
Great job! This GUI is looking really awesome.

Re: Banksia GUI released

Posted: Thu Jan 30, 2020 10:17 pm
by mmt
It seems that setting the number of threads doesn't work? ? They come back to 1 after changes.

Re: Banksia GUI released

Posted: Thu Jan 30, 2020 11:00 pm
by BrendanJNorman
mmt wrote: Thu Jan 30, 2020 10:17 pm It seems that setting the number of threads doesn't work? ? They come back to 1 after changes.
Have you switched "overall settings" off or adjusted it?

Re: Banksia GUI released

Posted: Fri Jan 31, 2020 3:05 am
by mmt
BrendanJNorman wrote: Thu Jan 30, 2020 11:00 pm Have you switched "overall settings" off or adjusted it?
The "overall options" is on.

Re: Banksia GUI released

Posted: Fri Jan 31, 2020 9:58 am
by phhnguyen
Paloma wrote: Tue Jan 28, 2020 2:35 am You are great! :!: :!: :!:
mikebock wrote: Tue Jan 28, 2020 5:55 pm Great job! This GUI is looking really awesome.
Thanks all for good words :)

Hope BSG is not only good looking but really useful for us :D

Re: Banksia GUI released

Posted: Fri Jan 31, 2020 10:04 am
by phhnguyen
mmt wrote: Thu Jan 30, 2020 10:17 pm It seems that setting the number of threads doesn't work? ? They come back to 1 after changes.
If you mention about the box of thread number showing on Engine Info panel, yes, it won't remember the change. Instead, it is designed to help to set thread numbers instantly and temporarily. Whenever the number is changed, you may see BSG sends immediately an option command about threads (shown on Engine log panel) to that engine.

Re: Banksia GUI released

Posted: Fri Jan 31, 2020 10:18 am
by phhnguyen
Version 0.15 released

* Fixed bugs: almost all known bugs so far.  The most important ones are (hopefully) the root bugs of crashing/exiting problems of BSG. Look like BSG now can run tournaments much more smoothly. Other bugs: couldn’t load some online PGN files, show some wrong stats for tournaments
* Some small improvements/adjustments. Graphical lagging issues have been improved
* New features:
- Pickup openings in sequence (for tournaments when using PGN or EPD books)
- Draw adjudication by engines scores

Notes:
- Lichess bots function has been temporally turned off due to it has some unsolve problems dealing with missing/wrong received data
- BSG has been passed all my tests for durable/crashing with some sets of engines and computers. However, it is clearly too small and not diversity enough. Please help me to test more on your hardware and your sets of engines
- A neutral flag “Earth” has been added and now flags can be shown for both engines and human