2303880b87
Bump ejs from 3.1.8 to 3.1.10 in /webclient ( #5027 )
...
Bumps [ejs](https://github.com/mde/ejs ) from 3.1.8 to 3.1.10.
- [Release notes](https://github.com/mde/ejs/releases )
- [Commits](https://github.com/mde/ejs/compare/v3.1.8...v3.1.10 )
---
updated-dependencies:
- dependency-name: ejs
dependency-type: indirect
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-05-02 11:48:57 +00:00
0e97cc1712
Update translation files ( #5021 )
...
Co-authored-by: github-actions <github-actions@github.com >
2024-04-24 19:37:31 -04:00
SlightlyCircuitous and GitHub
d550e42441
Remove Fedora 38 Build and Add Fedora 40 Build ( #5024 )
...
* Remove Fedora 38 docker image
* Add Fedora 40 Dockerfile
* Remove Fedora 38, Add Fedora 40 to release template
* Remove Fedora 38, add Fedora 40 to desktop-build
2024-04-24 19:37:23 -04:00
SlightlyCircuitous and GitHub
4279753030
Add Ubuntu 24.04 "Noble Numbat" Build ( #5023 )
...
* Create Ubuntu Noble Numbat dockerfile
* Add Noble Numbat to desktop_build
* Add Noble Numbat to release_template
2024-04-24 15:13:20 +02:00
Jeremy Letto and GitHub
2f6c018b7a
untangle updateStatus ( #5018 )
...
* untangle updateStatus
* fix test
2024-04-05 04:56:12 +00:00
Jeremy Letto and GitHub
be5d42baba
WebClient: refactor protobuf method structure ( #5014 )
2024-04-01 17:32:08 +00:00
ebbit1q and GitHub
f174614496
assign new arrow id when arrow is moved to transformed card ( #5012 )
...
* add timeout to settingscache
* assign new arrow id when arrow is moved to transformed card
fixes bug introduced in #4907
fixes #5008
2024-03-27 14:47:00 +01:00
dependabot[bot] and GitHub
e8c7fba8b0
Bump peter-evans/create-pull-request from 5 to 6 ( #4997 )
2024-03-19 19:42:08 +01:00
SlightlyCircuitous and GitHub
5c49283023
Remove Ubuntu 23.04 Lunar Lobster Build ( #5002 )
...
* Delete .ci/UbuntuLunar directory
EOL
* Update release_template.md
Lunar is EOL
* Update desktop-build.yml
Lunar is EOL
2024-02-27 21:07:18 +01:00
ebbit1q and GitHub
ad56b431a3
increase version number so we can create a beta ( #5001 )
2024-02-27 20:55:28 +01:00
SlightlyCircuitous and GitHub
b0d8a33d5f
Remove Fedora 37 Build, Add Fedora 39 Build ( #5003 )
2024-02-26 08:37:28 +01:00
1715bcb216
Bump microsoft/setup-msbuild from 1 to 2 ( #4996 )
...
Bumps [microsoft/setup-msbuild](https://github.com/microsoft/setup-msbuild ) from 1 to 2.
- [Release notes](https://github.com/microsoft/setup-msbuild/releases )
- [Changelog](https://github.com/microsoft/setup-msbuild/blob/main/building-release.md )
- [Commits](https://github.com/microsoft/setup-msbuild/compare/v1...v2 )
---
updated-dependencies:
- dependency-name: microsoft/setup-msbuild
dependency-type: direct:production
update-type: version-update:semver-major
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-02-10 15:31:13 -05:00
tooomm and GitHub
96caeaca72
Enable MTT over parallel flag ( #4998 )
2024-02-10 15:30:43 -05:00
tooomm and GitHub
c8723ae935
Remove Gitter chat ( #4995 )
2024-02-01 18:25:04 +01:00
tooomm and GitHub
94e39c044c
update mv mapping ( #4896 )
2024-01-30 00:27:45 -05:00
ebbit1q and GitHub
9776ea53c9
make translation update script more specific in line selection ( #4993 )
2024-01-25 23:28:23 +01:00
675d07dac0
Update translation files ( #4991 )
...
Co-authored-by: github-actions <github-actions@github.com >
2024-01-23 22:29:40 +01:00
tooomm and GitHub
1217820288
CI: GitHub Job Summary for Translation PRs ( #4992 )
2024-01-23 22:21:35 +01:00
tooomm and GitHub
90e1a3cb76
Utilize new CPUs with more cores ( #4988 )
2024-01-22 23:15:20 +01:00
tooomm and GitHub
7c1095ea50
CI: Fix ignore pattern & highlight status of translation automations ( #4977 )
...
* Add result of run to GHA summary
* Fix `paths-ignore`
2024-01-22 22:07:21 +01:00
dependabot[bot] and GitHub
203e916a07
Bump actions/cache from 3 to 4 ( #4990 )
2024-01-22 19:32:27 +01:00
7201e34b38
Update translation files ( #4984 )
...
Co-authored-by: github-actions <github-actions@github.com >
2024-01-18 20:50:28 +01:00
Basile Clement and GitHub
6d032c378f
Improve drag & drop behavior ( #4963 )
...
* Improve drag & drop behavior
This patch tweaks the drag & drop behavior (in particular, the grid
placement) to be more intuitive. More precisely, with this patch the
drag & drop will:
- Only use the "hot spot" (i.e. position of the cursor on the card)
for zones where the card is actually displayed around the cursor (in
particular, not on the table where the card snaps to the grid).
- Use better boundaries computed with respect to the center of the
card (rather than its top left corner) for determining which grid
cell a card should go to
- Align behavior of the preview and the actual effect when overflow of
the 3-card stacks occurs
- Avoid visual glitches where the cursor ends up outside of the card or
at incorrect offsets when moving the mouse too fast (which translates
to overflows of the hot spot computation)
* Address review comments
- Use simpler computation for restricting hotSpot range
- Prevent dropping cards onto full 3-card slots
2024-01-01 16:51:36 -05:00
badd8952f5
Bump @babel/traverse from 7.20.0 to 7.23.2 in /webclient ( #4917 )
...
Bumps [@babel/traverse](https://github.com/babel/babel/tree/HEAD/packages/babel-traverse ) from 7.20.0 to 7.23.2.
- [Release notes](https://github.com/babel/babel/releases )
- [Changelog](https://github.com/babel/babel/blob/main/CHANGELOG.md )
- [Commits](https://github.com/babel/babel/commits/v7.23.2/packages/babel-traverse )
---
updated-dependencies:
- dependency-name: "@babel/traverse"
dependency-type: indirect
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-12-20 21:31:12 -05:00
7209eddb2d
Bump crypto-js from 4.1.1 to 4.2.0 in /webclient ( #4926 )
...
Bumps [crypto-js](https://github.com/brix/crypto-js ) from 4.1.1 to 4.2.0.
- [Commits](https://github.com/brix/crypto-js/compare/4.1.1...4.2.0 )
---
updated-dependencies:
- dependency-name: crypto-js
dependency-type: direct:production
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-12-20 21:31:04 -05:00
a7ffd43b29
Bump actions/upload-artifact from 3 to 4 ( #4969 )
...
Bumps [actions/upload-artifact](https://github.com/actions/upload-artifact ) from 3 to 4.
- [Release notes](https://github.com/actions/upload-artifact/releases )
- [Commits](https://github.com/actions/upload-artifact/compare/v3...v4 )
---
updated-dependencies:
- dependency-name: actions/upload-artifact
dependency-type: direct:production
update-type: version-update:semver-major
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-12-18 23:58:37 +01:00
tooomm and GitHub
724ba69483
macOS 12 --> 13 ( #4966 )
2023-12-17 13:39:06 -05:00
ebbit1q and GitHub
1716801437
make package on macos 13 ( #4961 )
2023-12-15 21:15:57 -05:00
fa727524dc
make cards on the stack slightly overlap to stress order ( #4930 )
...
* make cards on the stack slightly overlap to stress order
dragging cards to the stack now places the card at the location it is
dropped
* make default play action append to stack
* add vertical overlap to settings and vertical hand
* Update cockatrice/src/dlg_settings.cpp
Co-authored-by: tooomm <tooomm@users.noreply.github.com >
* Fix format
---------
Co-authored-by: tooomm <tooomm@users.noreply.github.com >
Co-authored-by: ZeldaZach <zahalpern+github@gmail.com >
2023-12-15 14:00:58 -05:00
ebbit1q and GitHub
28f80e18a0
add ctrl enter as shortcut for ok when setting annotation ( #4929 )
2023-12-15 13:55:11 -05:00
ebbit1q and GitHub
4acc8bfe80
put cards on top in a random order ( #4960 )
2023-12-15 13:51:21 -05:00
Zach H and GitHub
9f86ed7887
Fix Fedora Builds ( #4964 )
2023-12-15 13:49:32 -05:00
Basile Clement and GitHub
cb18a55338
Support fractional scaling when scaling card images ( #4962 )
...
Fixes #4880
2023-12-14 14:24:35 +01:00
78a928464c
Bump @adobe/css-tools from 4.0.1 to 4.3.2 in /webclient ( #4953 )
...
Bumps [@adobe/css-tools](https://github.com/adobe/css-tools ) from 4.0.1 to 4.3.2.
- [Changelog](https://github.com/adobe/css-tools/blob/main/History.md )
- [Commits](https://github.com/adobe/css-tools/commits )
---
updated-dependencies:
- dependency-name: "@adobe/css-tools"
dependency-type: indirect
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-12-09 00:53:10 -05:00
Zach H and GitHub
07a8cd0a5f
Fix #4903 : Parse Email Addresses whenever used ( #4932 )
2023-12-09 00:52:47 -05:00
Zach H and GitHub
b73ef58567
Support WebP format for Card Images ( #4950 )
...
- Fix #4939
2023-12-09 00:52:14 -05:00
Zach H and GitHub
519531f3a0
Support escaping single and double quotes in Deck Editor Search Regex Strings ( #4948 )
...
- Fix #4946
2023-12-09 00:51:54 -05:00
tooomm and GitHub
4b8e47d079
Update default theme name ( #4944 )
2023-11-20 01:01:42 +01:00
ed170f7e07
Updates for project Cockatrice and language de ( #4942 )
...
* Translate cockatrice/cockatrice_en@source.ts in de
100% translated source file: 'cockatrice/cockatrice_en@source.ts '
on 'de'.
* Translate oracle/oracle_en@source.ts in de
100% translated source file: 'oracle/oracle_en@source.ts '
on 'de'.
---------
Co-authored-by: transifex-integration[bot] <43880903+transifex-integration[bot]@users.noreply.github.com>
2023-11-18 12:10:11 +01:00
6bb559874c
Translate cockatrice/cockatrice_en@source.ts in it ( #4941 )
...
100% translated source file: 'cockatrice/cockatrice_en@source.ts '
on 'it'.
Co-authored-by: transifex-integration[bot] <43880903+transifex-integration[bot]@users.noreply.github.com>
2023-11-18 08:44:10 +01:00
9cd68e25b3
Translate cockatrice/cockatrice_en@source.ts in de ( #4937 )
...
100% translated source file: 'cockatrice/cockatrice_en@source.ts '
on 'de'.
Co-authored-by: transifex-integration[bot] <43880903+transifex-integration[bot]@users.noreply.github.com>
2023-11-12 19:22:58 +01:00
72ac441598
Updates for project Cockatrice and language de ( #4934 )
...
* Translate cockatrice/cockatrice_en@source.ts in de
100% translated source file: 'cockatrice/cockatrice_en@source.ts '
on 'de'.
* Translate cockatrice/cockatrice_en@source.ts in de
100% translated source file: 'cockatrice/cockatrice_en@source.ts '
on 'de'.
---------
Co-authored-by: transifex-integration[bot] <43880903+transifex-integration[bot]@users.noreply.github.com>
2023-11-05 19:15:48 +01:00
f5fe56c85d
Bump actions/setup-node from 3 to 4 ( #4928 )
...
Bumps [actions/setup-node](https://github.com/actions/setup-node ) from 3 to 4.
- [Release notes](https://github.com/actions/setup-node/releases )
- [Commits](https://github.com/actions/setup-node/compare/v3...v4 )
---
updated-dependencies:
- dependency-name: actions/setup-node
dependency-type: direct:production
update-type: version-update:semver-major
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-10-31 00:48:39 +01:00
tooomm and GitHub
d4fc1be2cc
CI: Cleanup & updates ( #4921 )
...
* simplify ci after 64bit only
* hint on macos 10.15 with qt6.2
* Update desktop-build.yml
* Update desktop-build.yml
* update xcode
* 14.3 finds 14.3.1, but 14.0 doesn't find 14.0.1
* Update desktop-build.yml
2023-10-28 14:36:50 -04:00
ebbit1q and GitHub
7b3617a273
clean up #4904 for consistency ( #4927 )
...
note, this is not a racetime issue, see #4907
2023-10-28 14:35:15 -04:00
tooomm and GitHub
3e8adae3de
Rename "stack until found" feature ( #4871 )
...
* Rename "stack until found" feature
* lint
2023-10-25 18:43:57 +02:00
tooomm and GitHub
9943133d6d
TOTD: Exchange Gitter for Discord, Fix date format ( #4920 )
...
* Update tips_of_the_day.xml
* Delete cockatrice/resources/tips/images/gitter.png
* Add Discord icon
* Update cockatrice.qrc
* date format
2023-10-24 14:26:38 +02:00
tooomm and GitHub
a5706a47af
Include missing strings for translation ( #4919 )
2023-10-19 21:58:38 +02:00
b3b911c64d
Update translation files ( #4913 )
...
Co-authored-by: github-actions <github-actions@github.com >
2023-10-18 20:41:14 +02:00
github-actions[bot] and GitHub
05beb4fcaf
Update translation source strings ( #4918 )
2023-10-18 00:29:56 +02:00