| .. | 
			
		
		
			
				
					| 
						
							
						
						battle
					 | 
				
				
					b88a8da4e8
					Split off some netpack structures into separate files
				 | 
				2 years ago | 
			
		
			
				
					| 
						
							
						
						bonuses
					 | 
				
				
					1459006916
					Added separate bonus for native terrain check
				 | 
				2 years ago | 
			
		
			
				
					| 
						
							
						
						campaign
					 | 
				
				
					03e1169781
					Reduced number of accesses to CGObjectInstance::subID
				 | 
				2 years ago | 
			
		
			
				
					| 
						
							
						
						constants
					 | 
				
				
					dcb8f4fc7b
					Moved object type randomization to object class
				 | 
				2 years ago | 
			
		
			
				
					| 
						
							
						
						events
					 | 
				
				
					b88a8da4e8
					Split off some netpack structures into separate files
				 | 
				2 years ago | 
			
		
			
				
					| 
						
							
						
						filesystem
					 | 
				
				
					f8541d0ae4
					Merge branch 'vcmi/master' into 'vcmi/develop'
				 | 
				2 years ago | 
			
		
			
				
					| 
						
							
						
						gameState
					 | 
				
				
					cc30bdda04
					Remove few more subID usages
				 | 
				2 years ago | 
			
		
			
				
					| 
						
							
						
						logging
					 | 
				
				
					44d16b32fe
					Use API identical to std classes where possible
				 | 
				2 years ago | 
			
		
			
				
					| 
						
							
						
						mapObjectConstructors
					 | 
				
				
					be5505690d
					Apply suggestions from code review
				 | 
				2 years ago | 
			
		
			
				
					| 
						
							
						
						mapObjects
					 | 
				
				
					7a09646009
					Cleaned up dwelling randomization
				 | 
				2 years ago | 
			
		
			
				
					| 
						
							
						
						mapping
					 | 
				
				
					7a09646009
					Cleaned up dwelling randomization
				 | 
				2 years ago | 
			
		
			
				
					| 
						
							
						
						minizip
					 | 
				
				
					85d1909ac5
					remove copy-pasted functions from ioapi.c
				 | 
				2 years ago | 
			
		
			
				
					| 
						
							
						
						modding
					 | 
				
				
					3016014543
					Merge pull request #3110 from IvanSavenko/mod_compat_fix
				 | 
				2 years ago | 
			
		
			
				
					| 
						
							
						
						networkPacks
					 | 
				
				
					7107b3202f
					Merge pull request #3069 from SoundSSGood/artifact-location-id
				 | 
				2 years ago | 
			
		
			
				
					| 
						
							
						
						pathfinder
					 | 
				
				
					36eacf99d5
					Cleanup
				 | 
				2 years ago | 
			
		
			
				
					| 
						
							
						
						registerTypes
					 | 
				
				
					5cbf5031ea
					move SetStackEffect to a separate file
				 | 
				2 years ago | 
			
		
			
				
					| 
						
							
						
						rewardable
					 | 
				
				
					b88a8da4e8
					Split off some netpack structures into separate files
				 | 
				2 years ago | 
			
		
			
				
					| 
						
							
						
						rmg
					 | 
				
				
					03e1169781
					Reduced number of accesses to CGObjectInstance::subID
				 | 
				2 years ago | 
			
		
			
				
					| 
						
							
						
						serializer
					 | 
				
				
					f01ec55d21
					Use the "nullptr" literal.
				 | 
				2 years ago | 
			
		
			
				
					| 
						
							
						
						spells
					 | 
				
				
					5cbf5031ea
					move SetStackEffect to a separate file
				 | 
				2 years ago | 
			
		
			
				
					| 
						
							
						
						vstd
					 | 
				
				
					e93a04409e
					Revert "another approach"
				 | 
				2 years ago | 
			
		
			
				
					| 
						
							
						
						AI_Base.h
					 | 
				
				
					a1a5bc28c2
					convert line endings from CRLF (Windows) to LF (Linux/Unix)
				 | 
				2 years ago | 
			
		
			
				
					| 
						
							
						
						ArtifactUtils.cpp
					 | 
				
				
					61fc236d79
					ArtifactLocation now use ID for artHolder identification part1
				 | 
				2 years ago | 
			
		
			
				
					| 
						
							
						
						ArtifactUtils.h
					 | 
				
				
					61fc236d79
					ArtifactLocation now use ID for artHolder identification part1
				 | 
				2 years ago | 
			
		
			
				
					| 
						
							
						
						BasicTypes.cpp
					 | 
				
				
					29a78c14a2
					Merge pull request #3113 from Alexander-Wilms/develop
				 | 
				2 years ago | 
			
		
			
				
					| 
						
							
						
						BattleFieldHandler.cpp
					 | 
				
				
					ac925bb786
					Renamed new types for consistency with code style
				 | 
				2 years ago | 
			
		
			
				
					| 
						
							
						
						BattleFieldHandler.h
					 | 
				
				
					823ffa7a07
					Always use ResourcePath for referencing images and animations
				 | 
				2 years ago | 
			
		
			
				
					| 
						
							
						
						CAndroidVMHelper.cpp
					 | 
				
				
					313d479d42
					fix using JNI from server in single process build
				 | 
				2 years ago | 
			
		
			
				
					| 
						
							
						
						CAndroidVMHelper.h
					 | 
				
				
					313d479d42
					fix using JNI from server in single process build
				 | 
				2 years ago | 
			
		
			
				
					| 
						
							
						
						CArtHandler.cpp
					 | 
				
				
					7e6ab5e87b
					fix test & fix build & suggested changes
				 | 
				2 years ago | 
			
		
			
				
					| 
						
							
						
						CArtHandler.h
					 | 
				
				
					3880ea58b9
					Merge branch 'josch/dos2unix' into develop
				 | 
				2 years ago | 
			
		
			
				
					| 
						
							
						
						CArtifactInstance.cpp
					 | 
				
				
					ab2f6abb87
					ArtifactLocation now use ID for artHolder identification part2
				 | 
				2 years ago | 
			
		
			
				
					| 
						
							
						
						CArtifactInstance.h
					 | 
				
				
					ab2f6abb87
					ArtifactLocation now use ID for artHolder identification part2
				 | 
				2 years ago | 
			
		
			
				
					| 
						
							
						
						CBonusTypeHandler.cpp
					 | 
				
				
					3880ea58b9
					Merge branch 'josch/dos2unix' into develop
				 | 
				2 years ago | 
			
		
			
				
					| 
						
							
						
						CBonusTypeHandler.h
					 | 
				
				
					a1a5bc28c2
					convert line endings from CRLF (Windows) to LF (Linux/Unix)
				 | 
				2 years ago | 
			
		
			
				
					| 
						
							
						
						CBuildingHandler.cpp
					 | 
				
				
					a1a5bc28c2
					convert line endings from CRLF (Windows) to LF (Linux/Unix)
				 | 
				2 years ago | 
			
		
			
				
					| 
						
							
						
						CBuildingHandler.h
					 | 
				
				
					a1a5bc28c2
					convert line endings from CRLF (Windows) to LF (Linux/Unix)
				 | 
				2 years ago | 
			
		
			
				
					| 
						
							
						
						CConfigHandler.cpp
					 | 
				
				
					3880ea58b9
					Merge branch 'josch/dos2unix' into develop
				 | 
				2 years ago | 
			
		
			
				
					| 
						
							
						
						CConfigHandler.h
					 | 
				
				
					a1a5bc28c2
					convert line endings from CRLF (Windows) to LF (Linux/Unix)
				 | 
				2 years ago | 
			
		
			
				
					| 
						
							
						
						CConsoleHandler.cpp
					 | 
				
				
					f01ec55d21
					Use the "nullptr" literal.
				 | 
				2 years ago | 
			
		
			
				
					| 
						
							
						
						CConsoleHandler.h
					 | 
				
				
					a1a5bc28c2
					convert line endings from CRLF (Windows) to LF (Linux/Unix)
				 | 
				2 years ago | 
			
		
			
				
					| 
						
							
						
						CCreatureHandler.cpp
					 | 
				
				
					3880ea58b9
					Merge branch 'josch/dos2unix' into develop
				 | 
				2 years ago | 
			
		
			
				
					| 
						
							
						
						CCreatureHandler.h
					 | 
				
				
					3880ea58b9
					Merge branch 'josch/dos2unix' into develop
				 | 
				2 years ago | 
			
		
			
				
					| 
						
							
						
						CCreatureSet.cpp
					 | 
				
				
					3c5527a222
					ArtifactLocation now use ID for artHolder identification part3
				 | 
				2 years ago | 
			
		
			
				
					| 
						
							
						
						CCreatureSet.h
					 | 
				
				
					3c5527a222
					ArtifactLocation now use ID for artHolder identification part3
				 | 
				2 years ago | 
			
		
			
				
					| 
						
							
						
						CGameInfoCallback.cpp
					 | 
				
				
					7e6ab5e87b
					fix test & fix build & suggested changes
				 | 
				2 years ago | 
			
		
			
				
					| 
						
							
						
						CGameInfoCallback.h
					 | 
				
				
					3c5527a222
					ArtifactLocation now use ID for artHolder identification part3
				 | 
				2 years ago | 
			
		
			
				
					| 
						
							
						
						CGameInterface.cpp
					 | 
				
				
					a1a5bc28c2
					convert line endings from CRLF (Windows) to LF (Linux/Unix)
				 | 
				2 years ago | 
			
		
			
				
					| 
						
							
						
						CGameInterface.h
					 | 
				
				
					a1a5bc28c2
					convert line endings from CRLF (Windows) to LF (Linux/Unix)
				 | 
				2 years ago | 
			
		
			
				
					| 
						
							
						
						CGeneralTextHandler.cpp
					 | 
				
				
					3880ea58b9
					Merge branch 'josch/dos2unix' into develop
				 | 
				2 years ago | 
			
		
			
				
					| 
						
							
						
						CGeneralTextHandler.h
					 | 
				
				
					a1a5bc28c2
					convert line endings from CRLF (Windows) to LF (Linux/Unix)
				 | 
				2 years ago | 
			
		
			
				
					| 
						
							
						
						CHeroHandler.cpp
					 | 
				
				
					3880ea58b9
					Merge branch 'josch/dos2unix' into develop
				 | 
				2 years ago | 
			
		
			
				
					| 
						
							
						
						CHeroHandler.h
					 | 
				
				
					a1a5bc28c2
					convert line endings from CRLF (Windows) to LF (Linux/Unix)
				 | 
				2 years ago | 
			
		
			
				
					| 
						
							
						
						CMakeLists.txt
					 | 
				
				
					0294a8b063
					enable StupidAI and EmptyAI for static AI
				 | 
				2 years ago | 
			
		
			
				
					| 
						
							
						
						CPlayerState.cpp
					 | 
				
				
					f3e1943aaf
					Merge branch 'develop' into highscore_menu
				 | 
				2 years ago | 
			
		
			
				
					| 
						
							
						
						CPlayerState.h
					 | 
				
				
					f3e1943aaf
					Merge branch 'develop' into highscore_menu
				 | 
				2 years ago | 
			
		
			
				
					| 
						
							
						
						CRandomGenerator.cpp
					 | 
				
				
					44d16b32fe
					Use API identical to std classes where possible
				 | 
				2 years ago | 
			
		
			
				
					| 
						
							
						
						CRandomGenerator.h
					 | 
				
				
					44d16b32fe
					Use API identical to std classes where possible
				 | 
				2 years ago | 
			
		
			
				
					| 
						
							
						
						CScriptingModule.cpp
					 | 
				
				
					4c4498b22a
					vcmi: modernize rest of lib
				 | 
				2 years ago | 
			
		
			
				
					| 
						
							
						
						CScriptingModule.h
					 | 
				
				
					a1a5bc28c2
					convert line endings from CRLF (Windows) to LF (Linux/Unix)
				 | 
				2 years ago | 
			
		
			
				
					| 
						
							
						
						CSkillHandler.cpp
					 | 
				
				
					ac925bb786
					Renamed new types for consistency with code style
				 | 
				2 years ago | 
			
		
			
				
					| 
						
							
						
						CSkillHandler.h
					 | 
				
				
					3880ea58b9
					Merge branch 'josch/dos2unix' into develop
				 | 
				2 years ago | 
			
		
			
				
					| 
						
							
						
						CSoundBase.h
					 | 
				
				
					a1a5bc28c2
					convert line endings from CRLF (Windows) to LF (Linux/Unix)
				 | 
				2 years ago | 
			
		
			
				
					| 
						
							
						
						CStack.cpp
					 | 
				
				
					b88a8da4e8
					Split off some netpack structures into separate files
				 | 
				2 years ago | 
			
		
			
				
					| 
						
							
						
						CStack.h
					 | 
				
				
					3880ea58b9
					Merge branch 'josch/dos2unix' into develop
				 | 
				2 years ago | 
			
		
			
				
					| 
						
							
						
						CStopWatch.h
					 | 
				
				
					a1a5bc28c2
					convert line endings from CRLF (Windows) to LF (Linux/Unix)
				 | 
				2 years ago | 
			
		
			
				
					| 
						
							
						
						CThreadHelper.cpp
					 | 
				
				
					a1a5bc28c2
					convert line endings from CRLF (Windows) to LF (Linux/Unix)
				 | 
				2 years ago | 
			
		
			
				
					| 
						
							
						
						CThreadHelper.h
					 | 
				
				
					a1a5bc28c2
					convert line endings from CRLF (Windows) to LF (Linux/Unix)
				 | 
				2 years ago | 
			
		
			
				
					| 
						
							
						
						CTownHandler.cpp
					 | 
				
				
					3880ea58b9
					Merge branch 'josch/dos2unix' into develop
				 | 
				2 years ago | 
			
		
			
				
					| 
						
							
						
						CTownHandler.h
					 | 
				
				
					3880ea58b9
					Merge branch 'josch/dos2unix' into develop
				 | 
				2 years ago | 
			
		
			
				
					| 
						
							
						
						Color.h
					 | 
				
				
					a1a5bc28c2
					convert line endings from CRLF (Windows) to LF (Linux/Unix)
				 | 
				2 years ago | 
			
		
			
				
					| 
						
							
						
						CondSh.h
					 | 
				
				
					a1a5bc28c2
					convert line endings from CRLF (Windows) to LF (Linux/Unix)
				 | 
				2 years ago | 
			
		
			
				
					| 
						
							
						
						ConstTransitivePtr.h
					 | 
				
				
					a1a5bc28c2
					convert line endings from CRLF (Windows) to LF (Linux/Unix)
				 | 
				2 years ago | 
			
		
			
				
					| 
						
							
						
						FunctionList.h
					 | 
				
				
					ff635edc0b
					wrap all library code into namespace if VCMI_LIB_NAMESPACE is defined
				 | 
				3 years ago | 
			
		
			
				
					| 
						
							
						
						GameConstants.h
					 | 
				
				
					a1a5bc28c2
					convert line endings from CRLF (Windows) to LF (Linux/Unix)
				 | 
				2 years ago | 
			
		
			
				
					| 
						
							
						
						GameSettings.cpp
					 | 
				
				
					a1a5bc28c2
					convert line endings from CRLF (Windows) to LF (Linux/Unix)
				 | 
				2 years ago | 
			
		
			
				
					| 
						
							
						
						GameSettings.h
					 | 
				
				
					a1a5bc28c2
					convert line endings from CRLF (Windows) to LF (Linux/Unix)
				 | 
				2 years ago | 
			
		
			
				
					| 
						
							
						
						IBonusTypeHandler.h
					 | 
				
				
					a1a5bc28c2
					convert line endings from CRLF (Windows) to LF (Linux/Unix)
				 | 
				2 years ago | 
			
		
			
				
					| 
						
							
						
						IGameCallback.cpp
					 | 
				
				
					b88a8da4e8
					Split off some netpack structures into separate files
				 | 
				2 years ago | 
			
		
			
				
					| 
						
							
						
						IGameCallback.h
					 | 
				
				
					3880ea58b9
					Merge branch 'josch/dos2unix' into develop
				 | 
				2 years ago | 
			
		
			
				
					| 
						
							
						
						IGameEventsReceiver.h
					 | 
				
				
					b88a8da4e8
					Split off some netpack structures into separate files
				 | 
				2 years ago | 
			
		
			
				
					| 
						
							
						
						IHandlerBase.cpp
					 | 
				
				
					7e27ac7073
					IdentifierStorage is now separate handler in VLC
				 | 
				2 years ago | 
			
		
			
				
					| 
						
							
						
						IHandlerBase.h
					 | 
				
				
					86f5d6de69
					vcmi: modernize headers
				 | 
				2 years ago | 
			
		
			
				
					| 
						
							
						
						JsonDetail.cpp
					 | 
				
				
					a1a5bc28c2
					convert line endings from CRLF (Windows) to LF (Linux/Unix)
				 | 
				2 years ago | 
			
		
			
				
					| 
						
							
						
						JsonDetail.h
					 | 
				
				
					86f5d6de69
					vcmi: modernize headers
				 | 
				2 years ago | 
			
		
			
				
					| 
						
							
						
						JsonNode.cpp
					 | 
				
				
					207968ced3
					Merge pull request #3116 from IvanSavenko/bonus_fixes
				 | 
				2 years ago | 
			
		
			
				
					| 
						
							
						
						JsonNode.h
					 | 
				
				
					3880ea58b9
					Merge branch 'josch/dos2unix' into develop
				 | 
				2 years ago | 
			
		
			
				
					| 
						
							
						
						JsonRandom.cpp
					 | 
				
				
					ce480c8c84
					Fixed Scholar handling
				 | 
				2 years ago | 
			
		
			
				
					| 
						
							
						
						JsonRandom.h
					 | 
				
				
					0ea44520fd
					Fix build
				 | 
				2 years ago | 
			
		
			
				
					| 
						
							
						
						Languages.h
					 | 
				
				
					a1a5bc28c2
					convert line endings from CRLF (Windows) to LF (Linux/Unix)
				 | 
				2 years ago | 
			
		
			
				
					| 
						
							
						
						LoadProgress.cpp
					 | 
				
				
					dfaf778d16
					Redesign loading solution
				 | 
				2 years ago | 
			
		
			
				
					| 
						
							
						
						LoadProgress.h
					 | 
				
				
					dfaf778d16
					Redesign loading solution
				 | 
				2 years ago | 
			
		
			
				
					| 
						
							
						
						LogicalExpression.cpp
					 | 
				
				
					4c4498b22a
					vcmi: modernize rest of lib
				 | 
				2 years ago | 
			
		
			
				
					| 
						
							
						
						LogicalExpression.h
					 | 
				
				
					86f5d6de69
					vcmi: modernize headers
				 | 
				2 years ago | 
			
		
			
				
					| 
						
							
						
						MetaString.cpp
					 | 
				
				
					ab373f08ab
					Use meta string for messages
				 | 
				2 years ago | 
			
		
			
				
					| 
						
							
						
						MetaString.h
					 | 
				
				
					06f01c3b82
					Seerhut works as rewardable object
				 | 
				2 years ago | 
			
		
			
				
					| 
						
							
						
						ObstacleHandler.cpp
					 | 
				
				
					823ffa7a07
					Always use ResourcePath for referencing images and animations
				 | 
				2 years ago | 
			
		
			
				
					| 
						
							
						
						ObstacleHandler.h
					 | 
				
				
					8dfdfffd87
					Use ResourcePath for audio files
				 | 
				2 years ago | 
			
		
			
				
					| 
						
							
						
						Point.h
					 | 
				
				
					a1a5bc28c2
					convert line endings from CRLF (Windows) to LF (Linux/Unix)
				 | 
				2 years ago | 
			
		
			
				
					| 
						
							
						
						Rect.cpp
					 | 
				
				
					a1a5bc28c2
					convert line endings from CRLF (Windows) to LF (Linux/Unix)
				 | 
				2 years ago | 
			
		
			
				
					| 
						
							
						
						Rect.h
					 | 
				
				
					a1a5bc28c2
					convert line endings from CRLF (Windows) to LF (Linux/Unix)
				 | 
				2 years ago | 
			
		
			
				
					| 
						
							
						
						ResourceSet.cpp
					 | 
				
				
					a1a5bc28c2
					convert line endings from CRLF (Windows) to LF (Linux/Unix)
				 | 
				2 years ago | 
			
		
			
				
					| 
						
							
						
						ResourceSet.h
					 | 
				
				
					a1a5bc28c2
					convert line endings from CRLF (Windows) to LF (Linux/Unix)
				 | 
				2 years ago | 
			
		
			
				
					| 
						
							
						
						RiverHandler.cpp
					 | 
				
				
					823ffa7a07
					Always use ResourcePath for referencing images and animations
				 | 
				2 years ago | 
			
		
			
				
					| 
						
							
						
						RiverHandler.h
					 | 
				
				
					823ffa7a07
					Always use ResourcePath for referencing images and animations
				 | 
				2 years ago | 
			
		
			
				
					| 
						
							
						
						RoadHandler.cpp
					 | 
				
				
					823ffa7a07
					Always use ResourcePath for referencing images and animations
				 | 
				2 years ago | 
			
		
			
				
					| 
						
							
						
						RoadHandler.h
					 | 
				
				
					823ffa7a07
					Always use ResourcePath for referencing images and animations
				 | 
				2 years ago | 
			
		
			
				
					| 
						
							
						
						ScopeGuard.h
					 | 
				
				
					91ef7cbb4f
					Fix ScopeGuard move behavior
				 | 
				2 years ago | 
			
		
			
				
					| 
						
							
						
						ScriptHandler.cpp
					 | 
				
				
					823ffa7a07
					Always use ResourcePath for referencing images and animations
				 | 
				2 years ago | 
			
		
			
				
					| 
						
							
						
						ScriptHandler.h
					 | 
				
				
					383387ef29
					Integrated defaultMods into mod system
				 | 
				2 years ago | 
			
		
			
				
					| 
						
							
						
						StartInfo.cpp
					 | 
				
				
					037efdf5fc
					Improvements to type safety of Identifier class
				 | 
				2 years ago | 
			
		
			
				
					| 
						
							
						
						StartInfo.h
					 | 
				
				
					f01ec55d21
					Use the "nullptr" literal.
				 | 
				2 years ago | 
			
		
			
				
					| 
						
							
						
						StdInc.cpp
					 | 
				
				
					a1a5bc28c2
					convert line endings from CRLF (Windows) to LF (Linux/Unix)
				 | 
				2 years ago | 
			
		
			
				
					| 
						
							
						
						StdInc.h
					 | 
				
				
					a1a5bc28c2
					convert line endings from CRLF (Windows) to LF (Linux/Unix)
				 | 
				2 years ago | 
			
		
			
				
					| 
						
							
						
						TerrainHandler.cpp
					 | 
				
				
					98fd939ed6
					Cartographer/Observatory is now configurable object
				 | 
				2 years ago | 
			
		
			
				
					| 
						
							
						
						TerrainHandler.h
					 | 
				
				
					98fd939ed6
					Cartographer/Observatory is now configurable object
				 | 
				2 years ago | 
			
		
			
				
					| 
						
							
						
						TextOperations.cpp
					 | 
				
				
					a1a5bc28c2
					convert line endings from CRLF (Windows) to LF (Linux/Unix)
				 | 
				2 years ago | 
			
		
			
				
					| 
						
							
						
						TextOperations.h
					 | 
				
				
					a1a5bc28c2
					convert line endings from CRLF (Windows) to LF (Linux/Unix)
				 | 
				2 years ago | 
			
		
			
				
					| 
						
							
						
						TurnTimerInfo.cpp
					 | 
				
				
					4ee47b01ae
					Make possible to play with different timers independently
				 | 
				2 years ago | 
			
		
			
				
					| 
						
							
						
						TurnTimerInfo.h
					 | 
				
				
					cc3ca9a41e
					Timers fixes
				 | 
				2 years ago | 
			
		
			
				
					| 
						
							
						
						UnlockGuard.h
					 | 
				
				
					a1a5bc28c2
					convert line endings from CRLF (Windows) to LF (Linux/Unix)
				 | 
				2 years ago | 
			
		
			
				
					| 
						
							
						
						VCMIDirs.cpp
					 | 
				
				
					1da06e04cc
					fix "development mode" condition when building in single process mode
				 | 
				2 years ago | 
			
		
			
				
					| 
						
							
						
						VCMIDirs.h
					 | 
				
				
					5f4a998435
					editorPath -> mapEditorPath
				 | 
				2 years ago | 
			
		
			
				
					| 
						
							
						
						VCMI_Lib.cpp
					 | 
				
				
					a1a5bc28c2
					convert line endings from CRLF (Windows) to LF (Linux/Unix)
				 | 
				2 years ago | 
			
		
			
				
					| 
						
							
						
						VCMI_Lib.h
					 | 
				
				
					a1a5bc28c2
					convert line endings from CRLF (Windows) to LF (Linux/Unix)
				 | 
				2 years ago | 
			
		
			
				
					| 
						
							
						
						VCMI_lib.cbp
					 | 
				
				
					1c68937d95
					new approach
				 | 
				2 years ago | 
			
		
			
				
					| 
						
							
						
						VCMI_lib.vcxproj
					 | 
				
				
					1c68937d95
					new approach
				 | 
				2 years ago | 
			
		
			
				
					| 
						
							
						
						VCMI_lib.vcxproj.filters
					 | 
				
				
					1c68937d95
					new approach
				 | 
				2 years ago | 
			
		
			
				
					| 
						
							
						
						int3.h
					 | 
				
				
					3880ea58b9
					Merge branch 'josch/dos2unix' into develop
				 | 
				2 years ago | 
			
		
			
				
					| 
						
							
						
						vcmi_endian.h
					 | 
				
				
					a1a5bc28c2
					convert line endings from CRLF (Windows) to LF (Linux/Unix)
				 | 
				2 years ago |