2025-08-14 23:55 CEST

Changesets: spring

Search ] Browse ] Back to Index ]
develop 8c10d7d2
Timestamp: 2009-10-24 02:08:01
Author: Karl-Robert Ernst
Details ] Diff ]
get some music while loadign spring: Startmusic=...; from mapinfo smd
mod - rts/Game/PreGame.cpp Diff ] File ]
develop 595a851d
Timestamp: 2009-10-24 01:48:18
Author: Karl-Robert Ernst
Details ] Diff ]
allow maps to override loading pic with smf tag
mod - rts/Game/PreGame.cpp Diff ] File ]
mod - rts/Map/MapInfo.cpp Diff ] File ]
mod - rts/Map/MapInfo.h Diff ] File ]
mod - rts/Rendering/GL/myGL.cpp Diff ] File ]
mod - rts/Rendering/GL/myGL.h Diff ] File ]
develop 46f1dfb8
Timestamp: 2009-10-24 00:44:05
Author: Karl-Robert Ernst
Details ] Diff ]
make MapInfo partially available in PReGame
mod - rts/Game/Game.cpp Diff ] File ]
mod - rts/Game/PreGame.cpp Diff ] File ]
mod - rts/Map/MapInfo.cpp Diff ] File ]
mod - rts/Map/MapInfo.h Diff ] File ]
develop 7c7b8ea6
Timestamp: 2009-10-24 00:29:34
Author: Karl-Robert Ernst
Details ] Diff ]
error out when startscript does nto contain map value
mod - rts/Game/PreGame.cpp Diff ] File ]
develop a17e33fe
Timestamp: 2009-10-23 22:55:59
Author: Karl-Robert Ernst
Details ] Diff ]
scripts doesn't need to set map or mod
mod - rts/Game/PreGame.cpp Diff ] File ]
mod - rts/Game/StartScripts/LoadScript.cpp Diff ] File ]
mod - rts/Game/StartScripts/LoadScript.h Diff ] File ]
mod - rts/Game/StartScripts/Script.cpp Diff ] File ]
mod - rts/Game/StartScripts/Script.h Diff ] File ]
develop 7ca5a5e4
Timestamp: 2009-10-23 22:46:40
Author: hoijui
Details ] Diff ]
add meta info comments to commands
mod - rts/ExternalAI/Interface/AISCommands.h Diff ] File ]
develop ec33faea
Timestamp: 2009-10-23 21:57:15
Author: Karl-Robert Ernst
Details ] Diff ]
break loose of message spam for host
mod - rts/System/Net/UDPListener.cpp Diff ] File ]
develop 8aef5354
Timestamp: 2009-10-23 18:59:25
Author: hoijui
Details ] Diff ]
add a TODO note
mod - rts/ExternalAI/Interface/AISCommands.h Diff ] File ]
develop f9da8069
Timestamp: 2009-10-23 18:59:14
Author: hoijui
Details ] Diff ]
replace SAIFloat3 with float[3] in Legacy C++ Wrapper
mod - AI/Wrappers/LegacyCpp/AIAICallback.cpp Diff ] File ]
mod - AI/Wrappers/LegacyCpp/AIAICheats.cpp Diff ] File ]
develop dc33f0e9
Timestamp: 2009-10-23 17:42:53
Author: hoijui
Details ] Diff ]
replace SAIFloat3 with float[3] in commands (implementation)
mod - rts/ExternalAI/AISCommands.cpp Diff ] File ]
mod - rts/ExternalAI/SSkirmishAICallbackImpl.cpp Diff ] File ]
develop ae01ab8f
Timestamp: 2009-10-23 17:20:52
Author: Karl-Robert Ernst
Committer: Tobi Vollebregt
Details ] Diff ]
changelog update
mod - Documentation/changelog.txt Diff ] File ]
develop 5739b2e4
Timestamp: 2009-10-23 16:16:13
Author: hoijui
Details ] Diff ]
replace struct SAIFloat3 with float[3] in commands (interface)
mod - rts/ExternalAI/Interface/AISCommands.h Diff ] File ]
develop eddbdca4
Timestamp: 2009-10-23 14:22:19
Author: hoijui
Details ] Diff ]
correct typo (rename "_colorC3" to "_colorS3")
mod - rts/ExternalAI/Interface/SSkirmishAICallback.h Diff ] File ]
mod - rts/ExternalAI/SSkirmishAICallbackImpl.cpp Diff ] File ]
mod - rts/ExternalAI/SSkirmishAICallbackImpl.h Diff ] File ]
develop e90074d1
Timestamp: 2009-10-23 14:10:27
Author: hoijui
Details ] Diff ]
adjust the Legacy C++ Wrapper
mod - AI/Wrappers/LegacyCpp/AIAICallback.cpp Diff ] File ]
mod - AI/Wrappers/LegacyCpp/AIAICallback.h Diff ] File ]
develop 9fee4985
Timestamp: 2009-10-23 13:31:28
Author: hoijui
Details ] Diff ]
replace return SAIFloat3 with float[3] out-param (implementation)
Also changes color returns from float[3] to short[3]
mod - rts/ExternalAI/Interface/SSkirmishAICallback.h Diff ] File ]
mod - rts/ExternalAI/SSkirmishAICallbackImpl.cpp Diff ] File ]
mod - rts/ExternalAI/SSkirmishAICallbackImpl.h Diff ] File ]
develop 231b0e85
Timestamp: 2009-10-23 12:21:15
Author: hoijui
Details ] Diff ]
make all function declarations stand in a single line (implementation header)
mod - rts/ExternalAI/SSkirmishAICallbackImpl.h Diff ] File ]
develop fbd230ec
Timestamp: 2009-10-23 12:14:53
Author: hoijui
Details ] Diff ]
fixes for float[3] params
mod - rts/ExternalAI/SSkirmishAICallbackImpl.cpp Diff ] File ]
develop b256ff12
Timestamp: 2009-10-23 12:13:38
Author: hoijui
Details ] Diff ]
add a convinient constructor to float3
mod - rts/System/float3.h Diff ] File ]
develop 67e04760
Timestamp: 2009-10-23 11:56:21
Author: hoijui
Details ] Diff ]
replace struct SAIFloat3 params with float[3] (implementation)
mod - rts/ExternalAI/SSkirmishAICallbackImpl.cpp Diff ] File ]
mod - rts/ExternalAI/SSkirmishAICallbackImpl.h Diff ] File ]
develop 84d571d7
Timestamp: 2009-10-23 11:27:56
Author: hoijui
Details ] Diff ]
add a convenient method to float3
mod - rts/System/float3.h Diff ] File ]
develop a993cd9f
Timestamp: 2009-10-23 11:21:32
Author: hoijui
Details ] Diff ]
replace return SAIFloat3 with float[3] out-param (interface only)
mod - rts/ExternalAI/Interface/SSkirmishAICallback.h Diff ] File ]
develop dc9732ff
Timestamp: 2009-10-23 11:19:39
Author: hoijui
Details ] Diff ]
replace struct SAIFloat3 params with float[3] (interface only)
mod - rts/ExternalAI/Interface/SSkirmishAICallback.h Diff ] File ]
develop 4372e253
Timestamp: 2009-10-23 11:18:53
Author: hoijui
Details ] Diff ]
really make all FP be declared on a single line
mod - rts/ExternalAI/Interface/SSkirmishAICallback.h Diff ] File ]
develop 15ccf874
Timestamp: 2009-10-23 11:04:27
Author: hoijui
Committer: Hugh Perkins
Details ] Diff ]
print to infolog that we are a headless build
mod - rts/Game/Game.cpp Diff ] File ]
develop 35259c06
Timestamp: 2009-10-23 10:54:13
Author: hoijui
Details ] Diff ]
indent correctly & replace /// comments with /** */
mod - rts/ExternalAI/Interface/SSkirmishAICallback.h Diff ] File ]
First  Prev  1 2 3 ... 110 ... 220 ... 330 ... 440 ... 550 ... 660 ... 685 686 687 688 689 690 691 ... 770 ... 880 ... 990 ... 1057 1058 1059  Next  Last