8dc1170215
set creation date
2025-04-05 23:09:58 +02:00
28169b051e
campaign editor
2025-04-05 22:30:31 +02:00
7b89521179
ArtInfoWindow on client. Server side
2025-04-05 19:12:19 +02:00
4609a83fc1
ArtInfoWindow on client. Lib side
2025-04-05 18:02:04 +02:00
b9ef9f64bb
Forgotten setAcceptDrops
2025-04-05 11:12:37 +02:00
9c10a0c05b
Shortcuts visibility
2025-04-04 20:47:18 +02:00
97b1a00285
Drag and drop
2025-04-04 20:41:29 +02:00
6fba8a6a86
Drag and drop
2025-04-04 20:41:04 +02:00
e1be9af5e6
Merge pull request #5602 from IvanSavenko/fuzzy_bump
...
Bump fuzzylite submodule to latest commit
2025-04-02 16:01:34 +03:00
f2ffe32d5c
Merge pull request #5597 from BenFradet/fix-dwellings
...
Fix dwellings recruitment text
2025-04-02 13:57:12 +03:00
549a729e20
Merge pull request #5591 from IvanSavenko/vector_replace
...
Support for replacement of individual entries in json lists
2025-04-02 13:55:19 +03:00
dd823d1681
Merge pull request #5560 from GeorgeK1ng/campaigns
...
[1.7] Campaigns configurations improvements
2025-04-02 13:54:50 +03:00
76418e7f14
Merge pull request #5522 from XCOM-HUB/patch-2
...
Update swedish.json (beta)
2025-04-02 13:54:39 +03:00
f0ee3b8257
Fix setting up locale for Android and such
2025-04-02 05:14:51 +02:00
40870d8f64
Bump fuzzylite submodule to latest commit
2025-04-01 17:58:21 +03:00
efe2f4e0ba
Merge pull request #5596 from BenFradet/fix-fedora-building
...
Fix fedora building instructions
2025-03-30 21:24:36 +03:00
f18715bd48
Update lib/mapObjects/CGDwelling.cpp
...
Co-authored-by: Ivan Savenko <saven.ivan@gmail.com >
2025-03-30 20:09:57 +02:00
58a6aabd4c
Switch list patching to more user-friendly 1-based indexing
2025-03-30 17:18:47 +03:00
4dc82284b4
Add docs
2025-03-30 17:12:42 +03:00
dc1358a416
Fix dwellings recruitment text
2025-03-29 23:31:01 +01:00
b7965f007f
Fix fedora building instructions
2025-03-29 23:24:26 +01:00
afd64daf04
make OwnerUpdater not hardcode OppositeSideLimiter
2025-03-28 23:06:03 +08:00
aeb6c0be26
Support for replacement of individual entries in json lists
...
It is now possible for mods to modify json lists precisely, without full
replacement. Supported options:
- `append`: appends a single item to end of list
- `appendItems`: appends multiple items to end of list
- `insert@NUM`: inserts a single item *before* item NUM (item counting
is 0-based)
- `modify@NUM`: allows editing of a single item NUM (item counting is 0-
based)
Example - addition of a new item into town hall slots:
```json
"hallSlots":
{
"modify@4" : {
"append" : [ "dwellingLvl7B", "dwellingUpLvl7B" ]
}
},
```
This would modify 4th element (last row) by appending new entry to the
end of last row
```json
{
"modify@4" : {
"insert@1" : [ "dwellingLvl5B", "dwellingUpLvl5B" ]
}
},
```
This would add new slot not in the end of last row, but before 1st item
(between 5th and 6th dwellings)
2025-03-27 19:22:50 +00:00
04bfe12b2b
Added new mod types
2025-03-27 19:15:09 +01:00
4cf0211600
Merge pull request #5587 from IvanSavenko/crashfixes_beta
...
Fixes for beta
2025-03-27 13:51:34 +02:00
4df4438f59
Merge pull request #5588 from IvanSavenko/ci_fix
...
Fix CI failure in develop branch
2025-03-26 22:33:09 +02:00
8771ecdf57
Workaround for crash due to static destruction order
2025-03-26 20:32:55 +00:00
c6a541752e
Fix unused variable on serialization
2025-03-26 19:55:56 +00:00
7d3e59d7d3
Do not track clipboard on mobile systems to avoid permissions prompt
2025-03-26 16:00:31 +00:00
8a0fed7b3a
Temporarily(?) use weak_ptr to reduce ram usage increase during long
...
game sessions
2025-03-26 15:37:38 +00:00
ded12f2df9
Disable auto-selection of xbrz on 32-bit systems
2025-03-26 15:37:38 +00:00
9da598dcaf
Fix possible crash on accessing content rect with nullptr surface
2025-03-26 15:37:38 +00:00
1c96489721
Merge pull request #5569 from Laserlicht/configeditor
...
Editor for JSON config in launcher
2025-03-26 17:28:26 +02:00
0197d226c9
Merge pull request #5565 from kdmcser/new_morale_luck
...
support setting dice molecule for rolling morale and luck
2025-03-26 16:53:13 +02:00
3ca0c7661a
Merge pull request #5584 from kambala-decapitator/macos-launcher-quit
...
[launcher] restore quitting launcher when starting game on Windows and macOS
2025-03-26 16:48:32 +02:00
33f708c744
Merge pull request #5577 from GeorgeK1ng/skill_removal
...
Skill removal as reward
2025-03-26 16:47:37 +02:00
032d4bf112
Merge pull request #5574 from heroesiiifan/bela
...
add belarussian
2025-03-26 16:46:46 +02:00
dfbe6d1965
Merge pull request #5572 from IvanSavenko/old_banks_remove
...
Remove deprecated support for banks in 1.5 format
2025-03-26 16:45:56 +02:00
bc07fa2fa3
Merge pull request #5571 from IvanSavenko/boost_old_remove
...
Remove old boost includes and defines
2025-03-26 16:45:39 +02:00
5c1adc7df5
change config format
2025-03-26 00:18:45 +08:00
602616f38f
[launcher] restore quitting launcher when starting game on Windows and macOS
2025-03-25 09:57:47 +03:00
a371501005
code review
2025-03-23 13:09:03 +01:00
474e044caf
Update lib/mapObjects/CGHeroInstance.cpp
...
Co-authored-by: Ivan Savenko <saven.ivan@gmail.com >
2025-03-22 18:25:30 +01:00
cae84e0e77
Skill removal as reward
2025-03-22 17:16:46 +01:00
1edd666ac1
Page identification when needed
2025-03-21 22:12:15 +01:00
11774c279d
Update AssetGenerator.cpp
2025-03-21 17:20:37 +01:00
551c1021b9
Remove not needed variables
2025-03-21 17:16:25 +01:00
a62c658224
Fix AB typo
2025-03-21 17:15:27 +01:00
1996c77d49
Update client/mainmenu/CCampaignScreen.cpp
...
Co-authored-by: Ivan Savenko <saven.ivan@gmail.com >
2025-03-21 17:14:55 +01:00
11c32c7a8c
Update client/mainmenu/CCampaignScreen.cpp
...
Co-authored-by: Ivan Savenko <saven.ivan@gmail.com >
2025-03-21 17:14:24 +01:00