]> git.sesse.net Git - remoteglot/history - www/js/remoteglot.js
Replace jsPlumb by writing some SVG arrows ourselves.
[remoteglot] / www / js / remoteglot.js
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.