| .. | 
			
		
		
			
				
					| 
						
							
						
						adventureMap
					 | 
				
				
					2468ab54ea
					Show total movement cost for multi-turn paths
				 | 
				8 months ago | 
			
		
			
				
					| 
						
							
						
						battle
					 | 
				
				
					2d7535eb00
					Merge pull request #5395 from IvanSavenko/xbrz_effects
				 | 
				8 months ago | 
			
		
			
				
					| 
						
							
						
						eventsSDL
					 | 
				
				
					68e0dcb01d
					Merge pull request #5398 from Laserlicht/portrait_mode
				 | 
				8 months ago | 
			
		
			
				
					| 
						
							
						
						globalLobby
					 | 
				
				
					367aa94227
					Do not scroll lists in lobby if another item is hovered
				 | 
				9 months ago | 
			
		
			
				
					| 
						
							
						
						gui
					 | 
				
				
					d2fbb64b79
					Revert previous commit - seems to be causing more crashes than it fixes
				 | 
				9 months ago | 
			
		
			
				
					| 
						
							
						
						ios
					 | 
				
				
					9b655ac43e
					ios fix attempt
				 | 
				1 year ago | 
			
		
			
				
					| 
						
							
						
						lobby
					 | 
				
				
					b276603b34
					fixes #5324
				 | 
				8 months ago | 
			
		
			
				
					| 
						
							
						
						mainmenu
					 | 
				
				
					de06de06b5
					refactor backgrounds (allow resolution change)
				 | 
				8 months ago | 
			
		
			
				
					| 
						
							
						
						mapView
					 | 
				
				
					1f61f22122
					implement overlay for touch screens
				 | 
				8 months ago | 
			
		
			
				
					| 
						
							
						
						media
					 | 
				
				
					586cb65adc
					use Mix_Music from SDL_Mixer directly
				 | 
				8 months ago | 
			
		
			
				
					| 
						
							
						
						render
					 | 
				
				
					2d7535eb00
					Merge pull request #5395 from IvanSavenko/xbrz_effects
				 | 
				8 months ago | 
			
		
			
				
					| 
						
							
						
						renderSDL
					 | 
				
				
					28a8d4f4a1
					Implemented bloodlust, clone, and petrify effects for xbrz mode
				 | 
				8 months ago | 
			
		
			
				
					| 
						
							
						
						widgets
					 | 
				
				
					e9dc9f81b8
					text fixes
				 | 
				8 months ago | 
			
		
			
				
					| 
						
							
						
						windows
					 | 
				
				
					e9dc9f81b8
					text fixes
				 | 
				8 months ago | 
			
		
			
				
					| 
						
							
						
						xBRZ
					 | 
				
				
					0842ada1c7
					Quick fix for xbrz scaling artifacts on window borders
				 | 
				10 months ago | 
			
		
			
				
					| 
						
							
						
						ArtifactsUIController.cpp
					 | 
				
				
					ef46a87e69
					ask assemble artifact dialog fix
				 | 
				11 months ago | 
			
		
			
				
					| 
						
							
						
						ArtifactsUIController.h
					 | 
				
				
					ff5ddd76b7
					suggestions
				 | 
				1 year ago | 
			
		
			
				
					| 
						
							
						
						CGameInfo.cpp
					 | 
				
				
					8225eb454e
					Added GameSettings to gamestate, potentially allowing to define game
				 | 
				1 year ago | 
			
		
			
				
					| 
						
							
						
						CGameInfo.h
					 | 
				
				
					8225eb454e
					Added GameSettings to gamestate, potentially allowing to define game
				 | 
				1 year ago | 
			
		
			
				
					| 
						
							
						
						CMT.h
					 | 
				
				
					e502853227
					address code review comments
				 | 
				1 year ago | 
			
		
			
				
					| 
						
							
						
						CMakeLists.txt
					 | 
				
				
					33f4db3c31
					Merge pull request #5338 from IvanSavenko/lobby_chat_languages
				 | 
				9 months ago | 
			
		
			
				
					| 
						
							
						
						CPlayerInterface.cpp
					 | 
				
				
					54606fbe95
					fix #5427
				 | 
				8 months ago | 
			
		
			
				
					| 
						
							
						
						CPlayerInterface.h
					 | 
				
				
					32391dc7a9
					Pathfinder cache is now stored separately per playerBlocked
				 | 
				9 months ago | 
			
		
			
				
					| 
						
							
						
						CServerHandler.cpp
					 | 
				
				
					c3af0dc469
					Remove unused parameters
				 | 
				9 months ago | 
			
		
			
				
					| 
						
							
						
						CServerHandler.h
					 | 
				
				
					ee831c06e7
					Reduced usage of CPack, replaced with CPackForServer where applicable
				 | 
				1 year ago | 
			
		
			
				
					| 
						
							
						
						Client.cpp
					 | 
				
				
					32391dc7a9
					Pathfinder cache is now stored separately per playerBlocked
				 | 
				9 months ago | 
			
		
			
				
					| 
						
							
						
						Client.h
					 | 
				
				
					32391dc7a9
					Pathfinder cache is now stored separately per playerBlocked
				 | 
				9 months ago | 
			
		
			
				
					| 
						
							
						
						ClientCommandManager.cpp
					 | 
				
				
					cca4c0888c
					In-memory assets generation
				 | 
				9 months ago | 
			
		
			
				
					| 
						
							
						
						ClientCommandManager.h
					 | 
				
				
					565c02d61c
					Added 'translate missing' command for convenience
				 | 
				1 year ago | 
			
		
			
				
					| 
						
							
						
						ClientNetPackVisitors.h
					 | 
				
				
					d929bfb9d1
					rename; introduce factor
				 | 
				1 year ago | 
			
		
			
				
					| 
						
							
						
						ConditionalWait.h
					 | 
				
				
					b8beb4fb13
					Fixes for various minor issues detected by Sonar Cloud
				 | 
				1 year ago | 
			
		
			
				
					| 
						
							
						
						GameChatHandler.cpp
					 | 
				
				
					81328e2588
					fixme & seconds in time (more usual)
				 | 
				11 months ago | 
			
		
			
				
					| 
						
							
						
						GameChatHandler.h
					 | 
				
				
					b50d9de912
					Show opponent name in 1-vs-1 games, minor tweaks
				 | 
				1 year ago | 
			
		
			
				
					| 
						
							
						
						HeroMovementController.cpp
					 | 
				
				
					08fbcd5239
					TerrainTile now uses identifiers instead of pointers to VLC
				 | 
				1 year ago | 
			
		
			
				
					| 
						
							
						
						HeroMovementController.h
					 | 
				
				
					6352f268b2
					Instant movement is now part of standard movement
				 | 
				1 year ago | 
			
		
			
				
					| 
						
							
						
						LobbyClientNetPackVisitors.h
					 | 
				
				
					7dee24edae
					Cleanup
				 | 
				1 year ago | 
			
		
			
				
					| 
						
							
						
						NetPacksClient.cpp
					 | 
				
				
					32391dc7a9
					Pathfinder cache is now stored separately per playerBlocked
				 | 
				9 months ago | 
			
		
			
				
					| 
						
							
						
						NetPacksLobbyClient.cpp
					 | 
				
				
					0db8794d8b
					hide screen also for second custom campaign scen.
				 | 
				10 months ago | 
			
		
			
				
					| 
						
							
						
						PlayerLocalState.cpp
					 | 
				
				
					32391dc7a9
					Pathfinder cache is now stored separately per playerBlocked
				 | 
				9 months ago | 
			
		
			
				
					| 
						
							
						
						PlayerLocalState.h
					 | 
				
				
					32391dc7a9
					Pathfinder cache is now stored separately per playerBlocked
				 | 
				9 months ago | 
			
		
			
				
					| 
						
							
						
						ServerRunner.cpp
					 | 
				
				
					c3af0dc469
					Remove unused parameters
				 | 
				9 months ago | 
			
		
			
				
					| 
						
							
						
						ServerRunner.h
					 | 
				
				
					c3af0dc469
					Remove unused parameters
				 | 
				9 months ago | 
			
		
			
				
					| 
						
							
						
						StdInc.cpp
					 | 
				
				
					25125f96da
					Fix: licenses, pragma guards, StdInc
				 | 
				1 year ago | 
			
		
			
				
					| 
						
							
						
						StdInc.h
					 | 
				
				
					25125f96da
					Fix: licenses, pragma guards, StdInc
				 | 
				1 year ago | 
			
		
			
				
					| 
						
							
						
						resource.h
					 | 
				
				
					a1a5bc28c2
					convert line endings from CRLF (Windows) to LF (Linux/Unix)
				 | 
				2 years ago |