=== 2024-11-14 23:19:52 +0100 (1731622792) e98b13e4928489b8deb238c3ca93a7a606a5ad86 drummyfish "Fix small stuff" === smolchess.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) === 2024-10-30 23:32:23 +0100 (1730327543) b9ca02ae10d95e4b171868cc7c73e199ddc20011 Miloslav Ciz "Add newline" === smolchess.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) === 2024-10-30 03:22:56 +0100 (1730254976) 2ce5b16fbefcc0ae021b29a487174466425f5f41 drummyfish "Add position test" === testPositions.c (new) | 82 +++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 82 insertions(+) === 2024-10-29 23:49:53 +0100 (1730242193) e40112237727dc7353dcee23e76314a439c9ff1d Miloslav Ciz "Update readme" === README.md | 1 - 1 file changed, 1 deletion(-) === 2024-10-29 23:49:05 +0100 (1730242145) beb8f1abcb397eaa044e45b781e29d3d482bf2e8 Miloslav Ciz "Add simple move ordering" === smallchesslib.h | 140 +++++++++++++++++++++++++++++++++++--------------------- smolchess.c | 8 +++- 2 files changed, 94 insertions(+), 54 deletions(-) === 2022-10-28 14:38:47 +0200 (1666960727) aa7911f532c34b5b37a9e8f58a32ea17d2f6aa72 Miloslav Ciz "Add test" === test.c | 4 ++++ 1 file changed, 4 insertions(+) === 2022-10-23 12:55:33 +0200 (1666522533) a1ebeeb52df6f825b0e5fd0b28af586fb631fa81 Miloslav Ciz "Update clock params" === smolchess.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) === 2022-10-23 12:23:21 +0200 (1666520601) c34bc4bdcc4f9a9651b718db79d306fb614705ac Miloslav Ciz "Turn off debug" === smolchess.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) === 2022-10-23 02:14:28 +0200 (1666484068) ad148f6c4214cef60bd5e6d1908068043844746e Miloslav Číž "Fix dead pos bug plus optim search" === smallchesslib.h | 54 ++++++++++++++++++++++++++---------------------------- smolchess.c | 4 ++-- test.c | 20 ++++++++++++++++---- 3 files changed, 44 insertions(+), 34 deletions(-) === 2022-10-21 13:54:00 +0200 (1666353240) 2a87d07c74901e47cc40453cc35067aa0b47a1a8 Miloslav Ciz "Add option" === smallchesslib.h | 24 ++++++++++++++++++++++-- smolchess.c | 1 + 2 files changed, 23 insertions(+), 2 deletions(-) === 2022-10-20 17:20:55 +0200 (1666279255) b7f7dfafbcf2a63e840d5ea0c160e777b25a5972 Miloslav Ciz "Add 960 support" === README.md | 7 +- smallchesslib.h | 291 ++++++++++++++++++++++++++++++++++++++++++++++++-------- smolchess.c | 114 +++++++++++++++++++--- test.c | 2 +- 4 files changed, 354 insertions(+), 60 deletions(-) === 2022-10-16 22:05:11 +0200 (1665950711) 2ed15ffd109f0e295a69bcf19e78d760316a6ef2 Miloslav Ciz "Update TODO" === TODO.txt | 2 ++ 1 file changed, 2 insertions(+) === 2022-10-02 18:03:34 +0200 (1664726614) 9cf8fd11753032ef693473c99567bb08852a6405 Miloslav Ciz "Update tools" === tools/generatefens.sh | 5 ++--- tools/randomfen.c | 3 +++ 2 files changed, 5 insertions(+), 3 deletions(-) === 2022-10-02 17:44:44 +0200 (1664725484) 2a446ea845c7b95255261e3366e4a5129f663094 Miloslav Ciz "Add tools" === tools/generatefens.sh (new +x) | 11 ++++++++ tools/randomfen.c (new) | 50 ++++++++++++++++++++++++++++++++++++ tools/stockfisheval.sh (new +x) | 17 ++++++++++++ testEngine.sh => tools/testEngine.sh | 0 4 files changed, 78 insertions(+) === 2022-10-02 15:16:28 +0200 (1664716588) 5aa4139e832c11dadae92bdb69ea41cca9ff4af1 Miloslav Ciz "CHANGE BEHAVIOR: eval more extensions" === README.md | 4 +-- smallchesslib.h | 75 +++++++++++++++++++++++++++++++++++++++------------------ smolchess.c | 12 +++++---- 3 files changed, 61 insertions(+), 30 deletions(-) === 2022-10-01 16:09:38 +0200 (1664633378) 98f2829b682c0d03ccdf96d1245395c09504ce9e Miloslav Ciz "Update readme" === README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) === 2022-10-01 00:56:46 +0200 (1664578606) 63ebac9997d49223453e5428ca50e39eb5096db1 Miloslav Číž "Fix smolchess writeout" === smolchess.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) === 2022-10-01 00:52:49 +0200 (1664578369) 0d843d930fe460615ac791d08b28e53885a214d9 Miloslav Číž "Add CLI params" === smolchess.c | 29 ++++++++++++++++++++++++++++- 1 file changed, 28 insertions(+), 1 deletion(-) === 2022-09-10 22:13:51 +0200 (1662840831) ff4157e939c9dd0b680efb7c4321958da9f601d0 Miloslav Ciz "Remove a WTF if" === smolchess.c | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) === 2022-08-27 13:43:05 +0200 (1661600585) 40a29bfc07b4a805e7d4f831c685e19a31293a1a Miloslav Ciz "Fix tiny type" === smallchesslib.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) === 2022-03-17 19:27:07 +0100 (1647541627) 332ef1d2ce6efb34d623d807aff11db3e6284459 Miloslav Ciz "Hash also 50 move counter" === smallchesslib.h | 29 +++++++++++++++++++++++++++-- 1 file changed, 27 insertions(+), 2 deletions(-) === 2022-03-02 18:51:28 +0100 (1646243488) 52616caec3d958106874564e9e8fef3e2510a532 Miloslav Ciz "Fix castling bug" === smallchesslib.h | 28 ++++++++++++++++++++-------- 1 file changed, 20 insertions(+), 8 deletions(-) === 2022-03-01 20:34:03 +0100 (1646163243) cf2fa76d536ae2707892a30c3a453762669e2514 Miloslav Ciz "Remove unused var" === smallchesslib.h | 2 -- 1 file changed, 2 deletions(-) === 2022-03-01 16:27:01 +0100 (1646148421) 623cfa4813e1375a9bd7ec927ce4ef37a10dea60 Miloslav Ciz "Add TODOs" === TODO.txt | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) === 2022-02-28 18:04:24 +0100 (1646067864) 05613158fe5cbd6019143cfb4c10b03cbfd1ba7d Miloslav Ciz "Make AI see repetition" === README.md | 2 +- smallchesslib.h | 108 ++++++++++++++++++++++++++++++++++++++++---------------- smolchess.c | 6 +++- test.c | 17 ++++++--- testSpeed.c | 2 +- 5 files changed, 98 insertions(+), 37 deletions(-) === 2022-02-28 16:54:34 +0100 (1646063674) 98193e106e17d85d01d17bd230e3efa7c4da0313 Miloslav Ciz "Test game" === test.c | 26 ++++++++++++++++++++++++++ 1 file changed, 26 insertions(+) === 2022-02-28 16:17:12 +0100 (1646061432) 52e2e66b158173cb3c4da2723b6f701c50825b28 Miloslav Ciz "Add speed test" === test.c | 3 ++- testSpeed.c (new) | 35 +++++++++++++++++++++++++++++++++++ 2 files changed, 37 insertions(+), 1 deletion(-) === 2022-02-28 15:19:14 +0100 (1646057954) 587a8df12d303e8c9737102639609562f06ac762 Miloslav Ciz "Remove one line" === test.c | 1 - 1 file changed, 1 deletion(-) === 2022-02-28 15:18:12 +0100 (1646057892) fe098ad6e1cf724f0b341ba6da547ad21c4775cf Miloslav Ciz "Update readme" === README.md | 1 + smallchesslib.h | 5 ++++- test.c | 1 + 3 files changed, 6 insertions(+), 1 deletion(-) === 2022-02-28 13:43:26 +0100 (1646052206) 9687bd4fb240c683698a3c0ff30a5e0d3f5dd180 Miloslav Ciz "Update readme" === README.md | 1 + 1 file changed, 1 insertion(+) === 2022-02-27 15:53:52 +0100 (1645973632) dab459511cb01f4654ed08183963b22edd4ad76d Miloslav Ciz "Add testing script" === testEngine.sh (new +x) | 13 +++++++++++++ 1 file changed, 13 insertions(+) === 2022-02-26 16:53:20 +0100 (1645890800) 084b36155d3dde07531b065e0ce463d0169cbb25 Miloslav Ciz "Update readme" === README.md | 1 + 1 file changed, 1 insertion(+) === 2022-02-26 16:14:59 +0100 (1645888499) 32fd7fdb4b180e38175fd837c51a2300ddc37c26 Miloslav Ciz "Update readme" === README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) === 2022-02-26 00:45:17 +0100 (1645832717) f9d461efff2e3070c7c441b9edac98fec9dbe795 Miloslav Ciz "Fix castling bug" === test.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) === 2022-02-26 00:40:19 +0100 (1645832419) 15c2c9898f7d549e04e6717f27795738d792ee01 Miloslav Ciz "Fix castling bug" === smallchesslib.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) === 2022-02-25 22:11:01 +0100 (1645823461) f751f6a69c8730598c860026fa958c962d564608 Miloslav Ciz "Update README" === README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) === 2022-02-25 21:23:08 +0100 (1645820588) 8b351b4d3a5e49e15bd7131bb50575a86f6ea954 Miloslav Ciz "Add arduino option" === smallchesslib.h | 12 ++++++++++++ 1 file changed, 12 insertions(+) === 2022-02-24 13:17:27 +0100 (1645705047) 3b64a1c0dfc68e953e348cf773ebc130f6123078 Miloslav Ciz "Estimate opening" === README.md | 2 ++ smallchesslib.h | 18 +++++++++++++++--- smolchess.c | 9 +++++++++ 3 files changed, 26 insertions(+), 3 deletions(-) === 2022-02-23 23:38:06 +0100 (1645655886) 808ec79e4e79e0308d519cbb14dfa521c9b4d5c3 Miloslav Ciz "Fix formatting" === smallchesslib.h | 21 +++++++++++---------- 1 file changed, 11 insertions(+), 10 deletions(-) === 2022-02-23 23:27:24 +0100 (1645655244) d7af614347cbdc2bf95683bdfc5a7f204fc009f6 Miloslav Ciz "Update readme" === README.md | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) === 2022-02-23 23:26:20 +0100 (1645655180) eb67f576ba9b1a8f52aa61320bdf053b5264df64 Miloslav Ciz "Update readme" === README.md | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) === 2022-02-23 23:19:55 +0100 (1645654795) 7c97f02f84c2fa8667ec5d31cc861d18a539a2bf Miloslav Ciz "Add small things" === smallchesslib.h | 12 ++++++++++++ smolchess.c | 3 ++- 2 files changed, 14 insertions(+), 1 deletion(-) === 2022-02-23 21:49:52 +0100 (1645649392) 489649b41ad1c557967843cc9904e39b69f759da Miloslav Ciz "Clean" === smallchesslib.h | 35 ++++++++++------------------------- 1 file changed, 10 insertions(+), 25 deletions(-) === 2022-02-23 21:20:05 +0100 (1645647605) 2d3b3498fb40193da86199fb2460b3329b8d7c1f Miloslav Ciz "Optimize" === smallchesslib.h | 52 ++++++++++++++++++++++++++++++++-------------------- 1 file changed, 32 insertions(+), 20 deletions(-) === 2022-02-23 20:53:09 +0100 (1645645989) 4bfd7a94e034aa675c585728ee68e7f3958eee84 Miloslav Ciz "Optimize a little" === smallchesslib.h | 23 +++++++++++++++-------- smolchess.c | 2 -- 2 files changed, 15 insertions(+), 10 deletions(-) === 2022-02-23 16:11:15 +0100 (1645629075) c303647c86f99d1c4ee313d1d9e17952275f259e Miloslav Ciz "Update readme" === README.md | 17 ++++++++++++++++- 1 file changed, 16 insertions(+), 1 deletion(-) === 2022-02-23 16:07:57 +0100 (1645628877) e71f04fe7ab286edf44a1c8b4a0257697330bcc6 Miloslav Ciz "Fix PGN bug" === smallchesslib.h | 19 ++++++++++++------- smolchess.c | 15 +++++++++++---- 2 files changed, 23 insertions(+), 11 deletions(-) === 2022-02-23 15:30:17 +0100 (1645626617) 3b3fea188972f134cfb8ee26230da88b79287f2d Miloslav Ciz "Add smolchess" === smolchess.c (new) | 615 ++++++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 615 insertions(+) === 2022-02-23 15:29:27 +0100 (1645626567) 19730a1dc8dcb90ec518b7c6730da210a4c1c92c Miloslav Ciz "Fix bug" === smallchess.c (gone) | 502 ---------------------------------------------------- 1 file changed, 502 deletions(-) === 2022-02-23 15:17:19 +0100 (1645625839) f315d44bb7cb5983de2d47306d37766ba647314b Miloslav Ciz "Update readme" === README.md | 2 ++ 1 file changed, 2 insertions(+) === 2022-02-23 15:04:21 +0100 (1645625061) 431becbf099ad9d83c4f584cd9f8b538695da780 Miloslav Ciz "Update readme" === README.md | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) === 2022-02-23 14:25:21 +0100 (1645622721) b0f381077f771fd045c1ad06f3799255273c4180 Miloslav Ciz "Update smolchess" === README.md | 4 ++-- smallchesslib.h | 3 +++ 2 files changed, 5 insertions(+), 2 deletions(-) === 2022-02-22 17:29:37 +0100 (1645547377) 2e51721d32638699948ff53b050722f3379f32c8 Miloslav Ciz "Remove stuff" === smallchesslib.h | 27 ++------------------------- 1 file changed, 2 insertions(+), 25 deletions(-) === 2022-02-22 17:23:50 +0100 (1645547030) 61d1ca7d56f4f4e76d66bb46e152bf5828836774 Miloslav Ciz "Check FEN validity" === smallchesslib.h | 46 +++++++++++++++++++++++----------------------- test.c | 5 ++++- 2 files changed, 27 insertions(+), 24 deletions(-) === 2022-02-22 15:11:28 +0100 (1645539088) 0267790098bc4bb41286ca753df5cd946b902f05 Miloslav Ciz "Fix warnings" === smallchesslib.h | 8 ++------ test.c | 14 +++++++++++++- 2 files changed, 15 insertions(+), 7 deletions(-) === 2022-02-21 21:11:17 +0100 (1645474277) 8cc0516b6d2706ec5082e61ba0df3a59b0fe0366 Miloslav Ciz "Set game states" === README.md | 2 +- smallchesslib.h | 73 +++++++++++++++++++++++++++++++++++++++++++++------------ 2 files changed, 59 insertions(+), 16 deletions(-) === 2022-02-20 21:05:35 +0100 (1645387535) 3e158bc78ad764f93bf399ca7c08443e8369f344 Miloslav Ciz "Implement game" === smallchesslib.h | 89 ++++++++++++++++++++++++++++++++++++++++++++++++++++++--- 1 file changed, 85 insertions(+), 4 deletions(-) === 2022-02-20 15:16:25 +0100 (1645366585) 775c7cc0b0cd6857b3d4c9172da2ed83da0a718a Miloslav Ciz "Create game struct" === README.md | 1 + smallchesslib.h | 56 +++++++++++++++++++++++++++++++++++++++++++++++++++++--- 2 files changed, 54 insertions(+), 3 deletions(-) === 2022-02-20 12:50:30 +0100 (1645357830) 2129195500b2ad634fbfa5d1afa3bc75686a32d3 Miloslav Ciz "Remove warnings" === smallchesslib.h | 15 +++++++++------ 1 file changed, 9 insertions(+), 6 deletions(-) === 2022-02-20 11:46:28 +0100 (1645353988) 6b6fbaffae0547a9806cc2d97c9b8945ff3af271 Miloslav Ciz "Fix warnings" === smallchesslib.h | 9 ++------- test.c | 2 +- 2 files changed, 3 insertions(+), 8 deletions(-) === 2022-02-20 11:02:21 +0100 (1645351341) 9067defffa1b392d37e94b7aa555bb84212e1de2 Miloslav Ciz "Optimize for arduino" === smallchesslib.h | 77 +++++++++++++++++++++++++++++++++++++++++++++++---------- 1 file changed, 64 insertions(+), 13 deletions(-) === 2022-02-19 22:59:32 +0100 (1645307972) 62abbf94b2f7228e3669e54e7363c25129d2ad58 Miloslav Ciz "Add from PGN" === README.md | 1 + smallchesslib.h | 188 +++++++++++++++++++++++++++++++++++++++++++++++++++++++- test.c | 18 +++++- 3 files changed, 202 insertions(+), 5 deletions(-) === 2022-02-19 20:16:17 +0100 (1645298177) 2fbd5ddebfcaa880c52571163ae263623cc499c7 Miloslav Ciz "Add PGN print" === README.md | 18 ++++---- smallchessgame.h (gone) | 1 - smallchesslib.h | 113 +++++++++++++++++++++++++++++++++++++++++++++++- test.c | 85 ++++++++++++++++++++++++++++++++++++ 4 files changed, 205 insertions(+), 12 deletions(-) === 2022-02-19 16:46:31 +0100 (1645285591) f2181ea41fa61c2ecbe09e6ee3515d8ad75e3b55 Miloslav Ciz "Add move counter" === README.md | 16 +++++++- smallchesslib.h | 122 +++++++++++++++++++++++++++++++++----------------------- test.c | 20 +++++----- 3 files changed, 96 insertions(+), 62 deletions(-) === 2022-02-18 21:20:16 +0100 (1645215616) 9e838f2bf7696d2e9078328a76958fb405fd2f5f Miloslav Ciz "Add fens" === smallchesslib.h | 22 ++++++++++++++++++++-- test.c | 4 ++-- 2 files changed, 22 insertions(+), 4 deletions(-) === 2022-02-18 20:49:55 +0100 (1645213795) 07adb8c51024711550878ae5d454156ab2ebef06 Miloslav Ciz "Add horde" === README.md | 2 ++ smallchesslib.h | 105 ++++++++++++++++++++++++++++++++++++++++++++++++++++---- test.c | 6 ++++ 3 files changed, 107 insertions(+), 6 deletions(-) === 2022-02-18 17:10:15 +0100 (1645200615) 2aed9689666ed06cd203afe3931a3933600c3d2c Miloslav Ciz "Adjust exchange bonus" === README.md | 4 +++- smallchesslib.h | 47 ++++++++++++++++++++++++++++++++++++++++------- 2 files changed, 43 insertions(+), 8 deletions(-) === 2022-02-17 18:39:26 +0100 (1645119566) 8ebc952d17a7fec4a9f4b56de8c968ffe708cd1a Miloslav Ciz "Adjust some things" === README.md | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) === 2022-02-16 21:29:15 +0100 (1645043355) a85f0c6547b2db40504a0d08a30fea7c023e087c Miloslav Ciz "Update readme" === README.md | 43 ++++++++++++++++++++++++++----------------- smallchesslib.h | 6 +++--- 2 files changed, 29 insertions(+), 20 deletions(-) === 2022-02-15 20:22:40 +0100 (1644952960) 65153c7985a74d587f70c972b43c1b3d22febc1d Miloslav Ciz "Modify readme" === README.md | 52 ++++++++++++++++++++++++++++++++-------------------- TODO.txt | 9 +-------- smallchess.c | 41 +++++++++++++++++++++++++++++++++++++++-- 3 files changed, 72 insertions(+), 30 deletions(-) === 2022-02-15 18:16:57 +0100 (1644945417) 7afd9b679983ff6b0f7e52641b1307120b4bd67f Miloslav Ciz "Adjust static params" === smallchesslib.h | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) === 2022-02-15 18:06:31 +0100 (1644944791) afdf2a1b1af501bbe09e20b30aab57c7bf5c6763 Miloslav Ciz "Add done=1" === smallchess.c | 3 ++- smallchesslib.h | 64 ++++++++++++++++++++++++++++----------------------------- 2 files changed, 33 insertions(+), 34 deletions(-) === 2022-02-14 20:56:58 +0100 (1644868618) 0b040dafc9a700910d1f85b081b77571f1ff5df4 Miloslav Ciz "Add comment" === smallchesslib.h | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) === 2022-02-14 20:12:07 +0100 (1644865927) f71e9efda49a83b082e189742271af87e96452aa Miloslav Ciz "Add check ext" === smallchesslib.h | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) === 2022-02-14 18:38:43 +0100 (1644860323) c4e9f65407399fb66cf9f97928c3c617cd398bf6 Miloslav Ciz "Fix capture ext" === smallchess.c | 6 ++++-- smallchesslib.h | 40 +++++++++++++++++++++++++++------------- 2 files changed, 31 insertions(+), 15 deletions(-) === 2022-02-14 16:05:17 +0100 (1644851117) 87b50fe70bff760d469a8bf5b32f42dc88dc11c3 Miloslav Ciz "Update tests" === smallchess.c | 2 +- test.c | 129 +++++++++++++++++++++++++++++++---------------------------- 2 files changed, 69 insertions(+), 62 deletions(-) === 2022-02-13 21:03:48 +0100 (1644782628) c6b47022e453ea1a6ba7b30268d8a2e70d6f08d4 Miloslav Ciz "Add endgame analysis" === smallchesslib.h | 62 +++++++++++++++++++++++++++++++++++++++------------------ test.c | 13 +++++++++--- 2 files changed, 53 insertions(+), 22 deletions(-) === 2022-02-13 20:41:02 +0100 (1644781262) 41213e90b0e20852487fb5e3e7cd92fdde7bb96a Miloslav Ciz "Fix mating bug" === smallchess.c | 2 +- smallchesslib.h | 198 +++++++++++++++++++++++++++++++++++--------------------- test.c | 13 ++-- 3 files changed, 131 insertions(+), 82 deletions(-) === 2022-02-13 16:59:06 +0100 (1644767946) 91b4b1aa42d4bd967089a1166ecb1dffacaa6193 Miloslav Ciz "Adjust comment" === smallchesslib.h | 30 ++++++++++++++++-------------- 1 file changed, 16 insertions(+), 14 deletions(-) === 2022-02-13 16:56:11 +0100 (1644767771) 04f073b40683e3a8d4a63fef73db526aa6aa15a5 Miloslav Ciz "Fine tune static params" === smallchesslib.h | 38 ++++++++++++++++++++++++-------------- test.c | 29 +++++++++++++++-------------- 2 files changed, 39 insertions(+), 28 deletions(-) === 2022-02-13 14:22:07 +0100 (1644758527) 808496e00985ded3ebbf8bbd0142588dff9be9e3 Miloslav Ciz "Add constants" === smallchesslib.h | 54 ++++++++++++++++++++++++------------ test.c | 86 +++++---------------------------------------------------- 2 files changed, 43 insertions(+), 97 deletions(-) === 2022-02-13 00:51:53 +0100 (1644709913) 9273877db71bbe2bf4d0879d3ace67548b1c76b5 Miloslav Ciz "Fix bug" === smallchess.c | 2 +- smallchesslib.h | 33 +++++++++++++++++---------------- test.c | 6 ++++-- 3 files changed, 22 insertions(+), 19 deletions(-) === 2022-02-12 23:10:32 +0100 (1644703832) b9481a928606b01d64f22af708ba90e37fcaacb0 Miloslav Ciz "Fix bug" === smallchess.c | 2 +- smallchesslib.h | 42 +++++++++++++++++++++++++----------------- test.c | 7 ++++++- 3 files changed, 32 insertions(+), 19 deletions(-) === 2022-02-12 22:18:40 +0100 (1644700720) 8bddf96a82ab223994cd6d8c70e851000ed6f094 Miloslav Ciz "Improve AI" === smallchesslib.h | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) === 2022-02-12 22:18:22 +0100 (1644700702) 9c30728614c464f04516240965d697d3e2703600 Miloslav Ciz "Improve AI" === smallchesslib.h | 38 ++++++++++++++++++++++++-------------- test.c | 24 +++++++++++++++--------- 2 files changed, 39 insertions(+), 23 deletions(-) === 2022-02-12 21:15:20 +0100 (1644696920) 30465f4bc03e1d5706dbbbcca58f084cf6fd24d1 Miloslav Ciz "Improve static eval" === smallchess.c | 2 +- smallchesslib.h | 97 ++++++++++++++++++++++++++++++++++++++++++++++++++++++--- test.c | 23 ++++++++++++-- 3 files changed, 113 insertions(+), 9 deletions(-) === 2022-02-12 18:41:52 +0100 (1644687712) 581fc7c543df135bb4290085652efdab5dd1c952 Miloslav Ciz "Add randomness" === smallchess.c | 2 +- smallchesslib.h | 45 ++++++++++++++++++++++++++++++++++++++------- 2 files changed, 39 insertions(+), 8 deletions(-) === 2022-02-12 17:56:01 +0100 (1644684961) 2a8092ed7e362cb3953c4f2e005d7837dbfdf018 Miloslav Ciz "Fix bug" === smallchesslib.h | 28 +++++++--------------------- test.c | 26 +++++++++++++++++--------- 2 files changed, 24 insertions(+), 30 deletions(-) === 2022-02-12 15:07:23 +0100 (1644674843) 925f41d4af7521082d9fe23d500cf81c1fe6e105 Miloslav Ciz "Optimize function" === smallchesslib.h | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) === 2022-02-12 14:44:25 +0100 (1644673465) 8dde5899b635969b14e9f3bdc6d43a4b9194762c Miloslav Ciz "Fix bug" === smallchess.c | 2 +- smallchesslib.h | 6 +++++- test.c | 31 +++++++++++++++++++------------ 3 files changed, 25 insertions(+), 14 deletions(-) === 2022-02-12 01:04:18 +0100 (1644624258) 521b6dc354a6086b70039be8a3abf29f8b42f0b5 Miloslav Ciz "Fix bug" === smallchesslib.h | 4 +++- test.c | 5 ++--- 2 files changed, 5 insertions(+), 4 deletions(-) === 2022-02-12 00:58:06 +0100 (1644623886) 796bb01765b7176be82388dcce0b5f4ed0cca20b Miloslav Ciz "Add hash" === smallchess.c | 2 +- smallchesslib.h | 44 ++++++++++++++++++++++++++++++++++++++++---- test.c | 36 ++++++++++++++++++++++++++---------- 3 files changed, 67 insertions(+), 15 deletions(-) === 2022-02-11 20:47:02 +0100 (1644608822) 41311cddefd32dde4cab116d849cf96d5c7497cd Miloslav Ciz "Continue AI" === smallchess.c | 8 +------- smallchesslib.h | 6 +++--- test.c | 31 ++++++++++--------------------- 3 files changed, 14 insertions(+), 31 deletions(-) === 2022-02-11 17:40:03 +0100 (1644597603) 6263b5db1cf2e4b387bd548c762cec922b5d4494 Miloslav Ciz "Add dynamic evaluation" === smallchess.c | 10 ++- smallchesslib.h | 256 ++++++++++++++++++++------------------------------------ test.c | 24 +++--- 3 files changed, 109 insertions(+), 181 deletions(-) === 2022-02-11 11:52:43 +0100 (1644576763) b582935ab6a6d125f8c06e3e66506001d7b7c7d4 Miloslav Ciz "Add todo" === smallchesslib.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) === 2022-02-11 11:39:37 +0100 (1644575977) e80d762d7a2ba70a39514f2b53617f5dc327df3a Miloslav Ciz "Fix undo bug" === smallchess.c | 13 +++++++------ smallchesslib.h | 30 +++++++++++++++++++++++++++--- test.c | 33 ++++++++++++++++++++++++--------- 3 files changed, 58 insertions(+), 18 deletions(-) === 2022-02-10 21:54:58 +0100 (1644526498) 40e9d83222560cfa4738a04f48da68fe7432cc5e Miloslav Ciz "Remove const" === smallchess.c | 3 +-- smallchesslib.h | 74 ++++++++++++++++++++++++++++----------------------------- test.c | 23 +++++++++++++----- 3 files changed, 55 insertions(+), 45 deletions(-) === 2022-02-10 21:03:13 +0100 (1644523393) c8b52ebccbae4f68c66681210eea5f5ef43fab0e Miloslav Ciz "Fix undos" === smallchess.c | 11 ++- smallchesslib.h | 236 ++++++++++++++++++++++---------------------------------- test.c | 97 +++++++++++++++++++++-- 3 files changed, 192 insertions(+), 152 deletions(-) === 2022-02-10 17:22:38 +0100 (1644510158) a6dd9f883088ef0a6415170ba79772c672035cf0 Miloslav Ciz "Change material" === smallchesslib.h | 38 ++++++++++++++++++-------------------- 1 file changed, 18 insertions(+), 20 deletions(-) === 2022-02-07 20:38:13 +0100 (1644262693) 2e68d7802a1f00d7b60956ca3f2872f42e5c6e00 Miloslav Ciz "Update test" === smallchesslib.h | 20 ++++++++++---------- test.c | 42 +++++++++++++++++++++++++++--------------- 2 files changed, 37 insertions(+), 25 deletions(-) === 2022-02-07 15:32:09 +0100 (1644244329) 42366b6d8f713b2ad92c35b2ca8dca7df3e7ac74 Miloslav Ciz "Use more undos" === smallchesslib.h | 17 ++++++++--------- 1 file changed, 8 insertions(+), 9 deletions(-) === 2022-02-07 15:28:27 +0100 (1644244107) 04729f6e3ba101b2defa5b34b1cb94b6d1e46c7d Miloslav Ciz "Make AI use undos" === smallchess.c | 1 - smallchesslib.h | 35 ++++++++++++++++++----------------- 2 files changed, 18 insertions(+), 18 deletions(-) === 2022-02-07 15:05:52 +0100 (1644242752) 5fecc72b91c5f966465e7c60d9d37a7d31757fad Miloslav Ciz "Continue undo" === smallchess.c | 29 +++++++++++++++++++++-------- smallchesslib.h | 5 ++--- 2 files changed, 23 insertions(+), 11 deletions(-) === 2022-02-06 18:54:58 +0100 (1644170098) 5556b6dde67ae4bd5694b82fdf7beedae57e3218 Miloslav Ciz "Add undo" === smallchess.c | 60 ++++++++++++++++++++++++++---------------- smallchesslib.h | 81 ++++++++++++++++++++++++++++++++++++--------------------- 2 files changed, 89 insertions(+), 52 deletions(-) === 2021-03-24 17:35:31 +0100 (1616603731) 08383cf84328f4a4c7287de790c11f805a2d166e Miloslav Číž "Update TODO" === TODO.txt | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) === 2021-03-06 19:17:56 +0100 (1615054676) e65f17d5b81d36a44759ccbbdbe1972733b918af Miloslav Číž "Update test" === smallchesslib.h | 66 ++++++++++++++++++++++---- test.c | 140 ++++++++++++++++++++++++++++---------------------------- 2 files changed, 125 insertions(+), 81 deletions(-) === 2021-02-27 20:01:18 +0100 (1614452478) dad0cb48127b5fa34f78d9176b4c717f4f85efea Miloslav Číž "Update todo" === TODO.txt | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) === 2021-02-24 11:06:50 +0100 (1614161210) 15340c8a87511296671821007638720667dc512c Miloslav Číž "Add todo" === TODO.txt (new) | 4 ++++ 1 file changed, 4 insertions(+) === 2021-02-23 20:07:44 +0100 (1614107264) 8fea50bf703fcb7d4ec9a6c6aabb0fd01ba4e563 Miloslav Číž "Update" === smallchesslib.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) === 2021-02-23 20:05:24 +0100 (1614107124) 3e8d73a46bfef738d4d39a9238f1606e6ec649c8 Miloslav Číž "Simplify" === smallchesslib.h | 12 +++++++----- 1 file changed, 7 insertions(+), 5 deletions(-) === 2021-02-23 18:20:40 +0100 (1614100840) 82fd58533591fd545de890325d10b5b3d0bf9f3e Miloslav Číž "Improve evaluation" === smallchesslib.h | 59 ++++++++++++++++++++++++++++++++++++++------------------- 1 file changed, 40 insertions(+), 19 deletions(-) === 2021-02-23 15:34:19 +0100 (1614090859) 4a3c0b005c5db39361ce25cb6fa6fec44ff08213 Miloslav Číž "Add analysis" === smallchess.c | 24 ++++++++++++++++-------- 1 file changed, 16 insertions(+), 8 deletions(-) === 2021-02-21 11:13:25 +0100 (1613902405) 00cf4b88a48322d16044c1d78793f6cfbd0cec82 Miloslav Číž "Continue drawing" === smallchess.c | 1 + smallchesslib.h | 12 ++++++++++-- 2 files changed, 11 insertions(+), 2 deletions(-) === 2021-02-20 23:57:08 +0100 (1613861828) 55bbb4061e43830d637556480f603d28d21d0582 Miloslav Číž "Finish drawing" === smallchess.c | 6 ++++-- smallchesslib.h | 9 +++++---- 2 files changed, 9 insertions(+), 6 deletions(-) === 2021-02-20 19:16:11 +0100 (1613844971) 272f35a198a5dd7f8a1a465904799ec3f5d5ee43 Miloslav Číž "Start drawing" === convertPieces.c | 2 +- smallchess.c | 33 +++++++++++++++++ smallchesslib.h | 109 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++ 3 files changed, 143 insertions(+), 1 deletion(-) === 2021-02-19 20:26:12 +0100 (1613762772) b488bfcf9b3c0e9b2997b12b691655cd7ed06fc9 Miloslav Číž "Update readme" === README.md | 3 +++ 1 file changed, 3 insertions(+) === 2021-02-19 20:23:03 +0100 (1613762583) bffcb93bc938eb0c9ac14f4613d45bcb2de08783 Miloslav Číž "Add readme" === README.md (new) | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) === 2021-02-19 20:08:52 +0100 (1613761732) 9f5c220f65d03d0fe1c42fc640bc4687e4395fbc Miloslav Číž "Add script" === convertPieces.c (new) | 38 ++++++++++++++++++++++++++++++++++++++ 1 file changed, 38 insertions(+) === 2021-02-19 20:08:31 +0100 (1613761711) 765027842aff124d5a3d9894a4e74873f5f575c8 Miloslav Číž "Add ppm pieces" === pieces.png (gone) | Bin 768 -> 0 bytes pieces.ppm (new) | Bin 0 -> 2362 bytes 2 files changed, 0 insertions(+), 0 deletions(-) === 2021-02-19 19:00:04 +0100 (1613757604) ee6bd7bf047ee7b574c546485a9ceaf091501d1a Miloslav Číž "Add png pieces" === pieces.png (new) | Bin 0 -> 768 bytes 1 file changed, 0 insertions(+), 0 deletions(-) === 2021-02-17 19:00:59 +0100 (1613584859) 814e272630529e212f6271c1699f344d0f17fd4e Miloslav Číž "Improve smallchess" === smallchess.c | 99 +++++++++++++++++++++++++++++++++++++-------------------- smallchesslib.h | 60 +++++++--------------------------- 2 files changed, 76 insertions(+), 83 deletions(-) === 2021-02-17 18:24:06 +0100 (1613582646) a8154c2b9808ba9782c6555d0c6a3daa70c3f079 Miloslav Číž "Refactor" === smallchesslib.h | 75 +++++++++++++++++++++++++++------------------------------ 1 file changed, 35 insertions(+), 40 deletions(-) === 2021-02-17 16:27:23 +0100 (1613575643) c95fa23f03066024674283e04c66667cf2cb1ebf Miloslav Číž "Improve AI" === smallchesslib.h | 52 +++++++++++++++++++++++++++++++++++++++++++++------- 1 file changed, 45 insertions(+), 7 deletions(-) === 2021-02-17 15:32:38 +0100 (1613572358) f1cd2adacf52791542a717b43f572a80794bebff Miloslav Číž "Fix evaluation" === smallchesslib.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) === 2021-02-17 15:18:33 +0100 (1613571513) 9a888bf30b7741c3e506a26504a223dbb28006de Miloslav Číž "Fix evaluation" === smallchesslib.h | 60 +++++++++++++++++++++++++++++++++++++++++++++++++++++++-- 1 file changed, 58 insertions(+), 2 deletions(-) === 2021-02-16 17:55:24 +0100 (1613494524) 5df137cd8333d5d29b552eee42e223637df9f6ae Miloslav Číž "Fix colors" === smallchesslib.h | 34 +++++++++++++++++----------------- 1 file changed, 17 insertions(+), 17 deletions(-) === 2021-02-16 17:38:38 +0100 (1613493518) 8411a895626e1d6f91c9e5c8ef6da840ae009d4d Miloslav Číž "Handle stalemate" === smallchess.c | 9 ++++++--- smallchesslib.h | 13 +++++++++++-- 2 files changed, 17 insertions(+), 5 deletions(-) === 2021-02-15 20:18:19 +0100 (1613416699) 26918fe548a0e2d56e0ba0d3da488317193b0fbe Miloslav Číž "Fix promotion bug again" === smallchess.c | 29 +++++++++++++++++++++++++++-- smallchesslib.h | 13 ++++++------- 2 files changed, 33 insertions(+), 9 deletions(-) === 2021-02-15 19:31:48 +0100 (1613413908) c744984a71fc0a9a61c67257a95c6f1b02a50468 Miloslav Číž "Fix promotion bug" === smallchess.c | 40 +++++++++++++++++++++++++++++++++------- 1 file changed, 33 insertions(+), 7 deletions(-) === 2021-02-15 16:46:03 +0100 (1613403963) b443e1cc60020dcea6dfc827ff8bbbd3899fff7a Miloslav Číž "Add FEN support" === smallchess.c | 10 ++++++++++ smallchesslib.h | 13 ++++++++++++- 2 files changed, 22 insertions(+), 1 deletion(-) === 2021-02-14 15:51:11 +0100 (1613314271) d1b68e284942d17995d033ad69d47fb243527a84 Miloslav Číž "Add FEN functions" === smallchesslib.h | 115 +++++++++++++++++++++++++++++++++++++++++++++++++++----- 1 file changed, 106 insertions(+), 9 deletions(-) === 2021-02-12 21:00:18 +0100 (1613160018) 976c2948c55dbdac162e5510ca9123a33aed862d Miloslav Číž "Refactor" === smallchess.c | 29 ++++++++++++++--------------- smallchesslib.h | 43 ++++++++++++++++++++++++------------------- 2 files changed, 38 insertions(+), 34 deletions(-) === 2021-02-12 20:34:46 +0100 (1613158486) c245f313f1b882da67ea3ecf409d2d7835c928c8 Miloslav Číž "Refactor" === smallchess.c | 2 +- smallchesslib.h | 83 +++++++++++++++++++++++++++------------------------------ 2 files changed, 40 insertions(+), 45 deletions(-) === 2021-02-11 19:17:32 +0100 (1613067452) 1417dc249dfd51b54ebb0a363e566d9c800d3c3a Miloslav Číž "Add FEN" === smallchesslib.h | 110 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 110 insertions(+) === 2021-02-11 17:10:11 +0100 (1613059811) 2d212277bf209abf44b22f538c938a97dfee5de4 Miloslav Číž "Switch case for pieces" === smallchess.c | 4 ++-- smallchesslib.h | 65 ++++++++++++++++++++++++++++----------------------------- 2 files changed, 34 insertions(+), 35 deletions(-) === 2021-02-09 19:25:51 +0100 (1612895151) 7edad7b6195f2aae3239fb701524582d9462cc5e Miloslav Číž "Continue xboard" === smallchess.c | 11 +++++++---- smallchesslib.h | 2 +- 2 files changed, 8 insertions(+), 5 deletions(-) === 2021-02-08 18:19:05 +0100 (1612804745) 06643500d0ad97c4e957ae584d9955a66ebe83f3 Miloslav Číž "Continue xboard" === smallchess.c | 11 +++++++++-- 1 file changed, 9 insertions(+), 2 deletions(-) === 2021-02-08 16:10:32 +0100 (1612797032) e8b221d4ecca655a34972d883802ecc1dd65e5b0 Miloslav Číž "Continue smallchess" === smallchess.c | 50 ++++++++++++++++++++++++++++---------------------- smallchesslib.h | 2 +- 2 files changed, 29 insertions(+), 23 deletions(-) === 2021-02-08 15:47:44 +0100 (1612795664) 416d7b33898997f82d5781637158b6d464796e66 Miloslav Číž "Continue xboard" === smallchess.c | 19 +++++++++++++++++-- 1 file changed, 17 insertions(+), 2 deletions(-) === 2021-02-08 15:27:09 +0100 (1612794429) 9d8c737a2f2b1d168ae3a6bff75a354a7cb9a880 Miloslav Číž "Add random seed" === smallchess.c | 68 +++++++++++++++++++++++++++++++++++++++++------------------- 1 file changed, 47 insertions(+), 21 deletions(-) === 2021-02-08 14:36:58 +0100 (1612791418) 04c91022d36d97633f0e82b408e95e3562f3f316 Miloslav Číž "Continue xboard" === smallchess.c | 49 ++++++++++++++++++++++++++++++++++++++++++++++--- 1 file changed, 46 insertions(+), 3 deletions(-) === 2021-02-07 18:09:20 +0100 (1612717760) 437c52f001f601382a55774b7c450b8f852963bf Miloslav Číž "Continue xboard" === smallchess.c | 184 +++++++++++++++++++++++++++++++++++++++----------------- smallchesslib.h | 27 +++++++++ 2 files changed, 155 insertions(+), 56 deletions(-) === 2021-01-28 16:58:24 +0100 (1611849504) 80c525c1ee2d8cee9020784ee4dd936a30cac5ff Miloslav Číž "Read moves" === smallchess.c | 28 +++++++++++++++--- smallchesslib.h | 88 ++++++++++++++++++++++++++++++++++++++++++++++++--------- test.c | 43 ++++++++++++++++++++-------- 3 files changed, 129 insertions(+), 30 deletions(-) === 2021-01-27 18:32:27 +0100 (1611768747) cc92697ac9fc25324f1863ffe19f2dedd7e9774a Miloslav Číž "Update smallchess" === smallchess.c | 23 ++--------------------- smallchesslib.h | 3 +-- 2 files changed, 3 insertions(+), 23 deletions(-) === 2021-01-27 18:14:04 +0100 (1611767644) 2caa8d3eb4f7232526d46ed952a2878b77855636 Miloslav Číž "Simplify" === smallchesslib.h | 22 ++++++++++------------ 1 file changed, 10 insertions(+), 12 deletions(-) === 2021-01-27 16:26:39 +0100 (1611761199) 24cd2b4a60475c3c03b1fbfd7ebe4056c86e2011 Miloslav Číž "Add move randomization" === smallchesslib.h | 33 +++++++++++++++++++++++++++++---- 1 file changed, 29 insertions(+), 4 deletions(-) === 2021-01-27 14:41:47 +0100 (1611754907) ac0e8b87168c5af8c2c2b5d1427ac53df484c868 Miloslav Číž "Add another rand function" === smallchess.c | 32 +++++++++++++------------- smallchesslib.h | 70 +++++++++++++++++++++++++++++++++++++++++++++------------ 2 files changed, 71 insertions(+), 31 deletions(-) === 2021-01-26 16:03:32 +0100 (1611673412) 68267518f3bd02cfd6f3a62cfc11ac7bb883d475 Miloslav Číž "Optimize a bit" === smallchesslib.h | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) === 2021-01-26 15:56:02 +0100 (1611672962) 4c731009acfd9828d91654b762bc25acba920dec Miloslav Číž "Optimize a bit" === smallchesslib.h | 46 +++++++++++++++++++++++----------------------- 1 file changed, 23 insertions(+), 23 deletions(-) === 2021-01-26 15:06:20 +0100 (1611669980) 3c8071177c2e85b961f1d1f5cce1e4f0813c0118 Miloslav Číž "Continue alpha-beta" === smallchesslib.h | 32 +++++++++----------------------- test.c | 2 +- 2 files changed, 10 insertions(+), 24 deletions(-) === 2021-01-25 19:54:16 +0100 (1611600856) c02fb93d6026b6b3c1ff834ac8eea472fb91d819 Miloslav Číž "Continue alpha-beta" === smallchesslib.h | 55 +++++++++++++++++++++++++++++++------------------------ 1 file changed, 31 insertions(+), 24 deletions(-) === 2021-01-25 19:40:13 +0100 (1611600013) f29be3003d8fb18ef9065f00b0c6d1c642f120d7 Miloslav Číž "Fix alpha beta" === smallchesslib.h | 143 +++++++++++++++++++++++++++++++++++--------------------- test.c | 17 +++++-- 2 files changed, 104 insertions(+), 56 deletions(-) === 2021-01-25 15:31:25 +0100 (1611585085) 7080a750ae05b4fab6b4959edeffc3292184a11e Miloslav Číž "Continue tests" === smallchess.c | 109 ++++++++++++++++++++++--------------- smallchesslib.h | 165 ++++++++++++++++++++++++++++++++++++++++++++++++-------- test.c | 70 +++++++++++++----------- 3 files changed, 247 insertions(+), 97 deletions(-) === 2021-01-23 19:13:45 +0100 (1611425625) fcb36d350cc91fcf70dce4c07fd1fd2dcb5bd01a Miloslav Číž "Add squareToStr" === smallchess.c | 12 ++++++++---- smallchesslib.h | 14 ++++++++++++++ 2 files changed, 22 insertions(+), 4 deletions(-) === 2021-01-23 15:35:18 +0100 (1611412518) 73491ea8ef81b13d68c4726ed2357c5e2473f77e Miloslav Číž "Continue eval" === smallchesslib.h | 53 +++++++++++++++++++++++++++++++++++++---------------- 1 file changed, 37 insertions(+), 16 deletions(-) === 2021-01-22 19:40:25 +0100 (1611340825) c0c8923282d1429c69ddc73dd185ff3140dfaf20 Miloslav Číž "Fix data types" === smallchesslib.h | 24 ++++++++++++------------ test.c | 31 ++++++++++++++++++++----------- 2 files changed, 32 insertions(+), 23 deletions(-) === 2021-01-21 21:41:08 +0100 (1611261668) e27f9ffcfdc34ece063abafd3f6983eb50225ba2 Miloslav Číž "Rework eval func" === smallchess.c | 1 - smallchesslib.h | 89 ++++++++++++++++++++++++++------------------------------- test.c | 10 +++++-- 3 files changed, 48 insertions(+), 52 deletions(-) === 2021-01-21 20:51:43 +0100 (1611258703) b6d0934da97123f821c4b1112f376a51ec0cf785 Miloslav Číž "Start alpha-beta pruning" === smallchess.c | 2 ++ smallchesslib.h | 109 ++++++++++++++++++++++++++++++++++++++------------------ test.c | 14 ++++++++ 3 files changed, 90 insertions(+), 35 deletions(-) === 2021-01-21 17:50:26 +0100 (1611247826) 5ef52a7db75588c7c28f96c1cdc4e90b1fcbed73 Miloslav Číž "Update AI" === smallchess.c | 5 +++-- smallchesslib.h | 9 +++++---- test.c | 2 +- 3 files changed, 9 insertions(+), 7 deletions(-) === 2021-01-20 21:58:30 +0100 (1611176310) c35dd1420edb73ecea2dcb2a8a2ab8bfcce68fd3 Miloslav Číž "Continue AI" === smallchess.c | 2 +- smallchesslib.h | 38 +++++++++++++++++++++++++++++++++++--- 2 files changed, 36 insertions(+), 4 deletions(-) === 2021-01-20 21:25:12 +0100 (1611174312) 4c39714ab93a385d1e1a208d44f2f7b6814a9de9 Miloslav Číž "Improve eval" === smallchess.c | 2 ++ smallchessgame.h (new) | 1 + smallchesslib.h | 95 ++++++++++++++++++++++++++++++++++++++++---------- test.c | 41 ++++++++++------------ 4 files changed, 97 insertions(+), 42 deletions(-) === 2021-01-19 18:22:42 +0100 (1611076962) 077c89cd2dab753f4a1af201a423f4a7c805b83f Miloslav Číž "Start AI" === smallchess.c | 41 +++++++++++++++++++++++++++++++---------- smallchesslib.h | 52 +++++++++++++++++++++++++++++++++++++++++++++++++++- 2 files changed, 82 insertions(+), 11 deletions(-) === 2021-01-18 18:17:45 +0100 (1610990265) bd92b7ae3269bcaf2677611710716489f4a36e57 Miloslav Číž "Add functions" === smallchesslib.h | 29 +++++++++++++++++++++++++++++ 1 file changed, 29 insertions(+) === 2021-01-18 17:55:17 +0100 (1610988917) 450b600cfd3f197d584bed8d7422ba88dd8f82cb Miloslav Číž "Refactor" === smallchesslib.h | 117 ++++++++++++++++++++++++++++---------------------------- test.c | 26 ++++++------- 2 files changed, 72 insertions(+), 71 deletions(-) === 2021-01-18 17:46:12 +0100 (1610988372) ad079965ac2c1ae382754848f78335e8f2fbca8f Miloslav Číž "Add check" === smallchesslib.h | 5 +++++ 1 file changed, 5 insertions(+) === 2021-01-18 15:48:35 +0100 (1610981315) 31fabd169b487158118a0e9681aa943c422d4bba Miloslav Číž "Refactor" === smallchesslib.h | 428 +++++++++++++++++++++++++++----------------------------- test.c | 76 +++++----- 2 files changed, 241 insertions(+), 263 deletions(-) === 2021-01-18 15:24:53 +0100 (1610979893) 0a7b8063d5648a2c08223b754667ecb8c5c659ff Miloslav Číž "Continue evaluation function" === smallchesslib.h | 35 +++++++++++++++++++++++++++-------- test.c | 42 ++++++++++++++++++++++-------------------- 2 files changed, 49 insertions(+), 28 deletions(-) === 2021-01-17 22:12:37 +0100 (1610917957) 0bbfa518b4a0eb755fcefcd6e0874e45b34c7004 Miloslav Číž "Start evaluation function" === smallchesslib.h | 103 ++++++++++++++++++++++++++++++++++++++++++++++++++++++-- test.c | 35 ++++++++++++++++--- 2 files changed, 131 insertions(+), 7 deletions(-) === 2021-01-17 13:40:38 +0100 (1610887238) 39fab7f75fde22e19946979e65f6827c4fcb4cf2 Miloslav Číž "Test more positions" === smallchesslib.h | 25 ++++++++++++++----------- test.c | 56 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++ 2 files changed, 70 insertions(+), 11 deletions(-) === 2021-01-17 13:16:34 +0100 (1610885794) 5bd7e1361193b32c66ba1ae694dd1533a1d67eec Miloslav Číž "Start position testing" === smallchesslib.h | 95 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++- test.c | 4 +++ 2 files changed, 98 insertions(+), 1 deletion(-) === 2021-01-16 14:39:49 +0100 (1610804389) 790f462ce7edc898cc5eeea1c701d10b97173485 Miloslav Číž "Test replaying" === smallchesslib.h | 49 +++++++++++++++++++++++++++++++++++++++++++++++++ test.c | 26 ++++++++++++++++++++++++++ 2 files changed, 75 insertions(+) === 2021-01-16 14:17:20 +0100 (1610803040) 9495b2709dad1a44978ec5795b54416d3245b4d3 Miloslav Číž "Rename functions" === smallchesslib.h | 68 ++++++++++++++++++++++++++++----------------------------- test.c | 38 ++++++++++++++++---------------- 2 files changed, 53 insertions(+), 53 deletions(-) === 2021-01-15 22:29:46 +0100 (1610746186) 1089366b5de487a5df17db5b68b02ed63722b8a7 Miloslav Číž "Start game replay" === smallchesslib.h | 159 +++++++++++++++++++++++++++++++++++++++++++++++++++++++- test.c | 35 +++++++++++-- 2 files changed, 189 insertions(+), 5 deletions(-) === 2021-01-15 10:15:32 +0100 (1610702132) 180820db4bb672ab590b808bb64a489bd8b11bc4 Miloslav Číž "Rework record format" === smallchesslib.h | 40 ++++++++++++---------------------------- 1 file changed, 12 insertions(+), 28 deletions(-) === 2021-01-04 16:11:39 +0100 (1609773099) f9d0839dcef127fbddaa83ecb99dbaa14d10a0d5 Miloslav Číž "Start replay format" === smallchesslib.h | 55 ++++++++++++++++++++++++++++++++++++++++++++++--------- 1 file changed, 46 insertions(+), 9 deletions(-) === 2021-01-03 16:30:36 +0100 (1609687836) 7f178b3bc0cc07c8356636cbb355a50b3e99c9b1 Miloslav Číž "Add init function" === smallchesslib.h | 9 +++++++++ 1 file changed, 9 insertions(+) === 2021-01-02 23:04:34 +0100 (1609625074) 9d730d7709fdb168012afeb4ab86d91e2daefc33 Miloslav Číž "Add mate check" === smallchess.c | 5 ++++- smallchesslib.h | 40 ++++++++++++++++++++++++++++++++++++++++ 2 files changed, 44 insertions(+), 1 deletion(-) === 2021-01-02 22:38:41 +0100 (1609623521) 5b24593f315d3776a6b07833cac807b0497f7bcf Miloslav Číž "Clean test" === smallchess.c | 2 +- smallchesslib.h | 14 +++++----- test.c | 85 --------------------------------------------------------- 3 files changed, 8 insertions(+), 93 deletions(-) === 2021-01-02 19:02:03 +0100 (1609610523) ec35f62e69b4388acf54bce13bcf0bebf66e44e7 Miloslav Číž "Start smallchess" === smallchess.c (new) | 69 ++++++++++++++++++++++++++++++++++++++++++++++++++++++ smallchesslib.h | 15 ++++++++++++ test.c | 56 +++++++++++++++++++++++++++++++++++++++----- 3 files changed, 134 insertions(+), 6 deletions(-) === 2021-01-02 11:16:28 +0100 (1609582588) e50ee1bb5c0c8e7b040c8588c2d558eaa02447f2 Miloslav Číž "Fix debug" === smallchesslib.h | 24 ++++++++++++------------ 1 file changed, 12 insertions(+), 12 deletions(-) === 2021-01-01 21:23:08 +0100 (1609532588) bf8f8f74257680109cbfa7c39d75775438ceda03 Miloslav Číž "Add debug print" === smallchesslib.h | 105 +++++++++++++++++++++++++++++++++++--------------------- test.c | 14 ++++---- 2 files changed, 72 insertions(+), 47 deletions(-) === 2021-01-01 20:50:23 +0100 (1609530623) 74863a356c5de15a9ec44b432de851477b16d69d Miloslav Číž "Update en passant" === smallchesslib.h | 36 +++++++++++++++++++++++++++--------- test.c | 20 ++++++++++++++++++-- 2 files changed, 45 insertions(+), 11 deletions(-) === 2021-01-01 17:48:11 +0100 (1609519691) d12e79c4f19314d05c1e36544bf1b6e8cc3ad8e7 Miloslav Číž "Reword state bytes" === smallchesslib.h | 55 +++++++++++++++++++++++-------------------------------- test.c | 37 +++++++++++++++++++++++++++++++++---- 2 files changed, 56 insertions(+), 36 deletions(-) === 2020-12-10 16:40:32 +0100 (1607614832) 40dd2967b6b4449543ffefea828bbc0bf29c4d30 Miloslav Číž "Add comments" === smallchesslib.h | 70 +++++++++++++++++++++++++++++++++++++++++++++++---------- 1 file changed, 58 insertions(+), 12 deletions(-) === 2020-11-29 21:08:53 +0100 (1606680533) 31888a62630148eb8adf2e02570164d4699e9d0c Miloslav Číž "Add promotion" === smallchesslib.h | 116 ++++++++++++++++++++++++++++++++++++++++++++------------ test.c | 20 +++++++--- 2 files changed, 105 insertions(+), 31 deletions(-) === 2020-11-26 19:49:10 +0100 (1606416550) bf0f04d1d40a0e6adbf7e9a4b983a1f9e3b75dc5 Miloslav Číž "Udate tests" === smallchesslib.h | 46 +++++++++++++++++++++++++++++++++++++++++++--- test.c | 30 ++++++++++++++++-------------- 2 files changed, 59 insertions(+), 17 deletions(-) === 2020-11-25 19:14:23 +0100 (1606328063) 086594a2c1a52065f9f98c91dcff88ed3c0cfb4f Miloslav Číž "Continue king" === smallchesslib.h | 4 ++-- test.c | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) === 2020-11-25 18:38:09 +0100 (1606325889) 2e89f18d2edd3edcbfd4121eb6e89d02c64e98eb Miloslav Číž "Continue castling" === smallchesslib.h | 2 ++ test.c | 6 +++--- 2 files changed, 5 insertions(+), 3 deletions(-) === 2020-11-25 18:32:33 +0100 (1606325553) 155562fbeae17015bc082532a36365e12d5483dd Miloslav Číž "Add consts" === smallchesslib.h | 96 ++++++++++++++++++++++++++++++++------------------------- test.c | 38 ++++++++++++++++++++--- 2 files changed, 88 insertions(+), 46 deletions(-) === 2020-11-24 19:27:20 +0100 (1606242440) 5b723cba40c22434427f39bdd95c1b2e1f4b65d5 Miloslav Číž "Check castling" === smallchesslib.h | 128 +++++++++++++++++++++++++++++++++++++++++++++----------- 1 file changed, 104 insertions(+), 24 deletions(-) === 2020-11-17 15:25:32 +0100 (1605623132) 5d1be83533ef2d299e7f74ce03cbb91ab51e678b Miloslav Číž "Fix check" === smallchesslib.h | 9 +++------ test.c | 7 ++++++- 2 files changed, 9 insertions(+), 7 deletions(-) === 2020-11-15 20:29:46 +0100 (1605468586) f8ba94b71fb9ad9b9511100715ca6c02adc38728 Miloslav Číž "Update test" === smallchesslib.h | 60 +++++++++++++++++++++++++++++++++++++++----- test.c | 78 ++++++++++++++++++++++++++++++++++++++++++++++++++++++--- 2 files changed, 128 insertions(+), 10 deletions(-) === 2020-11-15 10:22:18 +0100 (1605432138) eb3ca048fa577f1d71699ad0e55518f8ad1174c8 Miloslav Číž "Format" === LICENSE.txt (new) | 122 +++++++++++++++++++++++++++++ smallchesslib.h | 229 +++++++++++++++++++++++++++++++++--------------------- 2 files changed, 261 insertions(+), 90 deletions(-) === 2020-11-15 01:26:33 +0100 (1605399993) 1b3d3969c6a2519b9170bfd6b3fd1ce6ad51aaed Miloslav Číž "Remove byte in board state" === smallchesslib.h | 76 ++++++++++++++++++++++++++++++++++++++++----------------- 1 file changed, 54 insertions(+), 22 deletions(-) === 2020-11-15 01:00:47 +0100 (1605398447) 8ace84a092816548cc5d2ea4d8bff44ef0b5201b Miloslav Číž "Fix move checks" === smallchesslib.h | 19 +++++++++++++++---- 1 file changed, 15 insertions(+), 4 deletions(-) === 2020-11-15 00:25:07 +0100 (1605396307) 925fce0005ae4a324588e0bdba12aaf8c7e5e8df Miloslav Číž "Check more moves" === smallchesslib.h | 192 ++++++++++++++++++++++++++++++-------------------------- 1 file changed, 104 insertions(+), 88 deletions(-) === 2020-11-09 21:07:47 +0100 (1604952467) e46b48232781fff1957bf93deeefec1652db7f08 Miloslav Číž "Add move checks" === smallchesslib.h | 76 +++++++++++++++++++++++++++++---------------------------- 1 file changed, 39 insertions(+), 37 deletions(-) === 2020-11-09 20:26:55 +0100 (1604950015) ab783386b42c844d833eabf99c1eda920e480aa3 Miloslav Číž "Init" === smallchesslib.h (new) | 514 ++++++++++++++++++++++++++++++++++++++++++++++++++ test.c (new) | 18 ++ 2 files changed, 532 insertions(+)