2014-11-11 |
Steinar H.... | Remove a client from the sleeping list immediately... |
commit | commitdiff | tree | snapshot |
2014-11-11 |
Steinar H.... | Count connected viewers a bit more precisely; in partic... |
commit | commitdiff | tree | snapshot |
2014-11-11 |
Steinar H.... | Only truncate history if needed. |
commit | commitdiff | tree | snapshot |
2014-11-11 |
Steinar H.... | Unbreak promotion again. |
commit | commitdiff | tree | snapshot |
2014-11-11 |
Steinar H.... | Fix history display at the start of the game. |
commit | commitdiff | tree | snapshot |
2014-11-11 |
Steinar H.... | Fix handling of en passant; reported by Phil Miller. |
commit | commitdiff | tree | snapshot |
2014-11-10 |
Steinar H.... | Fix an issue where the Previous link would wrongly... |
commit | commitdiff | tree | snapshot |
2014-11-10 |
Steinar H.... | Support promotion when displaying lines. |
commit | commitdiff | tree | snapshot |
2014-11-10 |
Steinar H.... | Uppercase promotion choices correctly. |
commit | commitdiff | tree | snapshot |
2014-11-10 |
Steinar H.... | Fix wrong substr() usage, that would break in case... |
commit | commitdiff | tree | snapshot |
2014-11-10 |
Steinar H.... | Various fixes related to history and showing moves... |
commit | commitdiff | tree | snapshot |
2014-11-09 |
Steinar H.... | Add support for expanding and truncating the history. |
commit | commitdiff | tree | snapshot |
2014-11-09 |
Steinar H.... | Support showing the history of the game. |
commit | commitdiff | tree | snapshot |
2014-11-09 |
Steinar H.... | Fix issue where the arrow keys could cause us to go... |
commit | commitdiff | tree | snapshot |
2014-11-09 |
Steinar H.... | Do not send the prettyprint cache in the JSON; it only... |
commit | commitdiff | tree | snapshot |
2014-11-09 |
Steinar H.... | Move most configuration into a separate file. |
commit | commitdiff | tree | snapshot |
2014-11-09 |
Steinar H.... | Strip trailing whitespace from engine ids (needed for... |
commit | commitdiff | tree | snapshot |
2014-11-09 |
Steinar H.... | Show the engine ID in the footer. |
commit | commitdiff | tree | snapshot |
2014-11-09 |
Steinar H.... | Updated hardware in index.html a bit. |
commit | commitdiff | tree | snapshot |
2014-11-08 |
Steinar H.... | Add support for gzip in serve-analysis.js. |
commit | commitdiff | tree | snapshot |
2014-11-08 |
Steinar H.... | Sort lines by score by default. |
commit | commitdiff | tree | snapshot |
2014-09-20 |
Steinar H.... | Minor optimization (5% or so) by moving the most common... |
commit | commitdiff | tree | snapshot |
2014-09-20 |
Steinar H.... | Small microoptimization in in_check; do not go through... |
commit | commitdiff | tree | snapshot |
2014-09-20 |
Steinar H.... | Only test check status for one side; speeds up almost... |
commit | commitdiff | tree | snapshot |
2014-09-20 |
Steinar H.... | Tiny optimization in _find_kings. |
commit | commitdiff | tree | snapshot |
2014-09-20 |
Steinar H.... | Call in_check() fewer times. Actually 60% or so faster. |
commit | commitdiff | tree | snapshot |
2014-09-20 |
Steinar H.... | Add a benchmark script to test the slowness of prettypr... |
commit | commitdiff | tree | snapshot |
2014-09-20 |
Steinar H.... | Small microoptimization in Board::clone. |
commit | commitdiff | tree | snapshot |
2014-09-20 |
Steinar H.... | Make parse_info a bit less regex-happy; speeds it up... |
commit | commitdiff | tree | snapshot |
2014-09-20 |
Steinar H.... | Add a cache around prettyprint_pv, since it is consumin... |
commit | commitdiff | tree | snapshot |
2014-09-20 |
Steinar H.... | Add a quit ocmmand, for easier profiling. |
commit | commitdiff | tree | snapshot |
2014-09-07 |
Steinar H.... | Fix several crash issues all related to initial file... |
commit | commitdiff | tree | snapshot |
2014-09-06 |
Steinar H.... | Fix an issue in the node.js sender where it would not... |
commit | commitdiff | tree | snapshot |
2014-09-05 |
Steinar H.... | Fix last_move_uci for PGN loads. |
commit | commitdiff | tree | snapshot |
2014-09-05 |
Steinar H.... | Fix some outdated documentation. |
commit | commitdiff | tree | snapshot |
2014-09-05 |
Steinar H.... | Add some keyboard shortcuts. |
commit | commitdiff | tree | snapshot |
2014-09-05 |
Steinar H.... | Add a node.js version of analysis.pl. |
commit | commitdiff | tree | snapshot |
2014-08-06 |
Steinar H.... | Handle PGN names with spaces in them. |
commit | commitdiff | tree | snapshot |
2014-08-06 |
Steinar H.... | Add a command to stop the polling. |
commit | commitdiff | tree | snapshot |
2014-08-06 |
Steinar H.... | Add support for fetching games as PGN over HTTP instead... |
commit | commitdiff | tree | snapshot |
2014-08-06 |
Steinar H.... | Use EV instead of AnyEvent::Loop, since the latter... |
commit | commitdiff | tree | snapshot |
2014-08-06 |
Steinar H.... | Fix the move prettyprinting on make_move(). |
commit | commitdiff | tree | snapshot |
2014-08-06 |
Steinar H.... | Change main loop to using AnyEvent. |
commit | commitdiff | tree | snapshot |
2014-08-06 |
Steinar H.... | Small refactoring. |
commit | commitdiff | tree | snapshot |
2014-08-06 |
Steinar H.... | Add some more utility functions. |
commit | commitdiff | tree | snapshot |
2014-06-15 |
Steinar H.... | Small refactoring. |
commit | commitdiff | tree | snapshot |
2014-06-15 |
Steinar H.... | Fix some promotion bugs. |
commit | commitdiff | tree | snapshot |
2014-06-15 |
Steinar H.... | Improve the support for en passant somewhat. |
commit | commitdiff | tree | snapshot |
2014-06-15 |
Steinar H.... | Add a missing import to Engine.pm. |
commit | commitdiff | tree | snapshot |
2014-06-15 |
Steinar H.... | When parsing moves, use illegal moves to disambiguate. |
commit | commitdiff | tree | snapshot |
2014-06-15 |
Steinar H.... | Add some routines that are useful to parse PGNs. |
commit | commitdiff | tree | snapshot |
2014-06-15 |
Steinar H.... | Split some UCI stuff into a separate module. |
commit | commitdiff | tree | snapshot |
2014-06-15 |
Steinar H.... | Some minor style12 parsing fixups. |
commit | commitdiff | tree | snapshot |
2014-06-15 |
Steinar H.... | Minor fixes in Position. |
commit | commitdiff | tree | snapshot |
2014-06-15 |
Steinar H.... | Move move prettyprinting into Board. |
commit | commitdiff | tree | snapshot |
2014-06-15 |
Steinar H.... | Remove the tell code; it is never used in practice. |
commit | commitdiff | tree | snapshot |
2014-06-15 |
Steinar H.... | Move most of the chess position/board handling into... |
commit | commitdiff | tree | snapshot |
2014-06-09 |
Steinar H.... | Fix castling display when looking down PVs. |
commit | commitdiff | tree | snapshot |
2014-06-09 |
Steinar H.... | Update copyright year. |
commit | commitdiff | tree | snapshot |
2014-06-09 |
Steinar H.... | Print the name of the players. |
commit | commitdiff | tree | snapshot |
2014-06-09 |
Steinar H.... | Replace Nalimov with Syzygy everywhere. |
commit | commitdiff | tree | snapshot |
2014-06-08 |
Steinar H.... | Fix a bug where “next move” would not work. |
commit | commitdiff | tree | snapshot |
2013-11-23 |
Steinar H.... | Fix the arrow head color. |
commit | commitdiff | tree | snapshot |
2013-11-23 |
Steinar H.... | Various not-so-pretty type annotations. |
commit | commitdiff | tree | snapshot |
2013-11-23 |
Steinar H.... | Stop sending board around all the time. |
commit | commitdiff | tree | snapshot |
2013-11-23 |
Steinar H.... | Make the second engine optional. |
commit | commitdiff | tree | snapshot |
2013-11-23 |
Steinar H.... | Fix another issue with the Closure compiler. |
commit | commitdiff | tree | snapshot |
2013-11-23 |
Steinar H.... | Actually remove jsPlumb. |
commit | commitdiff | tree | snapshot |
2013-11-23 |
Steinar H.... | Make the JavaScript (more) compatible with the Google... |
commit | commitdiff | tree | snapshot |
2013-11-22 |
Steinar H.... | Whitespace fixes. |
commit | commitdiff | tree | snapshot |
2013-11-22 |
Steinar H.... | Replace jsPlumb by writing some SVG arrows ourselves. |
commit | commitdiff | tree | snapshot |
2013-11-22 |
Steinar H.... | Fix a missing var declaration. |
commit | commitdiff | tree | snapshot |
2013-11-22 |
Steinar H.... | Remove some trailing commas, since they are bad for IE. |
commit | commitdiff | tree | snapshot |
2013-11-21 |
Steinar H.... | Fix the zero-score long display again. |
commit | commitdiff | tree | snapshot |
2013-11-21 |
Steinar H.... | Fix some move number display issues. Argh. |
commit | commitdiff | tree | snapshot |
2013-11-21 |
Steinar H.... | Fix double inversion in score sorting. |
commit | commitdiff | tree | snapshot |
2013-11-21 |
Steinar H.... | Fix a crash that happens if we were looking at a PV... |
commit | commitdiff | tree | snapshot |
2013-11-21 |
Steinar H.... | Unbreak find_nonstupid_moves. |
commit | commitdiff | tree | snapshot |
2013-11-21 |
Steinar H.... | Clean up display_lines[] as needed. |
commit | commitdiff | tree | snapshot |
2013-11-21 |
Steinar H.... | Support navigating in the PVs. |
commit | commitdiff | tree | snapshot |
2013-11-21 |
Steinar H.... | Allow sorting refutation lines by score instead of... |
commit | commitdiff | tree | snapshot |
2013-11-21 |
Steinar H.... | Finally fix the -0.00 bug. |
commit | commitdiff | tree | snapshot |
2013-11-21 |
Steinar H.... | Another sign inversion... |
commit | commitdiff | tree | snapshot |
2013-11-20 |
Steinar H.... | Handle server errors better than just stopping. |
commit | commitdiff | tree | snapshot |
2013-11-20 |
Steinar H.... | Pack remoteglot.js into an anonymous function for bette... |
commit | commitdiff | tree | snapshot |
2013-11-20 |
Steinar H.... | Remove obsolete function parameter. |
commit | commitdiff | tree | snapshot |
2013-11-20 |
Steinar H.... | Keep track of number of viewers. |
commit | commitdiff | tree | snapshot |
2013-11-20 |
Steinar H.... | We do not use the POSIX module. |
commit | commitdiff | tree | snapshot |
2013-11-19 |
Steinar H.... | Position the arrows in relation to the top-left square... |
commit | commitdiff | tree | snapshot |
2013-11-19 |
Steinar H.... | Properly sort the scores as numbers, not strings. Oops. |
commit | commitdiff | tree | snapshot |
2013-11-19 |
Steinar H.... | Implement If-Modified-Since manually, since browser... |
commit | commitdiff | tree | snapshot |
2013-11-19 |
Steinar H.... | Make the score larger. |
commit | commitdiff | tree | snapshot |
2013-11-19 |
Steinar H.... | Keep highlight properly on resize. |
commit | commitdiff | tree | snapshot |
2013-11-19 |
Steinar H.... | Properly resize board arrows when the board updates. |
commit | commitdiff | tree | snapshot |
2013-11-19 |
Steinar H.... | Do various tweaks to work better on mobile devices. |
commit | commitdiff | tree | snapshot |
2013-11-18 |
Steinar H.... | Unbreak analysis.pl. |
commit | commitdiff | tree | snapshot |
2013-11-18 |
Steinar H.... | Do not show the version number in the <h1>, for now. |
commit | commitdiff | tree | snapshot |
2013-11-18 |
Steinar H.... | Make the design a tad more responsive, courtesy of... |
commit | commitdiff | tree | snapshot |
2013-11-18 |
Steinar H.... | Slight cleanup in analysis.pl. |
commit | commitdiff | tree | snapshot |
2013-11-18 |
Steinar H.... | Move the JavaScript into an external file. |
commit | commitdiff | tree | snapshot |
next |