Search found 28 matches

by h.g.muller
Mon Jul 05, 2021 8:57 am
Forum: Main Lobby / General Discussions
Topic: Diagram test
Replies: 5
Views: 697

Re: Diagram test

Summary The forum now has three enhancements for chess, which can be invoked by enclosing a text in 'BBcode tags' (i.e. a tag name enclosed in square brackets): fen tags - when these are put around a FEN position description, a diagram for that position will appear in your posting. The diagram gene...
by h.g.muller
Mon Jul 05, 2021 7:26 am
Forum: Main Lobby / General Discussions
Topic: Diagram test
Replies: 5
Views: 697

Re: Diagram test

And, finally, the pgn4web game viewer works too. [Event "?"] [Site "?"] [Date "2021.07.03"] [Round "?"] [White "����"] [Black "SxRandom"] [Result "0-1"] [ECO "B00"] [GameDuration "00:09:30"] [GameEndTime "...
by h.g.muller
Sun Jul 04, 2021 1:28 pm
Forum: Main Lobby / General Discussions
Topic: Diagram test
Replies: 5
Views: 697

Re: Diagram test

Interactive Diagrams now also work. I hope to get to the PGN viewer tonight. files=12 ranks=12 promoZone=2 maxPromote=1 promoChoice=QNBRWC graphicsType=png startShade=#FF80FF symmetry=mirror useMarkers=1 Pawn::fceFifmnDifmnHfmW::a3-l3 hole::::b1-k1,a2,a3,a4,a5,a6,l2,l3,l4,l5,l6 Knight:N:::d2,i2 Wiza...
by h.g.muller
Sun Jul 04, 2021 8:27 am
Forum: Main Lobby / General Discussions
Topic: Diagram test
Replies: 5
Views: 697

Re: Diagram test

Should be done now. (In the Lobby and Tournament forum sections. I don't know whether diagrams can be expected in other sections.)
by h.g.muller
Sun Jul 04, 2021 8:17 am
Forum: Main Lobby / General Discussions
Topic: Forum Upgrade
Replies: 18
Views: 1790

Re: Forum Upgrade

Well, I don't know how it worked before. The way it works now is that you have to surround the FEN with [ fen] [/fen] tags, and that there is a button to do that on a selected text. That the FENs in postings from before the upgrade were not converted to diagrams should have been solved now, in the L...
by h.g.muller
Sat Jul 03, 2021 9:54 pm
Forum: Main Lobby / General Discussions
Topic: Forum Upgrade
Replies: 18
Views: 1790

Re: Forum Upgrade

It is now possible to post position diagrams, by writing the FEN in your posting surrounded by 'fen' BBcode tags (for which there is a button in the entry form). Like



PGN and live diagrams is still being worked on.
by h.g.muller
Sat Jul 03, 2021 6:40 pm
Forum: Main Lobby / General Discussions
Topic: Diagram test
Replies: 5
Views: 697

Diagram test

This is a test to see if FEN tags work. r3k2r/p1ppqpb1/bn2pnp1/3PN3/1p2P3/2N2Q1p/PPPBBPPP/R3K2R w KQkq - [Edit] Apparently not; the problem is that the JavaScript to generate them is fetched from my own website, which is http rather than https, so the browser security blocks the access. The file wil...
by h.g.muller
Fri Sep 09, 2016 6:15 pm
Forum: Programming Discussions
Topic: Electronic chessboard sending moves to GUI
Replies: 6
Views: 8747

That should be no problem. The GUI tells to a Chess engine which side it is playing for.
by h.g.muller
Mon May 09, 2016 9:34 am
Forum: Programming Discussions
Topic: Electronic chessboard sending moves to GUI
Replies: 6
Views: 8747

Re: Electronic chessboard sending moves to GUI

I built electronic chessboard using arduino and i am having trouble with sending moves to chess GUI. Are there any toturials or someone could tell me how to do it? Chess GUIs are designed to interact with chess engines. So the usual way to handle this is to disguise the driver program for your boar...
by h.g.muller
Wed Mar 30, 2016 9:40 am
Forum: HIARCS Customer Support & Announcements
Topic: Can Explorer use Polyglot?
Replies: 1
Views: 2232

Note that Polyglot already does use a hard-coded ini file: polyglot.ini in the current directory. Only when its command line specifies another filename, or the option -noini, it would be prevented from using ./polyglot.ini . So the commonly used solution to this problem is to create a separate folde...
by h.g.muller
Sun May 10, 2015 8:47 am
Forum: Main Lobby / General Discussions
Topic: World Computer Chess Championship 2015
Replies: 83
Views: 28012

Re: World Computer Chess Championship 2015

I wonder what it would take to get Stockfish to enter? It would take a flexible interpretation of the ICGA rules, in combination with someone who contributed to the code to enter it. The problem in the case of Stockfish is that those recognized as 'principal authors' have a second agenda to destroy...
by h.g.muller
Sun Oct 19, 2014 8:38 am
Forum: Main Lobby / General Discussions
Topic: WinBoard/XBoard 4.8.0 released
Replies: 0
Views: 3494

WinBoard/XBoard 4.8.0 released

I prepared a binary installer for WinBoard 4.8.0. I haven't announced it at WB forum yet, but will update the download pages there shortly. The installer is already downloadable from http://hgm.nubati.net/WinBoard-4.8.0.exe . Main new features that would benefit Chess users are: * tablebase hits, se...
by h.g.muller
Sun Sep 14, 2014 7:38 am
Forum: HIARCS Customer Support & Announcements
Topic: Engine-install standard for Linux/Mac
Replies: 1
Views: 1631

Engine-install standard for Linux/Mac

My apologies if I am posting in the wrong forum section, (I am not a HIARCS customer), but I want to address the developers of HIARCS, and this seems the best place. I am lobbying to introduce a standard for facilitating installing engines, in particular so that it would be possible for the GUIs to ...
by h.g.muller
Tue Sep 09, 2014 9:02 pm
Forum: Programming Discussions
Topic: Using Windows UCI engines with HIARCS Mac Chess Explorer
Replies: 19
Views: 22257

Re: Using Windows UCI engines with HIARCS Mac Chess Explorer

Unfortunately that sample code there didn't compile for me, ... I admit I did not test it. This one compiles for me on Linux with gcc. (It is C, not C++). I get a warning on get_current_dir_name(), though, like I did not #include the right header to declare it. The manual says it should be in unist...
by h.g.muller
Tue Sep 09, 2014 9:31 am
Forum: Programming Discussions
Topic: Using Windows UCI engines with HIARCS Mac Chess Explorer
Replies: 19
Views: 22257

Re: Using Windows UCI engines with HIARCS Mac Chess Explorer

If you would let your wrapper read the string it feeds to system() from a file with a fixed name (say wrapper.ini) in the current directory, people could use it without comiling anything. They would only have to prepare an ini file with the wine command in it. Of course you could have the wrapper al...