1
0
mirror of https://github.com/vcmi/vcmi.git synced 2025-04-11 11:31:52 +02:00

18895 Commits

Author SHA1 Message Date
George King
6c72aa4cbe
Improved "Create new map" dialog for map editor (#5187)
* Improve  "Create new map" dialog

* Tweaks

* Tweaks

* Final tweaking

Optimized UI to look more consistent. Removed help button.

* Add files via upload

* Reworked dialog

* Formatting fix

* Add files via upload

* Add files via upload

* Add files via upload

* Fix seed condition

* Remove help button

* Remove help button

* Fixed labels

* Fix for Humans vs Computers combo

* Removed not needed connections + better radio names

* Update mapeditor/windownewmap.cpp

Co-authored-by: Andrey Filipenkov <kambaladecapitator@gmail.com>

* Improve map size selection grabbing

* Remove QRegularExpression

* Reformat mapSizes

---------

Co-authored-by: Andrey Filipenkov <kambaladecapitator@gmail.com>
2025-01-06 14:39:14 +02:00
Ivan Savenko
c3952b31f1
Merge pull request #5158 from IvanSavenko/bonus_caching
[1.6.3] Bonus caching improvements
2025-01-06 14:38:34 +02:00
Ivan Savenko
718f216fdd
Merge pull request #5209 from IvanSavenko/ai_graph_fix
Correctly initialize graph cost in turns instead of default 255 turns
2025-01-06 14:34:37 +02:00
George King
b4f6932f36
Ability to use random main menu background 2025-01-06 11:33:15 +01:00
Ivan Savenko
6d0dc9c5bb Added popup for keymasters/border guards similar to teleporters 2025-01-05 23:22:46 +00:00
godric3
4b7792075d map editor: option to set random town same as player faction 2025-01-05 21:57:11 +01:00
Ivan Savenko
53b08b726b Version bump to 1.6.3 2025-01-05 20:33:29 +00:00
Ivan Savenko
f6f99d2384 Correctly initialize graph cost in turns instead of default 255 turns 2025-01-05 18:05:28 +00:00
godric3
15175a267c map editor: show edited values in inspector 2025-01-05 17:19:51 +01:00
Ivan Savenko
73d1675ae3 Code cleanup, fixes to discovered regressions 2025-01-05 15:41:42 +00:00
Ivan Savenko
018503c5e8
Merge pull request #5191 from Laserlicht/translations
[1.6.x] mapeditor translations
2025-01-05 13:15:46 +02:00
Laserlicht
c2bbcb7fce rework translation 2025-01-04 22:39:28 +01:00
Ivan Savenko
af83a3043e
Merge pull request #5148 from Laserlicht/h3c_vcmp_converter
[1.6.x] h3c to vcmp converter
2025-01-04 23:19:25 +02:00
Ivan Savenko
fa1683c889
Merge pull request #5194 from Laserlicht/patch-3
[1.6.x] add scrollbar for hero overview descriptions if necessary
2025-01-04 22:27:46 +02:00
Ivan Savenko
e092fba519
Merge pull request #5197 from vcmi/dydzio0614-patch-2
Change bonus icon for limited shooting range
2025-01-04 22:27:18 +02:00
Ivan Savenko
1fe946a73f
Merge pull request #5199 from Laserlicht/fix_long_texts
[1.6.x] fix long texts in popup
2025-01-04 22:24:43 +02:00
Laserlicht
0eea99247c fixed broken translations 2025-01-04 18:50:24 +01:00
Laserlicht
b72f596832 missing tr 2025-01-04 18:40:24 +01:00
Laserlicht
69c6ffa417 fix translation 2025-01-04 18:32:35 +01:00
Laserlicht
b9562c9c34 regenerated translations and updated german 2025-01-04 16:42:33 +01:00
Laserlicht
c7d9cbc7e9 missing str 2025-01-04 16:26:57 +01:00
Laserlicht
4aed816b05 resource and playername translation 2025-01-04 16:26:57 +01:00
Laserlicht
3e44dd6a88 move translation out of constructor 2025-01-04 16:26:57 +01:00
Laserlicht
bdf778a80a mapeditor new translatable strings 2025-01-04 16:26:57 +01:00
Ivan Savenko
83b9a8d750 Fixes for regressions 2025-01-04 15:09:50 +00:00
Ivan Savenko
dfe8a95f8c Fix build 2025-01-04 15:09:50 +00:00
Ivan Savenko
78fc6d0e41 Remove unused code 2025-01-04 15:09:50 +00:00
Ivan Savenko
ea368c5176 Inlined methods commonly used by pathfinder for better optimization 2025-01-04 15:09:50 +00:00
Ivan Savenko
dea1eba20b Rework and optimize turnInfo used by pathfinder 2025-01-04 15:09:50 +00:00
Ivan Savenko
579b64cd39 Fix build 2025-01-04 15:09:50 +00:00
Ivan Savenko
39d2f27589 Remove remaining usages of CCheckProxy class 2025-01-04 15:09:50 +00:00
Ivan Savenko
919588f7ff Added cache for common hero-based bonuses 2025-01-04 15:09:50 +00:00
Ivan Savenko
157d6d30c8 Move rest of commonly-accessed UnitState queries to bonus cache 2025-01-04 15:09:50 +00:00
Ivan Savenko
05397e2aaf Caching of bonuses that are requested with different durations 2025-01-04 15:09:50 +00:00
Ivan Savenko
16cfb51f3e Initial version of new bonus caching system 2025-01-04 15:09:50 +00:00
Ivan Savenko
f56fd203de
Merge pull request #5202 from vcmi/beta
Merge beta -> master
1.6.2
2025-01-04 16:57:47 +02:00
Ivan Savenko
873d916a41
Merge pull request #5190 from IvanSavenko/release_162
Release 1.6.2
2025-01-04 16:16:47 +02:00
Ivan Savenko
08a5c44901 Update changelog 2025-01-04 14:03:28 +00:00
Ivan Savenko
9f4e92b5f6 Fix computation of spell value when attacker can't reach enemies behind
walls in siege combat
2025-01-04 14:01:40 +00:00
Ivan Savenko
c4623aad0f Backported fix for BattleAI not casting spells that would kill entire
unit
2025-01-04 12:23:36 +00:00
Laserlicht
c7963cf62f fix TeleporterPopup out of screen 2025-01-04 02:01:44 +01:00
Laserlicht
0f745d5f1b fix long texts in popup 2025-01-04 01:23:26 +01:00
Dydzio
3de73c7a46
Change bonus icon for limited shooting range 2025-01-03 19:38:44 +01:00
Ivan Savenko
4ccd860b2f Fix possible crash on loading save with invalid buildings, e.g. Mage
Guild 4 in towns without one
2025-01-03 15:41:26 +00:00
Laserlicht
f02a61e546
optimize for touch input 2025-01-03 14:49:35 +01:00
Laserlicht
076af53733
add scrollbar for hero overview 2025-01-03 14:34:52 +01:00
Ivan Savenko
da8cca2ea5 Add 1.6.2 download counter 2025-01-02 20:46:29 +00:00
Ivan Savenko
108a61933a Updated changelog 2025-01-02 20:46:06 +00:00
Laserlicht
dc406ae906
remove json campaign override 2025-01-02 21:42:32 +01:00
Ivan Savenko
e57cf147ed Updated Ukrainian translation 2025-01-02 20:31:23 +00:00