1
0
mirror of https://github.com/vcmi/vcmi.git synced 2025-07-15 01:24:45 +02:00
Commit Graph

14596 Commits

Author SHA1 Message Date
d3a1cdb97a Merge pull request #3485 from Laserlicht/fix_selection
fix buggy multiplayer selection
2024-01-14 14:23:32 +02:00
d4509bd03b Merge pull request #3487 from Alexander-Wilms/ci-badge
CI badge: Only report status of vcmi/vcmi, ignore statuses of PRs
2024-01-14 14:22:01 +02:00
ab1cdb0cab Merge pull request #3488 from Alexander-Wilms/dependabot-config
Add Dependabot configuration to update GitHub Actions
2024-01-14 14:18:21 +02:00
c1a870c842 Merge pull request #3484 from Laserlicht/console_fix
console fix
2024-01-14 14:17:34 +02:00
43ad7882e0 Merge pull request #3478 from kdmcser/develop
Update Chinese translation for launcher
2024-01-14 13:46:22 +02:00
3602be5eab BattleAI: remove adjustPositions method as it gives more troubles than usefulness 2024-01-14 10:23:44 +02:00
a0565e522b Add Dependabot configuration to update GitHub Actions 2024-01-14 00:59:51 +00:00
09ce8cef96 CI badge: Only report status of vcmi/vcmi, ignore statuses of PRs
Show status of latest scheduled CI run on the develop branch.
Until now, the status of the latest CI run was shown, even if that was triggered by a PR
2024-01-13 23:05:14 +00:00
b453b9d6d0 Fix UI lock on ending turn while simturns are active 2024-01-13 23:38:43 +02:00
45a3d04d25 Fix simturns termination check 2024-01-13 23:23:36 +02:00
e25c8c21e0 fix buggy multiplayer selection 2024-01-13 21:51:56 +01:00
3e623565a2 Fix redundant class 2024-01-13 21:39:17 +01:00
fc163898d9 Fixed delayed updates in timer editing, limited to 24 hours at most 2024-01-13 22:31:26 +02:00
3aa67b3e5f Merge remote-tracking branch 'origin/beta' into random_prison_distributor 2024-01-13 21:02:08 +01:00
f81a0cb4b6 CLoggerBase: Remove semicolon from RAII_TRACE definition
Fixes the following SonarCloud issue:

Modify the macro definition so that it needs to be followed by a semicolon, or remove this empty statement.
Empty statements should be removed cpp:S1116
https://sonarcloud.io/organizations/vcmi/rules?open=cpp%3AS1116&rule_key=cpp%3AS1116
2024-01-13 18:13:56 +00:00
2d511ecf1c console fix 2024-01-13 18:59:59 +01:00
8303ce5d13 Added option to ignore guards in pathfinder
Used for simturns contact detection, by default disabled for player
pathfinding
2024-01-13 19:44:37 +02:00
397da95969 More human-readable messages for simturns contact attempts 2024-01-13 19:40:19 +02:00
4f44276dd3 Add attribute to always-throwing methods 2024-01-13 19:39:45 +02:00
0cd83402d3 Fix outdated docs 2024-01-13 19:38:01 +02:00
4851b6b830 Do not upload 32-bit builds 2024-01-13 19:37:42 +02:00
4b8f8d90f6 Merge pull request #3479 from vcmi/enable-unit-tests
Enable unit tests
2024-01-13 18:22:33 +02:00
4e69853ca8 vcmiobelisk bugfix 2024-01-13 16:05:12 +01:00
fc6a9924ee FIRST_STRIKE now supports ranged / melee subtypes, BLOCKS_RETALIATION
will properly block FIRST_STRIKE
2024-01-13 16:54:06 +02:00
bb670cfb82 Merged accurate shot bonus into death stare bonus 2024-01-13 15:55:07 +02:00
ca2df49fbb Block usage of preselected starting heroes for prisons in RMG 2024-01-13 14:08:36 +02:00
50b45367dc Disable tests if no secret exists 2024-01-13 13:50:47 +02:00
b9a988a48d Update github.yml 2024-01-13 13:02:12 +02:00
d6213482ed Update github.yml to enable unit tests from vcmi-test-data repo 2024-01-13 12:54:39 +02:00
e46f442a20 Merge pull request #2838 from Alexander-Wilms/ci-using-encrypted-data
Enable unit tests for Linux CI builds
2024-01-13 12:26:28 +02:00
f9252f2e90 Update Chinese translation for mapeditor 2024-01-13 17:57:36 +08:00
a2cda7f736 add Chinese mapeditor translation into its CMakeFiles.txt 2024-01-13 17:27:28 +08:00
f3c89d0019 Update Chinese translation for launcher 2024-01-13 13:17:03 +08:00
f6e0f46040 Merge pull request #3467 from dydzio0614/hota-fixes
Fix HotA creature abilities (add bonuses allowing implementing them)
2024-01-12 21:55:18 +02:00
29eab0fdbe Merge pull request #3476 from kdmcser/develop
Add Chinese translate for mapeditor
2024-01-12 21:54:22 +02:00
7cf738b20e Merge pull request #3462 from Laserlicht/trim_text
limit textboxes
2024-01-12 21:53:30 +02:00
019a4151b9 Merge pull request #3258 from SoundSSGood/trade-panels
Market rework
2024-01-12 21:53:13 +02:00
1d4862fc83 add Chinese translate for mapeditor 2024-01-12 23:12:54 +08:00
765425a785 fix wrong translate string in Chinese 2024-01-12 23:12:19 +08:00
M
9ee526d202 Fixes from code review 2024-01-11 21:10:22 +01:00
4df7de36c1 fixed regression 2024-01-11 14:51:42 +02:00
b840cf3650 suggested changes 2024-01-11 12:46:32 +02:00
fb027d1a57 Merge pull request #3469 from Alexander-Wilms/define-each-identifier-in-a-dedicated-statement
Define each identifier in a dedicated statement
2024-01-11 11:22:36 +02:00
250b1b69a8 Update accurate shot translation handling
Co-authored-by: Ivan Savenko <saven.ivan@gmail.com>
2024-01-10 23:57:29 +01:00
M
3a83de5e70 Simplified code a bit 2024-01-10 23:56:32 +01:00
M
bf7c6a4c3f Extract method for death stare / accurate shot, fix translation key 2024-01-10 23:23:10 +01:00
M
7bf273e01c Extract revenge calculation to separate method 2024-01-10 22:56:26 +01:00
M
815fa26fb3 Change nix rounding, revert assert comment 2024-01-10 22:18:53 +01:00
4ef7f93514 Merge pull request #3442 from Laserlicht/autodetect_windows
Autodetect and copy installed heroes on windows
2024-01-10 16:37:55 +02:00
d6224eef5b Merge pull request #3457 from Laserlicht/queue
make queue interactable
2024-01-10 15:51:13 +02:00