ladybird/Userland/Games/Chess
Nicholas-Baron 73dd293ec4 Everywhere: Add -Wdouble-promotion warning
This warning informs of float-to-double conversions. The best solution
seems to be to do math *either* in 32-bit *or* in 64-bit, and only to
cross over when absolutely necessary.
2021-04-16 19:01:54 +02:00
..
ChessWidget.cpp Everywhere: Add -Wdouble-promotion warning 2021-04-16 19:01:54 +02:00
ChessWidget.h Chess: Added option to toggle showing moves 2021-03-27 23:37:06 +01:00
CMakeLists.txt Games: Move to Userland/Games/ 2021-01-12 12:04:23 +01:00
Engine.cpp Everywhere: Remove klog(), dbg() and purge all LogStream usage :^) 2021-03-12 17:29:37 +01:00
Engine.h Games: Move to Userland/Games/ 2021-01-12 12:04:23 +01:00
main.cpp Chess: Alt shortcuts and book title capitalization in menus 2021-04-14 21:32:37 +02:00
PromotionDialog.cpp Games: Move to Userland/Games/ 2021-01-12 12:04:23 +01:00
PromotionDialog.h Games: Move to Userland/Games/ 2021-01-12 12:04:23 +01:00