Tomasz Zieliński
|
985a2682ae
|
Place Monoliths at max distance in Junction zone
|
2023-12-18 11:12:52 +01:00 |
|
Tomasz Zieliński
|
339627731c
|
Fixes
|
2023-12-15 18:26:59 +01:00 |
|
Tomasz Zieliński
|
d31789e745
|
Extra cache for search area
|
2023-12-13 22:13:42 +01:00 |
|
Tomasz Zieliński
|
e5f60f063c
|
- Check full object area for minimum distance requirement
- Add option to optimize both for max distance and custom weight
|
2023-12-12 07:40:54 +01:00 |
|
Tomasz Zieliński
|
f17d8babc5
|
Do not route road through the Corpse
|
2023-12-07 12:57:39 +01:00 |
|
Tomasz Zieliński
|
5ad682048f
|
Fix
|
2023-12-06 21:47:20 +01:00 |
|
Tomasz Zieliński
|
6cd19b81dd
|
Working fir for Corpse issue:
- Do not place guard next to blockVis object, if possible
- Do not place two blockVis objects next to each other
|
2023-12-06 20:49:28 +01:00 |
|
Ivan Savenko
|
abad4b01ce
|
Remove explicit convesion to int in operators
|
2023-11-15 15:55:19 +02:00 |
|
Ivan Savenko
|
2bf599bbee
|
Merge pull request #3119 from Nordsoft91/rmg-fix
Fix crash caused by duplicated delete
|
2023-11-05 17:09:52 +02:00 |
|
Ivan Savenko
|
04aeea9b68
|
use toEnum instead of getNum for switch'es
|
2023-11-03 19:20:25 +02:00 |
|
Ivan Savenko
|
2b9c362d5b
|
Explicitly convert identifier to underlying enumeration
|
2023-11-03 16:03:29 +02:00 |
|
nordsoft
|
35e7fbb366
|
Fix crash cause by duplicated delete
|
2023-10-28 22:22:30 +02:00 |
|
nordsoft
|
ce62ab3e66
|
Select random object template instead of first
|
2023-09-30 01:19:18 +02:00 |
|
Tomasz Zieliński
|
abacb5f0ea
|
Fix resources placed behind mines
|
2023-08-12 10:53:25 +02:00 |
|
Tomasz Zieliński
|
8f450cf253
|
Fix for monsters spawning at left side of the map
|
2023-08-11 18:43:22 +02:00 |
|
Tomasz Zieliński
|
0252d0f986
|
Fix hota offset + 2 possible crashes
|
2023-08-11 07:45:24 +02:00 |
|
Tomasz Zieliński
|
44fae4945d
|
Update distances in all zones adjacent to object
|
2023-08-02 20:41:29 +02:00 |
|
Tomasz Zieliński
|
1762df2b77
|
Formatting
|
2023-07-21 14:55:49 +02:00 |
|
Tomasz Zieliński
|
545f047cae
|
Fix HoTA guard once again
(cherry picked from commit 138a7c8024573f46962ad0f6e8e03ba53fa56076)
|
2023-07-18 19:28:20 +02:00 |
|
Tomasz Zieliński
|
a968903c51
|
Fix HoTA guard offset in RMG
|
2023-07-14 16:45:13 +02:00 |
|
Tomasz Zieliński
|
27c4882237
|
Compile fix
|
2023-07-07 21:40:55 +02:00 |
|
Tomasz Zieliński
|
1cad64c470
|
Move road flag to placeObject() method
|
2023-07-07 20:17:20 +02:00 |
|
Tomasz Zieliński
|
0d3ac4a502
|
- Add new option for connection
- Store info about objects and roads in RequiredObjectInfo
|
2023-07-06 22:15:00 +02:00 |
|
DjWarmonger
|
a560eaea51
|
Merge pull request #2237 from vcmi/fictive_connections
Wide, fictive, repulsive connections
|
2023-06-25 19:57:08 +02:00 |
|
Tomasz Zieliński
|
43d666a2ff
|
Refactor duplicated code
|
2023-06-25 18:31:54 +02:00 |
|
Ivan Savenko
|
6f743916db
|
Moved CGCreature to a new file
|
2023-06-20 19:37:27 +03:00 |
|
Tomasz Zieliński
|
8510af487e
|
Place objects away from wide connection
|
2023-06-18 19:20:12 +02:00 |
|
Tomasz Zieliński
|
1bb2b5b571
|
+ Maintain clear perimeter of a treasure pile.
+ Make sure that separate blocked areas remain unconnected so it's possible to pass between them.
|
2023-06-10 14:56:03 +02:00 |
|
Tomasz Zieliński
|
66b6fba51f
|
Use all tiles covered by treasure pile to determine distance to other treasures.
|
2023-06-08 19:31:38 +02:00 |
|
DjWarmonger
|
e98a50b45a
|
Merge pull request #2123 from Warzyw647/rmg-split-enum-monster-strength
Refactor enums and add zone monster strength "none" in rmg
|
2023-06-06 20:40:35 +02:00 |
|
Ivan Savenko
|
d6a357fd17
|
Split some map object files into smaller files. Reduced includes usage.
|
2023-06-02 21:47:37 +03:00 |
|
Ivan Savenko
|
acac42291e
|
Remove excessive CMap.h includes
|
2023-05-31 23:18:38 +03:00 |
|
Warzyw647
|
bc4755a89a
|
Merge branch 'develop' into rmg-split-enum-monster-strength
|
2023-05-31 19:53:19 +02:00 |
|
Tomasz Zieliński
|
15b254fded
|
Give every Zone its own RNG
|
2023-05-20 11:46:32 +02:00 |
|
Tomasz Zieliński
|
cf0515dcd3
|
Moved Modificators to separate folder
|
2023-05-20 10:17:37 +02:00 |
|