Changesets: spring
develop 56cdf3ac
Timestamp: 2006-11-16 22:40:13 Author: trepan [ Details ] [ Diff ] |
* comment typo git-svn-id: https://spring.clan-sy.com/svn/spring/trunk@2635 37977431-3df6-0310-b722-df95706aa16b |
||
mod - rts/System/Main.cpp | [ Diff ] [ File ] | ||
develop fa18a966
Timestamp: 2006-11-16 22:39:01 Author: trepan [ Details ] [ Diff ] |
* Try to make the window position correct for windows git-svn-id: https://spring.clan-sy.com/svn/spring/trunk@2634 37977431-3df6-0310-b722-df95706aa16b |
||
mod - rts/System/Main.cpp | [ Diff ] [ File ] | ||
develop 6d8006f9
Timestamp: 2006-11-16 21:59:48 Author: trepan [ Details ] [ Diff ] |
* Trying GetWindowRect -> GetClientRect git-svn-id: https://spring.clan-sy.com/svn/spring/trunk@2633 37977431-3df6-0310-b722-df95706aa16b |
||
mod - rts/System/Main.cpp | [ Diff ] [ File ] | ||
develop 363879de
Timestamp: 2006-11-16 21:38:16 Author: hughperkins [ Details ] [ Diff ] |
Added spring.def git-svn-id: https://spring.clan-sy.com/svn/spring/trunk@2632 37977431-3df6-0310-b722-df95706aa16b |
||
mod - installer/sections/main.nsh | [ Diff ] [ File ] | ||
develop a566d967
Timestamp: 2006-11-16 21:06:22 Author: yeha [ Details ] [ Diff ] |
Added color to SpherePartProjectile. git-svn-id: https://spring.clan-sy.com/svn/spring/trunk@2631 37977431-3df6-0310-b722-df95706aa16b |
||
mod - rts/Sim/Projectiles/SpherePartProjectile.cpp | [ Diff ] [ File ] | ||
mod - rts/Sim/Projectiles/SpherePartProjectile.h | [ Diff ] [ File ] | ||
develop c687bbef
Timestamp: 2006-11-16 21:05:56 Author: yeha [ Details ] [ Diff ] |
Updated vc project. git-svn-id: https://spring.clan-sy.com/svn/spring/trunk@2630 37977431-3df6-0310-b722-df95706aa16b |
||
mod - rts/build/vstudio7/rts.vcproj | [ Diff ] [ File ] | ||
develop b67d74d0
Timestamp: 2006-11-16 20:45:18 Author: tvo [ Details ] [ Diff ] |
* Add spring.def to zipfiles generated by buildbot. git-svn-id: https://spring.clan-sy.com/svn/spring/trunk@2629 37977431-3df6-0310-b722-df95706aa16b |
||
mod - tools/scripts/bbexit.sh | [ Diff ] [ File ] | ||
develop da639295
Timestamp: 2006-11-16 20:30:21 Author: hughperkins [ Details ] [ Diff ] |
Added AbicWrappersTestAI to GlobalAI build exclusions. git-svn-id: https://spring.clan-sy.com/svn/spring/trunk@2628 37977431-3df6-0310-b722-df95706aa16b |
||
mod - SConstruct | [ Diff ] [ File ] | ||
develop 19944907
Timestamp: 2006-11-16 20:25:02 Author: hughperkins [ Details ] [ Diff ] |
Created an Abic++ wrapper demonstration AI in AI/Global/AbicWrappersTestAI. Added a couple of missing #includes to Abic++ wrappers git-svn-id: https://spring.clan-sy.com/svn/spring/trunk@2627 37977431-3df6-0310-b722-df95706aa16b |
||
add - AI/Global/AbicWrappersTestAI/AbicWrappersTestAI.sln | [ Diff ] [ File ] | ||
add - AI/Global/AbicWrappersTestAI/AbicWrappersTestAI.vcproj | [ Diff ] [ File ] | ||
add - AI/Global/AbicWrappersTestAI/myai.cpp | [ Diff ] [ File ] | ||
mod - AI/Global/CSAI/AbicWrappers/AbicAICallbackWrapper.h | [ Diff ] [ File ] | ||
mod - AI/Global/CSAI/AbicWrappers/AbicUnitDefWrapper.h | [ Diff ] [ File ] | ||
develop ec972bd2
Timestamp: 2006-11-16 19:16:57 Author: hughperkins [ Details ] [ Diff ] |
Missed one Abic++ header file git-svn-id: https://spring.clan-sy.com/svn/spring/trunk@2626 37977431-3df6-0310-b722-df95706aa16b |
||
add - AI/Global/CSAI/AbicWrappers/AbicMoveDataWrapper.h | [ Diff ] [ File ] | ||
develop 1cc6cc20
Timestamp: 2006-11-16 19:06:27 Author: hughperkins [ Details ] [ Diff ] |
Created new directory AI/Global/CSAI/AbicWrappers for the Abic++ wrapperclasses. git-svn-id: https://spring.clan-sy.com/svn/spring/trunk@2625 37977431-3df6-0310-b722-df95706aa16b |
||
add - AI/Global/CSAI/AbicWrappers/generate.bat | [ Diff ] [ File ] | ||
add - AI/Global/CSAI/AbicWrappers/readme.txt | [ Diff ] [ File ] | ||
rm - AI/Global/CSAI/CSAILoader/AbicMoveDataWrapper.h | [ Diff ] [ File ] | ||
mod - AI/Global/CSAI/CSAILoader/buildcsailoader.bat | [ Diff ] [ File ] | ||
develop 375fc941
Timestamp: 2006-11-16 11:57:10 Author: hughperkins [ Details ] [ Diff ] |
Mission building updates in Spring SVN version: *AIs.CreateGlobalAI( teamnumber, dllpath ) added *aistartscripttest.lua added, as example lua script This means AIs can now be used in LUA missions. Example: AIs.CreateGlobalAI( 0, "AI/Bot-libs/csailoader.dll" ) AIs.CreateGlobalAI( 1, "AI/Bot-libs/csailoader.dll" ) Other minor changes for mission building: *unitdef.metalstorage and unitdef.energystorage have been added, for readwrite. (untested) CSAI2 changes: *minor tweaks so compatible with missiontest scenario git-svn-id: https://spring.clan-sy.com/svn/spring/trunk@2624 37977431-3df6-0310-b722-df95706aa16b |
||
mod - AI/Global/CSAI/CSAI2/CSAI2/ScoutControllerRaider.cs | [ Diff ] [ File ] | ||
mod - AI/Global/CSAI/CSAI2/CSAI2/Workflow.cs | [ Diff ] [ File ] | ||
mod - AI/Global/CSAI/CSAI2/CSAI2/unitdata/TankList.cs | [ Diff ] [ File ] | ||
add - game/startscripts/aistartscripttest.lua | [ Diff ] [ File ] | ||
mod - rts/System/Script/LuaBinder.cpp | [ Diff ] [ File ] | ||
mod - rts/System/Script/LuaFunctions.cpp | [ Diff ] [ File ] | ||
mod - rts/System/Script/LuaFunctions.h | [ Diff ] [ File ] | ||
develop f748d669
Timestamp: 2006-11-16 02:21:34 Author: trepan [ Details ] [ Diff ] |
* Save images as fully opaque (translucent PNGs are likely to cause confusion) git-svn-id: https://spring.clan-sy.com/svn/spring/trunk@2623 37977431-3df6-0310-b722-df95706aa16b |
||
mod - rts/Rendering/Textures/Bitmap.cpp | [ Diff ] [ File ] | ||
develop 615b0f33
Timestamp: 2006-11-15 22:05:37 Author: betalord [ Details ] [ Diff ] |
updated GetModHash function to actually use GetPrimaryModChecksum git-svn-id: https://spring.clan-sy.com/svn/spring/trunk@2622 37977431-3df6-0310-b722-df95706aa16b |
||
develop 457eeff5
Timestamp: 2006-11-15 21:48:33 Author: tvo [ Details ] [ Diff ] |
* Don't display html tags on console. git-svn-id: https://spring.clan-sy.com/svn/spring/trunk@2621 37977431-3df6-0310-b722-df95706aa16b |
||
mod - tools/scripts/runner.sh | [ Diff ] [ File ] | ||
develop cd2ec121
Timestamp: 2006-11-15 21:47:51 Author: tvo [ Details ] [ Diff ] |
* Small tweak that makes AAI work when crosscompiled and run in wine. git-svn-id: https://spring.clan-sy.com/svn/spring/trunk@2620 37977431-3df6-0310-b722-df95706aa16b |
||
mod - AI/Global/AAI/AAIConfig.cpp | [ Diff ] [ File ] | ||
develop 1d23f10f
Timestamp: 2006-11-15 20:39:22 Author: tvo [ Details ] [ Diff ] |
* Disable building of TestABICAI when not building on windows: it breaks native linux builds because game/spring.a doesn't exist in that case, and somehow it also doesn't work when crosscompiling (linker complains that game/spring.a is static and hence can't be linked to the shared lib). git-svn-id: https://spring.clan-sy.com/svn/spring/trunk@2619 37977431-3df6-0310-b722-df95706aa16b |
||
mod - SConstruct | [ Diff ] [ File ] | ||
develop 71ff9e0f
Timestamp: 2006-11-15 20:15:36 Author: hughperkins [ Details ] [ Diff ] |
Created C++ wrapper classes for ABIC ,see AI/Global/CSAILoader/AbicXXXWrapper.h ABIC now works with CSAI, CSAI2, via wrapper classes Corrected some bugs/spelling mistakes in C interface Checking in CSAI2, which is in progress git-svn-id: https://spring.clan-sy.com/svn/spring/trunk@2618 37977431-3df6-0310-b722-df95706aa16b |
||
mod - AI/Global/CSAI/ABICompatibilityLayer/AbicAICallback.h | [ Diff ] [ File ] | ||
mod - AI/Global/CSAI/ABICompatibilityLayer/readme.txt | [ Diff ] [ File ] | ||
mod - AI/Global/CSAI/CSAI/CSAI.csproj | [ Diff ] [ File ] | ||
mod - AI/Global/CSAI/CSAI/CSAI.suo | [ Diff ] [ File ] | ||
add - AI/Global/CSAI/CSAI/readme.txt | [ Diff ] [ File ] | ||
mod - AI/Global/CSAI/CSAI/squadcontrollers/Builder.cs | [ Diff ] [ File ] | ||
add - AI/Global/CSAI/CSAI2/CSAI2/BuildEconomy.cs | [ Diff ] [ File ] | ||
add - AI/Global/CSAI/CSAI2/CSAI2/BuildTanks.cs | [ Diff ] [ File ] | ||
add - AI/Global/CSAI/CSAI2/CSAI2/CSAI.cs | [ Diff ] [ File ] | ||
add - AI/Global/CSAI/CSAI2/CSAI2/CSAI2.csproj | [ Diff ] [ File ] | ||
add - AI/Global/CSAI/CSAI2/CSAI2/CSAI2.sln | [ Diff ] [ File ] | ||
add - AI/Global/CSAI/CSAI2/CSAI2/CSAI2.suo | [ Diff ] [ File ] | ||
add - AI/Global/CSAI/CSAI2/CSAI2/EnemyController.cs | [ Diff ] [ File ] | ||
add - AI/Global/CSAI/CSAI2/CSAI2/EnemySelector.cs | [ Diff ] [ File ] | ||
add - AI/Global/CSAI/CSAI2/CSAI2/EnemySelector2.cs | [ Diff ] [ File ] | ||
add - AI/Global/CSAI/CSAI2/CSAI2/EnergyController.cs | [ Diff ] [ File ] | ||
add - AI/Global/CSAI/CSAI2/CSAI2/FriendlyUnitPositions.cs | [ Diff ] [ File ] | ||
add - AI/Global/CSAI/CSAI2/CSAI2/GiveOrderWrapper.cs | [ Diff ] [ File ] | ||
add - AI/Global/CSAI/CSAI2/CSAI2/MetalController.cs | [ Diff ] [ File ] | ||
add - AI/Global/CSAI/CSAI2/CSAI2/MobileFusionController.cs | [ Diff ] [ File ] | ||
add - AI/Global/CSAI/CSAI2/CSAI2/Ownership.cs | [ Diff ] [ File ] | ||
add - AI/Global/CSAI/CSAI2/CSAI2/Properties/AssemblyInfo.cs | [ Diff ] [ File ] | ||
add - AI/Global/CSAI/CSAI2/CSAI2/ScoutControllerRaider.cs | [ Diff ] [ File ] | ||
add - AI/Global/CSAI/CSAI2/CSAI2/TankController.cs | [ Diff ] [ File ] | ||
add - AI/Global/CSAI/CSAI2/CSAI2/UnitController.cs | [ Diff ] [ File ] | ||
add - AI/Global/CSAI/CSAI2/CSAI2/Workflow.cs | [ Diff ] [ File ] | ||
add - AI/Global/CSAI/CSAI2/CSAI2/basicttypes/AdvancedFloat3.cs | [ Diff ] [ File ] | ||
add - AI/Global/CSAI/CSAI2/CSAI2/basicttypes/ArrayIndexer.cs | [ Diff ] [ File ] | ||
add - AI/Global/CSAI/CSAI2/CSAI2/basicttypes/CustomCollections.cs | [ Diff ] [ File ] | ||
add - AI/Global/CSAI/CSAI2/CSAI2/basicttypes/Float3Helper.cs | [ Diff ] [ File ] | ||
add - AI/Global/CSAI/CSAI2/CSAI2/basicttypes/OOPCommand.cs | [ Diff ] [ File ] | ||
add - AI/Global/CSAI/CSAI2/CSAI2/basicttypes/UnitDefHashtable.cs | [ Diff ] [ File ] | ||
add - AI/Global/CSAI/CSAI2/CSAI2/mapping/BuildMap.cs | [ Diff ] [ File ] | ||
add - AI/Global/CSAI/CSAI2/CSAI2/mapping/BuildPlanner.cs | [ Diff ] [ File ] | ||
add - AI/Global/CSAI/CSAI2/CSAI2/mapping/EnemyMap.cs | [ Diff ] [ File ] | ||
add - AI/Global/CSAI/CSAI2/CSAI2/mapping/LosHelper.cs | [ Diff ] [ File ] | ||
add - AI/Global/CSAI/CSAI2/CSAI2/mapping/LosMap.cs | [ Diff ] [ File ] | ||
add - AI/Global/CSAI/CSAI2/CSAI2/mapping/Metal.cs | [ Diff ] [ File ] | ||
add - AI/Global/CSAI/CSAI2/CSAI2/mapping/MovementMaps.cs | [ Diff ] [ File ] | ||
add - AI/Global/CSAI/CSAI2/CSAI2/mapping/ReclaimHelper.cs | [ Diff ] [ File ] | ||
add - AI/Global/CSAI/CSAI2/CSAI2/mapping/SlopeMap.cs | [ Diff ] [ File ] | ||
add - AI/Global/CSAI/CSAI2/CSAI2/packcoordinators/AttackPackCoordinator.cs | [ Diff ] [ File ] | ||
add - AI/Global/CSAI/CSAI2/CSAI2/packcoordinators/GuardPackCoordinator.cs | [ Diff ] [ File ] | ||
add - AI/Global/CSAI/CSAI2/CSAI2/packcoordinators/IPackCoordinator.cs | [ Diff ] [ File ] | ||
add - AI/Global/CSAI/CSAI2/CSAI2/packcoordinators/MoveToPackCoordinator.cs | [ Diff ] [ File ] | ||
add - AI/Global/CSAI/CSAI2/CSAI2/packcoordinators/PackCoordinatorSelector.cs | [ Diff ] [ File ] | ||
add - AI/Global/CSAI/CSAI2/CSAI2/packcoordinators/SpreadSearchPackCoordinator.cs | [ Diff ] [ File ] | ||
add - AI/Global/CSAI/CSAI2/CSAI2/unitdata/BuildTable.cs | [ Diff ] [ File ] | ||
add - AI/Global/CSAI/CSAI2/CSAI2/unitdata/BuildTree.cs | [ Diff ] [ File ] | ||
add - AI/Global/CSAI/CSAI2/CSAI2/unitdata/CommanderList.cs | [ Diff ] [ File ] | ||
add - AI/Global/CSAI/CSAI2/CSAI2/unitdata/HelicopterList.cs | [ Diff ] [ File ] | ||
add - AI/Global/CSAI/CSAI2/CSAI2/unitdata/Level1ConstructorList.cs | [ Diff ] [ File ] | ||
add - AI/Global/CSAI/CSAI2/CSAI2/unitdata/Level1FactoryList.cs | [ Diff ] [ File ] | ||
add - AI/Global/CSAI/CSAI2/CSAI2/unitdata/StartPosition.cs | [ Diff ] [ File ] | ||
add - AI/Global/CSAI/CSAI2/CSAI2/unitdata/TankList.cs | [ Diff ] [ File ] | ||
add - AI/Global/CSAI/CSAI2/CSAI2/unitdata/UnitCommandCache.cs | [ Diff ] [ File ] | ||
add - AI/Global/CSAI/CSAI2/CSAI2/utils/DrawingUtils.cs | [ Diff ] [ File ] | ||
add - AI/Global/CSAI/CSAI2/CSAI2/utils/LogFile.cs | [ Diff ] [ File ] | ||
add - AI/Global/CSAI/CSAI2/CSAI2/utils/TimeHelper.cs | [ Diff ] [ File ] | ||
add - AI/Global/CSAI/CSAI2/CSAI2/utils/UnitDefHelp.cs | [ Diff ] [ File ] | ||
add - AI/Global/CSAI/CSAI2/CSAI2/utils/XmlHelper.cs | [ Diff ] [ File ] | ||
add - AI/Global/CSAI/CSAILoader/AbicAICallbackWrapper.h | [ Diff ] [ File ] | ||
add - AI/Global/CSAI/CSAILoader/AbicFeatureDefWrapper.h | [ Diff ] [ File ] | ||
add - AI/Global/CSAI/CSAILoader/AbicIAICallbackWrapper_generated.h | [ Diff ] [ File ] | ||
add - AI/Global/CSAI/CSAILoader/AbicIFeatureDefWrapper_generated.h | [ Diff ] [ File ] | ||
add - AI/Global/CSAI/CSAILoader/AbicIMoveDataWrapper_generated.h | [ Diff ] [ File ] | ||
add - AI/Global/CSAI/CSAILoader/AbicIUnitDefWrapper_generated.h | [ Diff ] [ File ] | ||
add - AI/Global/CSAI/CSAILoader/AbicMoveDataWrapper.h | [ Diff ] [ File ] | ||
add - AI/Global/CSAI/CSAILoader/AbicUnitDefWrapper.h | [ Diff ] [ File ] | ||
add - AI/Global/CSAI/CSAILoader/AbicWrapperGenerator.cs | [ Diff ] [ File ] | ||
mod - AI/Global/CSAI/CSAILoader/CSAILoader.cpp | [ Diff ] [ File ] | ||
mod - AI/Global/CSAI/CSAILoader/CSAIProxy.cpp | [ Diff ] [ File ] | ||
mod - AI/Global/CSAI/CSAILoader/CSAIProxy.h | [ Diff ] [ File ] | ||
add - AI/Global/CSAI/CSAILoader/CSAIProxyGenerator.cs | [ Diff ] [ File ] | ||
add - AI/Global/CSAI/CSAILoader/CSAIProxyIAICallback_generated.h | [ Diff ] [ File ] | ||
add - AI/Global/CSAI/CSAILoader/CSAIProxyIFeatureDef_generated.h | [ Diff ] [ File ] | ||
add - AI/Global/CSAI/CSAILoader/CSAIProxyIMoveData_generated.h | [ Diff ] [ File ] | ||
add - AI/Global/CSAI/CSAILoader/CSAIProxyIUnitDef_generated.h | [ Diff ] [ File ] | ||
mod - AI/Global/CSAI/CSAILoader/buildcsailoader.bat | [ Diff ] [ File ] | ||
mod - AI/Global/TestABICAI/buildmyai.bat | [ Diff ] [ File ] | ||
mod - AI/Global/TestABICAI/buildmyaimingw.bat | [ Diff ] [ File ] | ||
mod - AI/Global/TestABICAI/myai.cpp | [ Diff ] [ File ] | ||
mod - AI/Global/TestABICAI/myaimingw.cpp | [ Diff ] [ File ] | ||
mod - rts/ExternalAI/GlobalAICInterface/AbicAICallback.cpp | [ Diff ] [ File ] | ||
mod - rts/ExternalAI/GlobalAICInterface/AbicAICallback.h | [ Diff ] [ File ] | ||
mod - rts/ExternalAI/GlobalAICInterface/GlobalAICInterfaceGenerator.cs | [ Diff ] [ File ] | ||
mod - rts/ExternalAI/GlobalAICInterface/IAICallback_generated.gpp | [ Diff ] [ File ] | ||
mod - rts/ExternalAI/GlobalAICInterface/IAICallback_generated.h | [ Diff ] [ File ] | ||
mod - rts/ExternalAI/GlobalAICInterface/IFeatureDef_generated.gpp | [ Diff ] [ File ] | ||
add - rts/ExternalAI/GlobalAICInterface/generate.bat | [ Diff ] [ File ] | ||
mod - rts/ExternalAI/GlobalAIInterfaces/IAICallback.cs | [ Diff ] [ File ] | ||
mod - rts/ExternalAI/GlobalAIInterfaces/IUnitDef.cs | [ Diff ] [ File ] | ||
add - rts/ExternalAI/GlobalAIInterfaces/readme.txt | [ Diff ] [ File ] | ||
develop bbc89b40
Timestamp: 2006-11-15 09:47:42 Author: trepan [ Details ] [ Diff ] |
* Renamed IconLayoutHandler to LuaUi * Added 'isRepeat' param to all KeyPressed() calls * Added KeyPress(), KeyRelease() LUA callins * Added GetKeyCode(), GetKeySymbol(), GetKeyBindings, GetActionHotKeys() LUA callouts git-svn-id: https://spring.clan-sy.com/svn/spring/trunk@2617 37977431-3df6-0310-b722-df95706aa16b |
||
mod - SConstruct | [ Diff ] [ File ] | ||
mod - rts/Game/Game.cpp | [ Diff ] [ File ] | ||
mod - rts/Game/UI/GameInfo.cpp | [ Diff ] [ File ] | ||
mod - rts/Game/UI/GameInfo.h | [ Diff ] [ File ] | ||
mod - rts/Game/UI/GuiHandler.cpp | [ Diff ] [ File ] | ||
mod - rts/Game/UI/GuiHandler.h | [ Diff ] [ File ] | ||
mod - rts/Game/UI/InputReceiver.h | [ Diff ] [ File ] | ||
mod - rts/Game/UI/QuitBox.cpp | [ Diff ] [ File ] | ||
mod - rts/Game/UI/QuitBox.h | [ Diff ] [ File ] | ||
mod - rts/Game/UI/SelectionKeyHandler.cpp | [ Diff ] [ File ] | ||
mod - rts/Game/UI/SelectionKeyHandler.h | [ Diff ] [ File ] | ||
mod - rts/Game/UI/ShareBox.cpp | [ Diff ] [ File ] | ||
mod - rts/Game/UI/ShareBox.h | [ Diff ] [ File ] | ||
mod - rts/Game/WaitCommandsAI.cpp | [ Diff ] [ File ] | ||
develop 60573c14
Timestamp: 2006-11-15 08:54:30 Author: hughperkins [ Details ] [ Diff ] |
corrected minor build issue on linux (include file case) git-svn-id: https://spring.clan-sy.com/svn/spring/trunk@2616 37977431-3df6-0310-b722-df95706aa16b |
||
mod - rts/ExternalAI/GlobalAICInterface/AbicAICallback.cpp | [ Diff ] [ File ] | ||
develop 4ea36dc2
Timestamp: 2006-11-15 08:51:54 Author: hughperkins [ Details ] [ Diff ] |
Corrected minor issues on linux build git-svn-id: https://spring.clan-sy.com/svn/spring/trunk@2615 37977431-3df6-0310-b722-df95706aa16b |
||
mod - rts/ExternalAI/GlobalAICInterface/AbicProxy.cpp | [ Diff ] [ File ] | ||
mod - rts/ExternalAI/GlobalAICInterface/AbicProxy.h | [ Diff ] [ File ] | ||
develop 35b61d0f
Timestamp: 2006-11-15 08:42:40 Author: hughperkins [ Details ] [ Diff ] |
Integrated GlobalAI ABIC C interface. It works with both msvc and mingw compiled GlobalAIs. See AI/Global/TestABICAI/myaimingw.cpp for an example. On Windows, you need to build spring using scons/mingw for this to work. Added GlobalAIInterfaces C# interface definition, which powers the C interface generators. msvc8 project updated. Updated SConstruct to work on windows (forces mingw instead of msvc) git-svn-id: https://spring.clan-sy.com/svn/spring/trunk@2614 37977431-3df6-0310-b722-df95706aa16b |
||
add - AI/Global/TestABICAI/buildmyai.bat | [ Diff ] [ File ] | ||
add - AI/Global/TestABICAI/buildmyaimingw.bat | [ Diff ] [ File ] | ||
add - AI/Global/TestABICAI/myai.cpp | [ Diff ] [ File ] | ||
add - AI/Global/TestABICAI/myaimingw.cpp | [ Diff ] [ File ] | ||
mod - SConstruct | [ Diff ] [ File ] | ||
mod - game/startscripts/missionhelper.lua | [ Diff ] [ File ] | ||
mod - rts/ExternalAI/GlobalAI.cpp | [ Diff ] [ File ] | ||
mod - rts/ExternalAI/GlobalAI.h | [ Diff ] [ File ] | ||
add - rts/ExternalAI/GlobalAICInterface/AbicAICallback.cpp | [ Diff ] [ File ] | ||
add - rts/ExternalAI/GlobalAICInterface/AbicAICallback.h | [ Diff ] [ File ] | ||
add - rts/ExternalAI/GlobalAICInterface/AbicProxy.cpp | [ Diff ] [ File ] | ||
add - rts/ExternalAI/GlobalAICInterface/AbicProxy.h | [ Diff ] [ File ] | ||
add - rts/ExternalAI/GlobalAICInterface/GlobalAICInterfaceGenerator.cs | [ Diff ] [ File ] | ||
add - rts/ExternalAI/GlobalAICInterface/IAICallback_generated.gpp | [ Diff ] [ File ] | ||
add - rts/ExternalAI/GlobalAICInterface/IAICallback_generated.h | [ Diff ] [ File ] | ||
add - rts/ExternalAI/GlobalAICInterface/IFeatureDef_generated.gpp | [ Diff ] [ File ] | ||
add - rts/ExternalAI/GlobalAICInterface/IFeatureDef_generated.h | [ Diff ] [ File ] | ||
add - rts/ExternalAI/GlobalAICInterface/IMoveData_generated.gpp | [ Diff ] [ File ] | ||
add - rts/ExternalAI/GlobalAICInterface/IMoveData_generated.h | [ Diff ] [ File ] | ||
add - rts/ExternalAI/GlobalAICInterface/IUnitDef_generated.gpp | [ Diff ] [ File ] | ||
add - rts/ExternalAI/GlobalAICInterface/IUnitDef_generated.h | [ Diff ] [ File ] | ||
add - rts/ExternalAI/GlobalAICInterface/dllbuild.h | [ Diff ] [ File ] | ||
add - rts/ExternalAI/GlobalAIInterfaces/Command.cs | [ Diff ] [ File ] | ||
add - rts/ExternalAI/GlobalAIInterfaces/Float3.cs | [ Diff ] [ File ] | ||
add - rts/ExternalAI/GlobalAIInterfaces/GlobalAIInterfaces.build | [ Diff ] [ File ] | ||
add - rts/ExternalAI/GlobalAIInterfaces/GlobalAIInterfaces.csproj | [ Diff ] [ File ] | ||
add - rts/ExternalAI/GlobalAIInterfaces/GlobalAIInterfaces.csproj.user | [ Diff ] [ File ] | ||
add - rts/ExternalAI/GlobalAIInterfaces/GlobalAIInterfaces.sln | [ Diff ] [ File ] | ||
add - rts/ExternalAI/GlobalAIInterfaces/GlobalAIInterfaces.suo | [ Diff ] [ File ] | ||
add - rts/ExternalAI/GlobalAIInterfaces/IAICallback.cs | [ Diff ] [ File ] | ||
add - rts/ExternalAI/GlobalAIInterfaces/IFeatureDef.cs | [ Diff ] [ File ] | ||
add - rts/ExternalAI/GlobalAIInterfaces/IGlobalAI.cs | [ Diff ] [ File ] | ||
add - rts/ExternalAI/GlobalAIInterfaces/IMoveData.cs | [ Diff ] [ File ] | ||
add - rts/ExternalAI/GlobalAIInterfaces/IUnitDef.cs | [ Diff ] [ File ] | ||
mod - rts/build/vstudio8/rts.vcproj | [ Diff ] [ File ] | ||
develop 8ef731dc
Timestamp: 2006-11-15 05:14:08 Author: yeha [ Details ] [ Diff ] |
Added ExplosionSphere and ExplosionSpike to the explosiongenerator. git-svn-id: https://spring.clan-sy.com/svn/spring/trunk@2613 37977431-3df6-0310-b722-df95706aa16b |
||
mod - installer/builddata/springcontent/gamedata/explosion_alias.tdf | [ Diff ] [ File ] | ||
mod - rts/Sim/Projectiles/ExploSpikeProjectile.cpp | [ Diff ] [ File ] | ||
mod - rts/Sim/Projectiles/ExploSpikeProjectile.h | [ Diff ] [ File ] | ||
mod - rts/Sim/Projectiles/SpherePartProjectile.cpp | [ Diff ] [ File ] | ||
mod - rts/Sim/Projectiles/SpherePartProjectile.h | [ Diff ] [ File ] | ||
develop c08ab18b
Timestamp: 2006-11-14 23:17:41 Author: trepan [ Details ] [ Diff ] |
* Fix a gatherMode bracing bug git-svn-id: https://spring.clan-sy.com/svn/spring/trunk@2612 37977431-3df6-0310-b722-df95706aa16b |
||
mod - rts/Game/UI/GuiHandler.cpp | [ Diff ] [ File ] | ||
develop 692b7a73
Timestamp: 2006-11-14 23:09:54 Author: tvo [ Details ] [ Diff ] |
Experimental automatic testing setup that can be used to build and test, in a single (unsupervised) run, all server-client combinations of all spring versions built from lists of: * multiple gcc versions, including mingw crosscompilation (tested using wine) * multiple optimization options Watch out for the exponential growth of the run time of the script. It performs N = (number of gcc versions) times (number of optimization options) builds, and N^2/2 tests. Binaries detected to already exist aren't rebuilt and tests detected to have already runned aren't runned again (this includes swapped server/client). Make sure to sufficiently understand the scripts before attempting to use them: I am not responsible for any harm they may do to you, your computer, etc. git-svn-id: https://spring.clan-sy.com/svn/spring/trunk@2611 37977431-3df6-0310-b722-df95706aa16b |
||
add - tools/scripts/builder.sh | [ Diff ] [ File ] | ||
add - tools/scripts/runner.sh | [ Diff ] [ File ] | ||