mateuszb
							
						 | 
						
							
							
								100dad889a
							
							* much better callback function declaration (previous version inspired me to write a new coding guideline)
						 | 
						há 13 anos atrás | 
					
				
					
						
							
								   DjWarmonger
							
						 | 
						
							
							
								a7cea94247
							
							- Hopefully fixed #1103
						 | 
						há 13 anos atrás | 
					
				
					
						
							
								   Ivan Savenko
							
						 | 
						
							
							
								f7915d9e61
							
							- removed creature-related code from ModHandler
						 | 
						há 13 anos atrás | 
					
				
					
						
							
								   DjWarmonger
							
						 | 
						
							
							
								d5aed7c0c7
							
							Compile fix - why would lib headers be dependent on IDE?
						 | 
						há 13 anos atrás | 
					
				
					
						
							
								   beegee1
							
						 | 
						
							
							
								105083dd70
							
							* Code convention updates * Default values for CMap types * Updated BinaryReader c-tor * Converted "bool" int types to bool in CMap classes * Removed map event operators in favor of member methods
						 | 
						há 13 anos atrás | 
					
				
					
						
							
								   Ivan Savenko
							
						 | 
						
							
							
								fc85e08a64
							
							- clang and gcc 4.5 compatibility
						 | 
						há 13 anos atrás | 
					
				
					
						
							
								   beegee1
							
						 | 
						
							
							
								a878f5f79a
							
							* Separated map loading from the map object * Moved map classes to lib/Map * Renamed map.h/cpp to CMap.h/cpp * Profiling of map loading is now optional * Updated CMemoryStream
						 | 
						há 13 anos atrás | 
					
				
					
						
							
								   beegee1
							
						 | 
						
							
							
								720deba838
							
							* Added comments to map.h * Refactoring(renamed attributes, some steps towards coding guidelines, ..)
						 | 
						há 13 anos atrás | 
					
				
					
						
							
								   DjWarmonger
							
						 | 
						
							
							
								4bacd97497
							
							Quests now handled by pointers again, this time without bugs.
						 | 
						há 13 anos atrás | 
					
				
					
						
							
								   DjWarmonger
							
						 | 
						
							
							
								0435d5a4f1
							
							- Removed pointer usage for CQuest. may look rough, but works and fixes #1051.
						 | 
						há 13 anos atrás | 
					
				
					
						
							
								   Ivan Savenko
							
						 | 
						
							
							
								15a7f43e11
							
							- fixed #1075, #1080, #1081
						 | 
						há 13 anos atrás | 
					
				
					
						
							
								   mateuszb
							
						 | 
						
							
							
								59fcc15254
							
							* last revision reverted, mysterious bug
						 | 
						há 13 anos atrás | 
					
				
					
						
							
								   mateuszb
							
						 | 
						
							
							
								55f1c47c16
							
							* more TPlayerColor/TResource
						 | 
						há 13 anos atrás | 
					
				
					
						
							
								   mateuszb
							
						 | 
						
							
							
								18bd898cb1
							
							* fixed bug when starting certain maps in campaigns
						 | 
						há 13 anos atrás | 
					
				
					
						
							
								   mateuszb
							
						 | 
						
							
							
								8e3de98059
							
							* restoring campaign features
						 | 
						há 13 anos atrás | 
					
				
					
						
							
								   Michał W. Urbańczyk
							
						 | 
						
							
							
								5981ad15d4
							
							Fixed Duel mode. Integrated some changes from programmingChallenge branch - it's possible to define duel parameters using JSON.
						 | 
						há 13 anos atrás | 
					
				
					
						
							
								   DjWarmonger
							
						 | 
						
							
							
								b28da1a5d3
							
							- Quest log minimap now has clickable icons
						 | 
						há 13 anos atrás | 
					
				
					
						
							
								   DjWarmonger
							
						 | 
						
							
							
								32d1a08470
							
							Pointer serialization for CQuest.
						 | 
						há 13 anos atrás | 
					
				
					
						
							
								   DjWarmonger
							
						 | 
						
							
							
								49d2ba1982
							
							Quest Log is partially functional. TODO: update quest after completion.
						 | 
						há 13 anos atrás | 
					
				
					
						
							
								   Ivan Savenko
							
						 | 
						
							
							
								50e8bc1704
							
							- build system update
						 | 
						há 13 anos atrás | 
					
				
					
						
							
								   DjWarmonger
							
						 | 
						
							
							
								12511d8fee
							
							First part of new Quest Log, including common quest interface.
						 | 
						há 13 anos atrás | 
					
				
					
						
							
								   Ivan Savenko
							
						 | 
						
							
							
								2d8a15f27c
							
							- all windows except for pregame\battles are now CWindowObject-based
						 | 
						há 13 anos atrás | 
					
				
					
						
							
								   Ivan Savenko
							
						 | 
						
							
							
								9d2711fb51
							
							- rewrote most of classes from adventure map window
						 | 
						há 13 anos atrás | 
					
				
					
						
							
								   DjWarmonger
							
						 | 
						
							
							
								416c08260a
							
							- Basic Commander window
						 | 
						há 13 anos atrás | 
					
				
					
						
							
								   Michał W. Urbańczyk
							
						 | 
						
							
							
								7dc0d6878e
							
							Rewritten battle obstacles. New file for lib: CObstacleInstance.cpp.
						 | 
						há 13 anos atrás | 
					
				
					
						
							
								   Michał W. Urbańczyk
							
						 | 
						
							
							
								722ec55384
							
							Redid stack artifacts. Broken save compatibility. Added serializer support for boost::variant and sending CStackInstace* over network by implicitly passing IDs. Moved seeds and checksum to StartInfo. Various minor changes.
						 | 
						há 13 anos atrás | 
					
				
					
						
							
								   Ivan Savenko
							
						 | 
						
							
							
								f426a48d09
							
							- fixes for gcc-4.7
						 | 
						há 13 anos atrás | 
					
				
					
						
							
								   Michał W. Urbańczyk
							
						 | 
						
							
							
								c80d9b0a51
							
							Possibly "fixed" #915.
						 | 
						há 13 anos atrás | 
					
				
					
						
							
								   Michał W. Urbańczyk
							
						 | 
						
							
							
								c698181c4c
							
							* simple mechanism for detecting desync after init
						 | 
						há 13 anos atrás | 
					
				
					
						
							
								   Michał W. Urbańczyk
							
						 | 
						
							
							
								a975805ae8
							
							Fixed #850.
						 | 
						há 13 anos atrás |