Commit graph

2 commits

Author SHA1 Message Date
Michael Catanzaro
573d46538c Remove engine ready signal
All it does is queue an unneeded draw.
2020-12-25 08:22:20 -06:00
Michael Catanzaro
6ce6d59c4a Split engine support into a separate internal lib
The chess engine support currently lives in src/, which otherwise
handles only GUI functions. This is a little misplaced, because engines
are not related to the GUI. So lib/ would be a better location for it.

Except all the engine support is actually higher-level than lib/. So we
can nicely fit it in between src/ and lib/ by creating a second internal
lib, libengine.

This is only a small benefit, but it's nice to keep src/ focused on the
GUI.
2020-12-24 12:10:58 -06:00
Renamed from src/chess-engine-cecp.vala (Browse further)