ladybird/Userland/Services/ChessEngine
Ben Wiederhake 4e55d649d7 Services: Fix visibility of Object-derivative constructors
Derivatives of Core::Object should be constructed through
ClassName::construct(), to avoid handling ref-counted objects with
refcount zero. Fixing the visibility means that misuses like this are
more difficult.
2021-11-02 22:56:53 +01:00
..
ChessEngine.cpp ChessEngine: Use ElapsedTimer::start_new() 2021-09-12 17:24:44 +00:00
ChessEngine.h Services: Fix visibility of Object-derivative constructors 2021-11-02 22:56:53 +01:00
CMakeLists.txt Everywhere: Add component declarations 2021-06-17 11:03:51 +02:00
main.cpp Userland: Tighten a *lot* of pledges! :^) 2021-05-13 23:28:40 +02:00
MCTSTree.cpp ChessEngine: don't store board in non-leaf nodes in MCTS 2021-06-22 23:09:42 +02:00
MCTSTree.h ChessEngine: Don't call non-constexpr sqrt in a constexpr intiializer 2021-07-08 10:11:00 +02:00