Changesets: spring
develop fc9d05f6
Timestamp: 2010-08-07 16:57:52 Author: hoijui [ Details ] [ Diff ] |
get rid of two warnings [minor] | ||
mod - rts/Game/Game.cpp | [ Diff ] [ File ] | ||
develop 370a9730
Timestamp: 2010-08-07 16:57:52 Author: hoijui Committer: Tobi Vollebregt [ Details ] [ Diff ] |
get rid of two warnings [minor] | ||
mod - rts/Game/Game.cpp | [ Diff ] [ File ] | ||
develop 9fb1b859
Timestamp: 2010-08-07 16:19:35 Author: hoijui [ Details ] [ Diff ] |
fix compile error [fix] | ||
mod - rts/System/Sync/Logger.cpp | [ Diff ] [ File ] | ||
develop f739eea5
Timestamp: 2010-08-07 16:19:35 Author: hoijui Committer: Tobi Vollebregt [ Details ] [ Diff ] |
fix compile error [fix] | ||
mod - rts/System/Sync/Logger.cpp | [ Diff ] [ File ] | ||
develop 416d4e88
Timestamp: 2010-08-07 13:18:29 Author: kloot [ Details ] [ Diff ] |
* CGMT: minor refactor | ||
mod - rts/Sim/MoveTypes/GroundMoveType.cpp | [ Diff ] [ File ] | ||
mod - rts/Sim/MoveTypes/GroundMoveType.h | [ Diff ] [ File ] | ||
develop 0486f137
Timestamp: 2010-08-06 23:27:38 Author: kloot [ Details ] [ Diff ] |
* this is now in Lua-land | ||
mod - rts/Rendering/UnitDrawer.cpp | [ Diff ] [ File ] | ||
mod - rts/Rendering/UnitDrawer.h | [ Diff ] [ File ] | ||
develop 559c64a2
Timestamp: 2010-08-06 23:25:24 Author: kloot [ Details ] [ Diff ] |
* replace the default engine health-bar rendering by a gadget | ||
add - cont/base/springcontent/LuaGadgets/Gadgets/object_statusbars_default.lua | [ Diff ] [ File ] | ||
mod - rts/Game/Game.cpp | [ Diff ] [ File ] | ||
mod - rts/Game/UI/KeyBindings.cpp | [ Diff ] [ File ] | ||
mod - rts/Rendering/FeatureDrawer.cpp | [ Diff ] [ File ] | ||
mod - rts/Rendering/FeatureDrawer.h | [ Diff ] [ File ] | ||
mod - rts/Rendering/UnitDrawer.cpp | [ Diff ] [ File ] | ||
mod - rts/Rendering/UnitDrawer.h | [ Diff ] [ File ] | ||
develop 8dc5ba8e
Timestamp: 2010-08-06 23:22:12 Author: hoijui Committer: Tobi Vollebregt [ Details ] [ Diff ] |
E323AI: reference latest version (version bump) [AI] | ||
mod - AI/Skirmish/E323AI | [ Diff ] [ File ] | ||
develop 96ae78b9
Timestamp: 2010-08-06 23:22:12 Author: hoijui [ Details ] [ Diff ] |
E323AI: reference latest version (version bump) [AI] | ||
mod - AI/Skirmish/E323AI | [ Diff ] [ File ] | ||
develop 6ff28528
Timestamp: 2010-08-06 23:21:41 Author: hoijui Committer: Tobi Vollebregt [ Details ] [ Diff ] |
add missing OS X include [fix] | ||
mod - rts/System/Platform/Misc.cpp | [ Diff ] [ File ] | ||
develop aa5aa7ad
Timestamp: 2010-08-06 23:21:41 Author: hoijui [ Details ] [ Diff ] |
add missing OS X include [fix] | ||
mod - rts/System/Platform/Misc.cpp | [ Diff ] [ File ] | ||
develop b726c437
Timestamp: 2010-08-06 22:44:17 Author: kloot Committer: Tobi Vollebregt [ Details ] [ Diff ] |
* forgot to setup the DrawFeature event | ||
mod - rts/Lua/LuaUnitRendering.cpp | [ Diff ] [ File ] | ||
mod - rts/System/EventHandler.cpp | [ Diff ] [ File ] | ||
develop b13c6069
Timestamp: 2010-08-06 22:44:17 Author: kloot [ Details ] [ Diff ] |
* forgot to setup the DrawFeature event | ||
mod - rts/Lua/LuaUnitRendering.cpp | [ Diff ] [ File ] | ||
mod - rts/System/EventHandler.cpp | [ Diff ] [ File ] | ||
develop f6319584
Timestamp: 2010-08-06 22:01:32 Author: kloot Committer: Tobi Vollebregt [ Details ] [ Diff ] |
* ASSERT_SYNCED_PRIMITIVE is not defined for const types (0002022) | ||
mod - rts/Sim/MoveTypes/GroundMoveType.cpp | [ Diff ] [ File ] | ||
develop 7d2718d8
Timestamp: 2010-08-06 22:01:32 Author: kloot [ Details ] [ Diff ] |
* ASSERT_SYNCED_PRIMITIVE is not defined for const types (0002022) | ||
mod - rts/Sim/MoveTypes/GroundMoveType.cpp | [ Diff ] [ File ] | ||
develop a8a9f78a
Timestamp: 2010-08-06 09:22:21 Author: -jk- [ Details ] [ Diff ] |
make boost::asio::ip::address::from_string sync safe on win2k | ||
mod - rts/Game/OSCStatsSender.cpp | [ Diff ] [ File ] | ||
mod - rts/System/Net/Socket.cpp | [ Diff ] [ File ] | ||
mod - rts/lib/lobby/Connection.cpp | [ Diff ] [ File ] | ||
develop e44e8dbb
Timestamp: 2010-08-06 09:22:21 Author: -jk- Committer: Tobi Vollebregt [ Details ] [ Diff ] |
make boost::asio::ip::address::from_string sync safe on win2k | ||
mod - rts/Game/OSCStatsSender.cpp | [ Diff ] [ File ] | ||
mod - rts/System/Net/Socket.cpp | [ Diff ] [ File ] | ||
mod - rts/lib/lobby/Connection.cpp | [ Diff ] [ File ] | ||
develop a4217997
Timestamp: 2010-08-05 23:36:22 Author: hoijui [ Details ] [ Diff ] |
fix for source package compile [fix] | ||
mod - tools/CMakeLists.txt | [ Diff ] [ File ] | ||
develop c6e73e98
Timestamp: 2010-08-05 23:36:22 Author: hoijui Committer: Tobi Vollebregt [ Details ] [ Diff ] |
fix for source package compile [fix] | ||
mod - tools/CMakeLists.txt | [ Diff ] [ File ] | ||
develop f2e18e46
Timestamp: 2010-08-05 22:49:36 Author: -jk- Committer: Tobi Vollebregt [ Details ] [ Diff ] |
try SDL instead X11 headers | ||
mod - rts/System/Platform/Linux/myX11.cpp | [ Diff ] [ File ] | ||
mod - rts/System/Platform/Linux/myX11.h | [ Diff ] [ File ] | ||
develop 17e7dae6
Timestamp: 2010-08-05 22:49:36 Author: -jk- [ Details ] [ Diff ] |
try SDL instead X11 headers | ||
mod - rts/System/Platform/Linux/myX11.cpp | [ Diff ] [ File ] | ||
mod - rts/System/Platform/Linux/myX11.h | [ Diff ] [ File ] | ||
develop 7b902b36
Timestamp: 2010-08-05 22:33:40 Author: -jk- Committer: Tobi Vollebregt [ Details ] [ Diff ] |
new attempt to fix myX11.cpp | ||
mod - rts/System/Platform/Linux/myX11.cpp | [ Diff ] [ File ] | ||
develop a31c7a56
Timestamp: 2010-08-05 22:33:40 Author: -jk- [ Details ] [ Diff ] |
new attempt to fix myX11.cpp | ||
mod - rts/System/Platform/Linux/myX11.cpp | [ Diff ] [ File ] | ||
develop d34e0342
Timestamp: 2010-08-05 21:30:36 Author: -jk- Committer: Tobi Vollebregt [ Details ] [ Diff ] |
attempt to fix myX11.cpp headers it worked so fine in SpringApp.cpp ... |
||
mod - rts/System/Platform/Linux/myX11.cpp | [ Diff ] [ File ] | ||
develop 62ec4d52
Timestamp: 2010-08-05 21:30:36 Author: -jk- [ Details ] [ Diff ] |
attempt to fix myX11.cpp headers it worked so fine in SpringApp.cpp ... |
||
mod - rts/System/Platform/Linux/myX11.cpp | [ Diff ] [ File ] | ||