Changesets: spring
|
develop 2581dc9b
Timestamp: 2016-03-10 01:02:54 Author: abma [ Details ] [ Diff ] |
remove LuaModUICtrl config setting: fix 0005156 | ||
| mod - doc/changelog.txt | [ Diff ] [ File ] | ||
| mod - rts/Game/Game.cpp | [ Diff ] [ File ] | ||
| mod - rts/Game/UnsyncedGameCommands.cpp | [ Diff ] [ File ] | ||
|
develop b8906f33
Timestamp: 2016-03-09 21:24:07 Author: Eshed [ Details ] [ Diff ] |
Remove goalPos from commandAI discrepancies between CAI goalPos and moveType goalPos lead to nasty bugs, no reason to store the same thing in two places. |
||
| mod - rts/Sim/Units/CommandAI/AirCAI.cpp | [ Diff ] [ File ] | ||
| mod - rts/Sim/Units/CommandAI/AirCAI.h | [ Diff ] [ File ] | ||
| mod - rts/Sim/Units/CommandAI/BuilderCAI.cpp | [ Diff ] [ File ] | ||
| mod - rts/Sim/Units/CommandAI/MobileCAI.cpp | [ Diff ] [ File ] | ||
| mod - rts/Sim/Units/CommandAI/MobileCAI.h | [ Diff ] [ File ] | ||
|
develop 27b1633b
Timestamp: 2016-03-09 21:19:10 Author: jK [ Details ] [ Diff ] |
fix unit icons | ||
| mod - rts/Rendering/UnitDrawer.cpp | [ Diff ] [ File ] | ||
|
develop 683dc19b
Timestamp: 2016-03-09 20:18:57 Author: jK [ Details ] [ Diff ] |
make IsEngineMinVersion compatible with current version scheme | ||
| mod - rts/Lua/LuaHandle.cpp | [ Diff ] [ File ] | ||
|
develop af337a89
Timestamp: 2016-03-09 20:18:31 Author: jK [ Details ] [ Diff ] |
fix 0005122: Spring.GetUnitLosState | ||
| mod - rts/Lua/LuaSyncedRead.cpp | [ Diff ] [ File ] | ||
|
develop f188aad8
Timestamp: 2016-03-09 20:08:04 Author: rtri [ Details ] [ Diff ] |
make server sleep-times configurable for 0005151 | ||
| mod - rts/Net/GameServer.cpp | [ Diff ] [ File ] | ||
| mod - rts/Net/GameServer.h | [ Diff ] [ File ] | ||
| mod - rts/builds/dedicated/main.cpp | [ Diff ] [ File ] | ||
|
develop 96767eb0
Timestamp: 2016-03-09 18:51:45 Author: rtri [ Details ] [ Diff ] |
s/int/float | ||
| mod - rts/ExternalAI/SSkirmishAICallbackImpl.cpp | [ Diff ] [ File ] | ||
|
develop 932c5889
Timestamp: 2016-03-09 18:26:48 Author: rtri [ Details ] [ Diff ] |
fix 0005157 | ||
| mod - rts/ExternalAI/SSkirmishAICallbackImpl.cpp | [ Diff ] [ File ] | ||
|
develop 9ea3b9bd
Timestamp: 2016-03-09 13:31:29 Author: rtri [ Details ] [ Diff ] |
very minor refactor | ||
| mod - rts/Sim/MoveTypes/AAirMoveType.h | [ Diff ] [ File ] | ||
| mod - rts/Sim/MoveTypes/HoverAirMoveType.cpp | [ Diff ] [ File ] | ||
| mod - rts/Sim/MoveTypes/StrafeAirMoveType.cpp | [ Diff ] [ File ] | ||
|
develop ff52841c
Timestamp: 2016-03-09 13:24:38 Author: rtri [ Details ] [ Diff ] |
LuaObjectDrawer: reduce number of team-color updates | ||
| mod - rts/Rendering/LuaObjectDrawer.cpp | [ Diff ] [ File ] | ||
| mod - rts/Rendering/LuaObjectDrawer.h | [ Diff ] [ File ] | ||
|
develop d340e339
Timestamp: 2016-03-09 13:19:43 Author: Eshed [ Details ] [ Diff ] |
Clear reservedLandingPos when stopping air units | ||
| mod - rts/Sim/MoveTypes/HoverAirMoveType.cpp | [ Diff ] [ File ] | ||
| mod - rts/Sim/MoveTypes/StrafeAirMoveType.cpp | [ Diff ] [ File ] | ||
|
develop 95a7387a
Timestamp: 2016-03-09 10:26:37 Author: Eshed [ Details ] [ Diff ] |
Fix hamt state after stopmoving | ||
| mod - rts/Sim/MoveTypes/HoverAirMoveType.cpp | [ Diff ] [ File ] | ||
|
develop 39f800e2
Timestamp: 2016-03-09 04:47:05 Author: abma [ Details ] [ Diff ] |
fix 0005154: Spring.Restart leads to "bind: Address already in use" | ||
| mod - rts/Lua/LuaUnsyncedCtrl.cpp | [ Diff ] [ File ] | ||
|
develop 5b1ea4b1
Timestamp: 2016-03-08 23:56:40 Author: rtri [ Details ] [ Diff ] |
HoverAirMoveType: fix state-clashing bug (also present in 101) if a landed aircraft was ordered to repair/reclaim/etc something within its build range (KeepPointingTo would tell it to start flying, but the command would not be viewed as keeping the aircaft "busy") |
||
| mod - rts/Sim/MoveTypes/HoverAirMoveType.cpp | [ Diff ] [ File ] | ||
| mod - rts/Sim/Units/CommandAI/CommandAI.cpp | [ Diff ] [ File ] | ||
| mod - rts/Sim/Units/CommandAI/CommandAI.h | [ Diff ] [ File ] | ||
|
develop f6d236a7
Timestamp: 2016-03-08 23:20:47 Author: Eshed [ Details ] [ Diff ] |
Handle saveFile specified in start script (you can now Spring.Reload a savefile) |
||
| mod - rts/Game/ClientSetup.cpp | [ Diff ] [ File ] | ||
| mod - rts/Game/ClientSetup.h | [ Diff ] [ File ] | ||
| mod - rts/System/SpringApp.cpp | [ Diff ] [ File ] | ||
| mod - rts/System/SpringApp.h | [ Diff ] [ File ] | ||
|
develop 9639d245
Timestamp: 2016-03-08 21:13:54 Author: rtri [ Details ] [ Diff ] |
fix 0005155 | ||
| mod - rts/Lua/LuaSyncedCtrl.cpp | [ Diff ] [ File ] | ||
| mod - rts/Lua/LuaSyncedRead.cpp | [ Diff ] [ File ] | ||
| mod - rts/Sim/MoveTypes/ScriptMoveType.cpp | [ Diff ] [ File ] | ||
| mod - rts/Sim/MoveTypes/ScriptMoveType.h | [ Diff ] [ File ] | ||
| mod - rts/Sim/Objects/SolidObject.cpp | [ Diff ] [ File ] | ||
| mod - rts/Sim/Objects/SolidObject.h | [ Diff ] [ File ] | ||
|
develop b28c34de
Timestamp: 2016-03-08 19:23:37 Author: rtri [ Details ] [ Diff ] |
fix fullbright default tex2 R-values | ||
| mod - rts/Rendering/Textures/S3OTextureHandler.cpp | [ Diff ] [ File ] | ||
|
develop cb1b89b2
Timestamp: 2016-03-08 18:15:03 Author: abma [ Details ] [ Diff ] |
add /LuaSave + remove UseCREGremove UseCREGSaveLoad and add /LuaSave which generates .slsf files |
||
| mod - doc/changelog.txt | [ Diff ] [ File ] | ||
| mod - rts/Game/Game.cpp | [ Diff ] [ File ] | ||
| mod - rts/Game/Game.h | [ Diff ] [ File ] | ||
| mod - rts/Game/PreGame.cpp | [ Diff ] [ File ] | ||
| mod - rts/Game/PreGame.h | [ Diff ] [ File ] | ||
| mod - rts/Game/UI/QuitBox.cpp | [ Diff ] [ File ] | ||
| mod - rts/Game/UnsyncedGameCommands.cpp | [ Diff ] [ File ] | ||
| mod - rts/System/LoadSave/LoadSaveHandler.cpp | [ Diff ] [ File ] | ||
| mod - rts/System/LoadSave/LoadSaveHandler.h | [ Diff ] [ File ] | ||
| mod - rts/System/SpringApp.cpp | [ Diff ] [ File ] | ||
|
develop c3154899
Timestamp: 2016-03-08 18:10:21 Author: Eshed [ Details ] [ Diff ] |
Refactor ShieldSegments a bit and fix their creging take #2 This reverts commit 4cba9186cb011a082290d5c929bf32b845455c78. |
||
| mod - rts/Rendering/CMakeLists.txt | [ Diff ] [ File ] | ||
| mod - rts/Sim/Weapons/PlasmaRepulser.cpp | [ Diff ] [ File ] | ||
| mod - rts/Sim/Weapons/PlasmaRepulser.h | [ Diff ] [ File ] | ||
|
develop 0ba744c7
Timestamp: 2016-03-08 15:25:18 Author: rtri [ Details ] [ Diff ] |
BrakingDistance is const | ||
| mod - rts/Sim/MoveTypes/StrafeAirMoveType.cpp | [ Diff ] [ File ] | ||
| mod - rts/Sim/MoveTypes/StrafeAirMoveType.h | [ Diff ] [ File ] | ||
|
develop 520c6ae9
Timestamp: 2016-03-08 14:30:48 Author: rtri [ Details ] [ Diff ] |
re-apply *AirMoveType Activate diffs | ||
| mod - rts/Sim/MoveTypes/HoverAirMoveType.cpp | [ Diff ] [ File ] | ||
| mod - rts/Sim/MoveTypes/StrafeAirMoveType.cpp | [ Diff ] [ File ] | ||
|
develop 5433bbcb
Timestamp: 2016-03-08 13:51:32 Author: Eshed [ Details ] [ Diff ] |
Stop the complaints about planes Fix 0005106 |
||
| mod - rts/Lua/LuaSyncedCtrl.cpp | [ Diff ] [ File ] | ||
| mod - rts/Sim/MoveTypes/AAirMoveType.cpp | [ Diff ] [ File ] | ||
| mod - rts/Sim/MoveTypes/MoveType.h | [ Diff ] [ File ] | ||
| mod - rts/Sim/MoveTypes/StrafeAirMoveType.cpp | [ Diff ] [ File ] | ||
| mod - rts/Sim/MoveTypes/StrafeAirMoveType.h | [ Diff ] [ File ] | ||
|
develop 2cadd701
Timestamp: 2016-03-08 11:52:30 Author: Eshed [ Details ] [ Diff ] |
Add Spring.ClearUnitGoal(unitID) will help custom commands to clean after themselves also fix 0005153 |
||
| mod - rts/Lua/LuaSyncedCtrl.cpp | [ Diff ] [ File ] | ||
| mod - rts/Lua/LuaSyncedCtrl.h | [ Diff ] [ File ] | ||
| mod - rts/Sim/MoveTypes/StrafeAirMoveType.cpp | [ Diff ] [ File ] | ||
|
develop 2a09f776
Timestamp: 2016-03-08 01:54:28 Author: rtri [ Details ] [ Diff ] |
generalize a bit | ||
| mod - rts/Lua/LuaMaterial.h | [ Diff ] [ File ] | ||
| mod - rts/Rendering/LuaObjectDrawer.cpp | [ Diff ] [ File ] | ||
|
develop 791288b1
Timestamp: 2016-03-08 01:17:22 Author: abma [ Details ] [ Diff ] |
fix /save game -y | ||
| mod - rts/Game/UnsyncedGameCommands.cpp | [ Diff ] [ File ] | ||
