Ivan Savenko
							
						 | 
						
							
							
								facf77b3ae
							
							vstd::unique -> std::unique
						 | 
						2 years ago | 
					
				
					
						
							
								   Andrey Filipenkov
							
						 | 
						
							
							
								ff635edc0b
							
							wrap all library code into namespace if VCMI_LIB_NAMESPACE is defined
						 | 
						3 years ago | 
					
				
					
						
							
								   Nordsoft91
							
						 | 
						
							
							
								aaa07e4d2e
							
							New terrain support - part 1 (#755)
						 | 
						3 years ago | 
					
				
					
						
							
								   John Bolton
							
						 | 
						
							
							
								a05ae78e67
							
							Fixed lots of warnings.
						 | 
						5 years ago | 
					
				
					
						
							
								   Arseniy Shestakov
							
						 | 
						
							
							
								ac66fc7f42
							
							Full rework of pre-game interface and networking
						 | 
						7 years ago | 
					
				
					
						
							
								   AlexVinS
							
						 | 
						
							
							
								0b70baa95e
							
							Spells configuration version 2 (effect-based)
						 | 
						8 years ago | 
					
				
					
						
							
								   AlexVinS
							
						 | 
						
							
							
								61e241308d
							
							Logging cleanup
						 | 
						8 years ago | 
					
				
					
						
							
								   Arseniy Shestakov
							
						 | 
						
							
							
								f1e5797834
							
							Code style: move or add licensing information on top of every file
						 | 
						8 years ago | 
					
				
					
						
							
								   AlexVinS
							
						 | 
						
							
							
								384c5827ae
							
							Fixed CID 1197490, CID 1197491
						 | 
						9 years ago | 
					
				
					
						
							
								   AlexVinS
							
						 | 
						
							
							
								4ba3c6fecc
							
							Fixed CID 1288855
						 | 
						9 years ago | 
					
				
					
						
							
								   Arseniy Shestakov
							
						 | 
						
							
							
								10dbbead2d
							
							Fix indentation of logging code and around it
						 | 
						9 years ago | 
					
				
					
						
							
								   Arseniy Shestakov
							
						 | 
						
							
							
								9fd1cff090
							
							Refactoring: always use std prefix for shared_ptr, unique_ptr and make_shared
						 | 
						9 years ago | 
					
				
					
						
							
								   Ivan Savenko
							
						 | 
						
							
							
								faa7cbff18
							
							Fixed gcc/clang warnings
						 | 
						10 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 | 
					
				
					
						
							
								   beegee1
							
						 | 
						
							
							
								d0a5a6eab4
							
							- Implemented hero recreate handling correctly
						 | 
						11 years ago | 
					
				
					
						
							
								   Ivan Savenko
							
						 | 
						
							
							
								48d6e2cd59
							
							- move campaigns description into new config file, campaignSets.json
						 | 
						11 years ago | 
					
				
					
						
							
								   Ivan Savenko
							
						 | 
						
							
							
								e6f433795b
							
							- fixed some crashes on staring a map/campaign
						 | 
						11 years ago | 
					
				
					
						
							
								   beegee1
							
						 | 
						
							
							
								d4fd361d4b
							
							- fixed #1643 -> hero placeholder handling
						 | 
						11 years ago | 
					
				
					
						
							
								   Ivan Savenko
							
						 | 
						
							
							
								7e02f6b670
							
							Support for overriding victory/defeat conditions from h3m map or
						 | 
						12 years ago | 
					
				
					
						
							
								   beegee1
							
						 | 
						
							
							
								a03d01bd3f
							
							- Updated TODOs, removed unused method declaration, updated comments
						 | 
						12 years ago | 
					
				
					
						
							
								   beegee1
							
						 | 
						
							
							
								68bdf71db6
							
							- Fixed GCC compiler warnings
						 | 
						12 years ago | 
					
				
					
						
							
								   beegee1
							
						 | 
						
							
							
								f0cbbbdb70
							
							- Refactored method CGameState::init
						 | 
						12 years ago | 
					
				
					
						
							
								   beegee1
							
						 | 
						
							
							
								b9b25ef552
							
							- Fixed mantis #1422 (starting another scenario crashes VCMI for now)
						 | 
						12 years ago | 
					
				
					
						
							
								   Ivan Savenko
							
						 | 
						
							
							
								3560bbb7f3
							
							two patches/pull requests from janisozaur
						 | 
						12 years ago | 
					
				
					
						
							
								   Ivan Savenko
							
						 | 
						
							
							
								83440f1149
							
							A bit more text-related work:
						 | 
						12 years ago | 
					
				
					
						
							
								   Ivan Savenko
							
						 | 
						
							
							
								b87897096c
							
							Filesystem handling is now more flexible
						 | 
						12 years ago | 
					
				
					
						
							
								   Michał W. Urbańczyk
							
						 | 
						
							
							
								4576719abe
							
							Visual Studio 2013 Preview compile fixes:
						 | 
						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 | 
					
				
					
						
							
								   beegee1
							
						 | 
						
							
							
								c7c2686379
							
							- Integrated the logging API into the client and the lib - Remove some more comments and switched to /// style - Fixed recursive locks - Added Global.h to CMakeLists(now visible in qt-creator) - Removed usage of shared_mutex - Added unique_ptr to CLogger targets
						 | 
						12 years ago |