AlexVinS
							
						 | 
						
							
							
								37d0dad70a
							
							Merge branch 'develop' into feature/VCMIMapFormat1
						 | 
						9 years ago | 
					
				
					
						
							
								   Arseniy Shestakov
							
						 | 
						
							
							
								9fd1cff090
							
							Refactoring: always use std prefix for shared_ptr, unique_ptr and make_shared
						 | 
						9 years ago | 
					
				
					
						
							
								   AlexVinS
							
						 | 
						
							
							
								6552acdff6
							
							Check coastal tile OTF
						 | 
						10 years ago | 
					
				
					
						
							
								   Ivan Savenko
							
						 | 
						
							
							
								c3ce4b25df
							
							Removed all #include's of CMap.h from headers.
						 | 
						10 years ago | 
					
				
					
						
							
								   AlexVinS
							
						 | 
						
							
							
								ae2c72ca52
							
							Implemented road transitions.
						 | 
						10 years ago | 
					
				
					
						
							
								   AlexVinS
							
						 | 
						
							
							
								877634b3a3
							
							Define public interface of CDrawRoadsOperation
						 | 
						10 years ago | 
					
				
					
						
							
								   DjWarmonger
							
						 | 
						
							
							
								a0f534146c
							
							Fixed underground Lava terrain.
						 | 
						10 years ago | 
					
				
					
						
							
								   DjWarmonger
							
						 | 
						
							
							
								a90021364e
							
							Disable logs for better performance.
						 | 
						10 years ago | 
					
				
					
						
							
								   beegee1
							
						 | 
						
							
							
								e9b7044c9b
							
							Fix mantis #1859, unknown pattern in underground
						 | 
						10 years ago | 
					
				
					
						
							
								   beegee1
							
						 | 
						
							
							
								dafaf86eef
							
							Add some debug logging, Fix one special case when updating terrain type, Improve visual look of updated terrain types
						 | 
						10 years ago | 
					
				
					
						
							
								   AlexVinS
							
						 | 
						
							
							
								66b022f93e
							
							initializer lists part1
						 | 
						11 years ago | 
					
				
					
						
							
								   DjWarmonger
							
						 | 
						
							
							
								c119ddf5ee
							
							Reduced usage of TerrainViewPattern constructor for faster map generation.
						 | 
						11 years ago | 
					
				
					
						
							
								   DjWarmonger
							
						 | 
						
							
							
								156e19cdf6
							
							Various optimizations based on RMG profiling.
						 | 
						11 years ago | 
					
				
					
						
							
								   Ivan Savenko
							
						 | 
						
							
							
								652ceb2bde
							
							Finally shattered CObjectHandler.cpp into tiny bits
						 | 
						11 years ago | 
					
				
					
						
							
								   Ivan Savenko
							
						 | 
						
							
							
								0afdfa529c
							
							Moved all object-related files to lib/mapObjects directory.
						 | 
						11 years ago | 
					
				
					
						
							
								   Ivan Savenko
							
						 | 
						
							
							
								32b6568b65
							
							Merged changes from upstream and fixed compilation caused by API changes
						 | 
						11 years ago | 
					
				
					
						
							
								   DjWarmonger
							
						 | 
						
							
							
								d2fd71d087
							
							Zone shapes & terrains work nicely.
						 | 
						11 years ago | 
					
				
					
						
							
								   Ivan Savenko
							
						 | 
						
							
							
								7f276185bd
							
							Moving files:
						 | 
						11 years ago | 
					
				
					
						
							
								   beegee1
							
						 | 
						
							
							
								fe1b16a7ec
							
							Some preparation towards mantis #1743:
						 | 
						11 years ago | 
					
				
					
						
							
								   beegee1
							
						 | 
						
							
							
								1ac328635a
							
							- Added handler classes CRmgTemplateStorage and CTerrainViewPatternConfig to LibClasses
						 | 
						12 years ago | 
					
				
					
						
							
								   Ivan Savenko
							
						 | 
						
							
							
								b87897096c
							
							Filesystem handling is now more flexible
						 | 
						12 years ago | 
					
				
					
						
							
								   Ivan Savenko
							
						 | 
						
							
							
								f82122d9be
							
							second part of c++11 update. gcc 4.5 and VS 2010 are no longer supported
						 | 
						12 years ago | 
					
				
					
						
							
								   Ivan Savenko
							
						 | 
						
							
							
								6737c270c9
							
							gcc 4.5 compatibility fixes. Mostly due to lack of fully finctional nullptr class
						 | 
						12 years ago | 
					
				
					
						
							
								   beegee1
							
						 | 
						
							
							
								5328beb8e7
							
							- Fixed some bugs when starting a RMG map - Checks if there is a template for the chosen options(rejects if not) - Added a few templates for development(2 to 4 players, medium maps are supported) - Refactoring
						 | 
						12 years ago | 
					
				
					
						
							
								   Michał W. Urbańczyk
							
						 | 
						
							
							
								be7c2bd07f
							
							CGHeroInstance* can be serialized over network even when hero has been defeated. Strongly typed hero type ID introduced.
						 | 
						12 years ago | 
					
				
					
						
							
								   beegee1
							
						 | 
						
							
							
								298f862d86
							
							- Implemented updating additional terrain types fully(including 2 special cases)
						 | 
						12 years ago | 
					
				
					
						
							
								   beegee1
							
						 | 
						
							
							
								3358a8efec
							
							- Added terrain & object selection classes - Added CComposedOperation - Refactored clear terrain, it is now an operation - Added rough support for updating terrain type if required
						 | 
						12 years ago | 
					
				
					
						
							
								   beegee1
							
						 | 
						
							
							
								0f7d175896
							
							- Fixed all unit test failures and a few more bugs - Simplified view generation algorithm
						 | 
						12 years ago | 
					
				
					
						
							
								   beegee1
							
						 | 
						
							
							
								23f7be2a54
							
							- Fixed a few bugs related to the terrain view generation - Updated CMakeLists in /test(copy resources if no source files has been changed too)
						 | 
						12 years ago | 
					
				
					
						
							
								   beegee1
							
						 | 
						
							
							
								7a3f5dc23b
							
							- Replaced exceptions with assert for internal-API code
						 | 
						12 years ago |