Added serverGame library

This commit is contained in:
Anonymous
2014-01-15 03:59:18 -07:00
parent 89291fb38c
commit 0196cf51d0
1032 changed files with 256379 additions and 0 deletions
+1
View File
@@ -14,6 +14,7 @@ find_package(Boost REQUIRED)
find_package(Iconv REQUIRED)
find_package(LibXml2 REQUIRED)
find_package(Oracle REQUIRED)
find_package(Perl REQUIRED)
find_package(STLPort REQUIRED)
find_package(ZLib REQUIRED)
+1
View File
@@ -1,4 +1,5 @@
add_subdirectory(serverGame)
add_subdirectory(serverKeyShare)
add_subdirectory(serverMetrics)
add_subdirectory(serverNetworkMessages)
@@ -0,0 +1,11 @@
cmake_minimum_required(VERSION 2.8)
project(serverGame)
if(WIN32)
add_definitions(/D_CRT_SECURE_NO_WARNINGS)
endif()
include_directories(${CMAKE_CURRENT_SOURCE_DIR}/include/public)
add_subdirectory(src)
@@ -0,0 +1 @@
#include "../../src/shared/ai/AggroListProperty.h"
@@ -0,0 +1,2 @@
#include "../../src/shared/ai/AiCombatPulseQueue.h"
@@ -0,0 +1 @@
#include "../../src/shared/ai/AiCreatureCombatProfile.h"
@@ -0,0 +1 @@
#include "../../src/shared/ai/AiCreatureCombatProfile_Action.h"
@@ -0,0 +1 @@
#include "../../src/shared/controller/AiCreatureController.h"
@@ -0,0 +1 @@
#include "../../src/shared/ai/AiCreatureData.h"
@@ -0,0 +1,2 @@
#include "../../src/shared/behavior/AiCreatureStateArchive.h"
@@ -0,0 +1 @@
#include "../../src/shared/ai/AiCreatureWeaponActions.h"
@@ -0,0 +1 @@
#include "../../src/shared/behavior/AiLocation.h"
@@ -0,0 +1 @@
#include "../../src/shared/ai/AiLogManager.h"
@@ -0,0 +1,2 @@
#include "../../src/shared/ai/AiMovementArchive.h"
@@ -0,0 +1,2 @@
#include "../../src/shared/ai/AiMovementBase.h"
@@ -0,0 +1 @@
#include "../../src/shared/ai/AiMovementFace.h"
@@ -0,0 +1 @@
#include "../../src/shared/ai/AiMovementFlee.h"
@@ -0,0 +1 @@
#include "../../src/shared/ai/AiMovementFollow.h"
@@ -0,0 +1,2 @@
#include "../../src/shared/ai/AiMovementIdle.h"
@@ -0,0 +1 @@
#include "../../src/shared/ai/AiMovementLoiter.h"
@@ -0,0 +1 @@
#include "../../src/shared/ai/AiMovementMove.h"
@@ -0,0 +1 @@
#include "../../src/shared/ai/AiMovementPathFollow.h"
@@ -0,0 +1 @@
#include "../../src/shared/ai/AiMovementPatrol.h"
@@ -0,0 +1 @@
#include "../../src/shared/ai/AiMovementSwarm.h"
@@ -0,0 +1 @@
#include "../../src/shared/ai/AiMovementTarget.h"
@@ -0,0 +1 @@
#include "../../src/shared/ai/AiMovementWander.h"
@@ -0,0 +1 @@
#include "../../src/shared/ai/AiMovementWanderInterior.h"
@@ -0,0 +1 @@
#include "../../src/shared/ai/AiMovementWaypoint.h"
@@ -0,0 +1 @@
#include "../../src/shared/space/AiPilotManager.h"
@@ -0,0 +1,2 @@
#include "../../src/shared/object/AiServerShipObjectInterface.h"
@@ -0,0 +1 @@
#include "../../src/shared/behavior/AiShipAttackTargetList.h"
@@ -0,0 +1 @@
#include "../../src/shared/behavior/AiShipBehaviorAttack.h"
@@ -0,0 +1 @@
#include "../../src/shared/behavior/AiShipBehaviorAttackBomber.h"
@@ -0,0 +1 @@
#include "../../src/shared/behavior/AiShipBehaviorAttackCapitalShip.h"
@@ -0,0 +1 @@
#include "../../src/shared/behavior/AiShipBehaviorAttackFighter.h"
@@ -0,0 +1,2 @@
#include "../../src/shared/behavior/AiShipBehaviorAttackFighter_Maneuver.h"
@@ -0,0 +1 @@
#include "../../src/shared/behavior/AiShipBehaviorAttackFighter_Maneuver_Path.h"
@@ -0,0 +1 @@
#include "../../src/shared/behavior/AiShipBehaviorBase.h"
@@ -0,0 +1 @@
#include "../../src/shared/behavior/AiShipBehaviorDock.h"
@@ -0,0 +1 @@
#include "../../src/shared/behavior/AiShipBehaviorFollow.h"
@@ -0,0 +1 @@
#include "../../src/shared/behavior/AiShipBehaviorIdle.h"
@@ -0,0 +1 @@
#include "../../src/shared/behavior/AiShipBehaviorTrack.h"
@@ -0,0 +1 @@
#include "../../src/shared/behavior/AiShipBehaviorWaypoint.h"
@@ -0,0 +1 @@
#include "../../src/shared/controller/AiShipController.h"
@@ -0,0 +1 @@
#include "../../src/shared/controller/AiShipControllerInterface.h"
@@ -0,0 +1 @@
#include "../../src/shared/space/AiShipPilotData.h"
@@ -0,0 +1 @@
#include "../../src/shared/behavior/AiShipTurretTargetingSystem.h"
@@ -0,0 +1 @@
#include "../../src/shared/ai/AiTargetingSystem.h"
@@ -0,0 +1 @@
#include "../../src/shared/core/AttribModNameManager.h"
@@ -0,0 +1 @@
#include "../../src/shared/commoditiesMarket/AuctionInfo.h"
@@ -0,0 +1 @@
#include "../../src/shared/core/AuctionTokenServer.h"
@@ -0,0 +1 @@
#include "../../src/shared/core/AuthTransferTracker.h"
@@ -0,0 +1,2 @@
#include "../../src/shared/object/BaselineDistributionListPool.h"
@@ -0,0 +1,2 @@
#include "../../src/shared/controller/BattlefieldMarkerController.h"
@@ -0,0 +1,2 @@
#include "../../src/shared/object/BattlefieldMarkerObject.h"
@@ -0,0 +1 @@
#include "../../src/shared/core/BiographyManager.h"
@@ -0,0 +1 @@
#include "../../src/shared/core/BuffManager.h"
@@ -0,0 +1 @@
#include "../../src/shared/controller/BuildingController.h"
@@ -0,0 +1 @@
#include "../../src/shared/object/BuildingObject.h"
@@ -0,0 +1 @@
#include "../../src/shared/controller/CellController.h"
@@ -0,0 +1 @@
#include "../../src/shared/object/CellObject.h"
@@ -0,0 +1 @@
#include "../../src/shared/object/CellPermissions.h"
@@ -0,0 +1 @@
#include "../../src/shared/console/CentralCommandParserGame.h"
@@ -0,0 +1 @@
#include "../../src/shared/network/CentralConnection.h"
@@ -0,0 +1 @@
#include "../../src/shared/core/CharacterMatchManager.h"
@@ -0,0 +1 @@
#include "../../src/shared/network/Chat.h"
@@ -0,0 +1 @@
#include "../../src/shared/core/ChatServerConnection.h"
@@ -0,0 +1,2 @@
#include "../../src/shared/city/CitizenInfo.h"
@@ -0,0 +1,2 @@
#include "../../src/shared/controller/CityController.h"
@@ -0,0 +1,2 @@
#include "../../src/shared/city/CityInfo.h"
@@ -0,0 +1,2 @@
#include "../../src/shared/city/CityInterface.h"
@@ -0,0 +1,2 @@
#include "../../src/shared/object/CityObject.h"
@@ -0,0 +1,2 @@
#include "../../src/shared/city/CityStringParser.h"
@@ -0,0 +1,2 @@
#include "../../src/shared/city/CityStructureInfo.h"
@@ -0,0 +1 @@
#include "../../src/shared/core/Client.h"
@@ -0,0 +1 @@
#include "../../src/shared/core/ClusterWideDataClient.h"
@@ -0,0 +1 @@
#include "../../src/shared/collision/CollisionCallbacks.h"
@@ -0,0 +1 @@
#include "../../src/shared/core/CombatTracker.h"
@@ -0,0 +1 @@
#include "../../src/shared/command/CommandCppFuncs.h"
@@ -0,0 +1 @@
#include "../../src/shared/command/CommandQueue.h"
@@ -0,0 +1 @@
#include "../../src/shared/command/CommandQueueEntry.h"
@@ -0,0 +1,2 @@
#include "../../src/shared/command/CommandStringId.h"
@@ -0,0 +1 @@
#include "../../src/shared/commoditiesMarket/CommoditiesMarket.h"
@@ -0,0 +1 @@
#include "../../src/shared/commoditiesMarket/CommoditiesMarketListener.h"
@@ -0,0 +1 @@
#include "../../src/shared/commoditiesMarket/CommoditiesServerConnection.h"
@@ -0,0 +1 @@
#include "../../src/shared/core/CommunityManager.h"
@@ -0,0 +1 @@
#include "../../src/shared/core/ConfigServerGame.h"
@@ -0,0 +1 @@
#include "../../src/shared/network/ConnectionServerConnection.h"
@@ -0,0 +1 @@
#include "../../src/shared/core/ConsentManager.h"
@@ -0,0 +1 @@
#include "../../src/shared/console/ConsoleCommandParserAi.h"
@@ -0,0 +1 @@
#include "../../src/shared/console/ConsoleCommandParserCity.h"
@@ -0,0 +1 @@
#include "../../src/shared/console/ConsoleCommandParserCollection.h"
@@ -0,0 +1 @@
#include "../../src/shared/console/ConsoleCommandParserCraft.h"
@@ -0,0 +1 @@
#include "../../src/shared/console/ConsoleCommandParserCraftStation.h"
@@ -0,0 +1 @@
#include "../../src/shared/console/ConsoleCommandParserDefault.h"
@@ -0,0 +1 @@
#include "../../src/shared/console/ConsoleCommandParserGuild.h"
@@ -0,0 +1 @@
#include "../../src/shared/console/ConsoleCommandParserManufacture.h"
@@ -0,0 +1 @@
#include "../../src/shared/console/ConsoleCommandParserMessageTo.h"
@@ -0,0 +1 @@
#include "../../src/shared/console/ConsoleCommandParserMoney.h"
@@ -0,0 +1 @@
#include "../../src/shared/console/ConsoleCommandParserNpc.h"

Some files were not shown because too many files have changed in this diff Show More