Changesets: spring
|
develop 1d193986
Timestamp: 2010-02-06 16:12:07 Author: Tobi Vollebregt [ Details ] [ Diff ] |
lua unit script: slightly improve AimWeapon/AimShield/Killed error messages | ||
| mod - installer/builddata/springcontent/LuaGadgets/Gadgets/unit_script.lua | [ Diff ] [ File ] | ||
|
develop 08ecc2df
Timestamp: 2010-02-06 16:09:32 Author: Tobi Vollebregt [ Details ] [ Diff ] |
lua unit script: fixed Sleep/WaitFor not working in Killed Couldn't yield through pcall. Added an 'onerror' callback function on threads, which is called after a co_resume in which the thread died due to an error. This is now used instead of pcall to ensure SetDeathScriptFinished is called in Killed, even when an error occurs. As a side effect stacktrace on error in Killed now works. |
||
| mod - installer/builddata/springcontent/LuaGadgets/Gadgets/unit_script.lua | [ Diff ] [ File ] | ||
|
develop 36c2c3b4
Timestamp: 2010-02-06 16:09:32 Author: Tobi Vollebregt [ Details ] [ Diff ] |
lua unit script: fixed Sleep/WaitFor not working in Killed Couldn't yield through pcall. Added an 'onerror' callback function on threads, which is called after a co_resume in which the thread died due to an error. This is now used instead of pcall to ensure SetDeathScriptFinished is called in Killed, even when an error occurs. As a side effect stacktrace on error in Killed now works. |
||
| mod - installer/builddata/springcontent/LuaGadgets/Gadgets/unit_script.lua | [ Diff ] [ File ] | ||
|
develop 7188877a
Timestamp: 2010-02-06 16:07:33 Author: MadrMan Committer: Marek BaczyĆski [ Details ] [ Diff ] |
fix so it doesnt assert when a map has no land | ||
| mod - rts/Sim/Misc/SmoothHeightMesh.cpp | [ Diff ] [ File ] | ||
| mod - rts/Sim/Misc/SmoothHeightMesh.h | [ Diff ] [ File ] | ||
|
develop 4f6117b2
Timestamp: 2010-02-06 14:41:52 Author: Tobi Vollebregt [ Details ] [ Diff ] |
lua unit scripts: fix handling of AimShield return value (off by one error) | ||
| mod - installer/builddata/springcontent/LuaGadgets/Gadgets/unit_script.lua | [ Diff ] [ File ] | ||
|
develop 85334193
Timestamp: 2010-02-06 14:41:52 Author: Tobi Vollebregt [ Details ] [ Diff ] |
lua unit scripts: fix handling of AimShield return value (off by one error) | ||
| mod - installer/builddata/springcontent/LuaGadgets/Gadgets/unit_script.lua | [ Diff ] [ File ] | ||
|
develop 5d4b2dd5
Timestamp: 2010-02-06 14:33:14 Author: kloot [ Details ] [ Diff ] |
* fix specular lighting at map edges | ||
| mod - installer/builddata/springcontent/shaders/SMFFragProg.glsl | [ Diff ] [ File ] | ||
| mod - rts/Map/SMF/SmfReadMap.cpp | [ Diff ] [ File ] | ||
|
develop e691d8b3
Timestamp: 2010-02-06 13:57:38 Author: Karl-Robert Ernst [ Details ] [ Diff ] |
improve liblobby | ||
| mod - rts/lib/liblobby/Connection.cpp | [ Diff ] [ File ] | ||
| mod - rts/lib/liblobby/Connection.h | [ Diff ] [ File ] | ||
|
develop 33ef1db9
Timestamp: 2010-02-06 13:44:53 Author: -jk- [ Details ] [ Diff ] |
fix unititialized mem-bug (thx MadrMan for notice) | ||
| mod - rts/Sim/Units/Unit.cpp | [ Diff ] [ File ] | ||
|
develop ee797788
Timestamp: 2010-02-06 11:33:57 Author: Karl-Robert Ernst Committer: Tobi Vollebregt [ Details ] [ Diff ] |
fix failcomment | ||
| mod - rts/System/BaseNetProtocol.h | [ Diff ] [ File ] | ||
|
develop d1d5f7e4
Timestamp: 2010-02-06 11:33:57 Author: Karl-Robert Ernst [ Details ] [ Diff ] |
fix failcomment | ||
| mod - rts/System/BaseNetProtocol.h | [ Diff ] [ File ] | ||
|
develop fa6774f0
Timestamp: 2010-02-06 03:12:58 Author: kloot [ Details ] [ Diff ] |
* touchups | ||
| mod - installer/builddata/springcontent/shaders/S3OFragProg.glsl | [ Diff ] [ File ] | ||
| mod - installer/builddata/springcontent/shaders/S3OVertProg.glsl | [ Diff ] [ File ] | ||
|
develop 302f1824
Timestamp: 2010-02-06 03:07:14 Author: kloot [ Details ] [ Diff ] |
* complete the S3O shader skeletons | ||
| mod - installer/builddata/springcontent/shaders/S3OFragProg.glsl | [ Diff ] [ File ] | ||
| mod - installer/builddata/springcontent/shaders/S3OVertProg.glsl | [ Diff ] [ File ] | ||
| mod - installer/builddata/springcontent/shaders/SMFFragProg.glsl | [ Diff ] [ File ] | ||
| mod - installer/builddata/springcontent/shaders/SMFVertProg.glsl | [ Diff ] [ File ] | ||
| mod - rts/Map/SMF/BFGroundDrawer.cpp | [ Diff ] [ File ] | ||
| mod - rts/Rendering/UnitModels/UnitDrawer.cpp | [ Diff ] [ File ] | ||
|
develop f9a1e7b1
Timestamp: 2010-02-05 22:57:13 Author: hoijui [ Details ] [ Diff ] |
AI: fix for minor docu adjustments (credits to slogic) | ||
| mod - rts/ExternalAI/IAICallback.h | [ Diff ] [ File ] | ||
| mod - rts/ExternalAI/Interface/SSkirmishAICallback.h | [ Diff ] [ File ] | ||
|
develop 886612a5
Timestamp: 2010-02-05 18:13:16 Author: Karl-Robert Ernst Committer: Tobi Vollebregt [ Details ] [ Diff ] |
fix critical network bug: message size field is always unsigned | ||
| mod - rts/System/BaseNetProtocol.cpp | [ Diff ] [ File ] | ||
| mod - rts/System/BaseNetProtocol.h | [ Diff ] [ File ] | ||
| mod - rts/System/Net/UDPConnection.cpp | [ Diff ] [ File ] | ||
|
develop 03002a84
Timestamp: 2010-02-05 18:13:16 Author: Karl-Robert Ernst [ Details ] [ Diff ] |
fix critical network bug: message size field is always unsigned | ||
| mod - rts/System/BaseNetProtocol.cpp | [ Diff ] [ File ] | ||
| mod - rts/System/BaseNetProtocol.h | [ Diff ] [ File ] | ||
| mod - rts/System/Net/UDPConnection.cpp | [ Diff ] [ File ] | ||
|
develop 3ed3c4fc
Timestamp: 2010-02-05 18:05:49 Author: hoijui [ Details ] [ Diff ] |
minimal cleanup | ||
| mod - rts/ExternalAI/SkirmishAIHandler.cpp | [ Diff ] [ File ] | ||
| mod - rts/Game/GameServer.cpp | [ Diff ] [ File ] | ||
|
develop 2d90a6a3
Timestamp: 2010-02-05 18:03:09 Author: hoijui [ Details ] [ Diff ] |
small Apple related fixes & docu re-adding | ||
| mod - rts/System/FileSystem/DataDirLocater.cpp | [ Diff ] [ File ] | ||
| mod - rts/System/Platform/Misc.cpp | [ Diff ] [ File ] | ||
|
develop 8526f832
Timestamp: 2010-02-05 15:50:04 Author: kloot [ Details ] [ Diff ] |
* fix submarine stacking | ||
| mod - rts/Map/MapInfo.cpp | [ Diff ] [ File ] | ||
| mod - rts/Map/MapInfo.h | [ Diff ] [ File ] | ||
| mod - rts/Rendering/Env/CubeMapHandler.cpp | [ Diff ] [ File ] | ||
| mod - rts/Sim/MoveTypes/GroundMoveType.cpp | [ Diff ] [ File ] | ||
| 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 ] | ||
| mod - rts/Sim/Path/PathManager.cpp | [ Diff ] [ File ] | ||
|
develop d3ad6966
Timestamp: 2010-02-05 15:50:04 Author: kloot Committer: Tobi Vollebregt [ Details ] [ Diff ] |
* fix submarine stacking | ||
| mod - rts/Map/MapInfo.cpp | [ Diff ] [ File ] | ||
| mod - rts/Map/MapInfo.h | [ Diff ] [ File ] | ||
| mod - rts/Rendering/Env/CubeMapHandler.cpp | [ Diff ] [ File ] | ||
| mod - rts/Sim/MoveTypes/GroundMoveType.cpp | [ Diff ] [ File ] | ||
| 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 ] | ||
| mod - rts/Sim/Path/PathManager.cpp | [ Diff ] [ File ] | ||
|
develop 6f88b44a
Timestamp: 2010-02-05 15:16:23 Author: hoijui [ Details ] [ Diff ] |
AAI: NaN fix | ||
| mod - AI/Skirmish/AAI/AAI.cpp | [ Diff ] [ File ] | ||
| mod - AI/Skirmish/AAI/AAIExecute.cpp | [ Diff ] [ File ] | ||
| mod - AI/Skirmish/AAI/AAIExecute.h | [ Diff ] [ File ] | ||
| mod - AI/Skirmish/AAI/aidef.h | [ Diff ] [ File ] | ||
|
develop c8c45f3f
Timestamp: 2010-02-05 15:16:23 Author: hoijui Committer: Tobi Vollebregt [ Details ] [ Diff ] |
AAI: NaN fix | ||
| mod - AI/Skirmish/AAI/AAI.cpp | [ Diff ] [ File ] | ||
| mod - AI/Skirmish/AAI/AAIExecute.cpp | [ Diff ] [ File ] | ||
| mod - AI/Skirmish/AAI/AAIExecute.h | [ Diff ] [ File ] | ||
| mod - AI/Skirmish/AAI/aidef.h | [ Diff ] [ File ] | ||
|
develop 3ca674dd
Timestamp: 2010-02-05 13:45:22 Author: hoijui [ Details ] [ Diff ] |
AI: minor docu adjustments (credits to slogic) | ||
| mod - rts/ExternalAI/IAICallback.h | [ Diff ] [ File ] | ||
| mod - rts/ExternalAI/Interface/SSkirmishAICallback.h | [ Diff ] [ File ] | ||
|
develop 7e0f9843
Timestamp: 2010-02-05 13:38:59 Author: -jk- [ Details ] [ Diff ] |
argh gcc `static const class members` | ||
| mod - rts/Sim/Units/Unit.cpp | [ Diff ] [ File ] | ||
| mod - rts/Sim/Units/Unit.h | [ Diff ] [ File ] | ||
|
develop 8ccdd92b
Timestamp: 2010-02-05 13:38:59 Author: -jk- Committer: Tobi Vollebregt [ Details ] [ Diff ] |
argh gcc `static const class members` | ||
| mod - rts/Sim/Units/Unit.cpp | [ Diff ] [ File ] | ||
| mod - rts/Sim/Units/Unit.h | [ Diff ] [ File ] | ||
