Changesets: spring
develop 1974de11
Timestamp: 2010-07-11 14:03:13 Author: hoijui [ Details ] [ Diff ] |
add a comment [CMake] [minor] | ||
mod - rts/build/cmake/Find7zip.cmake | [ Diff ] [ File ] | ||
develop eaa21e8e
Timestamp: 2010-07-11 14:00:39 Author: hoijui [ Details ] [ Diff ] |
add DevIL include dir in more places [fix] This fixes HL compilation. |
||
mod - rts/builds/GML/CMakeLists.txt | [ Diff ] [ File ] | ||
mod - rts/builds/HL/CMakeLists.txt | [ Diff ] [ File ] | ||
mod - rts/builds/default/CMakeLists.txt | [ Diff ] [ File ] | ||
develop 5ad991ec
Timestamp: 2010-07-11 13:45:58 Author: hoijui [ Details ] [ Diff ] |
add DevIL include dir [fix] This fixes HL compilation. |
||
mod - tools/unitsync/CMakeLists.txt | [ Diff ] [ File ] | ||
develop cc49a41d
Timestamp: 2010-07-11 13:23:18 Author: hoijui [ Details ] [ Diff ] |
remove unused include This also fixes a compile error in HL. |
||
mod - rts/System/Input/MouseInput.cpp | [ Diff ] [ File ] | ||
develop 4068aa8c
Timestamp: 2010-07-11 12:56:10 Author: hoijui [ Details ] [ Diff ] |
HL: do not depend on X11 headers [fix] | ||
mod - rts/System/SpringApp.cpp | [ Diff ] [ File ] | ||
develop fc02de63
Timestamp: 2010-07-11 11:26:26 Author: hoijui [ Details ] [ Diff ] |
add missing include dir [CMake] [fix] | ||
mod - rts/lib/headlessStubs/CMakeLists.txt | [ Diff ] [ File ] | ||
develop f3c9ceff
Timestamp: 2010-07-11 11:17:54 Author: hoijui [ Details ] [ Diff ] |
unitsync: use SDL headless stubs lib & use include dir [CMake] | ||
mod - tools/unitsync/CMakeLists.txt | [ Diff ] [ File ] | ||
develop f5ae2d8b
Timestamp: 2010-07-10 22:32:51 Author: hoijui [ Details ] [ Diff ] |
Merge remote branch 'bd/whitelist' | ||
mod - rts/Game/GameServer.cpp | [ Diff ] [ File ] | ||
mod - rts/Game/GameServer.h | [ Diff ] [ File ] | ||
develop c3dfb240
Timestamp: 2010-07-10 20:23:44 Author: kloot [ Details ] [ Diff ] |
Merge branch 'master' of git@github.com:spring/spring | ||
mod - rts/Game/GameServer.cpp | [ Diff ] [ File ] | ||
develop 08ed2d1b
Timestamp: 2010-07-10 20:22:40 Author: kloot [ Details ] [ Diff ] |
* fix 0001979 | ||
mod - rts/Sim/Projectiles/Unsynced/RepulseGfx.cpp | [ Diff ] [ File ] | ||
develop d952e9e3
Timestamp: 2010-07-10 16:26:24 Author: Andrea Piras [ Details ] [ Diff ] |
greatly simplified the logic to add additional spectators while the game is running | ||
mod - rts/Game/GameServer.cpp | [ Diff ] [ File ] | ||
mod - rts/Game/GameServer.h | [ Diff ] [ File ] | ||
develop f56fc01e
Timestamp: 2010-07-10 14:00:02 Author: Andrea Piras [ Details ] [ Diff ] |
set password in GamePartecipant data even if he was added trough AllowAdditionalUsers, to avoid for the logic to find it first in case of a rejoin and think it has no password | ||
mod - rts/Game/GameServer.cpp | [ Diff ] [ File ] | ||
develop 8c7987ce
Timestamp: 2010-07-10 13:22:42 Author: Andrea Piras [ Details ] [ Diff ] |
now the adduser command from the autohost interface can change passwords of users in script.txt too to let the host to block people from rejoining after a ban/kick | ||
mod - rts/Game/GameServer.cpp | [ Diff ] [ File ] | ||
develop 22fb38f3
Timestamp: 2010-07-10 12:39:21 Author: hoijui [ Details ] [ Diff ] |
make config value start with uppercase for consistency, credits to BrainDamage |
||
mod - rts/Game/GameServer.cpp | [ Diff ] [ File ] | ||
develop be05116e
Timestamp: 2010-07-10 01:13:51 Author: zerver [ Details ] [ Diff ] |
Improve healthbars paralyze display | ||
mod - rts/Rendering/UnitDrawer.cpp | [ Diff ] [ File ] | ||
develop 49e71d01
Timestamp: 2010-07-09 21:15:16 Author: zerver [ Details ] [ Diff ] |
BuilderCAI reclaim/patrol tweaks * Add reclaim enemy units mode * Add reclaim metal first mode |
||
mod - rts/Sim/Units/CommandAI/BuilderCAI.cpp | [ Diff ] [ File ] | ||
mod - rts/Sim/Units/CommandAI/BuilderCAI.h | [ Diff ] [ File ] | ||
develop e69a976c
Timestamp: 2010-07-09 20:16:28 Author: zerver [ Details ] [ Diff ] |
Use ::fabs | ||
mod - rts/Game/UI/MouseHandler.cpp | [ Diff ] [ File ] | ||
develop d8dca055
Timestamp: 2010-07-09 20:08:01 Author: zerver [ Details ] [ Diff ] |
MSVC link error fix | ||
mod - rts/Game/UI/GuiHandler.h | [ Diff ] [ File ] | ||
develop 8945f0fe
Timestamp: 2010-07-09 18:29:16 Author: zerver [ Details ] [ Diff ] |
Mutex recursion fix | ||
mod - rts/Game/UI/GuiHandler.cpp | [ Diff ] [ File ] | ||
mod - rts/lib/gml/gml.cpp | [ Diff ] [ File ] | ||
mod - rts/lib/gml/gml.h | [ Diff ] [ File ] | ||
develop d480cc1f
Timestamp: 2010-07-09 16:11:20 Author: kloot [ Details ] [ Diff ] |
* add missing FinishCommand()'s | ||
mod - rts/Sim/Units/CommandAI/BuilderCAI.cpp | [ Diff ] [ File ] | ||
mod - rts/Sim/Units/CommandAI/TransportCAI.cpp | [ Diff ] [ File ] | ||
develop 233c002a
Timestamp: 2010-07-09 13:57:33 Author: -jk- [ Details ] [ Diff ] |
GuiHandler.h: header cleanup | ||
mod - rts/Game/UI/GuiHandler.h | [ Diff ] [ File ] | ||
develop 6b192133
Timestamp: 2010-07-09 13:56:04 Author: -jk- [ Details ] [ Diff ] |
new MiddleClickScroll icon (a.k.a. the cross) * new config option CrossAlpha * new config option CrossMoveScale (scales the cross arms when you move the camera) * adjusted "/cross" command: /cross %size %alpha %scale |
||
mod - rts/Game/Game.cpp | [ Diff ] [ File ] | ||
mod - rts/Game/UI/MouseHandler.cpp | [ Diff ] [ File ] | ||
mod - rts/Game/UI/MouseHandler.h | [ Diff ] [ File ] | ||
develop f0b3f960
Timestamp: 2010-07-08 20:19:01 Author: hoijui [ Details ] [ Diff ] |
typo fix in documentation [minor] | ||
mod - directories.txt | [ Diff ] [ File ] | ||
develop 2d482990
Timestamp: 2010-07-08 10:48:24 Author: hoijui [ Details ] [ Diff ] |
windows linking fix for DS [fix] | ||
mod - rts/builds/DS/main.cpp | [ Diff ] [ File ] | ||
develop 612bae34
Timestamp: 2010-07-08 09:50:31 Author: hoijui [ Details ] [ Diff ] |
an other try at fixing DS linking on OS X [fix] | ||
mod - rts/builds/DS/main.cpp | [ Diff ] [ File ] | ||