Commit graph

8996 commits

Author SHA1 Message Date
Thibault Duplessis 10e86befe5 remove code duplication (perf type keys) 2014-12-25 12:51:43 +01:00
Thibault Duplessis bed941b564 Merge branch 'master' into antichess
* master:
  fix ui buttons
  new icons
  nb "Norsk bokmål" translation #11292. Author: XPJ-v134.
  uk "українська" translation #11290. Author: Gatsik.
  ar "العربية" translation #11289. Author: Abd0.
  el "Ελληνικά" translation #11287. Author: kosf.
  add ui/build script
  round table user icon margin
  cache unread messages longer

Conflicts:
	public/font26/fonts/lichess.eot
	public/font26/fonts/lichess.svg
	public/font26/fonts/lichess.ttf
	public/font26/icons-reference.html
	public/font26/styles.css
	public/font27/fonts/lichess.eot
	public/font27/fonts/lichess.svg
	public/font27/fonts/lichess.ttf
	public/font27/icons-reference.html
	public/font27/styles.css
	public/font28/fonts/lichess.eot
	public/font28/fonts/lichess.svg
	public/font28/fonts/lichess.ttf
	public/font28/icons-reference.html
	public/font28/styles.css
	public/stylesheets/common.css
2014-12-25 12:45:39 +01:00
Thibault Duplessis c32b3cc6be fix ui buttons 2014-12-25 12:42:24 +01:00
Thibault Duplessis 04fcbe099a new icons 2014-12-25 11:18:58 +01:00
Thibault Duplessis 42a5f9ddd3 nb "Norsk bokmål" translation #11292. Author: XPJ-v134. 2014-12-25 10:49:53 +01:00
Thibault Duplessis 4bc844ee69 uk "українська" translation #11290. Author: Gatsik. 2014-12-25 10:49:48 +01:00
Thibault Duplessis 925c241b65 ar "العربية" translation #11289. Author: Abd0. 2014-12-25 10:49:43 +01:00
Thibault Duplessis 3d3d6a5682 el "Ελληνικά" translation #11287. Author: kosf. 2014-12-25 10:49:35 +01:00
Gordon Martin 279c4613eb Updating chessli module to module with new unit tests 2014-12-25 02:40:01 +00:00
Gordon Martin 13c7b0eeb4 Allowing anitchess in the analysis view after a match 2014-12-25 01:47:32 +00:00
Gordon Martin 23a3250688 Updating chessli submodule to version where replays are viewable when a player promotes to a king 2014-12-25 01:14:05 +00:00
Gordon Martin 31b74b417b Forgot to add ctrl.js 2014-12-24 23:32:32 +00:00
Gordon Martin c0bd50d23c using chess.js submodule where exploring replay works in antichess variant 2014-12-24 23:27:13 +00:00
Thibault Duplessis efed0db221 add ui/build script 2014-12-24 22:28:48 +01:00
Thibault Duplessis 75b0e0ecae round table user icon margin 2014-12-24 22:21:59 +01:00
Thibault Duplessis 9d22c77c50 cache unread messages longer 2014-12-24 18:12:21 +01:00
Gordon Martin e182d42a9b adding chess module version with stalemate fix 2014-12-24 16:37:06 +00:00
Gordon Martin f916d58415 Merge pull request #2 from ornicar/antichess
Fix stuff and add icon
2014-12-24 15:45:18 +00:00
Thibault Duplessis 39b405bc7f register Antichess PerfType 2014-12-24 16:42:29 +01:00
Thibault Duplessis ec681df96e change antichess & analysis icons, fix antichess perf key 2014-12-24 16:40:11 +01:00
Gordon Martin e278f30aff Merge pull request #1 from ornicar/antichess
merge upstream master
2014-12-24 15:19:27 +00:00
Thibault Duplessis 7a875dd606 remove dead code 2014-12-24 15:54:47 +01:00
Thibault Duplessis fbf2d396c6 fix evaluator submodule 2014-12-24 15:51:44 +01:00
Thibault Duplessis b96b982209 Merge branch 'master' into antichess
* master: (116 commits)
  use Game.updatedAt when last move time is not available
  integrate analysis board with correspondence games
  improve analysis integration
  add screenshot
  fix analysis board highlights
  more cache tweaks
  don't show games older than 5 minutes
  improve current game detection
  hr "hrvatski" translation #11283. Author: gus_fring.
  update sl translation
  hu "Magyar" translation #11279. Author: OMMHOA. Couldn't translate perfectly "proceed" so it's "go" instead.
  ca "Català, valencià" translation #11278. Author: pedrolo.
  uk "українська" translation #11276. Author: IvTK.
  nl "Nederlands" translation #11274. Author: rokbe. correspondensie -> correspondentie
  sv "svenska" translation #11273. Author: nuwonga.
  sq "Shqip" translation #11271. Author: xhevati.
  pl "polski" translation #11268. Author: pirouetti.
  tr "Türkçe" translation #11265. Author: mabolek.
  sv "svenska" translation #11264. Author: Weckipecki.
  ca "Català, valencià" translation #11263. Author: Borchess.
  ...

