| .. | 
			
		
		
			
				
					| 
						
							
						
						battle
					 | 
				
				
					f0b3a13ed5
					Fixed memory leak in CCreatureAnimation
				 | 
				9 years ago | 
			
		
			
				
					| 
						
							
						
						gui
					 | 
				
				
					10dbbead2d
					Fix indentation of logging code and around it
				 | 
				9 years ago | 
			
		
			
				
					| 
						
							
						
						icons
					 | 
				
				
					760ae7d44a
					Changes related to Debian packaging, based on josch patch
				 | 
				11 years ago | 
			
		
			
				
					| 
						
							
						
						widgets
					 | 
				
				
					0236309d25
					CArtifactsOfHero: use shared_ptr for SCommonPart
				 | 
				9 years ago | 
			
		
			
				
					| 
						
							
						
						windows
					 | 
				
				
					02f70464fb
					Fix mismatched-tags Clang warnings
				 | 
				9 years ago | 
			
		
			
				
					| 
						
							
						
						CBitmapHandler.cpp
					 | 
				
				
					10dbbead2d
					Fix indentation of logging code and around it
				 | 
				9 years ago | 
			
		
			
				
					| 
						
							
						
						CBitmapHandler.h
					 | 
				
				
					146a5e5ef8
					Made speed of most of battle animations time-based
				 | 
				12 years ago | 
			
		
			
				
					| 
						
							
						
						CDefHandler.cpp
					 | 
				
				
					28087099b8
					More correct usage of SDL_Palette
				 | 
				10 years ago | 
			
		
			
				
					| 
						
							
						
						CDefHandler.h
					 | 
				
				
					e80c8d16a6
					Cleanup CDefHandler
				 | 
				10 years ago | 
			
		
			
				
					| 
						
							
						
						CGameInfo.cpp
					 | 
				
				
					b5160acbac
					Finalization of object type handler interface
				 | 
				11 years ago | 
			
		
			
				
					| 
						
							
						
						CGameInfo.h
					 | 
				
				
					6bd6be0835
					Object class handler is now a proper "handler"
				 | 
				11 years ago | 
			
		
			
				
					| 
						
							
						
						CMT.cpp
					 | 
				
				
					88ba42f91d
					Fix choosing display
				 | 
				9 years ago | 
			
		
			
				
					| 
						
							
						
						CMT.h
					 | 
				
				
					a8c45df732
					Merge branch 'SDL1Wipe' into develop
				 | 
				10 years ago | 
			
		
			
				
					| 
						
							
						
						CMakeLists.txt
					 | 
				
				
					72f79a3ad7
					Draft boost::format based log proxy.
				 | 
				9 years ago | 
			
		
			
				
					| 
						
							
						
						CMessage.cpp
					 | 
				
				
					452e28d183
					Remove some useless includes found by cppclean
				 | 
				9 years ago | 
			
		
			
				
					| 
						
							
						
						CMessage.h
					 | 
				
				
					30bcec42c6
					- Renamed client/BattleInterface to client/battle and client/UIFramework to client/gui
				 | 
				12 years ago | 
			
		
			
				
					| 
						
							
						
						CMusicHandler.cpp
					 | 
				
				
					46bd1c40cc
					Fix memory leak
				 | 
				9 years ago | 
			
		
			
				
					| 
						
							
						
						CMusicHandler.h
					 | 
				
				
					46bd1c40cc
					Fix memory leak
				 | 
				9 years ago | 
			
		
			
				
					| 
						
							
						
						CPlayerInterface.cpp
					 | 
				
				
					076924166a
					CPlayerInterface: always choose hero if there no town. Fix issue 2073
				 | 
				9 years ago | 
			
		
			
				
					| 
						
							
						
						CPlayerInterface.h
					 | 
				
				
					1c9dd41188
					Removed unused STOP_CLIENT SDL event
				 | 
				9 years ago | 
			
		
			
				
					| 
						
							
						
						CPreGame.cpp
					 | 
				
				
					437eadf1ed
					do not leak scenarioOpts in CMapInfo
				 | 
				9 years ago | 
			
		
			
				
					| 
						
							
						
						CPreGame.h
					 | 
				
				
					7e0c4e1451
					tweak
				 | 
				9 years ago | 
			
		
			
				
					| 
						
							
						
						CVideoHandler.cpp
					 | 
				
				
					e20f861727
					try to fix travis build.
				 | 
				10 years ago | 
			
		
			
				
					| 
						
							
						
						CVideoHandler.h
					 | 
				
				
					d6bb599bc8
					Another ffmpeg api fix
				 | 
				10 years ago | 
			
		
			
				
					| 
						
							
						
						Client.cpp
					 | 
				
				
					452e28d183
					Remove some useless includes found by cppclean
				 | 
				9 years ago | 
			
		
			
				
					| 
						
							
						
						Client.h
					 | 
				
				
					ef05a56e49
					cleanup
				 | 
				9 years ago | 
			
		
			
				
					| 
						
							
						
						DPIaware.manifest
					 | 
				
				
					39a752c408
					Fixed issue with Windows 7 DPI upscaling.
				 | 
				16 years ago | 
			
		
			
				
					| 
						
							
						
						Graphics.cpp
					 | 
				
				
					452e28d183
					Remove some useless includes found by cppclean
				 | 
				9 years ago | 
			
		
			
				
					| 
						
							
						
						Graphics.h
					 | 
				
				
					065b8366fb
					[Spells] Added basic support for icons and sounds
				 | 
				11 years ago | 
			
		
			
				
					| 
						
							
						
						Info.plist
					 | 
				
				
					8c7c4789ca
					Attempt to apply patch from stopiccot.
				 | 
				12 years ago | 
			
		
			
				
					| 
						
							
						
						NetPacksClient.cpp
					 | 
				
				
					5a387cdaf1
					Town: update appearance in applyGs to avoid desyncs. Fix issue 2464
				 | 
				9 years ago | 
			
		
			
				
					| 
						
							
						
						OSX.mm
					 | 
				
				
					8c7c4789ca
					Attempt to apply patch from stopiccot.
				 | 
				12 years ago | 
			
		
			
				
					| 
						
							
						
						SDLMain.h
					 | 
				
				
					2643762f08
					Mac OS patch from stopiccot
				 | 
				13 years ago | 
			
		
			
				
					| 
						
							
						
						SDLMain.m
					 | 
				
				
					2643762f08
					Mac OS patch from stopiccot
				 | 
				13 years ago | 
			
		
			
				
					| 
						
							
						
						SDLRWwrapper.cpp
					 | 
				
				
					b0bb7f1f25
					copyright stuff
				 | 
				9 years ago | 
			
		
			
				
					| 
						
							
						
						SDLRWwrapper.h
					 | 
				
				
					b0bb7f1f25
					copyright stuff
				 | 
				9 years ago | 
			
		
			
				
					| 
						
							
						
						StdInc.cpp
					 | 
				
				
					cce814c41b
					* Final commit
				 | 
				14 years ago | 
			
		
			
				
					| 
						
							
						
						StdInc.h
					 | 
				
				
					ac2896da42
					Implemented SDL2 unicode input. Hotkeys are sill broken.
				 | 
				11 years ago | 
			
		
			
				
					| 
						
							
						
						VCMI_client.cbp
					 | 
				
				
					5e5ce0bb09
					Merge pull request #203 from vcmi/logFormat
				 | 
				9 years ago | 
			
		
			
				
					| 
						
							
						
						VCMI_client.rc
					 | 
				
				
					ab5e1f9109
					don't use separate .rc files for MSVC and MinGW
				 | 
				11 years ago | 
			
		
			
				
					| 
						
							
						
						VCMI_client.vcxproj
					 | 
				
				
					4de0f0f973
					Compile fixes for MSVS.
				 | 
				9 years ago | 
			
		
			
				
					| 
						
							
						
						VCMI_client.vcxproj.filters
					 | 
				
				
					ec8476d43a
					Compile fixes for Visual.
				 | 
				11 years ago | 
			
		
			
				
					| 
						
							
						
						mapHandler.cpp
					 | 
				
				
					e2e5bc4920
					fixed fadeAnims memory leak
				 | 
				9 years ago | 
			
		
			
				
					| 
						
							
						
						mapHandler.h
					 | 
				
				
					e4b1ef1405
					Add "override" to virtual overriden methods
				 | 
				10 years ago | 
			
		
			
				
					| 
						
							
						
						resource.h
					 | 
				
				
					3d4db35df0
					Added icon to the MSVC project, minor fixes, version bumped to 0.74.
				 | 
				16 years ago | 
			
		
			
				
					| 
						
							
						
						vcmi.icns
					 | 
				
				
					2643762f08
					Mac OS patch from stopiccot
				 | 
				13 years ago | 
			
		
			
				
					| 
						
							
						
						vcmi.ico
					 | 
				
				
					3d4db35df0
					Added icon to the MSVC project, minor fixes, version bumped to 0.74.
				 | 
				16 years ago |