Commit Graph

429 Commits

Author SHA1 Message Date
Raphaël Jakse 378e7f6d14 Server: listen to localhost by default 2020-05-06 19:49:08 +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 9ce9945b2b Merge branch 'translate-ro' into 'master'
Add Romanian translation

See merge request raphj/trivabble!5
2020-05-03 16:23:53 +00:00
Cosmin Humeniuc a1cb9e277b Add Romanian translation 2020-05-03 16:23:53 +00:00
Raphaël Jakse c4e588572a Merge branch 'missing-pot-msgid' into 'master'
Add missing msgid to POT file

See merge request raphj/trivabble!4
2020-05-03 16:15:16 +00:00
Cosmin Humeniuc d529aa3f10
Add missing msgid to POT file
The message was present in the French PO file
but missing from the POT, so it would have also
be missing from any new translation.
2020-05-03 16:15:55 +03: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
Raphaël Jakse 0bf9f67285 don't hide content on small screens in non-Firefox browsers 2020-04-25 17:06:27 +02:00
Raphaël Jakse c1cd5f3b81 Don't hide content on small screens 2020-04-25 16:45:21 +02:00
Raphaël Jakse 92c4e68e50 make tiles non translatable 2020-04-25 16:10:55 +02:00
Raphaël Jakse 56f6ed92ae fix: the disappearing letter is gone 2020-04-22 23:26:45 +02:00
Raphaël Jakse 9991414692 Remove extraneous quote in the config.js.sample file 2020-04-21 18:42:59 +02:00
Raphaël Jakse b3f900ff82 Bump client version 2020-04-19 12:48:24 +02:00
Raphaël Jakse cb04569693 Correctly handle jockers and missing tiles when showing the rack 2020-04-19 12:43:24 +02:00