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