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

14283 Commits

Author SHA1 Message Date
ca2df49fbb Block usage of preselected starting heroes for prisons in RMG 2024-01-13 14:08:36 +02:00
eae3d806db Merge pull request #3460 from Laserlicht/changedate_sort
add sort for changedate
2024-01-09 12:43:01 +02:00
0d47c01de7 Merge pull request #3458 from Laserlicht/sel_window_bonus
correct starting bonus in selection windows
2024-01-09 12:41:55 +02:00
6641418218 Merge pull request #3452 from IvanSavenko/glibc_assertions
Enable & fix glibc assertions
2024-01-08 11:08:37 +02:00
8b262e49a6 add sort for changedate 2024-01-07 20:17:44 +01:00
d6cf050b6b Merge pull request #3455 from Laserlicht/campaign_completion
fix campaign completion
2024-01-07 18:42:47 +02:00
8f2f5344a9 correct starting bonus in selection windows 2024-01-07 17:25:33 +01:00
c635ca562e fix campaign completion 2024-01-07 14:36:07 +01:00
a2f603ac02 Fixed some cases of illegal access to std::array::operator[] 2024-01-07 12:45:02 +02:00
bd807ba02c Enable glibc assertions to detect cases of undefined behavior 2024-01-07 12:44:27 +02:00
9cf5c6a6c1 Merge pull request #3438 from IvanSavenko/select_renderer
Select sdl renderer in Launcher
2024-01-06 13:06:50 +02:00
cf47fbb729 Merge pull request #3435 from IvanSavenko/bugfixing
[1.4.3] Bugfixing
2024-01-06 13:06:07 +02:00
1834db4177 Merge pull request #3432 from IvanSavenko/crashfixes
[1.4.3] Crashfixes
2024-01-06 13:05:22 +02:00
d4d2ad5f1f Fix build 2024-01-05 22:30:07 +02:00
0acf65af17 Use QSignalBlocker in launcher where applicable 2024-01-05 22:06:07 +02:00
0584591e01 Update translations 2024-01-05 21:47:13 +02:00
77d54e1f79 Allow selecting driver in Launcher 2024-01-05 21:47:03 +02:00
3383221f0b Show error message on failure to create renderer 2024-01-05 21:46:44 +02:00
c828ccf5f4 Fix transmutation bonus activation 2024-01-05 19:39:38 +02:00
40e423884f Do not attempt to build non-existing buildings via events 2024-01-05 18:51:00 +02:00
1519de60bf Remove excessive logging on using Recanter's Cloak in siege of Tower 2024-01-05 18:31:07 +02:00
296310e32e Fix check for opponent side for mana drain 2024-01-05 17:56:00 +02:00
51b7de4b98 Fix double off-by-one bug with CREATURE_GROWTH bonus 2024-01-05 16:57:44 +02:00
480a0f19c0 Fix missing modded spells in magic guilds for h3m maps 2024-01-05 16:47:23 +02:00
4b5b99aba3 Fix handling of invalid creature damage range (min > max) 2024-01-05 16:12:02 +02:00
fbdceb4f71 Fix crash on using two mods that add battlefield with same identifier 2024-01-05 15:58:25 +02:00
b5307948c5 Fix crash on summon guardians ability 2024-01-05 15:47:25 +02:00
fd85d93a00 Fixed video playback framerate for intro videos 2024-01-05 14:37:33 +02:00
825217e0f5 Fix build 2024-01-05 00:33:31 +02:00
2d8692c142 Throw "resource not found" instead of crashing on invalid query 2024-01-04 23:58:28 +02:00
c78382c515 Fix possible crash on ending battle via on-timer action 2024-01-04 23:57:59 +02:00
edb2ecd751 Fix possible overflow errors on leveling up beyond int64_t limit
- added separate giveExperience method instead of weird changePrimSkill
- experience is now always used in form of int64_t
- max supported level reduced from 201 to 197 to fit into int64_t
- fixed undefined behavior in experience calculation
2024-01-04 23:57:36 +02:00
ceea341bb0 Fix crash on attempt to dereference invalid subtype in bonus 2024-01-04 23:54:35 +02:00
8037d575ad Fix crash on attempt to access not visible tile 2024-01-04 23:54:06 +02:00
68faa98f35 Avoid crash on server startup failure on Android 2024-01-04 23:53:37 +02:00
63a2ed7cf8 Replace vector[] with range-checking vector.at() 2024-01-04 23:52:57 +02:00
3b66701ffe Ignore illegal 'index' entries in mods 2024-01-04 23:52:01 +02:00
ef5686634d Removed no longer used code 2024-01-04 23:48:58 +02:00
55bd164f1c Unified identifiers to entity conversion code 2024-01-04 23:47:44 +02:00
121ef77440 Merge pull request #3416 from Laserlicht/video_campaign_fix
video position for campaigns
2024-01-03 12:32:40 +02:00
5d38cca6ed Merge pull request #3415 from Laserlicht/spellbook_pages
spellbook fix pages
2024-01-03 12:32:00 +02:00
fd3d0598c5 Merge pull request #3419 from vcmi/dydzio0614-patch-1
Fix wrong comment in commander levelup config
2024-01-03 12:30:40 +02:00
d1553c448a Merge pull request #3408 from vcmi/battle-ai-fix
Battle ai fix
2024-01-02 21:13:43 +02:00
1a1ae5cd8b BattleAI: fixes 2024-01-02 17:35:10 +02:00
9dd1dbfe37 Fix wrong comment 2024-01-01 17:53:05 +01:00
63ee20de6c video campaign fix 2024-01-01 15:25:42 +01:00
9066dbcbd4 spellbook fix pages 2024-01-01 14:57:55 +01:00
4cd910a4ce Merge pull request #3392 from IvanSavenko/simturns_docs
Added description of simultaneous turns functionality to player docs
2023-12-31 12:19:56 +02:00
f5bc1f498a Merge pull request #3404 from cewbdex/desktop-trans
Update linux desktop files
2023-12-31 12:17:58 +02:00
2bf0bb3ca4 cz consisteny 2023-12-29 16:56:04 +01:00