Changesets: spring
develop 51f67dbe
Timestamp: 2013-02-26 20:37:59 Author: rt [ Details ] [ Diff ] |
fix bug in MoveDef::TestMoveSquare | ||
mod - rts/Lua/LuaSyncedRead.cpp | [ Diff ] [ File ] | ||
mod - rts/Sim/MoveTypes/MoveDefHandler.cpp | [ Diff ] [ File ] | ||
mod - rts/Sim/MoveTypes/MoveDefHandler.h | [ Diff ] [ File ] | ||
develop c1e605a6
Timestamp: 2013-02-26 20:37:59 Author: rt [ Details ] [ Diff ] |
fix bug in MoveDef::TestMoveSquare | ||
mod - rts/Lua/LuaSyncedRead.cpp | [ Diff ] [ File ] | ||
mod - rts/Sim/MoveTypes/MoveDefHandler.cpp | [ Diff ] [ File ] | ||
mod - rts/Sim/MoveTypes/MoveDefHandler.h | [ Diff ] [ File ] | ||
develop 9218f065
Timestamp: 2013-02-26 19:21:11 Author: zerver [ Details ] [ Diff ] |
try fix previous commit | ||
mod - rts/System/Platform/EngineTypeHandler.cpp | [ Diff ] [ File ] | ||
mod - rts/System/Platform/EngineTypeHandler.h | [ Diff ] [ File ] | ||
mod - test/CMakeLists.txt | [ Diff ] [ File ] | ||
develop f13fe1c2
Timestamp: 2013-02-26 19:09:41 Author: zerver [ Details ] [ Diff ] |
fix linker error | ||
mod - test/CMakeLists.txt | [ Diff ] [ File ] | ||
develop 6f52f3b5
Timestamp: 2013-02-26 18:58:26 Author: zerver [ Details ] [ Diff ] |
omg compile | ||
mod - test/CMakeLists.txt | [ Diff ] [ File ] | ||
develop 248c2484
Timestamp: 2013-02-26 18:23:44 Author: zerver [ Details ] [ Diff ] |
Don't let unitsync be affected by the optional minor version | ||
mod - rts/Game/GameVersion.cpp | [ Diff ] [ File ] | ||
develop d1553db0
Timestamp: 2013-02-26 17:38:00 Author: rt [ Details ] [ Diff ] |
fix 0003505 | ||
mod - rts/Sim/Misc/ModInfo.cpp | [ Diff ] [ File ] | ||
mod - rts/Sim/MoveTypes/GroundMoveType.cpp | [ Diff ] [ File ] | ||
develop 9235db3f
Timestamp: 2013-02-26 17:38:00 Author: rt [ Details ] [ Diff ] |
fix 0003505 | ||
mod - rts/Sim/Misc/ModInfo.cpp | [ Diff ] [ File ] | ||
mod - rts/Sim/MoveTypes/GroundMoveType.cpp | [ Diff ] [ File ] | ||
develop c8fe27bf
Timestamp: 2013-02-26 17:37:43 Author: rt [ Details ] [ Diff ] |
fix SEGV in AssParser | ||
mod - rts/Rendering/Models/AssParser.cpp | [ Diff ] [ File ] | ||
develop 4bd2f2e6
Timestamp: 2013-02-26 12:43:42 Author: zerver [ Details ] [ Diff ] |
compile? | ||
mod - test/CMakeLists.txt | [ Diff ] [ File ] | ||
develop a49ef727
Timestamp: 2013-02-26 12:23:19 Author: zerver [ Details ] [ Diff ] |
compile? | ||
mod - test/CMakeLists.txt | [ Diff ] [ File ] | ||
develop de4dda42
Timestamp: 2013-02-26 11:51:22 Author: zerver [ Details ] [ Diff ] |
Update vcproj | ||
mod - rts/build/vstudio8/rts.vcproj | [ Diff ] [ File ] | ||
develop 113defa0
Timestamp: 2013-02-26 11:50:26 Author: zerver [ Details ] [ Diff ] |
compile? | ||
mod - rts/builds/dedicated/CMakeLists.txt | [ Diff ] [ File ] | ||
develop 06146e46
Timestamp: 2013-02-26 11:04:41 Author: zerver [ Details ] [ Diff ] |
compile? | ||
mod - rts/System/CMakeLists.txt | [ Diff ] [ File ] | ||
mod - test/CMakeLists.txt | [ Diff ] [ File ] | ||
develop 07639dee
Timestamp: 2013-02-26 03:51:34 Author: zerver [ Details ] [ Diff ] |
compile? | ||
mod - rts/Game/GameVersion.cpp | [ Diff ] [ File ] | ||
mod - test/CMakeLists.txt | [ Diff ] [ File ] | ||
develop d5276c83
Timestamp: 2013-02-26 03:20:23 Author: zerver [ Details ] [ Diff ] |
Fix first packet is usually rejected by gameserver, because protocoldef is not initialized | ||
mod - rts/System/Net/LocalConnection.cpp | [ Diff ] [ File ] | ||
mod - rts/System/Net/UDPConnection.cpp | [ Diff ] [ File ] | ||
develop a788363d
Timestamp: 2013-02-26 03:19:24 Author: zerver [ Details ] [ Diff ] |
Support multiple engine types * Restarts with a different engine type based on version response from server * Provides a message box in case the required engine type/version is missing * Enables use of the MINOR engine version to release several non-sync compatible updates per engine type, even though the MAJOR version is fixed |
||
mod - rts/Game/GameServer.cpp | [ Diff ] [ File ] | ||
mod - rts/Game/GameVersion.cpp | [ Diff ] [ File ] | ||
mod - rts/Game/GameVersion.h | [ Diff ] [ File ] | ||
mod - rts/Game/PreGame.cpp | [ Diff ] [ File ] | ||
mod - rts/System/BaseNetProtocol.cpp | [ Diff ] [ File ] | ||
mod - rts/System/BaseNetProtocol.h | [ Diff ] [ File ] | ||
mod - rts/System/Main.cpp | [ Diff ] [ File ] | ||
add - rts/System/Platform/EngineTypeHandler.cpp | [ Diff ] [ File ] | ||
add - rts/System/Platform/EngineTypeHandler.h | [ Diff ] [ File ] | ||
develop 672d2049
Timestamp: 2013-02-25 23:17:25 Author: rt [ Details ] [ Diff ] |
fix 0003506 (wrong calculation of goffset for assimp model pieces) | ||
mod - rts/Rendering/Models/3DModel.cpp | [ Diff ] [ File ] | ||
mod - rts/Rendering/Models/3DModel.h | [ Diff ] [ File ] | ||
mod - rts/Rendering/Models/AssParser.cpp | [ Diff ] [ File ] | ||
mod - rts/Rendering/Models/AssParser.h | [ Diff ] [ File ] | ||
develop fa408c75
Timestamp: 2013-02-25 23:17:25 Author: rt Committer: jK [ Details ] [ Diff ] |
fix 0003506 (wrong calculation of goffset for assimp model pieces) | ||
mod - rts/Rendering/Models/3DModel.cpp | [ Diff ] [ File ] | ||
mod - rts/Rendering/Models/3DModel.h | [ Diff ] [ File ] | ||
mod - rts/Rendering/Models/AssParser.cpp | [ Diff ] [ File ] | ||
mod - rts/Rendering/Models/AssParser.h | [ Diff ] [ File ] | ||
develop 5d49df2e
Timestamp: 2013-02-25 00:22:09 Author: abma [ Details ] [ Diff ] |
Revert "disable Enumerations.java until awk script is fixed for mawk" This reverts commit 0529ae3d23a601d26caf08e05148ef70b1195e15. |
||
mod - AI/Interfaces/Java/CMakeLists.txt | [ Diff ] [ File ] | ||
develop bf32e5a6
Timestamp: 2013-02-25 00:20:43 Author: abma [ Details ] [ Diff ] |
fix 0003500 (broken jni_wrappCommands.awk) | ||
mod - AI/Interfaces/Java/bin/jni_wrappCommands.awk | [ Diff ] [ File ] | ||
develop 4489d8ff
Timestamp: 2013-02-24 23:36:59 Author: rt [ Details ] [ Diff ] |
GMT: fix bug in footprint overlap detection reported by dnw | ||
mod - rts/Map/BaseGroundDrawer.cpp | [ Diff ] [ File ] | ||
mod - rts/Sim/MoveTypes/GroundMoveType.cpp | [ Diff ] [ File ] | ||
develop d99bacf3
Timestamp: 2013-02-24 23:36:59 Author: rt [ Details ] [ Diff ] |
GMT: fix bug in footprint overlap detection reported by dnw | ||
mod - rts/Map/BaseGroundDrawer.cpp | [ Diff ] [ File ] | ||
mod - rts/Sim/MoveTypes/GroundMoveType.cpp | [ Diff ] [ File ] | ||
develop 104b2971
Timestamp: 2013-02-24 21:42:29 Author: zerver [ Details ] [ Diff ] |
Fix MSVC ifstream goes weird if attempting to open some invalid paths | ||
mod - rts/System/FileSystem/FileHandler.cpp | [ Diff ] [ File ] | ||
develop 69cac802
Timestamp: 2013-02-24 19:16:14 Author: rt [ Details ] [ Diff ] |
fix 0003490 (air-transportable ships) | ||
mod - rts/Sim/MoveTypes/MoveDefHandler.cpp | [ Diff ] [ File ] | ||
mod - rts/Sim/Units/Unit.h | [ Diff ] [ File ] | ||
mod - rts/Sim/Units/UnitDef.cpp | [ Diff ] [ File ] | ||
mod - rts/Sim/Units/UnitDef.h | [ Diff ] [ File ] | ||
mod - rts/Sim/Units/UnitTypes/TransportUnit.cpp | [ Diff ] [ File ] | ||