]> git.sesse.net Git - remoteglot/history - www/js/remoteglot.js
Fix an issue where the Previous link would wrongly reappear.
[remoteglot] / www / js / remoteglot.js
2014-11-10 Steinar H. GundersonFix an issue where the Previous link would wrongly...
2014-11-10 Steinar H. GundersonSupport promotion when displaying lines.
2014-11-10 Steinar H. GundersonFix wrong substr() usage, that would break in case...
2014-11-10 Steinar H. GundersonVarious fixes related to history and showing moves...
2014-11-09 Steinar H. GundersonAdd support for expanding and truncating the history.
2014-11-09 Steinar H. GundersonSupport showing the history of the game.
2014-11-09 Steinar H. GundersonFix issue where the arrow keys could cause us to go...
2014-11-09 Steinar H. GundersonShow the engine ID in the footer.
2014-11-08 Steinar H. GundersonSort lines by score by default.
2014-09-05 Steinar H. GundersonAdd some keyboard shortcuts.
2014-06-09 Steinar H. GundersonFix castling display when looking down PVs.
2014-06-09 Steinar H. GundersonPrint the name of the players.
2014-06-09 Steinar H. GundersonReplace Nalimov with Syzygy everywhere.
2014-06-08 Steinar H. GundersonFix a bug where “next move” would not work.
2013-11-23 Steinar H. GundersonFix the arrow head color.
2013-11-23 Steinar H. GundersonVarious not-so-pretty type annotations.
2013-11-23 Steinar H. GundersonStop sending board around all the time.
2013-11-23 Steinar H. GundersonFix another issue with the Closure compiler.
2013-11-23 Steinar H. GundersonMake the JavaScript (more) compatible with the Google...
2013-11-22 Steinar H. GundersonWhitespace fixes.
2013-11-22 Steinar H. GundersonReplace jsPlumb by writing some SVG arrows ourselves.
2013-11-22 Steinar H. GundersonFix a missing var declaration.
2013-11-22 Steinar H. GundersonRemove some trailing commas, since they are bad for IE.
2013-11-21 Steinar H. GundersonFix some move number display issues. Argh.
2013-11-21 Steinar H. GundersonFix double inversion in score sorting.
2013-11-21 Steinar H. GundersonFix a crash that happens if we were looking at a PV...
2013-11-21 Steinar H. GundersonUnbreak find_nonstupid_moves.
2013-11-21 Steinar H. GundersonClean up display_lines[] as needed.
2013-11-21 Steinar H. GundersonSupport navigating in the PVs.
2013-11-21 Steinar H. GundersonAllow sorting refutation lines by score instead of...
2013-11-20 Steinar H. GundersonHandle server errors better than just stopping.
2013-11-20 Steinar H. GundersonPack remoteglot.js into an anonymous function for bette...
2013-11-20 Steinar H. GundersonRemove obsolete function parameter.
2013-11-20 Steinar H. Gunderson Keep track of number of viewers.
2013-11-19 Steinar H. GundersonPosition the arrows in relation to the top-left square...
2013-11-19 Steinar H. GundersonProperly sort the scores as numbers, not strings. Oops.
2013-11-19 Steinar H. GundersonImplement If-Modified-Since manually, since browser...
2013-11-19 Steinar H. GundersonKeep highlight properly on resize.
2013-11-19 Steinar H. GundersonProperly resize board arrows when the board updates.
2013-11-19 Steinar H. GundersonDo various tweaks to work better on mobile devices.
2013-11-18 Steinar H. GundersonDo not show the version number in the <h1>, for now.
2013-11-18 Steinar H. GundersonMove the JavaScript into an external file.