Changeset 1

User picture

Author: conkerjo

(2009/06/30 23:12) Over 2 years ago

Initial Checkin

Affected files

Added src/AIDemos/AIDemos.csproj

Show contents

Added src/AIDemos/AIDemos.csproj.Debug.cachefile

Show contents

Added src/AIDemos/Content/Content.contentproj

Show contents

Added src/AIDemos/Content/gamefont.spritefont

Show contents

Added src/AIDemos/Content/menufont.spritefont

Show contents

Added src/AIDemos/Content/titlefont.spritefont

Show contents

Added src/AIDemos/Game.cs

Show contents

Added src/AIDemos/GameClasses/Behaviors/DieBehavior.cs

Show contents

Added src/AIDemos/GameClasses/GameActor.cs

Show contents

Added src/AIDemos/Program.cs

Show contents

Added src/AIDemos/Properties/AssemblyInfo.cs

Show contents

Added src/AIDemos/ScreenManager/GameScreen.cs

Show contents

Added src/AIDemos/ScreenManager/InputState.cs

Show contents

Added src/AIDemos/ScreenManager/ScreenManager.cs

Show contents

Added src/AIDemos/Screens/AdminScreens/BackgroundScreen.cs

Show contents

Added src/AIDemos/Screens/AdminScreens/LoadingScreen.cs

Show contents

Added src/AIDemos/Screens/AdminScreens/MainMenuScreen.cs

Show contents

Added src/AIDemos/Screens/AdminScreens/MenuEntry.cs

Show contents

Added src/AIDemos/Screens/AdminScreens/MenuScreen.cs

Show contents

Added src/AIDemos/Screens/AdminScreens/MessageBoxScreen.cs

Show contents

Added src/AIDemos/Screens/AdminScreens/OptionsMenuScreen.cs

Show contents

Added src/AIDemos/Screens/AdminScreens/PauseMenuScreen.cs

Show contents

Added src/AIDemos/Screens/AdminScreens/PlayerIndexEventArgs.cs

Show contents

Added src/AIDemos/Screens/Demos/Demo1.cs

Show contents

Added src/AIDemos/Screens/Demos/Demo2.cs

Show contents

Added src/AIDemos/Screens/Demos/DemoGameScreen.cs

Show contents

Added src/AIDemos/Screens/GameplayScreen.cs

Show contents

Added src/AIRendering/AIRendering.csproj

Show contents

Added src/AIRendering/AIRendering.csproj.Debug.cachefile

Show contents

Added src/AIRendering/AIRendering.csproj.user

Show contents

Added src/AIRendering/Content/Arial.spritefont

Show contents

Added src/AIRendering/Content/Content.contentproj

Show contents

Added src/AIRendering/DrawableActor.cs

Show contents

Added src/AIRendering/DrawableCyclicRoute.cs

Show contents

Added src/AIRendering/DrawableGoToBehavior.cs

Show contents

Added src/AIRendering/DrawableGrid.cs

Show contents

Added src/AIRendering/DrawableWorld.cs

Show contents

Added src/AIRendering/IRender.cs

Show contents

Added src/AIRendering/PrimitiveBatch.cs

Show contents

Added src/AIRendering/Properties/AssemblyInfo.cs

Show contents

Added src/BRAINSDesigner/app.config

Show contents

Added src/BRAINSDesigner/Classes/BehaviorNode.cs

Show contents

Added src/BRAINSDesigner/Designer.csproj

Show contents

Added src/BRAINSDesigner/Form1.cs

Show contents

Added src/BRAINSDesigner/Form1.Designer.cs

Show contents

Added src/BRAINSDesigner/Form1.resx

Show contents

Added src/BRAINSDesigner/Program.cs

Show contents

Added src/BRAINSDesigner/Properties/AssemblyInfo.cs

Show contents

Added src/BRAINSDesigner/Properties/Resources.Designer.cs

Show contents

Added src/BRAINSDesigner/Properties/Resources.resx

Show contents

Added src/BRAINSDesigner/Properties/Settings.Designer.cs

Show contents

Added src/BRAINSDesigner/Properties/Settings.settings

Show contents

Added src/BRAINSFramework/Agent.cs

Show contents

Added src/BRAINSFramework/AIEngine.cs

Show contents

Added src/BRAINSFramework/Behaviors/BehaviorBase.cs

Show contents

Added src/BRAINSFramework/Behaviors/BehaviorList.cs

Show contents

Added src/BRAINSFramework/Behaviors/BehaviorState.cs

Show contents

Added src/BRAINSFramework/Behaviors/BehaviorTask.cs

Show contents

Added src/BRAINSFramework/Behaviors/GoToBehavior.cs

Show contents

Added src/BRAINSFramework/Behaviors/IActionBehavior.cs

Show contents

Added src/BRAINSFramework/Behaviors/IBehavior.cs

Show contents

Added src/BRAINSFramework/Behaviors/ICompositeBehavior.cs

Show contents

Added src/BRAINSFramework/Behaviors/IConditionBehavior.cs

Show contents

Added src/BRAINSFramework/Behaviors/PathFinding/CyclicPathBehavior.cs

Show contents

Added src/BRAINSFramework/Behaviors/PathFinding/FindPathBehavior.cs

Show contents

Added src/BRAINSFramework/Behaviors/PathFinding/FollowPathBehavior.cs

Show contents

Added src/BRAINSFramework/Behaviors/RandomBehavior.cs

Show contents

Added src/BRAINSFramework/Behaviors/SelectorBehavior.cs

Show contents

Added src/BRAINSFramework/Behaviors/SequenceBehavior.cs

Show contents

Added src/BRAINSFramework/BrAInS.csproj

Show contents

Added src/BRAINSFramework/Consts.cs

Show contents

Added src/BRAINSFramework/Content/Content.contentproj

Show contents

Added src/BRAINSFramework/Designer/BehaviorAttribute.cs

Show contents

Added src/BRAINSFramework/Designer/BehaviorNode.cs

Show contents

Added src/BRAINSFramework/ExtensionMethods.cs

Show contents

Added src/BRAINSFramework/Feeler.cs

Show contents

Added src/BRAINSFramework/Grid.cs

Show contents

Added src/BRAINSFramework/GridCell.cs

Show contents

Added src/BRAINSFramework/Label.cs

Show contents

Added src/BRAINSFramework/Locomotion/LocomotionController.cs

Show contents

Added src/BRAINSFramework/Locomotion/LocomtionSteering.cs

Show contents

Added src/BRAINSFramework/Map.cs

Show contents

Added src/BRAINSFramework/PathFinding/NodeComparer.cs

Show contents

Added src/BRAINSFramework/PathFinding/PathFinder.cs

Show contents

Added src/BRAINSFramework/PathFinding/PathFinderNode.cs

Show contents

Added src/BRAINSFramework/PathFinding/PathFinderState.cs

Show contents

Added src/BRAINSFramework/PriorityQueue.cs

Show contents

Added src/BRAINSFramework/Properties/AssemblyInfo.cs

Show contents

Added src/BRAINSFramework/QuadTree/FRect.cs

Show contents

Added src/BRAINSFramework/QuadTree/QuadTree.cs

Show contents

Added src/BRAINSFramework/QuadTree/QuadTreeNode.cs

Show contents

Added src/BRAINSFramework/QuadTree/QuadTreePositionItem.cs

Show contents

Added src/BRAINSFramework/StateMachine/StateMachine.cs

Show contents

Added src/BRAINSFramework/Util.cs

Show contents

Added src/BRAINSFramework/World.cs

Show contents

Added src/BRAINSSolution.sln

Show contents