1
0
mirror of https://github.com/vcmi/vcmi.git synced 2024-12-18 17:40:48 +02:00
Commit Graph

8122 Commits

Author SHA1 Message Date
Tomasz Zieliński
c058d5dd96 Save / load preferred editor size 2022-09-08 15:54:06 +02:00
nordsoft
aa1cf5e16c Draft state for terrain update 2022-09-08 15:23:30 +04:00
nordsoft
5bda5c3b44 Update appearance implemented 2022-09-08 05:43:06 +04:00
nordsoft
682bd1b4a3 Start working with appearance 2022-09-08 04:48:54 +04:00
nordsoft
50dbf9a254 Add spell scroll inspector 2022-09-08 04:16:16 +04:00
nordsoft
3f4fa8ec10 More delegates 2022-09-08 03:06:46 +04:00
nordsoft
07ba024201 Delegate for player color is implemented 2022-09-08 02:59: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
a4686c81ee Fixed obstacles filling and passability view 2022-09-07 03:26:00 +04:00
nordsoft
a2c63e7ed2 Some ideas to fix imported maps 2022-09-07 02:56:40 +04:00
nordsoft
b284652f71 Safety checks 2022-09-07 02:39:28 +04:00
nordsoft
dc65d1c2b6 Fix inconsistency for map format opening 2022-09-07 02:39:07 +04:00
nordsoft
9429cb4340 Add more objects into inspector 2022-09-07 02:39:07 +04:00
nordsoft
0849f93d88 Fix problem with saving 2022-09-07 02:39:06 +04:00
Nordsoft91
59f38fc43a
Merge pull request #30 from Nordsoft91/EraseAction
- Erase operation (hotkey: DELETE)
2022-09-07 02:38:07 +04:00
Nordsoft91
ce2ab1a431
Merge branch 'cpp-map-editor' into EraseAction 2022-09-07 01:46:33 +04:00
Tomasz Zieliński
52ddc9e32b Compilation fix. 2022-09-06 21:30:16 +02:00
nordsoft
149afed32b Add map validator 2022-09-06 23:16:30 +04:00
Tomasz Zieliński
0f8adabd71 Merge branch 'EraseAction' of github.com:Nordsoft91/vcmi into EraseAction 2022-09-06 20:53:05 +02: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
Nordsoft91
cb09ea9814
Merge branch 'cpp-map-editor' into EraseAction 2022-09-06 21:24:07 +04: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
nordsoft
e7de865f26 Implement smart invalidation for objects 2022-09-06 21:15:13 +04:00
Tomasz Zieliński
dc33142139 Merge branch 'EraseAction' of github.com:Nordsoft91/vcmi into EraseAction 2022-09-06 18:48:21 +02:00
Tomasz Zieliński
87880e5c6c Split classes into 3 fiiles 2022-09-06 18:47:41 +02:00
Nordsoft91
684fa5c96c
Merge branch 'cpp-map-editor' into EraseAction 2022-09-06 20:18:19 +04: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
nordsoft
7ad2282b64 Trt to disable editor for mxe 2022-09-06 18:56:43 +04:00
Tomasz Zieliński
b817e6509b Serialize new field with new save format 2022-09-06 15:53:32 +02:00
Tomasz Zieliński
dad4520b18 Use QObject signals & slots for Layers 2022-09-06 13:20:11 +02:00
nordsoft
e716ef3f3a Fix build 2022-09-06 14:13:01 +04:00
nordsoft
65b168c53b Fix build 2022-09-06 13:26:20 +04:00
nordsoft
e06f8ab0d3 Fix build 2022-09-06 12:36:52 +04:00
nordsoft
fc75c7a97e add branch for actions 2022-09-06 12:08:22 +04:00
nordsoft
9c27709bb9 Maybe this can fix build 2022-09-06 12:06:05 +04: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
nordsoft
667f05843a Implemented properties for some object types, player settings supported 2022-09-06 05:46:22 +04:00
nordsoft
dcef991b84 Fix filename for loaded map 2022-09-05 22:50:09 +04:00
nordsoft
c9ee5ab2f6 [833] Fix spell scroll sound 2022-09-05 22:08:46 +04:00
nordsoft
cb4a4298c1 Support placement of spell scrolls 2022-09-05 22:02:50 +04:00
nordsoft
e20b1e275b [832] Fix water ambient sound 2022-09-05 21:43:07 +04:00
nordsoft
355df51033 Speedup generating empty map 2022-09-05 21:42:33 +04:00
Nordsoft91
2aab315f9c
Merge pull request #25 from Nordsoft91/Actions
Undo / redo
2022-09-05 21:06:11 +04:00
Nordsoft91
4793ed9679
Merge branch 'cpp-map-editor' into Actions 2022-09-05 21:04:38 +04:00