spring: develop 375fc941 | [ Diff ] [ Back to Repository ] | |||
Author | Committer | Branch | Timestamp | Parent |
---|---|---|---|---|
hughperkins | hughperkins | develop | 2006-11-16 11:57:10 | develop f748d669 |
Changeset | 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 ] |