]> git.sesse.net Git - remoteglot/shortlog
remoteglot
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...
2013-11-18 Steinar H.... Include the last move in simple (UCI) form in the JSON...
2013-11-18 Steinar H.... Fix an issue where moves in the secondary engine search...
2013-11-17 Steinar H.... Use the engine's own MultiPV support instead of trying...
2013-11-17 Steinar H.... Deal with multipv not being the first element on the...
2013-11-17 Steinar H.... Fix some score sign issues. (These things are so easy...
2013-11-17 Steinar H.... Fix display of selective depth and Nalimov hits together.
2013-11-17 Steinar H.... Add JSON output, for the upcoming web interface.
2013-11-16 Steinar H.... Fix 0.00 showing for long_score, too.
2013-11-16 Steinar H.... Show score_cp=0 as 0.00, not +0.00 or -0.00.
2013-11-15 Steinar H.... Fix an issue where mpv-only info would take only the...
2013-11-15 Steinar H.... Ignore upperbound and lowerbound scores (Stockfish...
2013-11-15 Steinar H.... Fix refutation display with always-mpv-engines.
2013-11-15 Steinar H.... Fix so update is not indefinitely delayed by engine...
2013-11-15 Steinar H.... eval must be exited with die, not next.
2013-11-15 Steinar H.... Tag which engine we are talking to in ucilog.txt
2013-11-15 Steinar H.... Add some slightly better line buffering.
2013-11-15 Steinar H.... Add support for a second engine, for showing simple...
next