Ivan Savenko
|
63bcf7d83c
Replaced most of usages of CRandomGenerator with vstd::RNG in library
|
1 年之前 |
Ivan Savenko
|
7461df161c
lib now uses shared_ptr for entities. Removed manual memory management.
|
1 年之前 |
Ivan Savenko
|
e67e4430ba
Removed most of non-const static fields in lib. Reduced header includes.
|
1 年之前 |
Ivan Savenko
|
2dc48496ef
Fix generation of roads and rivers near map edge
|
2 年之前 |
Konstantin
|
b16f66477c
vcmi: modernize lib/mapping
|
2 年之前 |
Ivan Savenko
|
e48bd39b9c
Moved road & river handlers into a separate file
|
2 年之前 |
Ivan Savenko
|
4f3ea0d1d9
Renamed Terrain.h/cpp -> TerrainHandler.h/cpp
|
2 年之前 |
Ivan Savenko
|
7c7ae26e67
Map/Road/River identifiers are now private members
|
2 年之前 |
Ivan Savenko
|
e1799379dd
Terrain/Road/River handler are now in compileable state
|
2 年之前 |
Ivan Savenko
|
1468f6aded
Converted terrainTypeHandler into proper handler class
|
2 年之前 |
Tomasz Zieliński
|
20c102e648
Remove T prefix from new typedefs
|
3 年之前 |
Tomasz Zieliński
|
f386f42166
Merge remote-tracking branch 'origin/develop' into terrain-rewrite
|
3 年之前 |
Tomasz Zieliński
|
25f66097cc
Handle RoadType by value / reference
|
3 年之前 |
Tomasz Zieliński
|
f804f8a326
Store RiverType by value, handle by reference
|
3 年之前 |
Tomasz Zieliński
|
4ea57ea7fc
A variety of suggested style tweaks
|
3 年之前 |
Andrey Filipenkov
|
ff635edc0b
wrap all library code into namespace if VCMI_LIB_NAMESPACE is defined
|
3 年之前 |
Tomasz Zieliński
|
ebe45d512d
Moved roads and rivers to TerrainTypeHandler, by analogy to TerrainType.
|
3 年之前 |
DjWarmonger
|
7ba271edf1
Rotation rebase2 (#912)
|
3 年之前 |
Nordsoft91
|
4bd0ff680a
Random map generator refactoring (#762)
|
3 年之前 |
Nordsoft91
|
aaa07e4d2e
New terrain support - part 1 (#755)
|
3 年之前 |
Michał Kalinowski
|
ac6b477aa2
Simplify statements
|
6 年之前 |
Arseniy Shestakov
|
dbcd79c48a
Code cleanup: remove double and unneded semicolons
|
8 年之前 |
Vadim Markovtsev
|
8d7629bdab
Fix unused function warning in release mode
|
9 年之前 |
Ivan Savenko
|
c3ce4b25df
Removed all #include's of CMap.h from headers.
|
10 年之前 |
AlexVinS
|
896a2b17c0
fix patterns
|
10 年之前 |
AlexVinS
|
6520d2a577
fix
|
10 年之前 |
AlexVinS
|
ae2c72ca52
Implemented road transitions.
|
10 年之前 |
AlexVinS
|
b1d4ce0474
Road|river patterns are trivial compared to terrain patterns - no need to use json, just define them as a constatnt
|
10 年之前 |
AlexVinS
|
877634b3a3
Define public interface of CDrawRoadsOperation
|
10 年之前 |