Changesets: spring
|
develop 4ce9bb94
Timestamp: 2011-11-02 09:47:58 Author: abma [ Details ] [ Diff ] |
(RAI) fix some cppcheck warnings: * is not initialised in the constructor * Prefer prefix ++/-- operators for non-primitive types. |
||
| mod - AI/Skirmish/RAI/Builder.cpp | [ Diff ] [ File ] | ||
| mod - AI/Skirmish/RAI/BuilderPlacement.cpp | [ Diff ] [ File ] | ||
| mod - AI/Skirmish/RAI/SWeaponManager.cpp | [ Diff ] [ File ] | ||
| mod - AI/Skirmish/RAI/UnitDefHandler.cpp | [ Diff ] [ File ] | ||
|
develop a6729e13
Timestamp: 2011-11-02 09:44:34 Author: abma [ Details ] [ Diff ] |
(buildbot) add all AIs to cppcheck.sh | ||
| mod - buildbot/slave/cppcheck.sh | [ Diff ] [ File ] | ||
|
develop 83db4993
Timestamp: 2011-11-01 22:40:07 Author: abma [ Details ] [ Diff ] |
(AI) update Shard submodule | ||
| mod - AI/Skirmish/Shard | [ Diff ] [ File ] | ||
|
develop 938deecc
Timestamp: 2011-11-01 22:11:44 Author: zerver [ Details ] [ Diff ] |
Update changelog | ||
| mod - doc/changelog.txt | [ Diff ] [ File ] | ||
|
develop a4d32806
Timestamp: 2011-11-01 13:18:48 Author: Kaylewt [ Details ] [ Diff ] |
do not send a second UnitFinished event after Spring.SetUnitHealth (missed one case) | ||
| mod - rts/Sim/Units/Unit.cpp | [ Diff ] [ File ] | ||
|
develop 5fdcbde5
Timestamp: 2011-11-01 09:28:15 Author: Kaylewt [ Details ] [ Diff ] |
merge conflict (minor) | ||
| mod - doc/changelog.txt | [ Diff ] [ File ] | ||
|
develop a1e07a32
Timestamp: 2011-11-01 09:25:36 Author: Kaylewt [ Details ] [ Diff ] |
update changelog | ||
| mod - doc/changelog.txt | [ Diff ] [ File ] | ||
|
develop 93df668f
Timestamp: 2011-11-01 00:36:13 Author: abma [ Details ] [ Diff ] |
update changelog | ||
| mod - doc/changelog.txt | [ Diff ] [ File ] | ||
|
develop d50777e4
Timestamp: 2011-10-30 15:43:11 Author: Kaylewt [ Details ] [ Diff ] |
remove unused variables | ||
| mod - rts/Sim/MoveTypes/MoveMath/MoveMath.cpp | [ Diff ] [ File ] | ||
|
develop cbd11a87
Timestamp: 2011-10-30 13:05:18 Author: Kaylewt [ Details ] [ Diff ] |
add CR_MEMBER's for xsizeh and zsizeh | ||
| mod - rts/Sim/MoveTypes/MoveInfo.cpp | [ Diff ] [ File ] | ||
| mod - rts/Sim/MoveTypes/MoveInfo.h | [ Diff ] [ File ] | ||
|
develop c6d329af
Timestamp: 2011-10-30 10:11:05 Author: Kaylewt [ Details ] [ Diff ] |
remove recently added MoveMath code ALL MoveDefs have non-even dimensions (hint: that is what "point-symmetric in heightmap space" _MEANS_, if you read the comments), so none of it ever gets executed! |
||
| mod - rts/Sim/MoveTypes/MoveInfo.cpp | [ Diff ] [ File ] | ||
| mod - rts/Sim/MoveTypes/MoveInfo.h | [ Diff ] [ File ] | ||
| mod - rts/Sim/MoveTypes/MoveMath/MoveMath.cpp | [ Diff ] [ File ] | ||
|
develop 3d388d31
Timestamp: 2011-10-30 02:25:50 Author: zerver [ Details ] [ Diff ] |
[MT] Cleanup some volatile extern variables | ||
| mod - rts/Game/Game.cpp | [ Diff ] [ File ] | ||
| mod - rts/Game/UnsyncedGameCommands.cpp | [ Diff ] [ File ] | ||
| mod - rts/System/SpringApp.cpp | [ Diff ] [ File ] | ||
| mod - rts/System/SpringApp.h | [ Diff ] [ File ] | ||
| mod - rts/lib/gml/gml.cpp | [ Diff ] [ File ] | ||
| mod - rts/lib/gml/gml.h | [ Diff ] [ File ] | ||
| mod - rts/lib/gml/gmlfun.h | [ Diff ] [ File ] | ||
|
develop e6b5ce92
Timestamp: 2011-10-30 02:10:15 Author: zerver [ Details ] [ Diff ] |
[MT] Add option to disable glShareLists | ||
| mod - rts/Rendering/FeatureDrawer.cpp | [ Diff ] [ File ] | ||
| mod - rts/Rendering/Models/IModelParser.cpp | [ Diff ] [ File ] | ||
| mod - rts/Rendering/Models/IModelParser.h | [ Diff ] [ File ] | ||
| mod - rts/Rendering/ProjectileDrawer.cpp | [ Diff ] [ File ] | ||
| mod - rts/Rendering/Textures/S3OTextureHandler.cpp | [ Diff ] [ File ] | ||
| mod - rts/Rendering/Textures/S3OTextureHandler.h | [ Diff ] [ File ] | ||
| mod - rts/Rendering/UnitDrawer.cpp | [ Diff ] [ File ] | ||
| mod - rts/System/EventBatchHandler.cpp | [ Diff ] [ File ] | ||
| mod - rts/System/SpringApp.cpp | [ Diff ] [ File ] | ||
| mod - rts/lib/gml/gml.cpp | [ Diff ] [ File ] | ||
| mod - rts/lib/gml/gml.h | [ Diff ] [ File ] | ||
| mod - rts/lib/gml/gmlcls.h | [ Diff ] [ File ] | ||
| mod - rts/lib/gml/gmlcnf.h | [ Diff ] [ File ] | ||
| mod - rts/lib/gml/gmlfun.h | [ Diff ] [ File ] | ||
|
develop 81aaa1c8
Timestamp: 2011-10-30 00:42:24 Author: zerver [ Details ] [ Diff ] |
Improve fafd7b6 | ||
| mod - rts/Sim/MoveTypes/MoveInfo.h | [ Diff ] [ File ] | ||
| mod - rts/Sim/MoveTypes/MoveMath/MoveMath.cpp | [ Diff ] [ File ] | ||
| mod - rts/Sim/MoveTypes/MoveMath/MoveMath.h | [ Diff ] [ File ] | ||
| mod - rts/Sim/Path/Default/PathEstimator.cpp | [ Diff ] [ File ] | ||
|
develop 9f4ece77
Timestamp: 2011-10-28 01:24:54 Author: jK [ Details ] [ Diff ] |
ROAM: add debug minimap drawer (visualizes visible patches) | ||
| mod - rts/Map/SMF/ROAM/RoamMeshDrawer.cpp | [ Diff ] [ File ] | ||
| mod - rts/Map/SMF/ROAM/RoamMeshDrawer.h | [ Diff ] [ File ] | ||
|
develop cb6b063d
Timestamp: 2011-10-28 01:22:18 Author: jK [ Details ] [ Diff ] |
ROAM: move TriTreeNode Pool to Patch.h/cpp, make it threadsafe & use OMP CRoamMeshDrawer::Tessellate() | ||
| mod - rts/Map/SMF/ROAM/Patch.cpp | [ Diff ] [ File ] | ||
| mod - rts/Map/SMF/ROAM/Patch.h | [ Diff ] [ File ] | ||
| mod - rts/Map/SMF/ROAM/RoamMeshDrawer.cpp | [ Diff ] [ File ] | ||
| mod - rts/Map/SMF/ROAM/RoamMeshDrawer.h | [ Diff ] [ File ] | ||
|
develop 2c49fd13
Timestamp: 2011-10-28 01:17:56 Author: jK [ Details ] [ Diff ] |
ROAM: split indices generation (can be multithreaded) & gpu upload (cannot) | ||
| mod - rts/Map/SMF/ROAM/Patch.cpp | [ Diff ] [ File ] | ||
| mod - rts/Map/SMF/ROAM/Patch.h | [ Diff ] [ File ] | ||
| mod - rts/Map/SMF/ROAM/RoamMeshDrawer.cpp | [ Diff ] [ File ] | ||
|
develop db0756fb
Timestamp: 2011-10-28 01:13:48 Author: jK [ Details ] [ Diff ] |
ROAM: full UHM support | ||
| mod - rts/Map/SMF/ROAM/Patch.cpp | [ Diff ] [ File ] | ||
| mod - rts/Map/SMF/SMFReadMap.cpp | [ Diff ] [ File ] | ||
|
develop d12603c9
Timestamp: 2011-10-28 01:12:01 Author: jK [ Details ] [ Diff ] |
ROAM: use IQuadDrawer for visibility check (by far the fastest solution) | ||
| mod - rts/Map/SMF/ROAM/Patch.cpp | [ Diff ] [ File ] | ||
| mod - rts/Map/SMF/ROAM/Patch.h | [ Diff ] [ File ] | ||
| mod - rts/Map/SMF/ROAM/RoamMeshDrawer.cpp | [ Diff ] [ File ] | ||
|
develop c54e00eb
Timestamp: 2011-10-28 01:07:58 Author: jK [ Details ] [ Diff ] |
ROAM: save/load ROAM state (on/off, upload mode) | ||
| mod - rts/Game/UnsyncedGameCommands.cpp | [ Diff ] [ File ] | ||
| mod - rts/Map/SMF/ROAM/RoamMeshDrawer.cpp | [ Diff ] [ File ] | ||
| mod - rts/Map/SMF/SMFGroundDrawer.cpp | [ Diff ] [ File ] | ||
|
develop ae46da11
Timestamp: 2011-10-28 01:03:34 Author: jK [ Details ] [ Diff ] |
ROAM: reduce Patch::Init params | ||
| mod - rts/Map/SMF/ROAM/Patch.cpp | [ Diff ] [ File ] | ||
| mod - rts/Map/SMF/ROAM/Patch.h | [ Diff ] [ File ] | ||
| mod - rts/Map/SMF/ROAM/RoamMeshDrawer.cpp | [ Diff ] [ File ] | ||
|
develop 5e6d31d5
Timestamp: 2011-10-28 00:59:58 Author: jK [ Details ] [ Diff ] |
ROAM: replace m_VarianceXYZ arrays with std::vectors | ||
| mod - rts/Map/SMF/ROAM/Patch.cpp | [ Diff ] [ File ] | ||
| mod - rts/Map/SMF/ROAM/Patch.h | [ Diff ] [ File ] | ||
|
develop bfc3ebb5
Timestamp: 2011-10-28 00:58:34 Author: jK [ Details ] [ Diff ] |
ROAM: fix GL object creation & fix another bug in the ctor | ||
| mod - rts/Map/SMF/ROAM/Patch.cpp | [ Diff ] [ File ] | ||
|
develop c9b2d193
Timestamp: 2011-10-28 00:56:47 Author: jK [ Details ] [ Diff ] |
ROAM: use int2 to cleanup code | ||
| mod - rts/Map/SMF/ROAM/Patch.cpp | [ Diff ] [ File ] | ||
| mod - rts/Map/SMF/ROAM/Patch.h | [ Diff ] [ File ] | ||
|
develop 385a87f9
Timestamp: 2011-10-28 00:54:06 Author: jK [ Details ] [ Diff ] |
s/HasChildren/IsBranch/ | ||
| mod - rts/Map/SMF/ROAM/Patch.cpp | [ Diff ] [ File ] | ||
| mod - rts/Map/SMF/ROAM/Patch.h | [ Diff ] [ File ] | ||
