Changesets: spring
|
develop 79e21b0f
Timestamp: 2008-04-30 22:29:30 Author: submarine [ Details ] [ Diff ] |
AAI v0.864 - Added some unit specific combat behaviour: Units with high ranged weapons will now try to keep enemies distant (first experimental implementation, needs to be improved in future versions) - Added two new variables to mod config file: FALLBACK_DIST_RATIO 0.9 - units will try keep enemies at this ratio of their maximum weapons' range MIN_FALLBACK_RANGE 500 - units with lower weapons' range will not try fall back at all git-svn-id: https://spring.clan-sy.com/svn/spring/trunk@5813 37977431-3df6-0310-b722-df95706aa16b |
||
| mod - AI/Global/AAI/AAI ReadMe.txt | [ Diff ] [ File ] | ||
| mod - AI/Global/AAI/AAI.cpp | [ Diff ] [ File ] | ||
| mod - AI/Global/AAI/AAIConfig.cpp | [ Diff ] [ File ] | ||
| mod - AI/Global/AAI/AAIConfig.h | [ Diff ] [ File ] | ||
| mod - AI/Global/AAI/AAIExecute.cpp | [ Diff ] [ File ] | ||
| mod - AI/Global/AAI/AAIExecute.h | [ Diff ] [ File ] | ||
| mod - AI/Global/AAI/AAIGroup.cpp | [ Diff ] [ File ] | ||
| mod - AI/Global/AAI/AAIMap.cpp | [ Diff ] [ File ] | ||
| mod - AI/Global/AAI/AAIMap.h | [ Diff ] [ File ] | ||
| mod - AI/Global/AAI/aidef.h | [ Diff ] [ File ] | ||
| mod - game/AI/AAI/AAI ReadMe.txt | [ Diff ] [ File ] | ||
| mod - game/AI/AAI/cfg/help/example mod.cfg | [ Diff ] [ File ] | ||
| add - game/AI/AAI/cfg/mod/BA621.cfg | [ Diff ] [ File ] | ||
|
develop f76fd364
Timestamp: 2008-04-30 20:42:21 Author: satirik [ Details ] [ Diff ] |
- 'Move to group' added to users already in a group - xx+xx/xx added to the team counter label git-svn-id: https://spring.clan-sy.com/svn/spring/trunk@5812 37977431-3df6-0310-b722-df95706aa16b |
||
|
develop 92c37862
Timestamp: 2008-04-30 18:00:05 Author: tvo [ Details ] [ Diff ] |
* Added default no-arg ctor to UnitDef::UnitDefWeapon, for better SWIG compat. git-svn-id: https://spring.clan-sy.com/svn/spring/trunk@5811 37977431-3df6-0310-b722-df95706aa16b |
||
| mod - rts/Sim/Units/UnitDef.h | [ Diff ] [ File ] | ||
| mod - rts/Sim/Units/UnitDefHandler.cpp | [ Diff ] [ File ] | ||
|
develop a84dc972
Timestamp: 2008-04-30 17:20:00 Author: kloot [ Details ] [ Diff ] |
fix Mantis 0000172 git-svn-id: https://spring.clan-sy.com/svn/spring/trunk@5810 37977431-3df6-0310-b722-df95706aa16b |
||
| mod - rts/Sim/Units/Unit.cpp | [ Diff ] [ File ] | ||
|
develop 0af34f31
Timestamp: 2008-04-30 17:14:48 Author: tvo [ Details ] [ Diff ] |
* Apply patch by hoijui, closes mantis 0000655. - In Command, there were two ';' missing. (SWIG complained about those) - In CommandQueue, the enum QueueType was in the private section (before public:), but was used as return statement by the public function GetType(). I moved the enum QueueType into the public section. git-svn-id: https://spring.clan-sy.com/svn/spring/trunk@5809 37977431-3df6-0310-b722-df95706aa16b |
||
| mod - rts/Sim/Units/CommandAI/Command.h | [ Diff ] [ File ] | ||
| mod - rts/Sim/Units/CommandAI/CommandQueue.h | [ Diff ] [ File ] | ||
|
develop 1b9a6c8b
Timestamp: 2008-04-30 13:10:12 Author: tvo [ Details ] [ Diff ] |
* Change CR_DECLARE to CR_DECLARE_STRUCT in UnitDef & WeaponDef. This should solve the "class has virtual functions but non-virtual destructor" warning, reported in mantis 0000904 and 0000905. (Effectively this only makes the creg GetClass() method non-virtual.) git-svn-id: https://spring.clan-sy.com/svn/spring/trunk@5808 37977431-3df6-0310-b722-df95706aa16b |
||
| mod - rts/Sim/Units/UnitDef.h | [ Diff ] [ File ] | ||
| mod - rts/Sim/Weapons/WeaponDefHandler.h | [ Diff ] [ File ] | ||
|
develop dada73a4
Timestamp: 2008-04-30 02:57:00 Author: kloot [ Details ] [ Diff ] |
apply patch by zenzike to send chat messages to AIs after the player sees them git-svn-id: https://spring.clan-sy.com/svn/spring/trunk@5807 37977431-3df6-0310-b722-df95706aa16b |
||
| mod - rts/Game/Game.cpp | [ Diff ] [ File ] | ||
|
develop 13270a23
Timestamp: 2008-04-30 02:03:07 Author: kloot [ Details ] [ Diff ] |
apply patch by zenzike allowing commandline screen-resolution overrides git-svn-id: https://spring.clan-sy.com/svn/spring/trunk@5806 37977431-3df6-0310-b722-df95706aa16b |
||
| mod - rts/System/SpringApp.cpp | [ Diff ] [ File ] | ||
|
develop 0c05eb3c
Timestamp: 2008-04-30 01:42:49 Author: kloot [ Details ] [ Diff ] |
previous commit was broken (wrecks could possibly be created while a unit's kill-script was not yet finished), revert it and work around the delay differently make CFeature::UpdatePosition() handle map boundary cases without SEGV'ing git-svn-id: https://spring.clan-sy.com/svn/spring/trunk@5805 37977431-3df6-0310-b722-df95706aa16b |
||
| mod - rts/Sim/Features/Feature.cpp | [ Diff ] [ File ] | ||
| mod - rts/Sim/Units/Unit.cpp | [ Diff ] [ File ] | ||
| mod - rts/Sim/Units/Unit.h | [ Diff ] [ File ] | ||
| mod - rts/Sim/Units/UnitHandler.cpp | [ Diff ] [ File ] | ||
| mod - rts/Sim/Units/UnitHandler.h | [ Diff ] [ File ] | ||
|
develop 7438c712
Timestamp: 2008-04-29 18:39:29 Author: kloot [ Details ] [ Diff ] |
slight visual tweak git-svn-id: https://spring.clan-sy.com/svn/spring/trunk@5804 37977431-3df6-0310-b722-df95706aa16b |
||
| mod - rts/Sim/Units/Unit.cpp | [ Diff ] [ File ] | ||
|
develop 7a1f4c94
Timestamp: 2008-04-29 18:25:03 Author: kloot [ Details ] [ Diff ] |
follow-up on r5797 (smooth out the transition from unit to wreck) git-svn-id: https://spring.clan-sy.com/svn/spring/trunk@5803 37977431-3df6-0310-b722-df95706aa16b |
||
| mod - rts/Sim/Features/Feature.cpp | [ Diff ] [ File ] | ||
| mod - rts/Sim/Features/Feature.h | [ Diff ] [ File ] | ||
| mod - rts/Sim/Features/FeatureHandler.cpp | [ Diff ] [ File ] | ||
| mod - rts/Sim/Units/Unit.cpp | [ Diff ] [ File ] | ||
| mod - rts/Sim/Units/Unit.h | [ Diff ] [ File ] | ||
|
develop e808ef24
Timestamp: 2008-04-29 16:23:02 Author: przybyjw [ Details ] [ Diff ] |
Bug 0000875: Commit rattle's brakeRate patch. git-svn-id: https://spring.clan-sy.com/svn/spring/trunk@5802 37977431-3df6-0310-b722-df95706aa16b |
||
| mod - rts/Sim/MoveTypes/GroundMoveType.cpp | [ Diff ] [ File ] | ||
| mod - rts/Sim/MoveTypes/GroundMoveType.h | [ Diff ] [ File ] | ||
| mod - rts/Sim/Units/UnitDefHandler.cpp | [ Diff ] [ File ] | ||
| mod - rts/Sim/Units/UnitLoader.cpp | [ Diff ] [ File ] | ||
|
develop e0e159c1
Timestamp: 2008-04-29 15:44:15 Author: kloot [ Details ] [ Diff ] |
fix S3O projectile models not being drawn git-svn-id: https://spring.clan-sy.com/svn/spring/trunk@5801 37977431-3df6-0310-b722-df95706aa16b |
||
| mod - rts/Rendering/UnitModels/UnitDrawer.cpp | [ Diff ] [ File ] | ||
| mod - rts/Sim/Features/Feature.cpp | [ Diff ] [ File ] | ||
| mod - rts/Sim/Features/Feature.h | [ Diff ] [ File ] | ||
| mod - rts/Sim/Objects/WorldObject.cpp | [ Diff ] [ File ] | ||
| mod - rts/Sim/Objects/WorldObject.h | [ Diff ] [ File ] | ||
| mod - rts/Sim/Projectiles/PieceProjectile.cpp | [ Diff ] [ File ] | ||
| mod - rts/Sim/Projectiles/PieceProjectile.h | [ Diff ] [ File ] | ||
| mod - rts/Sim/Projectiles/WeaponProjectiles/WeaponProjectile.cpp | [ Diff ] [ File ] | ||
| mod - rts/Sim/Projectiles/WeaponProjectiles/WeaponProjectile.h | [ Diff ] [ File ] | ||
| mod - rts/Sim/Units/Unit.cpp | [ Diff ] [ File ] | ||
| mod - rts/Sim/Units/Unit.h | [ Diff ] [ File ] | ||
|
develop c2290ea5
Timestamp: 2008-04-29 14:59:08 Author: kloot [ Details ] [ Diff ] |
kill the compilation error git-svn-id: https://spring.clan-sy.com/svn/spring/trunk@5800 37977431-3df6-0310-b722-df95706aa16b |
||
| mod - rts/System/FileSystem/FileFilter.cpp | [ Diff ] [ File ] | ||
|
develop 66a06b3e
Timestamp: 2008-04-28 20:50:49 Author: tvo [ Details ] [ Diff ] |
* Added possibility to specify files that should be excluded from Spring's archive checksumming routines. The files are specified in a file called 'springignore.txt' in the archive's root, and uses a format similar to git ignore files and SVN ignore properties. See FileFilter.cpp for details. No files are excluded by default, not even springignore.txt. * Removed our CRC implementation and made CRC class use 7zip CRC routines. * Changed code which used 7zip CRC directly to use our CRC class. * Added note about bug causing zero-size files in .sdz and .sd7 to be ignored. (Symptom of this is .sdd not syncing with .sdz/.sd7 if zero-size files are present in the archive; Not worth bumping ArchiveScanner INTERNAL_VER just for this though.) git-svn-id: https://spring.clan-sy.com/svn/spring/trunk@5799 37977431-3df6-0310-b722-df95706aa16b |
||
| mod - rts/Game/GameServer.cpp | [ Diff ] [ File ] | ||
| mod - rts/System/FileSystem/Archive7Zip.cpp | [ Diff ] [ File ] | ||
| mod - rts/System/FileSystem/ArchiveBase.cpp | [ Diff ] [ File ] | ||
| mod - rts/System/FileSystem/ArchiveScanner.cpp | [ Diff ] [ File ] | ||
| mod - rts/System/FileSystem/ArchiveScanner.h | [ Diff ] [ File ] | ||
| mod - rts/System/FileSystem/ArchiveZip.cpp | [ Diff ] [ File ] | ||
| mod - rts/System/FileSystem/CRC.cpp | [ Diff ] [ File ] | ||
| mod - rts/System/FileSystem/CRC.h | [ Diff ] [ File ] | ||
| add - rts/System/FileSystem/FileFilter.cpp | [ Diff ] [ File ] | ||
| add - rts/System/FileSystem/FileFilter.h | [ Diff ] [ File ] | ||
| mod - rts/build/vstudio8/rts.vcproj | [ Diff ] [ File ] | ||
|
develop 9e4cb970
Timestamp: 2008-04-28 17:57:00 Author: Auswaschbar [ Details ] [ Diff ] |
* slightly modified patch from mantis 0000906 (remove global namespace use) -> made it compile on mingw -> don't include patches for upspring / mapconv because they don't compile git-svn-id: https://spring.clan-sy.com/svn/spring/trunk@5798 37977431-3df6-0310-b722-df95706aa16b |
||
| mod - rts/ExternalAI/GlobalAICInterface/AbicProxy.h | [ Diff ] [ File ] | ||
| mod - rts/System/Platform/Win/DxSound.cpp | [ Diff ] [ File ] | ||
| mod - rts/System/Platform/Win/DxSound.h | [ Diff ] [ File ] | ||
| mod - tools/DemoAnalyser/CMakeLists.txt | [ Diff ] [ File ] | ||
| mod - tools/DemoAnalyser/main.cpp | [ Diff ] [ File ] | ||
| mod - tools/unitsync/SyncServer.cpp | [ Diff ] [ File ] | ||
| mod - tools/unitsync/SyncServer.h | [ Diff ] [ File ] | ||
| mod - tools/unitsync/Syncer.cpp | [ Diff ] [ File ] | ||
| mod - tools/unitsync/Syncer.h | [ Diff ] [ File ] | ||
| mod - tools/unitsync/javabind.cpp | [ Diff ] [ File ] | ||
|
develop 5ab20107
Timestamp: 2008-04-28 14:09:00 Author: kloot [ Details ] [ Diff ] |
make units transfer their speed to the wrecks (features) they create when dying, to ease the transition between fast-moving unit and static wreck (also creates cool effects like eg. ship wrecks sliding onto shore and aircraft wrecks falling in nice parabolic arcs rather than straight down like deflating blimps) git-svn-id: https://spring.clan-sy.com/svn/spring/trunk@5797 37977431-3df6-0310-b722-df95706aa16b |
||
| mod - rts/Sim/Features/Feature.cpp | [ Diff ] [ File ] | ||
| mod - rts/Sim/Features/Feature.h | [ Diff ] [ File ] | ||
| mod - rts/Sim/Features/FeatureHandler.cpp | [ Diff ] [ File ] | ||
| mod - rts/Sim/Features/FeatureHandler.h | [ Diff ] [ File ] | ||
| mod - rts/Sim/Units/Unit.cpp | [ Diff ] [ File ] | ||
| mod - rts/Sim/Units/Unit.h | [ Diff ] [ File ] | ||
|
develop a9a266a4
Timestamp: 2008-04-27 22:51:21 Author: satirik [ Details ] [ Diff ] |
- nodewidth for ladder battle take the icon instead of the (ladder id) - watching replay with the wine mode bug fixed git-svn-id: https://spring.clan-sy.com/svn/spring/trunk@5796 37977431-3df6-0310-b722-df95706aa16b |
||
|
develop b1ba4431
Timestamp: 2008-04-27 19:43:39 Author: kloot [ Details ] [ Diff ] |
fix a PrintLoadMsg() git-svn-id: https://spring.clan-sy.com/svn/spring/trunk@5795 37977431-3df6-0310-b722-df95706aa16b |
||
| mod - rts/Sim/Path/PathEstimator.cpp | [ Diff ] [ File ] | ||
|
develop bac7845d
Timestamp: 2008-04-27 14:55:02 Author: tvo [ Details ] [ Diff ] |
* Removed the EObjectType code from CObject; currently isn't used anyway and would probably have been a to generic solution anyway. * Added #ifndef .. #endif around #define NOMINMAX in DxSound.h because some MinGW version #defines NOMINMAX by default already. git-svn-id: https://spring.clan-sy.com/svn/spring/trunk@5794 37977431-3df6-0310-b722-df95706aa16b |
||
| mod - rts/Game/Game.cpp | [ Diff ] [ File ] | ||
| mod - rts/Sim/Objects/SolidObject.cpp | [ Diff ] [ File ] | ||
| mod - rts/Sim/Objects/SolidObject.h | [ Diff ] [ File ] | ||
| mod - rts/Sim/Objects/WorldObject.h | [ Diff ] [ File ] | ||
| mod - rts/System/Object.cpp | [ Diff ] [ File ] | ||
| mod - rts/System/Object.h | [ Diff ] [ File ] | ||
| mod - rts/System/Platform/Win/DxSound.h | [ Diff ] [ File ] | ||
|
develop 5d2441e5
Timestamp: 2008-04-27 13:04:51 Author: tnowell [ Details ] [ Diff ] |
- netbeans project now uses the lib folder, added flamingo and substance libraries, references wont break every time you change computers now git-svn-id: https://spring.clan-sy.com/svn/spring/trunk@5793 37977431-3df6-0310-b722-df95706aa16b |
||
|
develop ece50d0a
Timestamp: 2008-04-27 12:58:06 Author: tnowell [ Details ] [ Diff ] |
- connection class fix git-svn-id: https://spring.clan-sy.com/svn/spring/trunk@5792 37977431-3df6-0310-b722-df95706aa16b |
||
|
develop b5ac4137
Timestamp: 2008-04-27 00:46:07 Author: kloot [ Details ] [ Diff ] |
git-svn-id: https://spring.clan-sy.com/svn/spring/trunk@5791 37977431-3df6-0310-b722-df95706aa16b | ||
| mod - rts/Sim/MoveTypes/AirMoveType.cpp | [ Diff ] [ File ] | ||
|
develop be547ffe
Timestamp: 2008-04-27 00:43:58 Author: kloot [ Details ] [ Diff ] |
missed a min() call git-svn-id: https://spring.clan-sy.com/svn/spring/trunk@5790 37977431-3df6-0310-b722-df95706aa16b |
||
| mod - rts/Sim/MoveTypes/AirMoveType.cpp | [ Diff ] [ File ] | ||
|
develop 70467506
Timestamp: 2008-04-26 21:49:01 Author: kloot [ Details ] [ Diff ] |
fix Mantis 902 git-svn-id: https://spring.clan-sy.com/svn/spring/trunk@5789 37977431-3df6-0310-b722-df95706aa16b |
||
| mod - rts/Rendering/UnitModels/UnitDrawer.cpp | [ Diff ] [ File ] | ||
