Commit Graph

173 Commits (8d70325325d423d6f44a826dc33e345ca00c81f1)

Author SHA1 Message Date
Niklas Fiekas b3e8dfd115 wasmx: try to fix watchdog 2018-11-07 13:32:47 +01:00
Niklas Fiekas f36891ebed hack wasm threads for ceval 2018-11-05 20:09:33 +01:00
Thibault Duplessis f0e31a48cf complete (?) implementation of study forced variations. whew. 2018-09-28 20:55:17 +02:00
Thibault Duplessis 64e4d81d08 work around microsoft bugs - for #3904
it's incredibly lame and I'm not even sure it always works.
2018-09-20 11:31:38 +02:00
Niklas Fiekas 4be274313a Revert "convert lichess.trans to typescript"
This reverts commit 62aaa736a9.
2018-08-24 17:02:07 +02:00
Niklas Fiekas 62aaa736a9 convert lichess.trans to typescript 2018-08-24 15:56:22 +02:00
Niklas Fiekas 018c97cb7b recover from failed tablebase requests 2018-08-16 13:54:15 +02:00
Thibault Duplessis 519d8ce3b1 use tablebases in practice - bugs galore 2018-04-15 05:14:21 +02:00
Thibault Duplessis bd3d8f2d81 tweak ui/round boot 2018-03-08 23:00:28 -05:00
Thibault Duplessis dd40ac820f fix #4099 2018-03-05 21:33:47 -05:00
Thibault Duplessis 5b28f0fef3 better study highcharts integration 2018-01-16 21:55:14 -05:00
Thibault Duplessis 8b0bd1c066 study server eval WIP 2018-01-16 18:33:30 -05:00
Thibault Duplessis 23476115d4 study server eval WIP + FEN type 2018-01-14 23:02:12 -05:00
Thibault Duplessis 35706a6f51 {master} better type study glyphs 2018-01-14 17:27:08 -05:00
Thibault Duplessis f5dde160a4 relocate and type lichess.redirect 2018-01-10 11:41:33 -05:00
Niklas Fiekas b4eec74513 fix trans.vdomPlural 2017-12-30 16:49:46 +01:00
Niklas Fiekas 29d0ce069c minor fixes for Tree.Node typing 2017-12-30 14:22:49 +01:00
Niklas Fiekas 464b196051 optimize escapeHtml
https://jsperf.com/html-escaping
https://jsperf.com/html-escaping-2
https://jsperf.com/optimistic-html-escaping

- Remove duplicate escapeHtml implementations.
- Using the VDOM to escape is ~4x slower than chained regex
  replacements.
- An optimistic check is very cheap even on long strings.
2017-12-19 21:38:20 +01:00
Niklas Fiekas 018c900f0e update WebAssemblyStatic 2017-12-06 02:43:25 +01:00
Niklas Fiekas 830d32d173 merge jquery customizations into lichess types 2017-12-06 02:43:25 +01:00
Niklas Fiekas af9e263704 implement trans.vdom and trans.vdomPlural 2017-12-04 18:54:44 +01:00
Niklas Fiekas cfdb1df466 provide types for Trans 2017-12-03 21:23:27 +01:00
Niklas Fiekas b085fd736f switch to yarn workspaces 2017-11-30 16:41:43 +01:00