Changesets: spring
|
develop 95d52484
Timestamp: 2006-11-18 14:39:13 Author: tvo [ Details ] [ Diff ] |
* Add .kickbynum command, takes player number, e.g. '.kickbynum 1'. git-svn-id: https://spring.clan-sy.com/svn/spring/trunk@2660 37977431-3df6-0310-b722-df95706aa16b |
||
| mod - rts/Game/Game.cpp | [ Diff ] [ File ] | ||
|
develop d60266a0
Timestamp: 2006-11-18 13:10:56 Author: trepan [ Details ] [ Diff ] |
* Set control files to svn:eol-style CRLF git-svn-id: https://spring.clan-sy.com/svn/spring/trunk@2659 37977431-3df6-0310-b722-df95706aa16b |
||
| mod - game/cmdcolors.txt | [ Diff ] [ File ] | ||
| mod - game/ctrlpanel.txt | [ Diff ] [ File ] | ||
|
develop 4cb97309
Timestamp: 2006-11-18 12:59:58 Author: trepan [ Details ] [ Diff ] |
* Added GetUnitsInBox(), GetUnitsInPlanes(), and GetUnitsInCylinder(), GetCameraVectors(), GetCameraPos(), WorldToScreenCoords(), TraceScreenRay() LUA call-ins * Setup to change WaitCommandsAI to more flexible unit registrations git-svn-id: https://spring.clan-sy.com/svn/spring/trunk@2658 37977431-3df6-0310-b722-df95706aa16b |
||
| mod - rts/Game/SelectedUnitsAI.cpp | [ Diff ] [ File ] | ||
| mod - rts/Game/UI/LuaUI.cpp | [ Diff ] [ File ] | ||
| mod - rts/Game/WaitCommandsAI.cpp | [ Diff ] [ File ] | ||
| mod - rts/Game/WaitCommandsAI.h | [ Diff ] [ File ] | ||
| mod - rts/Sim/Units/UnitTypes/Factory.cpp | [ Diff ] [ File ] | ||
|
develop 75a5e458
Timestamp: 2006-11-18 12:16:56 Author: hughperkins [ Details ] [ Diff ] |
Added class wrappers to Mono wrappers, to provide CSAI-compatible interface. Just waiting on info on array passing in Mono, to finish off. git-svn-id: https://spring.clan-sy.com/svn/spring/trunk@2657 37977431-3df6-0310-b722-df95706aa16b |
||
| add - AI/Global/CSAI/MonoLoader/AbicIAICallbackWrapper_generated.cs | [ Diff ] [ File ] | ||
| add - AI/Global/CSAI/MonoLoader/AbicIAICallbackWrapper_manualtweaks.txt | [ Diff ] [ File ] | ||
| add - AI/Global/CSAI/MonoLoader/AbicIFeatureDefWrapper_generated.cs | [ Diff ] [ File ] | ||
| add - AI/Global/CSAI/MonoLoader/AbicIFeatureDefWrapper_manualtweaks.txt | [ Diff ] [ File ] | ||
| add - AI/Global/CSAI/MonoLoader/AbicIMoveDataWrapper_generated.cs | [ Diff ] [ File ] | ||
| add - AI/Global/CSAI/MonoLoader/AbicIMoveDataWrapper_manualtweaks.txt | [ Diff ] [ File ] | ||
| add - AI/Global/CSAI/MonoLoader/AbicIUnitDefWrapper_generated.cs | [ Diff ] [ File ] | ||
| add - AI/Global/CSAI/MonoLoader/AbicIUnitDefWrapper_manualtweaks.txt | [ Diff ] [ File ] | ||
| mod - AI/Global/CSAI/MonoLoader/CSAICInterface.cs | [ Diff ] [ File ] | ||
| mod - AI/Global/CSAI/MonoLoader/CSAILoaderMono.cpp | [ Diff ] [ File ] | ||
| mod - AI/Global/CSAI/MonoLoader/MonoABICInterfaceGenerator.cs | [ Diff ] [ File ] | ||
| add - AI/Global/CSAI/MonoLoader/MonoAbicWrappersGenerator.cs | [ Diff ] [ File ] | ||
| mod - AI/Global/CSAI/MonoLoader/build.bat | [ Diff ] [ File ] | ||
|
develop e5924f29
Timestamp: 2006-11-18 09:01:49 Author: hughperkins [ Details ] [ Diff ] |
MonoLoader first created, in progress. directory AI/Global/CSAI/MonoLoader. Needs ABIC to work (so use ABIC plugin, or use SVN Spring). git-svn-id: https://spring.clan-sy.com/svn/spring/trunk@2656 37977431-3df6-0310-b722-df95706aa16b |
||
| mod - AI/Global/CSAI/ABICompatibilityLayer/AbicAICallback.cpp | [ Diff ] [ File ] | ||
| mod - AI/Global/CSAI/ABICompatibilityLayer/AbicAICallback.h | [ Diff ] [ File ] | ||
| mod - AI/Global/CSAI/ABICompatibilityLayer/AbicProxy.cpp | [ Diff ] [ File ] | ||
| mod - AI/Global/CSAI/ABICompatibilityLayer/IAICallback_generated.h | [ Diff ] [ File ] | ||
| mod - AI/Global/CSAI/ABICompatibilityLayer/buildabicsvn.bat | [ Diff ] [ File ] | ||
| mod - AI/Global/CSAI/CSAI2/CSAI2/ScoutControllerRaider.cs | [ Diff ] [ File ] | ||
| add - AI/Global/CSAI/MonoLoader/ABICInterface_generated.cs | [ Diff ] [ File ] | ||
| add - AI/Global/CSAI/MonoLoader/ABICInterface_manualtweaks.txt | [ Diff ] [ File ] | ||
| add - AI/Global/CSAI/MonoLoader/CSAICInterface.cs | [ Diff ] [ File ] | ||
| add - AI/Global/CSAI/MonoLoader/CSAILoaderMono.cpp | [ Diff ] [ File ] | ||
| add - AI/Global/CSAI/MonoLoader/IAICallbackbindings_generated.gpp | [ Diff ] [ File ] | ||
| add - AI/Global/CSAI/MonoLoader/IAICallbackdefinitions_generated.gpp | [ Diff ] [ File ] | ||
| add - AI/Global/CSAI/MonoLoader/IFeatureDefbindings_generated.gpp | [ Diff ] [ File ] | ||
| add - AI/Global/CSAI/MonoLoader/IFeatureDefdefinitions_generated.gpp | [ Diff ] [ File ] | ||
| add - AI/Global/CSAI/MonoLoader/IMoveDatabindings_generated.gpp | [ Diff ] [ File ] | ||
| add - AI/Global/CSAI/MonoLoader/IMoveDatadefinitions_generated.gpp | [ Diff ] [ File ] | ||
| add - AI/Global/CSAI/MonoLoader/IUnitDefbindings_generated.gpp | [ Diff ] [ File ] | ||
| add - AI/Global/CSAI/MonoLoader/IUnitDefdefinitions_generated.gpp | [ Diff ] [ File ] | ||
| add - AI/Global/CSAI/MonoLoader/MonoABICInterfaceGenerator.cs | [ Diff ] [ File ] | ||
| add - AI/Global/CSAI/MonoLoader/build.bat | [ Diff ] [ File ] | ||
| add - AI/Global/CSAI/MonoLoader/requiredruntimedlls.txt | [ Diff ] [ File ] | ||
|
develop 62e79cdc
Timestamp: 2006-11-18 06:17:33 Author: trepan [ Details ] [ Diff ] |
* Split DrawMaterial from DrawColor * Always reset GL state when entering LuaUI (ResetGLState()) git-svn-id: https://spring.clan-sy.com/svn/spring/trunk@2655 37977431-3df6-0310-b722-df95706aa16b |
||
| mod - Documentation/lua_ui_interface.txt | [ Diff ] [ File ] | ||
| mod - rts/Game/UI/LuaUI.cpp | [ Diff ] [ File ] | ||
|
develop 4cd04483
Timestamp: 2006-11-18 05:09:11 Author: trepan [ Details ] [ Diff ] |
* Shininess only needs one value; no table required git-svn-id: https://spring.clan-sy.com/svn/spring/trunk@2654 37977431-3df6-0310-b722-df95706aa16b |
||
| mod - Documentation/lua_ui_interface.txt | [ Diff ] [ File ] | ||
| mod - rts/Game/UI/LuaUI.cpp | [ Diff ] [ File ] | ||
|
develop 237e5515
Timestamp: 2006-11-18 05:03:18 Author: trepan [ Details ] [ Diff ] |
* more doc work git-svn-id: https://spring.clan-sy.com/svn/spring/trunk@2653 37977431-3df6-0310-b722-df95706aa16b |
||
| mod - Documentation/lua_ui_interface.txt | [ Diff ] [ File ] | ||
|
develop a45a8c5d
Timestamp: 2006-11-18 04:48:08 Author: trepan [ Details ] [ Diff ] |
* Split DrawTexture() from DrawShape() git-svn-id: https://spring.clan-sy.com/svn/spring/trunk@2652 37977431-3df6-0310-b722-df95706aa16b |
||
| mod - Documentation/lua_ui_interface.txt | [ Diff ] [ File ] | ||
| mod - rts/Game/UI/LuaUI.cpp | [ Diff ] [ File ] | ||
|
develop 1714f298
Timestamp: 2006-11-18 04:38:42 Author: yeha [ Details ] [ Diff ] |
Fixed gravity for SimpleParticleSpawner. git-svn-id: https://spring.clan-sy.com/svn/spring/trunk@2651 37977431-3df6-0310-b722-df95706aa16b |
||
| mod - rts/Sim/Projectiles/SimpleParticleSystem.cpp | [ Diff ] [ File ] | ||
|
develop b8dbcded
Timestamp: 2006-11-18 04:14:48 Author: trepan [ Details ] [ Diff ] |
* Split-up the DrawState() LUA call-out into smaller calls * Added extra calls instead of using the "raw" syntax for LUA call-outs that request unit sets git-svn-id: https://spring.clan-sy.com/svn/spring/trunk@2650 37977431-3df6-0310-b722-df95706aa16b |
||
| mod - Documentation/lua_ui_interface.txt | [ Diff ] [ File ] | ||
| mod - rts/Game/UI/LuaUI.cpp | [ Diff ] [ File ] | ||
|
develop b3f2b612
Timestamp: 2006-11-18 01:22:26 Author: trepan [ Details ] [ Diff ] |
* Better code readability git-svn-id: https://spring.clan-sy.com/svn/spring/trunk@2649 37977431-3df6-0310-b722-df95706aa16b |
||
| mod - rts/Game/UI/LuaUI.cpp | [ Diff ] [ File ] | ||
| mod - rts/Game/UI/LuaUI.h | [ Diff ] [ File ] | ||
|
develop 9c51d104
Timestamp: 2006-11-18 00:55:18 Author: trepan [ Details ] [ Diff ] |
* Editing git-svn-id: https://spring.clan-sy.com/svn/spring/trunk@2648 37977431-3df6-0310-b722-df95706aa16b |
||
| mod - Documentation/lua_ui_interface.txt | [ Diff ] [ File ] | ||
|
develop 5215d219
Timestamp: 2006-11-18 00:51:53 Author: trepan [ Details ] [ Diff ] |
* Added newlines at the ends of files git-svn-id: https://spring.clan-sy.com/svn/spring/trunk@2647 37977431-3df6-0310-b722-df95706aa16b |
||
| mod - rts/Sim/Projectiles/GenericParticleProjectile.cpp | [ Diff ] [ File ] | ||
| mod - rts/Sim/Projectiles/GenericParticleProjectile.h | [ Diff ] [ File ] | ||
|
develop 96673413
Timestamp: 2006-11-18 00:48:50 Author: trepan [ Details ] [ Diff ] |
* Added 'cursorrestore' to the list of usable cursors * Changed /layout to /luaui * Made the LUA UpdateLayout() call-in optional * Renamed the LUA LayoutIcons() call-in to LayoutButtons() * Added the GetGroupAIName() LUA call-out * Added the GetGroupAIList() LUA call-out * Added the "debug" library to the lua ui workspace git-svn-id: https://spring.clan-sy.com/svn/spring/trunk@2646 37977431-3df6-0310-b722-df95706aa16b |
||
| mod - rts/Game/UI/CursorIcons.cpp | [ Diff ] [ File ] | ||
| mod - rts/Game/UI/GuiHandler.cpp | [ Diff ] [ File ] | ||
| mod - rts/Game/UI/LuaState.cpp | [ Diff ] [ File ] | ||
| mod - rts/Game/UI/LuaUI.cpp | [ Diff ] [ File ] | ||
| mod - rts/Game/UI/LuaUI.h | [ Diff ] [ File ] | ||
| mod - rts/Game/UI/MouseHandler.cpp | [ Diff ] [ File ] | ||
| mod - rts/Game/WaitCommandsAI.h | [ Diff ] [ File ] | ||
| mod - rts/Game/WordCompletion.cpp | [ Diff ] [ File ] | ||
|
develop 58fb210b
Timestamp: 2006-11-18 00:44:47 Author: trepan [ Details ] [ Diff ] |
* Documentation additions and corrections git-svn-id: https://spring.clan-sy.com/svn/spring/trunk@2645 37977431-3df6-0310-b722-df95706aa16b |
||
| add - Documentation/lua_ui_interface.txt | [ Diff ] [ File ] | ||
|
develop 3f605b3e
Timestamp: 2006-11-18 00:43:46 Author: trepan [ Details ] [ Diff ] |
* Added a cursor for the Restore command (it sucks, truely) git-svn-id: https://spring.clan-sy.com/svn/spring/trunk@2644 37977431-3df6-0310-b722-df95706aa16b |
||
| add - installer/builddata/springcontent/anims/cursorrestore.txt | [ Diff ] [ File ] | ||
| add - installer/builddata/springcontent/anims/cursorrestore_0.png | [ Diff ] [ File ] | ||
| add - installer/builddata/springcontent/anims/cursorrestore_1.png | [ Diff ] [ File ] | ||
| add - installer/builddata/springcontent/anims/cursorrestore_2.png | [ Diff ] [ File ] | ||
| add - installer/builddata/springcontent/anims/cursorrestore_3.png | [ Diff ] [ File ] | ||
| add - installer/builddata/springcontent/anims/cursorrestore_4.png | [ Diff ] [ File ] | ||
|
develop 631ac7f4
Timestamp: 2006-11-17 21:45:07 Author: tvo [ Details ] [ Diff ] |
* Fix some gcc warnings in DxSound.cpp (not that it's compileable in mingw yet...) git-svn-id: https://spring.clan-sy.com/svn/spring/trunk@2643 37977431-3df6-0310-b722-df95706aa16b |
||
| mod - rts/System/Platform/Win/DxSound.cpp | [ Diff ] [ File ] | ||
|
develop 4d3b1c4c
Timestamp: 2006-11-17 21:33:55 Author: tvo [ Details ] [ Diff ] |
* Kill remaining spring instance once one unexpectedly quits and the other doesn't detect that itself. (don't stall the test by waiting for 10 minutes on a crashed client to connect...) git-svn-id: https://spring.clan-sy.com/svn/spring/trunk@2642 37977431-3df6-0310-b722-df95706aa16b |
||
| mod - tools/scripts/runner.sh | [ Diff ] [ File ] | ||
|
develop 4af9329a
Timestamp: 2006-11-17 21:13:45 Author: yeha [ Details ] [ Diff ] |
Updated explosion alias. git-svn-id: https://spring.clan-sy.com/svn/spring/trunk@2641 37977431-3df6-0310-b722-df95706aa16b |
||
| mod - installer/builddata/springcontent/gamedata/explosion_alias.tdf | [ Diff ] [ File ] | ||
|
develop 345fb8ac
Timestamp: 2006-11-17 19:47:52 Author: betalord [ Details ] [ Diff ] |
increased traffic limit for bots git-svn-id: https://spring.clan-sy.com/svn/spring/trunk@2640 37977431-3df6-0310-b722-df95706aa16b |
||
|
develop 41c8a106
Timestamp: 2006-11-17 19:06:51 Author: betalord [ Details ] [ Diff ] |
git-svn-id: https://spring.clan-sy.com/svn/spring/trunk@2639 37977431-3df6-0310-b722-df95706aa16b | ||
| mod - Documentation/Lobby/LobbyProtocol.txt | [ Diff ] [ File ] | ||
|
develop 5a8bb898
Timestamp: 2006-11-17 19:06:19 Author: betalord [ Details ] [ Diff ] |
added "bot mode" bit to the account and client statuses git-svn-id: https://spring.clan-sy.com/svn/spring/trunk@2638 37977431-3df6-0310-b722-df95706aa16b |
||
|
develop 57b5243c
Timestamp: 2006-11-17 18:41:06 Author: yeha [ Details ] [ Diff ] |
Added SimpleParticleSpawner to explosiongenerator. git-svn-id: https://spring.clan-sy.com/svn/spring/trunk@2637 37977431-3df6-0310-b722-df95706aa16b |
||
| add - rts/Sim/Projectiles/GenericParticleProjectile.cpp | [ Diff ] [ File ] | ||
| add - rts/Sim/Projectiles/GenericParticleProjectile.h | [ Diff ] [ File ] | ||
| mod - rts/Sim/Projectiles/SimpleParticleSystem.cpp | [ Diff ] [ File ] | ||
| mod - rts/Sim/Projectiles/SimpleParticleSystem.h | [ Diff ] [ File ] | ||
| mod - rts/build/vstudio7/rts.vcproj | [ Diff ] [ File ] | ||
|
develop 35e5fc69
Timestamp: 2006-11-16 23:29:00 Author: tvo [ Details ] [ Diff ] |
* Fix AAI compilation on 'i586-mingw32msvc-gcc (GCC) 4.3.0 20061116 (experimental)' git-svn-id: https://spring.clan-sy.com/svn/spring/trunk@2636 37977431-3df6-0310-b722-df95706aa16b |
||
| mod - AI/Global/AAI/aidef.h | [ Diff ] [ File ] | ||
