Changesets: spring
develop bbd31134
Timestamp: 2010-05-11 21:39:12 Author: kloot [ Details ] [ Diff ] |
* move Camera::CalculateInverse4x4 to Matrix44f::Invert | ||
mod - rts/Game/Camera.cpp | [ Diff ] [ File ] | ||
mod - rts/System/Matrix44f.cpp | [ Diff ] [ File ] | ||
mod - rts/System/Matrix44f.h | [ Diff ] [ File ] | ||
develop af2635b0
Timestamp: 2010-05-11 18:03:51 Author: -jk- [ Details ] [ Diff ] |
whitespaces | ||
mod - rts/Sim/Projectiles/WeaponProjectiles/LargeBeamLaserProjectile.cpp | [ Diff ] [ File ] | ||
develop 133efe60
Timestamp: 2010-05-11 18:03:31 Author: -jk- [ Details ] [ Diff ] |
fix 0001922 (LargeBeamLasers don't get drawn) | ||
mod - rts/Sim/Weapons/WeaponDefHandler.cpp | [ Diff ] [ File ] | ||
develop 69f21079
Timestamp: 2010-05-11 18:00:39 Author: -jk- [ Details ] [ Diff ] |
readd os.setlocale to LuaUI (it doesn't seem to be such unsafe) | ||
mod - rts/Game/UI/LuaUI.cpp | [ Diff ] [ File ] | ||
develop 4a5f56dc
Timestamp: 2010-05-10 13:36:56 Author: horazont Committer: hoijui [ Details ] [ Diff ] |
fix crash when squadwait squad is complete [fix] | ||
mod - rts/Game/WaitCommandsAI.cpp | [ Diff ] [ File ] | ||
develop 98ceb0ba
Timestamp: 2010-05-10 11:05:44 Author: hoijui [ Details ] [ Diff ] |
extend AIs to cope with how `UnitCaptured` and `UnitGiven` work now [AI] [fix] | ||
mod - AI/Skirmish/AAI/AAI.cpp | [ Diff ] [ File ] | ||
mod - AI/Skirmish/KAIK/KAIK.cpp | [ Diff ] [ File ] | ||
mod - AI/Skirmish/RAI/RAI.cpp | [ Diff ] [ File ] | ||
develop fbb197ea
Timestamp: 2010-05-10 11:03:16 Author: hoijui [ Details ] [ Diff ] |
add `EnemyCreated` and `EnemyFinished` events to Legacy C++ AI Wrapper [AI] | ||
mod - AI/Wrappers/LegacyCpp/AIAI.cpp | [ Diff ] [ File ] | ||
add - AI/Wrappers/LegacyCpp/Event/AIEnemyCreatedEvent.h | [ Diff ] [ File ] | ||
add - AI/Wrappers/LegacyCpp/Event/AIEnemyFinishedEvent.h | [ Diff ] [ File ] | ||
mod - AI/Wrappers/LegacyCpp/Event/AIEvents.h | [ Diff ] [ File ] | ||
mod - AI/Wrappers/LegacyCpp/IGlobalAI.h | [ Diff ] [ File ] | ||
develop 5608d2e8
Timestamp: 2010-05-10 10:17:21 Author: hoijui [ Details ] [ Diff ] |
add GetTeamAllyTeam() and IsAllied() to Legacy C++ AI wrapper [AI] | ||
mod - AI/Wrappers/LegacyCpp/AIAICallback.cpp | [ Diff ] [ File ] | ||
mod - AI/Wrappers/LegacyCpp/AIAICallback.h | [ Diff ] [ File ] | ||
mod - AI/Wrappers/LegacyCpp/IAICallback.h | [ Diff ] [ File ] | ||
develop 02b7c3ac
Timestamp: 2010-05-10 10:07:53 Author: hoijui [ Details ] [ Diff ] |
allow AIs to fetch the ally-team of a team and checking for alliance [AI] | ||
mod - rts/ExternalAI/Interface/SSkirmishAICallback.h | [ Diff ] [ File ] | ||
mod - rts/ExternalAI/SSkirmishAICallbackImpl.cpp | [ Diff ] [ File ] | ||
mod - rts/ExternalAI/SSkirmishAICallbackImpl.h | [ Diff ] [ File ] | ||
develop b0c9e345
Timestamp: 2010-05-10 09:42:11 Author: hoijui [ Details ] [ Diff ] |
only warn if windres is not found Ff not found, spring.exe and ArchiveMover.exe will not have icons under windows. |
||
mod - CMakeLists.txt | [ Diff ] [ File ] | ||
mod - rts/CMakeLists.txt | [ Diff ] [ File ] | ||
add - rts/build/cmake/FindWindres.cmake | [ Diff ] [ File ] | ||
mod - tools/ArchiveMover/CMakeLists.txt | [ Diff ] [ File ] | ||
develop e23d6e71
Timestamp: 2010-05-09 18:07:57 Author: horazont Committer: hoijui [ Details ] [ Diff ] |
Changed comments on Map_getHeight, Map_getWidth, Map_get*HeightMap in SSkirmishAICallback.h to remove ambiguity. | ||
mod - rts/ExternalAI/Interface/SSkirmishAICallback.h | [ Diff ] [ File ] | ||
develop 37969884
Timestamp: 2010-05-09 12:51:29 Author: hoijui [ Details ] [ Diff ] |
send `UnitGiven` and `UnitCaptured` to enemy teams too [AI] These events get sent to: * old team * new team * everyone else except: - teams allied with old and new team - teams which are enemies of old and new team which have cheat events off and no sensor coverage of the unit |
||
mod - rts/ExternalAI/EngineOutHandler.cpp | [ Diff ] [ File ] | ||
develop 2e918e39
Timestamp: 2010-05-09 11:39:05 Author: hoijui [ Details ] [ Diff ] |
add `EnemyCreated` and `EnemyFinished` AI events [AI] | ||
mod - rts/ExternalAI/EngineOutHandler.cpp | [ Diff ] [ File ] | ||
mod - rts/ExternalAI/Interface/AISEvents.h | [ Diff ] [ File ] | ||
mod - rts/ExternalAI/SkirmishAIWrapper.cpp | [ Diff ] [ File ] | ||
mod - rts/ExternalAI/SkirmishAIWrapper.h | [ Diff ] [ File ] | ||
develop 7f1ddd59
Timestamp: 2010-05-08 10:54:03 Author: hoijui [ Details ] [ Diff ] |
fix f205d6b5a6d143ed901447c1225b88c1bcb81f45 for real [AI] [fix] | ||
mod - AI/Interfaces/Java/bin/jna_wrappEvents.awk | [ Diff ] [ File ] | ||
develop bf66bf08
Timestamp: 2010-05-08 10:53:00 Author: hoijui [ Details ] [ Diff ] |
Revert "fix f205d6b5a6d143ed901447c1225b88c1bcb81f45 (last commit) [fix] [AI]" This reverts commit 91a4086bdaae5f2b88212afabe9d24e5db2faa66. |
||
mod - AI/Interfaces/Java/bin/jna_wrappEvents.awk | [ Diff ] [ File ] | ||
develop 91a4086b
Timestamp: 2010-05-07 21:40:53 Author: hoijui [ Details ] [ Diff ] |
fix f205d6b5a6d143ed901447c1225b88c1bcb81f45 (last commit) [fix] [AI] | ||
mod - AI/Interfaces/Java/bin/jna_wrappEvents.awk | [ Diff ] [ File ] | ||
develop 48299a0f
Timestamp: 2010-05-07 19:09:18 Author: zerver [ Details ] [ Diff ] |
Update VCproj | ||
mod - rts/build/vstudio8/rts.vcproj | [ Diff ] [ File ] | ||
develop f205d6b5
Timestamp: 2010-05-07 18:46:36 Author: hoijui [ Details ] [ Diff ] |
fix `UnitGiven`, `UnitCaptured` and `(Unit|Enemy)Destroyed` AI events [AI] [fix] `(Unit|Enemy)Destroyed` is now sent to all enemies, not just those allied with the attacker. `UnitGiven` and `UnitCaptured` are now sent to both involved teams. Fixed some of the event comments. |
||
mod - rts/ExternalAI/EngineOutHandler.cpp | [ Diff ] [ File ] | ||
mod - rts/ExternalAI/Interface/AISEvents.h | [ Diff ] [ File ] | ||
develop 6bd51008
Timestamp: 2010-05-07 13:47:35 Author: hoijui [ Details ] [ Diff ] |
allow choosing between available sound devices through config key: snd_device example: "snd_device=ALSA Software" Falls back on the default device, if the specified one could not be opened. Yeah! i removed a `TODO`! |
||
mod - rts/System/Sound/Sound.cpp | [ Diff ] [ File ] | ||
develop 7392bde7
Timestamp: 2010-05-06 13:43:42 Author: zerver [ Details ] [ Diff ] |
Fix crash in TransportCAI (possible source of desyncs?) http://buildbot.eat-peet.net/spring/stacktrace/%5BMT%5D0.81.2.1-spring_stktrc_0.81.2.1-0-g884a107_1273018585.html |
||
mod - rts/Sim/Units/CommandAI/TransportCAI.cpp | [ Diff ] [ File ] | ||
develop deed8f72
Timestamp: 2010-05-06 12:04:45 Author: kloot [ Details ] [ Diff ] |
* typo | ||
mod - rts/Map/SMF/BFGroundDrawer.cpp | [ Diff ] [ File ] | ||
develop b7279929
Timestamp: 2010-05-06 11:59:16 Author: kloot [ Details ] [ Diff ] |
* move the splatTex{Scales, Mults} SMD keys to their own Splats section (they aren't resources) | ||
mod - cont/base/maphelper/maphelper/mapdefaults.lua | [ Diff ] [ File ] | ||
mod - cont/base/maphelper/maphelper/parse_tdf_map.lua | [ Diff ] [ File ] | ||
mod - rts/Map/MapInfo.cpp | [ Diff ] [ File ] | ||
mod - rts/Map/MapInfo.h | [ Diff ] [ File ] | ||
mod - rts/Map/SMF/BFGroundDrawer.cpp | [ Diff ] [ File ] | ||
develop 8c5c73c6
Timestamp: 2010-05-04 02:45:52 Author: kloot [ Details ] [ Diff ] |
* use a texture for sky-reflection control | ||
mod - cont/base/maphelper/maphelper/mapdefaults.lua | [ Diff ] [ File ] | ||
mod - cont/base/maphelper/maphelper/parse_tdf_map.lua | [ Diff ] [ File ] | ||
mod - cont/base/springcontent/shaders/GLSL/SMFFragProg.glsl | [ Diff ] [ File ] | ||
mod - rts/Map/MapInfo.cpp | [ Diff ] [ File ] | ||
mod - rts/Map/MapInfo.h | [ Diff ] [ File ] | ||
mod - rts/Map/SMF/BFGroundDrawer.cpp | [ Diff ] [ File ] | ||
mod - rts/Map/SMF/SmfReadMap.cpp | [ Diff ] [ File ] | ||
mod - rts/Map/SMF/SmfReadMap.h | [ Diff ] [ File ] | ||
mod - rts/Rendering/Env/CubeMapHandler.cpp | [ Diff ] [ File ] | ||
develop 9e0b9447
Timestamp: 2010-05-03 23:04:55 Author: kloot [ Details ] [ Diff ] |
* reference-render the sky reflections | ||
mod - cont/base/springcontent/shaders/GLSL/SMFFragProg.glsl | [ Diff ] [ File ] | ||
mod - cont/base/springcontent/shaders/GLSL/SMFVertProg.glsl | [ Diff ] [ File ] | ||
develop d591c6e6
Timestamp: 2010-05-03 21:43:51 Author: -jk- [ Details ] [ Diff ] |
* w/o FontTexture Spring doesn't depend on ILUT anymore | ||
mod - rts/CMakeLists.txt | [ Diff ] [ File ] | ||
mod - rts/Rendering/Textures/Bitmap.cpp | [ Diff ] [ File ] | ||
mod - rts/build/cmake/FindDevil.cmake | [ Diff ] [ File ] | ||
mod - tools/unitsync/CMakeLists.txt | [ Diff ] [ File ] | ||