Conflicts:
	modules/chess
	ui/analyse/src/ctrl.js
2014-12-24 15:47:38 +01:00
Thibault Duplessis dc6c30593f use Game.updatedAt when last move time is not available 2014-12-24 14:58:33 +01:00
Thibault Duplessis 555121cef6 integrate analysis board with correspondence games 2014-12-24 14:30:24 +01:00
Thibault Duplessis 230a35c3ae improve analysis integration 2014-12-24 13:28:29 +01:00
Thibault Duplessis 8ae94b93b4 add screenshot 2014-12-24 13:21:00 +01:00
Thibault Duplessis dc25fa5632 fix analysis board highlights 2014-12-24 11:46:57 +01:00
Thibault Duplessis ee6e6e9b41 more cache tweaks 2014-12-24 11:14:58 +01:00
Gordon Martin 29b4acc5b9 allowing promotion to an antiking in the antichess variant 2014-12-24 02:17:10 +00:00
Gordon Martin 5edbb93350 Upgrading to version of scalachess with support for promotions to king in BinaryFormat 2014-12-24 00:44:03 +00:00
Thibault Duplessis 3694029c39 don't show games older than 5 minutes 2014-12-24 01:38:06 +01:00
Thibault Duplessis 5162d27e56 improve current game detection 2014-12-24 01:34:13 +01:00
Thibault Duplessis 01d16f6dfb hr "hrvatski" translation #11283. Author: gus_fring. 2014-12-23 23:39:23 +01:00
Thibault Duplessis 690c255541 update sl translation 2014-12-23 23:38:53 +01:00
Thibault Duplessis 9449e036ec hu "Magyar" translation #11279. Author: OMMHOA. Couldn't translate perfectly "proceed" so it's "go" instead. 2014-12-23 23:38:26 +01:00
Thibault Duplessis 8e6e7d107c ca "Català, valencià" translation #11278. Author: pedrolo. 2014-12-23 23:38:21 +01:00
Thibault Duplessis 476c3809cf uk "українська" translation #11276. Author: IvTK. 2014-12-23 23:38:01 +01:00
Thibault Duplessis 5ae5584604 nl "Nederlands" translation #11274. Author: rokbe. correspondensie -> correspondentie 2014-12-23 23:37:56 +01:00
Thibault Duplessis c3fb33a467 sv "svenska" translation #11273. Author: nuwonga. 2014-12-23 23:37:52 +01:00
Thibault Duplessis eb35871182 sq "Shqip" translation #11271. Author: xhevati. 2014-12-23 23:37:29 +01:00
Thibault Duplessis c883bc5b40 pl "polski" translation #11268. Author: pirouetti. 2014-12-23 23:37:24 +01:00
Thibault Duplessis bf6c54db5a tr "Türkçe" translation #11265. Author: mabolek. 2014-12-23 23:37:16 +01:00
Thibault Duplessis 59322ecb4e sv "svenska" translation #11264. Author: Weckipecki. 2014-12-23 23:36:55 +01:00
Thibault Duplessis 2126d43ac3 ca "Català, valencià" translation #11263. Author: Borchess. 2014-12-23 23:36:45 +01:00
Thibault Duplessis 54be26364a fi "suomen kieli" translation #11259. Author: Patralgan. 2014-12-23 23:36:36 +01:00
Thibault Duplessis bb314c157a tr "Türkçe" translation #11258. Author: ckursad. 2014-12-23 23:36:33 +01:00
Thibault Duplessis df8e653738 sl "slovenščina" translation #11257. Author: woodswoods. 2014-12-23 23:36:30 +01:00
Thibault Duplessis 4cbf224186 fa "فارسی" translation #11254. Author: RezaZabihi. 2014-12-23 23:36:21 +01:00