Commit Graph

20 Commits

Author SHA1 Message Date
Vincent Velociter 022091d6e5 Analysis improvements (#1823)
- Settings are now split per study, broadcast and analysis
- Add a toggle to expand/collapse engine lines to save space
- Display player names and clocks for lichess game analysis
- When viewing a game from another player, it now goes directly to analysis screen and at game start
- removed ArchivedGameScreen
- Improved game sharing menu in analysis screen
- Add a button to bookmark a game from analysis screen
2025-05-31 16:03:12 +02:00
Vincent Velociter 754678ef54 Format code with new formatting rules 2025-05-21 07:45:17 +02:00
Vincent Velociter a84071aa2c Another engine evaluation fix 2025-05-12 17:16:47 +02:00
Vincent Velociter 92bc7e5a87 Embed sf16 by default and let users install latest SF 2025-05-09 07:48:47 +02:00
Vincent Velociter ec7658d743 WIP on stockfish nnue download 2025-05-06 12:29:12 +02:00
Vincent Velociter a0592cc17c Don't let cloud eval override deeper local eval 2025-04-22 11:01:14 +02:00
Vincent Velociter 4b195bac70 Add a setting to filter cloud eval by depth 2025-04-22 10:19:08 +02:00
Vincent Velociter 94ea45f36a Fix tests to correctly handle connection lag 2025-04-16 12:43:06 +02:00
Vincent Velociter 75ebcf3727 Restore nnue embedding, update stockfish to 17.1 2025-04-13 11:48:07 +02:00
Vincent Velociter d5c0d9d452 Simplify test 2025-04-13 11:24:15 +02:00
Vincent Velociter d33f364ad2 More work on multi stockfish 2025-04-13 11:24:15 +02:00
Vincent Velociter a6a8c0e719 Fix broadcast show gauge condition
Closes #1612
2025-04-10 09:22:47 +02:00
Julien 48ef67f1e5 Move best move arrow, engine lines and engine gauge tests to analysis
screen tests
2025-03-30 00:37:47 +01:00
Julien f745121cfa Move best move arrow tests to the engine folder and add news best move
arrow tests
2025-03-29 23:02:55 +01:00
Vincent Velociter d285854e23 Fix best move arrow toggle
Fixes #1572
2025-03-24 11:12:46 +01:00
Vincent Velociter 414ae066b3 More improvement to engine UI
- use a badge and cloud label to avoid changing icon
- displays engine lines asap if we have a saved eval
2025-03-10 10:32:10 +01:00
Vincent Velociter 3f34d212ba Improve engine evaluation UI
- display eval as soon as possible if a saved eval is already here
- better loading indicator
- use opacity to show when the engine is computing vs. idle
2025-03-07 17:10:39 +01:00
Vincent Velociter 19797cbd8a Only delay local engine evaluation if cloud eval is likely available 2025-03-07 12:51:00 +01:00
Vincent Velociter ae9b5648a0 Add more engine tests 2025-03-03 17:02:58 +01:00
Vincent Velociter 65253e51ff Refactor engine tests, test cloud eval 2025-03-03 12:57:45 +01:00