nordsoft
|
a0561e9d79
|
Merge branch 'fix-spells-amount' into cpp-map-editor
|
2022-09-09 16:20:13 +04:00 |
|
nordsoft
|
331f02be33
|
Fix spells amount
|
2022-09-09 15:29:52 +04:00 |
|
nordsoft
|
e64641cf01
|
Merge remote-tracking branch 'upstream/features/new-terrains' into cpp-map-editor
# Conflicts:
# launcher/settingsView/csettingsview_moc.ui
# lib/mapping/CMap.h
# lib/mapping/CMapEditManager.cpp
# lib/mapping/CMapEditManager.h
# lib/rmg/CMapGenerator.cpp
# lib/rmg/CMapGenerator.h
# lib/rmg/ObstaclePlacer.cpp
# lib/rmg/ObstaclePlacer.h
# lib/rmg/RmgArea.h
# lib/rmg/RmgMap.cpp
# lib/rmg/RmgMap.h
# lib/rmg/Zone.cpp
# lib/rmg/Zone.h
# lib/serializer/CSerializer.h
|
2022-09-09 11:59:19 +04:00 |
|
Andrii Danylchenko
|
68d052ac5c
|
[844] - fix pathfinding for fly towards guarded tile
|
2022-09-09 09:01:21 +03:00 |
|
nordsoft
|
dab7c41d21
|
Fix terrain performance
|
2022-09-07 13:21:02 +04:00 |
|
nordsoft
|
c3355aa976
|
Support creature setting up
|
2022-09-07 05:33:48 +04:00 |
|
nordsoft
|
289ae8a1f8
|
Fix terrain performance
|
2022-09-07 04:20:02 +04:00 |
|
nordsoft
|
9429cb4340
|
Add more objects into inspector
|
2022-09-07 02:39:07 +04:00 |
|
Tomasz Zieliński
|
97b0fa16ae
|
Fill obstacles as one operation (for undo).
However, it works only for obstacles on one type of terrain.
|
2022-09-06 20:51:45 +02:00 |
|
Tomasz Zieliński
|
d790978dbb
|
(almost) unlimited undo, why not?
|
2022-09-06 19:22:36 +02:00 |
|
Tomasz Zieliński
|
ca0446c4ee
|
Fix compilation
|
2022-09-06 19:17:52 +02:00 |
|
Tomasz Zieliński
|
43a6986ebf
|
fix warning
|
2022-09-06 19:17:38 +02:00 |
|
Tomasz Zieliński
|
87880e5c6c
|
Split classes into 3 fiiles
|
2022-09-06 18:47:41 +02:00 |
|
Tomasz Zieliński
|
738fbd77d4
|
Support for composed erase operation
|
2022-09-06 17:54:48 +02:00 |
|
Tomasz Zieliński
|
6165bac516
|
Some preliminary support for object erase. But this will need a major refactor to split basic map data from in-game data.
|
2022-09-06 17:16:34 +02:00 |
|
Tomasz Zieliński
|
b817e6509b
|
Serialize new field with new save format
|
2022-09-06 15:53:32 +02:00 |
|
nordsoft
|
650ab29e50
|
Fix crash in rmg
|
2022-09-06 16:12:28 +03:00 |
|
nordsoft
|
e455f66e86
|
[810] Fix bonus duplication
|
2022-09-06 16:12:28 +03:00 |
|
DjWarmonger
|
6a011b5ee0
|
Mine roads (#808)
* Create dirt roads to mines if there are no roads in a zone.
|
2022-09-06 16:12:28 +03:00 |
|
Nordsoft91
|
2ff8c1091b
|
Final preparations for merge into develop (#780)
* version updated, change log updated from release draft
* horse sounds for terrains
* Update and freeze essential files
|
2022-09-06 16:12:28 +03:00 |
|
nordsoft
|
c33592d01b
|
Randomly shuffle required objects to avoid patterns
|
2022-09-06 16:12:28 +03:00 |
|
Nordsoft91
|
ccbc8a1632
|
Fix problems with water zone (#784)
|
2022-09-06 16:12:28 +03:00 |
|
Nordsoft91
|
4844310a89
|
Fix RMG bug with incorrect town placement (#779)
* Fix RMG bug with incorrect town placement
* Readability tweak
|
2022-09-06 16:12:28 +03:00 |
|
Nordsoft91
|
30aaee30b4
|
Improve treasure placement logic (#775)
Improve treasure placement logic (#775)
|
2022-09-06 16:12:28 +03:00 |
|
Nordsoft91
|
967201a68e
|
Fix problem with empty areas (#772)
* Fixes for obstacles and treasures
|
2022-09-06 16:12:28 +03:00 |
|
Nordsoft91
|
c47be32b25
|
Fix for sealed-off treasures (#771)
Fix for sealer-off treasures
|
2022-09-06 16:12:28 +03:00 |
|
Nordsoft91
|
6a6605a34e
|
Random map generator refactoring (#762)
random map generator refactoring and improvements
|
2022-09-06 16:12:28 +03:00 |
|
Andrii Danylchenko
|
847f11a6c7
|
Fix getting battlefield crash
|
2022-09-06 16:12:28 +03:00 |
|
Andrii Danylchenko
|
db2a570a4b
|
battlefields in VLC and custom bonuses for terrain patches
|
2022-09-06 16:12:28 +03:00 |
|
Andrii Danylchenko
|
dde3d8ed58
|
allow configurable battleground graphics
|
2022-09-06 16:12:28 +03:00 |
|
Nordsoft91
|
c95818bd84
|
New battlegrounds (#758)
|
2022-09-06 16:12:28 +03:00 |
|
Nordsoft91
|
08ecf4cf4c
|
New terrain support - part 1 (#755)
Initial support of new terrains
|
2022-09-06 16:12:28 +03:00 |
|
Tomasz Zieliński
|
b826bc00b9
|
Merge remote-tracking branch 'origin/cpp-map-editor' into EraseAction
+ Some workaround for View -> LayerSelection communication
|
2022-09-06 08:59:28 +02:00 |
|
Tomasz Zieliński
|
d3da75eece
|
- Erase operation (hotkey: DELETE)
- Interface is updated when there is an object selected or not
- Undo for erase object
|
2022-09-06 08:05:34 +02:00 |
|
nordsoft
|
9c1971788b
|
Proper erasing for exception objects
|
2022-09-06 05:50:00 +04:00 |
|
Nordsoft91
|
4793ed9679
|
Merge branch 'cpp-map-editor' into Actions
|
2022-09-05 21:04:38 +04:00 |
|
nordsoft
|
8903d2edaf
|
Fix crash in rmg
|
2022-09-05 20:54:24 +04:00 |
|
Tomasz Zieliński
|
81ec08b55e
|
First draft of undo/redo. Can move objects and undo new object placement.
Signed-off-by: Tomasz Zieliński <tomaszzielinskijedenzwielu@gmail.com>
|
2022-09-05 18:27:09 +02:00 |
|
nordsoft
|
5839ba4ce8
|
Minor fixes
|
2022-09-05 05:50:21 +04:00 |
|
nordsoft
|
149790ad2d
|
Merge remote-tracking branch 'upstream/features/new-terrains' into cpp-map-editor
# Conflicts:
# config/randomMap.json
# config/terrains.json
# lib/rmg/CMapGenerator.cpp
# lib/rmg/CMapGenerator.h
# lib/rmg/ObjectManager.cpp
# lib/rmg/ObjectManager.h
# lib/rmg/ObstaclePlacer.cpp
# lib/rmg/ObstaclePlacer.h
# lib/rmg/RmgArea.h
# lib/rmg/RmgMap.cpp
# lib/rmg/RmgMap.h
# lib/rmg/RoadPlacer.cpp
# lib/rmg/RoadPlacer.h
# lib/rmg/Zone.cpp
# lib/rmg/Zone.h
|
2022-09-04 15:54:37 +04:00 |
|
nordsoft
|
0e849b1cef
|
Revert "First compilable commit for obstacles"
This reverts commit 756793992f .
|
2022-09-04 15:48:04 +04:00 |
|
nordsoft
|
3cc8afc046
|
Revert "Game runs without crash"
This reverts commit 9bb8f2a971 .
|
2022-09-04 15:47:58 +04:00 |
|
nordsoft
|
1a78df69f2
|
Revert "Obstacles works fine without regression"
This reverts commit c3276f2276 .
|
2022-09-04 15:47:53 +04:00 |
|
nordsoft
|
b68220d1c3
|
Revert "Minor fixes"
This reverts commit 108470471e .
|
2022-09-04 15:47:47 +04:00 |
|
nordsoft
|
958fe2f256
|
Revert "update cmakelists"
This reverts commit 4c8a2685f5 .
|
2022-09-04 15:47:36 +04:00 |
|
nordsoft
|
18dae7deca
|
Revert "Fix linker problem"
This reverts commit 1bbb2f420c .
|
2022-09-04 15:47:29 +04:00 |
|
DjWarmonger
|
dac4628c45
|
Mine roads (#808)
* Create dirt roads to mines if there are no roads in a zone.
|
2022-09-04 09:54:06 +03:00 |
|
nordsoft
|
adde2e6b30
|
Merge branch 'mod-from-github' into cpp-map-editor
# Conflicts:
# .github/workflows/github.yml
# CI/mac/before_install.sh
|
2022-09-04 04:13:52 +04:00 |
|
Nordsoft91
|
c6c5c07e2d
|
Final preparations for merge into develop (#780)
* version updated, change log updated from release draft
* horse sounds for terrains
* Update and freeze essential files
|
2022-09-03 19:02:24 +03:00 |
|
nordsoft
|
ff6cd104cf
|
Implemented automatic obstacle placement
|
2022-09-03 16:27:06 +04:00 |
|