.. |
modificators
|
Merge pull request #4954 from vcmi/curved_roads
|
2024-12-04 07:54:41 +01:00 |
threadpool
|
Replaced most of usages of CRandomGenerator with vstd::RNG in library
|
2024-07-16 13:13:07 +00:00 |
CMapGenerator.cpp
|
Implemented translation support for random map descriptions
|
2024-10-25 20:41:19 +00:00 |
CMapGenerator.h
|
Implemented translation support for random map descriptions
|
2024-10-25 20:41:19 +00:00 |
CMapGenOptions.cpp
|
RMG: Enable only those roads, that are enabled in persistentStorage.json
|
2024-09-04 08:37:45 +09:00 |
CMapGenOptions.h
|
Removed save compatibility with 1.4
|
2024-08-29 18:51:53 +00:00 |
CRmgTemplate.cpp
|
Merge pull request #4964 from vcmi/connections_rework
|
2024-12-02 13:21:32 +02:00 |
CRmgTemplate.h
|
Merge pull request #4964 from vcmi/connections_rework
|
2024-12-02 13:21:32 +02:00 |
CRmgTemplateStorage.cpp
|
|
|
CRmgTemplateStorage.h
|
Remove more redundant virtual specifiers
|
2024-02-13 15:21:30 +01:00 |
CZonePlacer.cpp
|
Ignore new connections for zone placement.
|
2024-07-30 05:07:05 +02:00 |
CZonePlacer.h
|
Replaced most of usages of CRandomGenerator with vstd::RNG in library
|
2024-07-16 13:13:07 +00:00 |
float3.h
|
Fix typos using https://github.com/crate-ci/typos
|
2024-06-24 03:47:19 +02:00 |
Functions.cpp
|
Fix broken roads to portals or gates by the lower zone border
|
2024-11-23 08:25:55 +01:00 |
Functions.h
|
Fix broken roads to portals or gates by the lower zone border
|
2024-11-23 08:25:55 +01:00 |
ObjectConfig.cpp
|
Default object limit to unlimited
|
2024-09-21 13:36:51 +02:00 |
ObjectConfig.h
|
Move CompoundMapObjectID to separate file
|
2024-09-14 08:55:28 +02:00 |
ObjectInfo.cpp
|
Use CompoundMapObjectID in ObjectInfo
|
2024-09-14 09:23:28 +02:00 |
ObjectInfo.h
|
Use CompoundMapObjectID in ObjectInfo
|
2024-09-14 09:23:28 +02:00 |
PenroseTiling.cpp
|
Replaced most of usages of CRandomGenerator with vstd::RNG in library
|
2024-07-16 13:13:07 +00:00 |
PenroseTiling.h
|
Replaced most of usages of CRandomGenerator with vstd::RNG in library
|
2024-07-16 13:13:07 +00:00 |
RmgArea.cpp
|
Route roads away from zone borders
|
2024-05-10 15:35:33 +02:00 |
RmgArea.h
|
Fix typos using https://github.com/crate-ci/typos
|
2024-06-24 03:47:19 +02:00 |
RmgMap.cpp
|
Split CTownHandler into smaller chunks
|
2024-07-21 18:21:48 +00:00 |
RmgMap.h
|
Replaced most of usages of CRandomGenerator with vstd::RNG in library
|
2024-07-16 13:13:07 +00:00 |
RmgObject.cpp
|
TerrainTile now uses identifiers instead of pointers to VLC
|
2024-10-30 16:22:11 +00:00 |
RmgObject.h
|
Replaced most of usages of CRandomGenerator with vstd::RNG in library
|
2024-07-16 13:13:07 +00:00 |
RmgPath.cpp
|
Fixed main issue with custom path routing
|
2024-11-21 22:30:21 +01:00 |
RmgPath.h
|
Update lib/rmg/RmgPath.h
|
2024-12-02 13:15:27 +01:00 |
TileInfo.cpp
|
Fix typos using https://github.com/crate-ci/typos
|
2024-06-24 03:47:19 +02:00 |
TileInfo.h
|
|
|
Zone.cpp
|
Merge pull request #4954 from vcmi/curved_roads
|
2024-12-04 07:54:41 +01:00 |
Zone.h
|
Implement curved paths for all road node objects
|
2024-11-22 09:28:37 +01:00 |