crazywa.git
2017-05-14 H.G.MullerKeep analogy stack pointer
2017-05-14 H.G.MullerForbid stand-pat after checking
2017-02-07 H.G.MullerPut depth limit on QS
2017-02-07 H.G.MullerCorrect comments in step lists
2017-02-07 H.G.MullerSuppress hash cutoffs in root
2017-02-07 H.G.MullerImplement initiative bonus
2017-02-07 H.G.MullerSet return move already when we get new PV
2017-02-07 H.G.MullerAllow up to 1GB hash
2017-02-07 H.G.MullerInherit killers from before check + evasion
2017-02-07 H.G.MullerReduce thinking time in Wa Shogi
2017-02-07 H.G.MullerPrevent check evasions can become killers
2017-02-07 H.G.MullerImplement mate killers
2017-02-07 H.G.MullerAdapt PST for small variants
2017-02-07 H.G.MullerAssign correct PST in all Shogi variants
2017-02-06 H.G.MullerReject obviously wrong hash move
2017-02-06 H.G.MullerAllow only moves that beat alpha to become best move
2017-02-06 H.G.MullerDo not try killers when in check
2017-02-06 H.G.MullerFix null move
2017-02-06 H.G.MullerFix crash by input-buffer overrun
2017-02-06 H.G.MullerImplement history heuristic
2017-02-06 H.G.MullerKeep track of checking history
2017-02-06 H.G.MullerUse CECP mate-score convention
2017-02-06 H.G.MullerAllow e.p. capture as check evasion
2017-02-06 H.G.MullerIndicate last rank in zone table
2017-02-06 H.G.MullerFix deferral
2017-02-06 H.G.MullerBeef up pseudo-legality checking
2017-02-06 H.G.MullerPenalize King view in eval
2017-02-06 H.G.MullerAlter Pawn-shield scoring
2017-02-06 H.G.MullerFix King location in Eval
2017-02-06 H.G.MullerPenalize King advance
2017-02-06 H.G.MullerIncrease mate score
2017-01-14 H.G.MullerMake minimum LMR depth a macro, foreasy tuning
2017-01-14 H.G.MullerRespect minimum LMR depth during hash probing
2017-01-14 H.G.MullerPrune futile interpositions at d <= 1
2017-01-14 H.G.MullerAssert no unexpected King capture
2017-01-14 H.G.MullerFix depth reporting
2017-01-14 H.G.MullerPut drops start after castlings
2017-01-14 H.G.MullerValue castling rights
2017-01-14 H.G.MullerKeep track of attacked squares near King
2017-01-14 H.G.MullerDisarm printing of debug boards
2017-01-14 H.G.MullerKeep track of total hand values
2016-12-28 H.G.MullerImplement drop restrictions for Shogi
2016-12-28 H.G.MullerSuppress check test after null move
2016-12-28 H.G.MullerImplement castling
2016-12-28 H.G.MullerPrint setup and piece commands in engine-defined variants
2016-12-28 H.G.MullerReorder pieces, and define values for all variants
2016-12-28 H.G.MullerMake variants also accessible through systematic names
2016-12-28 H.G.MullerPut Tori Shogi 6th in variant-description list
2016-12-28 H.G.MullerFix reading of Shogi-promoted pieces in FEN
2016-12-28 H.G.MullerAdd and initialize some more piece-square tables
2016-10-21 H.G.MullerImplement randomizing
2016-10-21 H.G.MullerInitial version of engine