spring: develop 31ce59cb | [ Diff ] [ Back to Repository ] | |||
Author | Committer | Branch | Timestamp | Parent |
---|---|---|---|---|
tvo | tvo | develop | 2006-06-27 12:31:52 | develop fe9baee7 |
Changeset | * svn merge -r 1517:1518 svn+ssh://tvo@svn.berlios.de/svnroot/repos/taspring-linux/branches/tvo3 * svn merge -r 1521:1522 svn+ssh://tvo@svn.berlios.de/svnroot/repos/taspring-linux/branches/tvo3 * Virtual destructor bugs fixed, rename of CGlobalAI to CTestGlobalAI for easier maintenance, plus some minor things. * svn merge -r 1526:1527 svn+ssh://tvo@svn.berlios.de/svnroot/repos/taspring-linux/branches/tvo3 * Modified random enemies script (see orig commit r1527 for details) * Delete NTAI to prepare for merging new version from branches/tvo3. git-svn-id: https://spring.clan-sy.com/svn/spring/trunk@1528 37977431-3df6-0310-b722-df95706aa16b |
|||
rm - AI/Global/NTAI/Agents/Assigner.cpp | [ Diff ] [ File ] | |||
rm - AI/Global/NTAI/Agents/Assigner.h | [ Diff ] [ File ] | |||
rm - AI/Global/NTAI/Agents/Chaser.cpp | [ Diff ] [ File ] | |||
rm - AI/Global/NTAI/Agents/Chaser.h | [ Diff ] [ File ] | |||
rm - AI/Global/NTAI/Agents/Factor.cpp | [ Diff ] [ File ] | |||
rm - AI/Global/NTAI/Agents/Factor.h | [ Diff ] [ File ] | |||
rm - AI/Global/NTAI/Agents/Planning.cpp | [ Diff ] [ File ] | |||
rm - AI/Global/NTAI/Agents/Planning.h | [ Diff ] [ File ] | |||
rm - AI/Global/NTAI/Agents/Scouter.cpp | [ Diff ] [ File ] | |||
rm - AI/Global/NTAI/Agents/Scouter.h | [ Diff ] [ File ] | |||
rm - AI/Global/NTAI/Agents/Unit.cpp | [ Diff ] [ File ] | |||
rm - AI/Global/NTAI/Agents/Unit.h | [ Diff ] [ File ] | |||
rm - AI/Global/NTAI/GlobalAI.cpp | [ Diff ] [ File ] | |||
rm - AI/Global/NTAI/GlobalAI.h | [ Diff ] [ File ] | |||
rm - AI/Global/NTAI/Helpers/InitUtil.h | [ Diff ] [ File ] | |||
rm - AI/Global/NTAI/Helpers/Log.cpp | [ Diff ] [ File ] | |||
rm - AI/Global/NTAI/Helpers/Log.h | [ Diff ] [ File ] | |||
rm - AI/Global/NTAI/Helpers/MetalHandler.cpp | [ Diff ] [ File ] | |||
rm - AI/Global/NTAI/Helpers/MetalHandler.h | [ Diff ] [ File ] | |||
rm - AI/Global/NTAI/Helpers/MetalMap.cpp | [ Diff ] [ File ] | |||
rm - AI/Global/NTAI/Helpers/MetalMap.h | [ Diff ] [ File ] | |||
rm - AI/Global/NTAI/Helpers/SunParser.cpp | [ Diff ] [ File ] | |||
rm - AI/Global/NTAI/Helpers/SunParser.h | [ Diff ] [ File ] | |||
rm - AI/Global/NTAI/Interface.cpp | [ Diff ] [ File ] | |||
rm - AI/Global/NTAI/NTAI.sln | [ Diff ] [ File ] | |||
rm - AI/Global/NTAI/NTAI.vcproj | [ Diff ] [ File ] | |||
rm - AI/Global/NTAI/VERSION | [ Diff ] [ File ] | |||
rm - AI/Global/NTAI/helper.cpp | [ Diff ] [ File ] | |||
rm - AI/Global/NTAI/helper.h | [ Diff ] [ File ] | |||
rm - AI/Global/NTAI/include.h | [ Diff ] [ File ] | |||
rm - AI/Global/NTAI/resources/ResTempl1.rct | [ Diff ] [ File ] | |||
mod - AI/Global/TestGlobalAI/TestAI.cpp | [ Diff ] [ File ] | |||
mod - rts/ExternalAI/AICallback.cpp | [ Diff ] [ File ] | |||
mod - rts/ExternalAI/AICheats.cpp | [ Diff ] [ File ] | |||
mod - rts/ExternalAI/GlobalAI.cpp | [ Diff ] [ File ] | |||
mod - rts/ExternalAI/GlobalAICallback.cpp | [ Diff ] [ File ] | |||
mod - rts/ExternalAI/GroupAiCallback.cpp | [ Diff ] [ File ] | |||
mod - rts/ExternalAI/IAICallback.h | [ Diff ] [ File ] | |||
mod - rts/ExternalAI/IAICheats.h | [ Diff ] [ File ] | |||
mod - rts/ExternalAI/IGlobalAI.h | [ Diff ] [ File ] | |||
mod - rts/ExternalAI/IGlobalAICallback.h | [ Diff ] [ File ] | |||
mod - rts/ExternalAI/IGroupAI.h | [ Diff ] [ File ] | |||
mod - rts/ExternalAI/IGroupAiCallback.h | [ Diff ] [ File ] | |||
mod - rts/Game/StartScripts/GlobalAITestScript.cpp | [ Diff ] [ File ] | |||
mod - rts/Game/StartScripts/ScriptHandler.cpp | [ Diff ] [ File ] | |||
mod - rts/Game/StartScripts/SpawnScript.cpp | [ Diff ] [ File ] | |||
mod - rts/Game/StartScripts/SpawnScript.h | [ Diff ] [ File ] | |||
mod - rts/Game/UI/GUI/GUIcontroller.cpp | [ Diff ] [ File ] | |||
mod - rts/Game/UI/GUI/GUIcontroller.h | [ Diff ] [ File ] | |||
mod - rts/Game/UI/GUI/GUIframe.cpp | [ Diff ] [ File ] | |||
mod - rts/Game/UI/GUI/GUIframe.h | [ Diff ] [ File ] | |||
mod - rts/Game/UI/GUI/GUIgame.cpp | [ Diff ] [ File ] | |||
mod - rts/Game/UI/GUI/GUIgame.h | [ Diff ] [ File ] | |||
mod - rts/Game/UI/GUI/GUIswitchBar.cpp | [ Diff ] [ File ] | |||
mod - rts/Game/UI/GUI/GUIswitchBar.h | [ Diff ] [ File ] | |||
mod - rts/Map/ReadMap.cpp | [ Diff ] [ File ] | |||
mod - rts/Map/ReadMap.h | [ Diff ] [ File ] | |||
mod - rts/Rendering/GL/IFramebuffer.h | [ Diff ] [ File ] | |||
mod - rts/Rendering/GL/myGL.cpp | [ Diff ] [ File ] | |||
mod - rts/Rendering/Textures/Bitmap.cpp | [ Diff ] [ File ] | |||
mod - rts/Sim/Misc/Feature.cpp | [ Diff ] [ File ] | |||
mod - rts/Sim/Misc/FeatureDef.h | [ Diff ] [ File ] | |||
mod - rts/Sim/Misc/LosHandler.h | [ Diff ] [ File ] | |||
mod - rts/Sim/MoveTypes/Mobility.cpp | [ Diff ] [ File ] | |||
mod - rts/Sim/MoveTypes/Mobility.h | [ Diff ] [ File ] | |||
mod - rts/Sim/MoveTypes/MoveMath/MoveMath.cpp | [ Diff ] [ File ] | |||
mod - rts/Sim/MoveTypes/MoveMath/MoveMath.h | [ Diff ] [ File ] | |||
mod - rts/Sim/Objects/WorldObject.h | [ Diff ] [ File ] | |||
mod - rts/Sim/Path/PathFinder.cpp | [ Diff ] [ File ] | |||
mod - rts/Sim/Path/PathFinder.h | [ Diff ] [ File ] | |||
mod - rts/Sim/Units/UnitDef.h | [ Diff ] [ File ] | |||
mod - rts/Sim/Units/UnitDefHandler.cpp | [ Diff ] [ File ] | |||
mod - rts/Sim/Weapons/WeaponDefHandler.cpp | [ Diff ] [ File ] | |||
mod - rts/Sim/Weapons/WeaponDefHandler.h | [ Diff ] [ File ] | |||
mod - rts/System/FileSystem/ArchiveBase.h | [ Diff ] [ File ] | |||
mod - rts/System/FileSystem/ArchiveFactory.cpp | [ Diff ] [ File ] | |||
mod - rts/System/MouseInput.cpp | [ Diff ] [ File ] | |||
mod - rts/System/MouseInput.h | [ Diff ] [ File ] | |||
mod - rts/System/Platform/ConfigHandler.cpp | [ Diff ] [ File ] | |||
mod - rts/System/Platform/ConfigHandler.h | [ Diff ] [ File ] | |||
mod - rts/System/Platform/SharedLib.cpp | [ Diff ] [ File ] | |||
mod - rts/System/Platform/SharedLib.h | [ Diff ] [ File ] | |||
mod - rts/System/Sound.cpp | [ Diff ] [ File ] | |||
mod - rts/System/Sound.h | [ Diff ] [ File ] | |||
mod - rts/System/creg/ClassBinding.cpp | [ Diff ] [ File ] | |||
mod - rts/System/creg/ISerializer.h | [ Diff ] [ File ] | |||
mod - rts/System/creg/Serializer.cpp | [ Diff ] [ File ] | |||
mod - rts/System/creg/creg.h | [ Diff ] [ File ] |