]> git.sesse.net Git - remoteglot/history - www
Fix a bug where “next move” would not work.
[remoteglot] / www /
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. GundersonActually remove jsPlumb.
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-20 Steinar H. GundersonWe do not use the POSIX module.
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. GundersonMake the score larger.
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. GundersonUnbreak analysis.pl.
2013-11-18 Steinar H. GundersonDo not show the version number in the <h1>, for now.
2013-11-18 Steinar H. GundersonMake the design a tad more responsive, courtesy of...
2013-11-18 Steinar H. GundersonSlight cleanup in analysis.pl.
2013-11-18 Steinar H. GundersonMove the JavaScript into an external file.
2013-11-18 Steinar H. GundersonMove the CSS into a separate file.
2013-11-18 Steinar H. GundersonHost chessboard.js locally.
2013-11-18 Steinar H. GundersonAdd the WWW directory. It is a mess currently, but...