Changesets: spring
develop 8adda506
Timestamp: 2009-08-10 22:55:14 Author: Karl-Robert Ernst [ Details ] [ Diff ] |
According to various people, WM_MOUSEMOVE is laggy (and thus, SDL mosue events) Use a poll-aproach to generate SDL_MouseEvents instead (taken from 0AD) |
||
mod - rts/System/MouseInput.cpp | [ Diff ] [ File ] | ||
add - rts/System/Platform/Win/wsdl.cpp | [ Diff ] [ File ] | ||
add - rts/System/Platform/Win/wsdl.h | [ Diff ] [ File ] | ||
develop 3eee834e
Timestamp: 2009-08-10 22:40:43 Author: hoijui [ Details ] [ Diff ] |
AI: Java: do not buffer values returned from functions with parameters This prevents bugs where wrong values were returned, eg: UnitDef.getCost(Resource.METAL) -> 10 UnitDef.getCost(Resource.ENERGY) -> 10, while 20 would be correct |
||
mod - AI/Interfaces/Java/bin/java_wrappCallbackOO.awk | [ Diff ] [ File ] | ||
develop 8930b00d
Timestamp: 2009-08-10 22:24:24 Author: Marek Baczynski [ Details ] [ Diff ] |
do not gimp gcc if msvc doesn't support static const literals in declaration point | ||
mod - rts/System/float3.cpp | [ Diff ] [ File ] | ||
mod - rts/System/float3.h | [ Diff ] [ File ] | ||
develop a6cdae4b
Timestamp: 2009-08-10 21:27:16 Author: zerver [ Details ] [ Diff ] |
Update VCproj | ||
mod - rts/build/vstudio8/rts.vcproj | [ Diff ] [ File ] | ||
develop f35f254e
Timestamp: 2009-08-10 21:23:49 Author: zerver [ Details ] [ Diff ] |
Fix MSVC compile errors | ||
mod - rts/Game/SelectMenu.cpp | [ Diff ] [ File ] | ||
mod - rts/Game/SelectionWidget.cpp | [ Diff ] [ File ] | ||
mod - rts/Lua/LuaUnsyncedCtrl.cpp | [ Diff ] [ File ] | ||
mod - rts/Sim/MoveTypes/GroundMoveType.cpp | [ Diff ] [ File ] | ||
mod - rts/Sim/Path/PathFinder.cpp | [ Diff ] [ File ] | ||
mod - rts/System/FastMath.h | [ Diff ] [ File ] | ||
mod - rts/System/InputHandler.cpp | [ Diff ] [ File ] | ||
mod - rts/System/Main.cpp | [ Diff ] [ File ] | ||
mod - rts/System/float3.cpp | [ Diff ] [ File ] | ||
mod - rts/System/float3.h | [ Diff ] [ File ] | ||
mod - rts/aGui/Button.cpp | [ Diff ] [ File ] | ||
mod - rts/aGui/List.cpp | [ Diff ] [ File ] | ||
mod - rts/aGui/Window.cpp | [ Diff ] [ File ] | ||
develop 7697fb35
Timestamp: 2009-08-10 00:43:17 Author: hoijui [ Details ] [ Diff ] |
remove some unused code | ||
mod - rts/Game/GameServer.cpp | [ Diff ] [ File ] | ||
mod - rts/Lua/LuaSyncedCtrl.cpp | [ Diff ] [ File ] | ||
mod - rts/Sim/Units/COB/LuaUnitScript.cpp | [ Diff ] [ File ] | ||
develop 282030a5
Timestamp: 2009-08-10 00:42:49 Author: hoijui [ Details ] [ Diff ] |
AI: minor documentiaton addition | ||
mod - rts/ExternalAI/Interface/SSkirmishAICallback.h | [ Diff ] [ File ] | ||
develop 8e03f924
Timestamp: 2009-08-09 20:34:59 Author: hoijui [ Details ] [ Diff ] |
AI: some AI team management improvements | ||
mod - rts/ExternalAI/EngineOutHandler.cpp | [ Diff ] [ File ] | ||
mod - rts/ExternalAI/EngineOutHandler.h | [ Diff ] [ File ] | ||
develop 9b4ba8eb
Timestamp: 2009-08-09 20:33:43 Author: hoijui [ Details ] [ Diff ] |
net: SendGiveAwayEverything extended & fixes for SendAICreated and SendAIDestroyed SendGiveAwayEverything supports giving away stuff of all teams a player is leader of This includes his own team plus AIs running on his computer |
||
mod - rts/Game/Game.cpp | [ Diff ] [ File ] | ||
mod - rts/Game/GameServer.cpp | [ Diff ] [ File ] | ||
mod - rts/Game/UI/QuitBox.cpp | [ Diff ] [ File ] | ||
mod - rts/System/BaseNetProtocol.cpp | [ Diff ] [ File ] | ||
mod - rts/System/BaseNetProtocol.h | [ Diff ] [ File ] | ||
develop f3078a32
Timestamp: 2009-08-09 20:28:06 Author: hoijui [ Details ] [ Diff ] |
set AI specific data for teams on server when using AI test script | ||
mod - rts/Game/GameServer.h | [ Diff ] [ File ] | ||
mod - rts/Game/StartScripts/SkirmishAITestScript.cpp | [ Diff ] [ File ] | ||
develop 9b571d6f
Timestamp: 2009-08-09 17:04:25 Author: Karl-Robert Ernst [ Details ] [ Diff ] |
suppord per-player password to prevent name spoofing | ||
mod - rts/Game/ClientSetup.cpp | [ Diff ] [ File ] | ||
mod - rts/Game/ClientSetup.h | [ Diff ] [ File ] | ||
mod - rts/Game/GameServer.cpp | [ Diff ] [ File ] | ||
mod - rts/Game/GameServer.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/NetProtocol.cpp | [ Diff ] [ File ] | ||
mod - rts/System/NetProtocol.h | [ Diff ] [ File ] | ||
develop 2ce2b135
Timestamp: 2009-08-09 16:26:29 Author: Karl-Robert Ernst [ Details ] [ Diff ] |
should fix middle-mouse scrolling | ||
mod - rts/System/MouseInput.cpp | [ Diff ] [ File ] | ||
develop 51ad16f2
Timestamp: 2009-08-09 16:18:10 Author: Karl-Robert Ernst [ Details ] [ Diff ] |
if DEDICATED_NOSSE is defined, don't use sse (anywhere) | ||
mod - rts/System/FastMath.h | [ Diff ] [ File ] | ||
develop dd34de6a
Timestamp: 2009-08-09 15:57:38 Author: Karl-Robert Ernst [ Details ] [ Diff ] |
dediserv: work without SSE | ||
mod - rts/System/FastMath.h | [ Diff ] [ File ] | ||
develop 1cb55f95
Timestamp: 2009-08-09 15:54:07 Author: hoijui [ Details ] [ Diff ] |
AI: KAIK: made fit for taking over control of a team mid-game | ||
mod - AI/Skirmish/KAIK/KAIK.cpp | [ Diff ] [ File ] | ||
mod - AI/Skirmish/KAIK/UnitHandler.cpp | [ Diff ] [ File ] | ||
mod - AI/Skirmish/KAIK/UnitHandler.h | [ Diff ] [ File ] | ||
develop 67581ade
Timestamp: 2009-08-09 15:48:50 Author: hoijui [ Details ] [ Diff ] |
Lua: Unit tooltip now accounts for the controlling instance beeing an AI | ||
mod - rts/Lua/LuaSyncedRead.cpp | [ Diff ] [ File ] | ||
develop 6357a2ac
Timestamp: 2009-08-09 15:07:14 Author: Karl-Robert Ernst [ Details ] [ Diff ] |
fix mouse errors in win32 fullscreen | ||
mod - rts/System/MouseInput.cpp | [ Diff ] [ File ] | ||
mod - rts/System/MouseInput.h | [ Diff ] [ File ] | ||
develop 3542f429
Timestamp: 2009-08-09 14:34:37 Author: Karl-Robert Ernst [ Details ] [ Diff ] |
fix middle-mousebutton scroll on windows | ||
mod - rts/System/MouseInput.cpp | [ Diff ] [ File ] | ||
develop 9037aeea
Timestamp: 2009-08-09 14:20:07 Author: Karl-Robert Ernst [ Details ] [ Diff ] |
make constant strings out of the "No X selected" | ||
mod - rts/Game/SelectMenu.cpp | [ Diff ] [ File ] | ||
mod - rts/Game/SelectionWidget.cpp | [ Diff ] [ File ] | ||
mod - rts/Game/SelectionWidget.h | [ Diff ] [ File ] | ||
develop 42449b0b
Timestamp: 2009-08-09 13:12:57 Author: Karl-Robert Ernst [ Details ] [ Diff ] |
dediserv: always assume autohost uses IPv4 | ||
mod - rts/System/AutohostInterface.cpp | [ Diff ] [ File ] | ||
mod - tools/DedicatedServer/main.cpp | [ Diff ] [ File ] | ||
develop 7f041fb1
Timestamp: 2009-08-09 12:35:03 Author: Karl-Robert Ernst [ Details ] [ Diff ] |
try to connect to v4 autohost if v6 failed | ||
mod - rts/System/AutohostInterface.cpp | [ Diff ] [ File ] | ||
develop 5335cfc1
Timestamp: 2009-08-09 11:58:09 Author: hoijui [ Details ] [ Diff ] |
two new network packages/commands: SendAICreated & SendAIDestroyed | ||
mod - rts/Game/Game.cpp | [ Diff ] [ File ] | ||
mod - rts/Game/GameServer.cpp | [ Diff ] [ File ] | ||
mod - rts/Game/Server/MsgStrings.h | [ Diff ] [ File ] | ||
mod - rts/System/BaseNetProtocol.cpp | [ Diff ] [ File ] | ||
mod - rts/System/BaseNetProtocol.h | [ Diff ] [ File ] | ||
develop 2071bdac
Timestamp: 2009-08-09 11:53:16 Author: Karl-Robert Ernst [ Details ] [ Diff ] |
fix autohost interface socket not opened before using | ||
mod - rts/System/AutohostInterface.cpp | [ Diff ] [ File ] | ||
develop f864686c
Timestamp: 2009-08-09 11:43:45 Author: hoijui [ Details ] [ Diff ] |
minor code documentation changes | ||
mod - rts/ExternalAI/SkirmishAIData.h | [ Diff ] [ File ] | ||
mod - rts/Game/PlayerBase.h | [ Diff ] [ File ] | ||
mod - rts/Sim/Misc/TeamBase.h | [ Diff ] [ File ] | ||
develop e3828f05
Timestamp: 2009-08-09 11:07:10 Author: Karl-Robert Ernst [ Details ] [ Diff ] |
fix minor bugs + improve code structure | ||
mod - rts/Game/SelectMenu.cpp | [ Diff ] [ File ] | ||
mod - rts/Game/SelectMenu.h | [ Diff ] [ File ] | ||
mod - rts/Game/SelectionWidget.cpp | [ Diff ] [ File ] | ||
mod - rts/Game/SelectionWidget.h | [ Diff ] [ File ] | ||
mod - rts/aGui/Picture.cpp | [ Diff ] [ File ] | ||