Commit Graph

136 Commits

Author SHA1 Message Date
Raphaël Jakse 3a20d898ab Linting and refactor 2020-05-16 10:59:25 +02:00
Raphaël Jakse d44a225a65 Use json to store board language files 2020-05-16 10:04:59 +02:00
Laurent Mazet 2bc2bb8233 Fix tile score bug 2020-05-12 07:50:29 +02:00
Laurent Mazet fdbc21237c use path.join instead of + 2020-05-07 21:57:23 +02:00
Laurent Mazet 41363dd81a missing fullpath for daemon 2020-05-07 01:47:32 +02:00
Laurent Mazet 0adff40814 last fix for eslint errors 2020-05-07 01:45:20 +02:00
Laurent Mazet eca9a9558d change version numbers 2020-05-07 01:08:59 +02:00
Laurent Mazet be191bf000 fix all eslint errors 2020-05-07 01:00:52 +02:00
Laurent Mazet 10af864de0 add eslint rule 2020-05-07 00:52:46 +02:00
Laurent Mazet 55129404d1 remove arrow function and useless variable newLangName 2020-05-07 00:42:45 +02:00
Laurent Mazet dd3aa59300 fix some (not all) eslint errors 2020-05-06 23:58:43 +02:00
Laurent Mazet fe7da515b7 remove static langName 2020-05-06 23:28:09 +02:00
Laurent Mazet 333a537ce7 sort select element depending of interface language 2020-05-06 12:32:14 +02:00
Laurent Mazet 9ed9647018 correct select control position if user cancel the change 2020-05-06 01:19:01 +02:00
Laurent Mazet 2c3714d7bb add new strings in the pot file and translated them for French in the po file 2020-05-06 01:15:45 +02:00
Laurent Mazet 2b277afd18 use select control instead of multiple buttons 2020-05-05 23:44:20 +02:00
Laurent Mazet 1a7aad11d8 fixes from MR comments 2020-05-05 08:30:39 +02:00
Laurent Mazet c4f3c433a1 board language setting is now per game 2020-05-04 23:27:36 +02:00
Laurent Mazet b9dd9bd054 add German, English and Spanish pieces 2020-05-04 00:28:33 +02:00
Raphaël Jakse 731ff54d7c Fix running serving files in the dev server - 2 2020-05-03 14:50:06 +02:00
Raphaël Jakse 77662c6d5d Fix running serving files in the dev server 2020-05-03 14:46:51 +02:00
Raphaël Jakse ca938357b7 Fix running the server from the Makefile 2020-05-03 14:35:33 +02:00
Raphaël Jakse 1460660895 Merge branch 'lmazet/trivabble-avoid_serving_git_file' 2020-05-03 13:43:52 +02:00
Raphaël Jakse 2b5182ac85 Fix scripts in bin/ to work with the public folder 2020-05-03 13:40:27 +02:00
Raphaël Jakse 853680c352 Makefile: use start-dev-server instead of start-dbg-server 2020-05-03 13:02:56 +02:00
Raphaël Jakse 5223b76adf Use node instead of nodejs 2020-05-03 11:38:09 +02:00
Raphaël Jakse 99defab4fe Restablish the Makefile in the l10n folder 2020-05-03 11:37:40 +02:00
Laurent Mazet 46c0cffac2 rename server-data to public 2020-05-01 22:16:29 +02:00
Laurent Mazet fd8b9173ca move traduction files out of server data directory 2020-05-01 22:08:34 +02:00
Raphaël Jakse b86eedd3f2 Client: always set the rack when the rack was changed 2020-05-01 19:20:03 +02:00
Raphaël Jakse 474b061036 Client: always set the rack when moving a tile to the board 2020-05-01 18:58:56 +02:00
Raphaël Jakse 4c63ee2646 Server: disallow moving from an empty location 2020-05-01 18:52:09 +02:00
Raphaël Jakse e57464d2a7 Add the AGPLv3 LICENSE file 2020-05-01 09:58:50 +00:00
Raphaël Jakse ff7a159b23 Remove unused hammer.min.js 2020-05-01 11:57:28 +02:00
Raphaël Jakse a3ef7431d8 Style the add score button 2020-05-01 11:13:38 +02:00
Raphaël Jakse 01bd051e4b Minor fix to the translation strings 2020-05-01 11:13:33 +02:00
Nicolas Cornu 0f1c548956 Add a button to add the turn score 2020-05-01 11:13:04 +02:00
Laurent Mazet 4176cffcc2 move all served file into a dedicated directory 2020-04-29 23:19:17 +02:00
Laurent Mazet 01d13f4dec Allow setting the path to the games backup in the server 2020-04-29 08:15:55 +02:00
Raphaël Jakse 9fad558c24 Fix the empty rack button 2020-04-28 23:49:33 +02:00
Raphaël Jakse 26df4d3414 Lint 2020-04-28 19:29:39 +02:00
Raphaël Jakse 2fc231dfec Block actions until responses are received with WebSockets 2020-04-28 19:29:15 +02:00
Raphaël Jakse 7d1837a17e Announce the server version 2020-04-28 19:27:42 +02:00
Raphaël Jakse 73e7b088c1 Server: add an id field in replies if present in commands 2020-04-28 19:25:16 +02:00
Raphaël Jakse 35c635571f Lint 2020-04-27 19:57:45 +02:00
Raphaël Jakse 16b829040f Merge branch 'artlog:master' into 'master'
Make the URL used to reach the server configurable (APP_PATH)

See merge request raphj/trivabble!1
2020-04-27 17:44:49 +00:00
philippe lhardy f1606248bb Make the URL used to reach the server configurable (APP_PATH) 2020-04-27 17:44:49 +00:00
Raphaël Jakse edda3fc6d8 Linting 2020-04-25 23:16:34 +02:00
Raphaël Jakse 69a9629596 Avoid resetting the player's rack from the server
I have hope that this commit solves one case when letters can disappear because
of network slowdowns
2020-04-25 23:15:00 +02:00
Raphaël Jakse d1a27fd937 Handle empty bag correctly 2020-04-25 22:15:16 +02:00