Changesets: spring
develop 7a817cd8
Timestamp: 2010-07-29 15:18:33 Author: kloot [ Details ] [ Diff ] |
* fix for b7835b155b105883166575aafc7e5deb5283549b | ||
mod - rts/Sim/MoveTypes/GroundMoveType.cpp | [ Diff ] [ File ] | ||
develop 1f003c12
Timestamp: 2010-07-29 13:54:15 Author: hoijui [ Details ] [ Diff ] |
look only in the file-name for an extension, not the whole path | ||
mod - rts/System/FileSystem/FileSystem.cpp | [ Diff ] [ File ] | ||
develop 1aa04022
Timestamp: 2010-07-29 13:51:19 Author: hoijui [ Details ] [ Diff ] |
some style cleanup & minor documentation [minor] | ||
mod - rts/System/FileSystem/FileSystem.cpp | [ Diff ] [ File ] | ||
mod - rts/System/FileSystem/FileSystemHandler.cpp | [ Diff ] [ File ] | ||
develop ac32490b
Timestamp: 2010-07-29 13:04:29 Author: hoijui [ Details ] [ Diff ] |
use default visibility (hidden) for spring-dedicated under non-windows [CMake] If any of the AH's needs access to a function inside the binary, it should be properly exported, instead of using this "hack". Springie does not need any symbols. Do not know about Spads. |
||
mod - rts/builds/DS/CMakeLists.txt | [ Diff ] [ File ] | ||
develop 837146fc
Timestamp: 2010-07-29 12:30:47 Author: hoijui [ Details ] [ Diff ] |
AAI: added config files for BA 7.13 (does not yet exist) and current betas [AI] These are compatible with BA in the pool format also. |
||
add - AI/Skirmish/AAI/data/cfg/mod/Balanced_Annihilation_V7.13.cfg | [ Diff ] [ File ] | ||
add - AI/Skirmish/AAI/data/cfg/mod/Balanced_Annihilation_V7.13_beta.cfg | [ Diff ] [ File ] | ||
add - AI/Skirmish/AAI/data/cfg/mod/Balanced_Annihilation_V7.13_beta2.cfg | [ Diff ] [ File ] | ||
develop 49f3766a
Timestamp: 2010-07-29 12:29:32 Author: hoijui [ Details ] [ Diff ] |
E323AI: added config files for BA 7.13 (does not yet exist) and current betas [AI] | ||
mod - AI/Skirmish/E323AI | [ Diff ] [ File ] | ||
develop 93729778
Timestamp: 2010-07-29 12:19:34 Author: hoijui [ Details ] [ Diff ] |
add "Unitsync" to Additional version string | ||
mod - rts/Game/GameVersion.cpp | [ Diff ] [ File ] | ||
develop fd4a465d
Timestamp: 2010-07-29 12:18:16 Author: hoijui [ Details ] [ Diff ] |
move low level stuff to FileSystemHandler | ||
mod - rts/Game/Game.cpp | [ Diff ] [ File ] | ||
mod - rts/Game/UI/QuitBox.cpp | [ Diff ] [ File ] | ||
mod - rts/System/FileSystem/FileSystem.cpp | [ Diff ] [ File ] | ||
mod - rts/System/FileSystem/FileSystem.h | [ Diff ] [ File ] | ||
mod - rts/System/FileSystem/FileSystemHandler.cpp | [ Diff ] [ File ] | ||
mod - rts/System/FileSystem/FileSystemHandler.h | [ Diff ] [ File ] | ||
develop 9224c02e
Timestamp: 2010-07-29 12:17:42 Author: kloot [ Details ] [ Diff ] |
Merge branch 'master' of git@github.com:spring/spring | ||
mod - installer/spring.nsi | [ Diff ] [ File ] | ||
develop b7835b15
Timestamp: 2010-07-29 12:17:14 Author: kloot [ Details ] [ Diff ] |
* decrease etaFailures every frame we are not standing still | ||
mod - rts/Sim/MoveTypes/GroundMoveType.cpp | [ Diff ] [ File ] | ||
develop e8eea26b
Timestamp: 2010-07-29 10:52:17 Author: kloot [ Details ] [ Diff ] |
* base etaFailures limit on a unit's full-circle turning time | ||
mod - rts/Sim/MoveTypes/GroundMoveType.cpp | [ Diff ] [ File ] | ||
develop b1f30589
Timestamp: 2010-07-29 10:22:54 Author: hoijui [ Details ] [ Diff ] |
make the main part mandatory [installer] [fix] The user can not deselect it during install. |
||
mod - installer/spring.nsi | [ Diff ] [ File ] | ||
develop 03ab5e35
Timestamp: 2010-07-29 02:59:36 Author: kloot [ Details ] [ Diff ] |
* prevent units from becoming immobile zombies while maneuvering (0002005, etc) | ||
mod - rts/Sim/MoveTypes/GroundMoveType.cpp | [ Diff ] [ File ] | ||
develop 7fca5862
Timestamp: 2010-07-29 01:48:54 Author: hoijui [ Details ] [ Diff ] |
RAI: put log files under the _log/_ sub-dir [AI] needs testing |
||
mod - AI/Skirmish/RAI/RAI.cpp | [ Diff ] [ File ] | ||
mod - AI/Skirmish/RAI/RAI.h | [ Diff ] [ File ] | ||
develop 0a01c0da
Timestamp: 2010-07-29 01:09:03 Author: hoijui [ Details ] [ Diff ] |
changelog typo [minor] | ||
mod - doc/changelog.txt | [ Diff ] [ File ] | ||
develop e059e486
Timestamp: 2010-07-29 01:08:26 Author: hoijui [ Details ] [ Diff ] |
use correct types [fix] | ||
mod - rts/ExternalAI/SSkirmishAICallbackImpl.cpp | [ Diff ] [ File ] | ||
mod - rts/Rendering/GL/myGL.cpp | [ Diff ] [ File ] | ||
mod - rts/Sim/Units/COB/LuaUnitScript.cpp | [ Diff ] [ File ] | ||
mod - rts/System/EventClient.cpp | [ Diff ] [ File ] | ||
develop 55e9403c
Timestamp: 2010-07-29 01:06:49 Author: hoijui [ Details ] [ Diff ] |
cleanup (no code logic changed) [minor] | ||
mod - rts/System/EventClient.cpp | [ Diff ] [ File ] | ||
develop 5f526c34
Timestamp: 2010-07-29 01:04:58 Author: hoijui [ Details ] [ Diff ] |
fix source package generation [fix] | ||
mod - installer/make_source_package.sh | [ Diff ] [ File ] | ||
develop b46cb39f
Timestamp: 2010-07-28 03:07:46 Author: zerver [ Details ] [ Diff ] |
Scrollbar fix | ||
mod - cont/LuaUI/selector.lua | [ Diff ] [ File ] | ||
develop 63f4308e
Timestamp: 2010-07-27 21:43:20 Author: zerver [ Details ] [ Diff ] |
Fix MT crash in DrawCommands | ||
mod - rts/Game/SelectedUnits.cpp | [ Diff ] [ File ] | ||
mod - rts/Game/UI/MiniMap.cpp | [ Diff ] [ File ] | ||
mod - rts/Lua/LuaUnsyncedCtrl.cpp | [ Diff ] [ File ] | ||
mod - rts/Rendering/ProjectileDrawer.cpp | [ Diff ] [ File ] | ||
develop 82180773
Timestamp: 2010-07-27 18:37:23 Author: Tobi Vollebregt [ Details ] [ Diff ] |
changelog update | ||
mod - doc/changelog.txt | [ Diff ] [ File ] | ||
develop 26b35c75
Timestamp: 2010-07-27 17:36:13 Author: hoijui [ Details ] [ Diff ] |
add info files to source package [minor] | ||
mod - installer/make_source_package.sh | [ Diff ] [ File ] | ||
develop 544beb6b
Timestamp: 2010-07-27 16:52:52 Author: Tobi Vollebregt [ Details ] [ Diff ] |
fix source package build | ||
mod - installer/make_source_package.sh | [ Diff ] [ File ] | ||
develop cb8ba209
Timestamp: 2010-07-27 16:45:08 Author: Tobi Vollebregt [ Details ] [ Diff ] |
post release version bump to 0.82+ | ||
mod - rts/Game/GameVersion.cpp | [ Diff ] [ File ] | ||
develop 005d156e
Timestamp: 2010-07-27 16:41:18 Author: Tobi Vollebregt [ Details ] [ Diff ] |
bump version to 0.82 | ||
mod - rts/Game/GameVersion.cpp | [ Diff ] [ File ] | ||