AlexVinS
							
						 | 
						
							
							
								082c9a506e
							
							Fix battle absolute obstactes rendering
						 | 
						11 years ago | 
					
				
					
						
							
								   AlexVinS
							
						 | 
						
							
							
								0ef16feca9
							
							Refactoring towards backward compatibility (WiP)
						 | 
						11 years ago | 
					
				
					
						
							
								   AlexVinS
							
						 | 
						
							
							
								cd81e85a61
							
							fix loading to pregame. Looks awful. More work to do.
						 | 
						11 years ago | 
					
				
					
						
							
								   AlexVinS
							
						 | 
						
							
							
								62d42465de
							
							fix compilation
						 | 
						11 years ago | 
					
				
					
						
							
								   beegee1
							
						 | 
						
							
							
								1d57b75bc5
							
							- random number generation refactoring
						 | 
						11 years ago | 
					
				
					
						
							
								   Ivan Savenko
							
						 | 
						
							
							
								562dc02b3b
							
							- fixed crash on decompressing some files from gzip stream (reported on
						 | 
						11 years ago | 
					
				
					
						
							
								   Ivan Savenko
							
						 | 
						
							
							
								27a30b5ff9
							
							- compile fix
						 | 
						12 years ago | 
					
				
					
						
							
								   Ivan Savenko
							
						 | 
						
							
							
								b87897096c
							
							Filesystem handling is now more flexible
						 | 
						12 years ago | 
					
				
					
						
							
								   Michał W. Urbańczyk
							
						 | 
						
							
							
								a1f545792b
							
							Compile fixes specific for VS 2012"
						 | 
						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
							
						 | 
						
							
							
								2b45e13c5c
							
							c++03 -> c++11 switch:
						 | 
						12 years ago | 
					
				
					
						
							
								   Ivan Savenko
							
						 | 
						
							
							
								e71bace8e3
							
							- fixed crash on missing icons
						 | 
						12 years ago | 
					
				
					
						
							
								   Ivan Savenko
							
						 | 
						
							
							
								3285f1910b
							
							- finally, solution for imageIndex fields. All image lists will be generated in runtime
						 | 
						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 | 
					
				
					
						
							
								   beegee1
							
						 | 
						
							
							
								30bcec42c6
							
							- Renamed client/BattleInterface to client/battle and client/UIFramework to client/gui
						 | 
						12 years ago | 
					
				
					
						
							
								   beegee1
							
						 | 
						
							
							
								ee51c5beb5
							
							- Renamed /lib subfolders to lowercase
						 | 
						12 years ago | 
					
				
					
						
							
								   mateuszb
							
						 | 
						
							
							
								dbec99ffc7
							
							* PlayerColor and TeamID refactoring
						 | 
						12 years ago | 
					
				
					
						
							
								   Ivan Savenko
							
						 | 
						
							
							
								8ffd482324
							
							- gcc compile fix
						 | 
						12 years ago | 
					
				
					
						
							
								   Ivan Savenko
							
						 | 
						
							
							
								b5ebf443fc
							
							- all fonts handling is now in new file, UIFramework/Fonts.cpp/h
						 | 
						13 years ago | 
					
				
					
						
							
								   Ivan Savenko
							
						 | 
						
							
							
								c764ce6ebe
							
							- one more unitialized memory crash (#1163)
						 | 
						13 years ago | 
					
				
					
						
							
								   Ivan Savenko
							
						 | 
						
							
							
								e695f1ad63
							
							- fixed slow hero screen (not specific to it, but most notable here)
						 | 
						13 years ago | 
					
				
					
						
							
								   Ivan Savenko
							
						 | 
						
							
							
								c9dd80ea6d
							
							- moved json-related functions (e.g. ParseBonus) into JsonUtils namespace
						 | 
						13 years ago | 
					
				
					
						
							
								   Ivan Savenko
							
						 | 
						
							
							
								1fdacc4085
							
							- fixes #1086
						 | 
						13 years ago | 
					
				
					
						
							
								   Ivan Savenko
							
						 | 
						
							
							
								708ad6ac7f
							
							- music player uses URI's instead of enum from music base
						 | 
						13 years ago | 
					
				
					
						
							
								   Ivan Savenko
							
						 | 
						
							
							
								e67f8afdd9
							
							- removed multiple unused files
						 | 
						13 years ago | 
					
				
					
						
							
								   Ivan Savenko
							
						 | 
						
							
							
								b3c17d2788
							
							large filesystem update. Filesysytem is now fully functional, everything should work.
						 | 
						13 years ago | 
					
				
					
						
							
								   Ivan Savenko
							
						 | 
						
							
							
								613172fa45
							
							- fixed #582, #1019 and #1022
						 | 
						13 years ago | 
					
				
					
						
							
								   Ivan Savenko
							
						 | 
						
							
							
								8c6965c5ee
							
							- shadows for CWindowObject-based windows
						 | 
						13 years ago | 
					
				
					
						
							
								   Ivan Savenko
							
						 | 
						
							
							
								9d2711fb51
							
							- rewrote most of classes from adventure map window
						 | 
						13 years ago | 
					
				
					
						
							
								   Ivan Savenko
							
						 | 
						
							
							
								faaf799d95
							
							- fixed some extra warnings. Mostly harmless.
						 | 
						13 years ago |