Commit graph

7 commits

Author SHA1 Message Date
Rico Tzschichholz
0b383a2ddc Use uint64 for BitBoard mask arrays 2022-12-08 16:10:50 +01:00
Michael Catanzaro
cff0c343e5 Use namespace instead of class for BitBoard
This class contains only constants and static functions, so generating a
ton of GObject code here for an object that never gets instantiated is
way overkill. Use namespace instead of class to clarify this.
2016-07-27 23:38:56 -05:00
Michael Catanzaro
263de13df0 Fix valac warnings about static const 2016-07-27 22:07:44 -05:00
Sahil Sareen
c81114efae Update copyrights 2016-03-18 22:45:08 +05:30
Sahil Sareen
d78fa64289 Bump up the license version on source files 2016-02-16 02:27:59 +05:30
Michael Catanzaro
c948843e68 Don't create new fundamental types 2014-06-24 08:14:59 -05:00
Michael Catanzaro
17f0005f34 Split several files off into an internal library
This will be a static convenience library, so we don't have to recompile
all of these files for each test binary.
2014-04-08 21:50:59 -05:00
Renamed from src/chess-bitboard.vala (Browse further)