AlexVinS
							
						 | 
						
							
							
								dbaf3cb023
							
							Cleanup & formatting
						 | 
						8 years ago | 
					
				
					
						
							
								   AlexVinS
							
						 | 
						
							
							
								3d1a84875e
							
							Queries refactoring
						 | 
						8 years ago | 
					
				
					
						
							
								   FeniksFire
							
						 | 
						
							
							
								4113bdab01
							
							Moving some files from lib to the battle subdirectory.
						 | 
						8 years ago | 
					
				
					
						
							
								   AlexVinS
							
						 | 
						
							
							
								86f9df5f68
							
							Made gamestate lock static
						 | 
						8 years ago | 
					
				
					
						
							
								   DjWarmonger
							
						 | 
						
							
							
								b06e20bba3
							
							Compilation fixes for MSVS
						 | 
						8 years ago | 
					
				
					
						
							
								   FeniksFire
							
						 | 
						
							
							
								3de891b4b4
							
							Moving/dividing classes from BattleState to separate files.
						 | 
						8 years ago | 
					
				
					
						
							
								   DjWarmonger
							
						 | 
						
							
							
								cc452bdfa9
							
							Improved road routing so they can go under any passable object.
						 | 
						8 years ago | 
					
				
					
						
							
								   AlexVinS
							
						 | 
						
							
							
								dc39fb2d14
							
							Removed useless CPack::type field.
						 | 
						9 years ago | 
					
				
					
						
							
								   Ivan Savenko
							
						 | 
						
							
							
								5b76c3f4eb
							
							Rebase of codebase changes for refactored serializer
						 | 
						9 years ago | 
					
				
					
						
							
								   Vadim Markovtsev
							
						 | 
						
							
							
								4bcc43d3d0
							
							Fix Mantis #2234
						 | 
						9 years ago | 
					
				
					
						
							
								   Arseniy Shestakov
							
						 | 
						
							
							
								d06d07a39b
							
							Add ChangeFormation netpack to avoid MP desyncs
						 | 
						9 years ago | 
					
				
					
						
							
								   Arseniy Shestakov
							
						 | 
						
							
							
								113bd1b9ea
							
							CCallback::recruitCreatures: add refugee camp exception. Fix issue 2426
						 | 
						9 years ago | 
					
				
					
						
							
								   Arseniy Shestakov
							
						 | 
						
							
							
								10dbbead2d
							
							Fix indentation of logging code and around it
						 | 
						9 years ago | 
					
				
					
						
							
								   Arseniy Shestakov
							
						 | 
						
							
							
								9fd1cff090
							
							Refactoring: always use std prefix for shared_ptr, unique_ptr and make_shared
						 | 
						9 years ago | 
					
				
					
						
							
								   Ivan Savenko
							
						 | 
						
							
							
								7b5a7f43ad
							
							Removed includes of CGameState from headers
						 | 
						10 years ago | 
					
				
					
						
							
								   ArseniyShestakov
							
						 | 
						
							
							
								b2e1ee5363
							
							CGameState: move two pathfinding-related functions to CPathfinderHelper
						 | 
						10 years ago | 
					
				
					
						
							
								   ArseniyShestakov
							
						 | 
						
							
							
								fc6f62e633
							
							getMovementCost: get rid of useless flying parameter
						 | 
						10 years ago | 
					
				
					
						
							
								   Rohit Nirmal
							
						 | 
						
							
							
								aa00fdbd0e
							
							Fix building with Boost 1.58.
						 | 
						10 years ago | 
					
				
					
						
							
								   DjWarmonger
							
						 | 
						
							
							
								ec879046ca
							
							Merge pull request #93 from ArseniyShestakov/feature/pathfindingTeleports
						 | 
						10 years ago | 
					
				
					
						
							
								   ArseniyShestakov
							
						 | 
						
							
							
								21aaad6972
							
							MoveHero: add transit movement option
						 | 
						10 years ago | 
					
				
					
						
							
								   AlexVinS
							
						 | 
						
							
							
								685deddac1
							
							Start spell-relatet files reorganisation
						 | 
						10 years ago | 
					
				
					
						
							
								   Ivan Savenko
							
						 | 
						
							
							
								aa0433228a
							
							Fixed cheats - sendMesssage will also pass current object.
						 | 
						11 years ago | 
					
				
					
						
							
								   Ivan Savenko
							
						 | 
						
							
							
								6c0c03d74b
							
							Refactoing of pathfinder <-> client/AI interaction to remove dependency on selected hero
						 | 
						11 years ago | 
					
				
					
						
							
								   Ivan Savenko
							
						 | 
						
							
							
								78709e223b
							
							Breaking things - trying to remove server-side knowledge of selected objects
						 | 
						11 years ago | 
					
				
					
						
							
								   Ivan Savenko
							
						 | 
						
							
							
								b2e8c92383
							
							Cleanup:
						 | 
						11 years ago | 
					
				
					
						
							
								   Ivan Savenko
							
						 | 
						
							
							
								652ceb2bde
							
							Finally shattered CObjectHandler.cpp into tiny bits
						 | 
						11 years ago | 
					
				
					
						
							
								   Ivan Savenko
							
						 | 
						
							
							
								0afdfa529c
							
							Moved all object-related files to lib/mapObjects directory.
						 | 
						11 years ago | 
					
				
					
						
							
								   Ivan Savenko
							
						 | 
						
							
							
								7f276185bd
							
							Moving files:
						 | 
						11 years ago | 
					
				
					
						
							
								   DjWarmonger
							
						 | 
						
							
							
								30b79588db
							
							- Moved gameState::guardingCreaturePosition() to CMap so it doesn't need to be recalculated many times for every player.
						 | 
						11 years ago | 
					
				
					
						
							
								   DjWarmonger
							
						 | 
						
							
							
								a64df5718f
							
							Some nontrivial optimizations based on profiling results:
						 | 
						11 years ago |