nordsoft
|
9984351302
|
Fix object clearing
|
2023-05-04 15:03:18 +04:00 |
|
nordsoft
|
92dcfd1f68
|
Fix garrisons hero
|
2023-05-02 15:09:02 +04:00 |
|
nordsoft
|
7996123dfa
|
Rename constant
|
2023-05-02 14:45:53 +04:00 |
|
nordsoft
|
c4cf2a100b
|
Fix behavior for hero bought in town tavern
|
2023-05-02 04:44:09 +04:00 |
|
nordsoft
|
0250e6fb92
|
Merge branch 'develop-upstream' into town-buildings
# Conflicts:
# client/CPlayerInterface.cpp
# client/windows/CTradeWindow.cpp
# config/objects/generic.json
# lib/mapObjects/CGMarket.cpp
# lib/mapObjects/CGMarket.h
# lib/mapObjects/CGTownInstance.cpp
# lib/mapObjects/CommonConstructors.cpp
# lib/mapObjects/CommonConstructors.h
|
2023-05-02 01:48:13 +04:00 |
|
Nordsoft91
|
c9b59735cf
|
Merge pull request #2101 from Nordsoft91/rewardable-expand
Part 2: refactoring for rewardable object
|
2023-05-02 01:19:57 +04:00 |
|
Ivan Savenko
|
916b41d9a7
|
Merge pull request #2078 from IvanSavenko/shortcuts
Basic shortcuts system
|
2023-05-01 21:45:52 +03:00 |
|
nordsoft
|
97a1758e8e
|
Merge remote-tracking branch 'upstream/develop' into rewardable-expand
|
2023-05-01 21:51:10 +04:00 |
|
nordsoft
|
87ff31531f
|
Rename parameter and remove extra check
|
2023-05-01 21:49:37 +04:00 |
|
nordsoft
|
07b2052679
|
Bit refactoring
|
2023-05-01 21:49:37 +04:00 |
|
nordsoft
|
68fa7aaf35
|
Remove limitations for amount of skills
|
2023-05-01 21:49:37 +04:00 |
|
nordsoft
|
a4fd6c1c92
|
Move trading window title to config
|
2023-05-01 21:49:37 +04:00 |
|
nordsoft
|
b29fc1a5f4
|
Fix movement bonus subtype
|
2023-05-01 21:49:37 +04:00 |
|
nordsoft
|
3d20538c1e
|
Implement markets
|
2023-05-01 21:49:37 +04:00 |
|
nordsoft
|
35a505288b
|
Fix json value reader
|
2023-05-01 21:49:37 +04:00 |
|
nordsoft
|
59bc9326e9
|
Remove excess pointer from market interface
|
2023-05-01 21:49:37 +04:00 |
|
Ivan Savenko
|
a654cc2391
|
Removed vstd::advance. Added vstd::next to handle similar cases.
|
2023-05-01 17:58:18 +03:00 |
|
nordsoft
|
203d0a4f91
|
Merge remote-tracking branch 'upstream/develop' into rewardable-expand
# Conflicts:
# lib/JsonRandom.cpp
|
2023-05-01 02:07:20 +04:00 |
|
nordsoft
|
d2e0d6a754
|
Fix none-Of operator for skills
|
2023-05-01 01:35:01 +04:00 |
|
nordsoft
|
c7ade44d07
|
Fix skills loading from mods
|
2023-05-01 01:35:01 +04:00 |
|
nordsoft
|
e9279cfbc4
|
Blocking dialogs supported
|
2023-05-01 00:14:53 +04:00 |
|
nordsoft
|
c4242c16ad
|
Compiling code
|
2023-05-01 00:14:53 +04:00 |
|
nordsoft
|
f9767a3179
|
Initial implementation for rewardable town building
|
2023-05-01 00:14:53 +04:00 |
|
nordsoft
|
2adcc89a0d
|
Rewardable town buildings prototype
|
2023-05-01 00:14:53 +04:00 |
|
nordsoft
|
cc4277748d
|
Fix movement bonus subtype
|
2023-05-01 00:14:53 +04:00 |
|
nordsoft
|
67e6920e23
|
Implement markets
|
2023-05-01 00:14:53 +04:00 |
|
nordsoft
|
30967b2813
|
Remove excess pointer from market interface
|
2023-05-01 00:14:53 +04:00 |
|
nordsoft
|
1b4d117790
|
deeper decoupling
|
2023-04-30 17:13:07 +04:00 |
|
Konstantin
|
86f5d6de69
|
vcmi: modernize headers
|
2023-04-30 13:35:54 +03:00 |
|
nordsoft
|
ac8f390cf8
|
Dividing rewarbadle objects into separate files
|
2023-04-30 04:39:31 +04:00 |
|
nordsoft
|
67bfacfcf7
|
Create of rewardable interface
|
2023-04-30 03:15:59 +04:00 |
|
nordsoft
|
c39a9cac63
|
Minor changes
|
2023-04-30 01:43:02 +04:00 |
|
nordsoft
|
e47bb3f1f9
|
Separate configuration and object
|
2023-04-30 00:59:02 +04:00 |
|
Ivan Savenko
|
d985ac90d3
|
Merge master -> develop
|
2023-04-28 22:57:25 +03:00 |
|
Ivan Savenko
|
3dde827a9d
|
Merge pull request #2070 from rilian-la-te/make-tests-compile-pass-h3
vcmi: fix test compiling and passing
|
2023-04-28 22:18:00 +03:00 |
|
nordsoft
|
f6d91cab35
|
Fix portrait serialization
# Conflicts:
# lib/mapObjects/CGHeroInstance.cpp
|
2023-04-28 05:34:59 +04:00 |
|
nordsoft
|
421bbab1cc
|
Split CGTownInstance file
|
2023-04-28 05:30:49 +04:00 |
|
Konstantin P
|
54e4db3819
|
vcmi: fix abandoned mine resource loading
It was overshadowed by local variable
|
2023-04-27 20:59:55 +03:00 |
|
Ivan Savenko
|
fb739e7186
|
Merge beta -> develop
|
2023-04-26 22:48:08 +03:00 |
|
Nordsoft91
|
f39f208e05
|
Merge pull request #1915 from Nordsoft91/vcmi-campaign
VCMI campaigns format
|
2023-04-23 19:09:59 +04:00 |
|
Nordsoft91
|
a553a4aa66
|
Merge pull request #2030 from Nordsoft91/boats
|
2023-04-22 03:27:00 +04:00 |
|
nordsoft
|
de159df481
|
Rename boats
|
2023-04-20 21:20:51 +04:00 |
|
nordsoft
|
9ecf16ca23
|
Fix minor bugs
|
2023-04-20 03:20:00 +04:00 |
|
Ivan Savenko
|
5a5aced67e
|
Fixed empty Black Market on game start
|
2023-04-19 23:11:17 +03:00 |
|
Ivan Savenko
|
4bb4d7e7a5
|
Merge pull request #1989 from SoundSSGood/refactoring-arts-p1
Artifact related code refactoring part1 (initial)
|
2023-04-19 15:31:11 +03:00 |
|
Ivan Savenko
|
505a78a638
|
Merge pull request #2035 from rilian-la-te/native-fix-beta
vcmi: fix terrain penalties
|
2023-04-19 13:39:54 +03:00 |
|
Konstantin P
|
d94ce22e70
|
vcmi: fix terrain penalties
Fixes #2028
|
2023-04-19 12:41:54 +03:00 |
|
nordsoft
|
0a28262c15
|
Merge remote-tracking branch 'upstream/develop' into boats
# Conflicts:
# AI/VCAI/Pathfinding/AINodeStorage.cpp
|
2023-04-19 02:22:19 +04:00 |
|
nordsoft
|
008db447e7
|
Minor changes
|
2023-04-19 02:11:24 +04:00 |
|
nordsoft
|
22da7a931d
|
Boat as bonus system node
|
2023-04-19 01:11:51 +04:00 |
|