Changesets: spring
develop db9e7bb7
Timestamp: 2009-04-24 14:04:25 Author: Kloot [ Details ] [ Diff ] |
* no need to disable these | ||
mod - rts/Rendering/UnitModels/UnitDrawer.cpp | [ Diff ] [ File ] | ||
develop 795003ff
Timestamp: 2009-04-24 13:55:21 Author: Kloot [ Details ] [ Diff ] |
fix: color state change was being blocked | ||
mod - rts/Rendering/UnitModels/UnitDrawer.cpp | [ Diff ] [ File ] | ||
develop 5f370e65
Timestamp: 2009-04-24 12:43:08 Author: Kloot [ Details ] [ Diff ] |
unitdrawer: highlight the last hit piece in debug mode | ||
mod - rts/Rendering/UnitModels/UnitDrawer.cpp | [ Diff ] [ File ] | ||
develop 2a2038d8
Timestamp: 2009-04-24 02:57:58 Author: zerver [ Details ] [ Diff ] |
Merge branch 'master' of git@github.com:spring/spring | ||
mod - AI/Interfaces/CMakeLists.txt | [ Diff ] [ File ] | ||
mod - AI/Interfaces/Java/bin/build.xml | [ Diff ] [ File ] | ||
mod - AI/Interfaces/Java/bin/java_generateWrappers.bat | [ Diff ] [ File ] | ||
mod - AI/Interfaces/Java/bin/java_generateWrappers.sh | [ Diff ] [ File ] | ||
mod - AI/SConscript | [ Diff ] [ File ] | ||
mod - installer/sections/springlobby.nsh | [ Diff ] [ File ] | ||
mod - installer/sections/tasclient.nsh | [ Diff ] [ File ] | ||
mod - installer/spring.nsi | [ Diff ] [ File ] | ||
mod - installer/springlobby_download.sh | [ Diff ] [ File ] | ||
mod - installer/springsettings.nsh | [ Diff ] [ File ] | ||
mod - installer/tasclient_download.sh | [ Diff ] [ File ] | ||
mod - rts/ExternalAI/AILibraryManager.cpp | [ Diff ] [ File ] | ||
mod - rts/Game/Game.cpp | [ Diff ] [ File ] | ||
mod - rts/Game/UI/GuiHandler.cpp | [ Diff ] [ File ] | ||
mod - rts/Game/UI/GuiHandler.h | [ Diff ] [ File ] | ||
mod - rts/Game/UI/InfoConsole.cpp | [ Diff ] [ File ] | ||
mod - rts/Lua/LuaMaterial.cpp | [ Diff ] [ File ] | ||
mod - rts/Lua/LuaSyncedRead.cpp | [ Diff ] [ File ] | ||
mod - rts/Lua/LuaSyncedRead.h | [ Diff ] [ File ] | ||
mod - rts/Map/BaseGroundDrawer.cpp | [ Diff ] [ File ] | ||
mod - rts/Map/SM3/terrain/QuadRenderData.cpp | [ Diff ] [ File ] | ||
mod - rts/Map/SM3/terrain/Terrain.cpp | [ Diff ] [ File ] | ||
mod - rts/Map/SM3/terrain/TerrainTexEnvCombine.cpp | [ Diff ] [ File ] | ||
mod - rts/Rendering/GL/myGL.cpp | [ Diff ] [ File ] | ||
mod - rts/Rendering/IconHandler.cpp | [ Diff ] [ File ] | ||
mod - rts/Rendering/Textures/3DOTextureHandler.cpp | [ Diff ] [ File ] | ||
mod - rts/Rendering/Textures/TextureAtlas.cpp | [ Diff ] [ File ] | ||
mod - rts/Sim/Misc/CollisionHandler.cpp | [ Diff ] [ File ] | ||
mod - rts/Sim/Misc/CollisionHandler.h | [ Diff ] [ File ] | ||
mod - rts/Sim/Misc/LosHandler.cpp | [ Diff ] [ File ] | ||
mod - rts/Sim/Projectiles/ProjectileHandler.cpp | [ Diff ] [ File ] | ||
mod - rts/Sim/Projectiles/ProjectileHandler.h | [ Diff ] [ File ] | ||
mod - rts/Sim/Units/Unit.cpp | [ Diff ] [ File ] | ||
mod - rts/Sim/Units/Unit.h | [ Diff ] [ File ] | ||
mod - rts/lib/hpiutil2/sqshstream.cpp | [ Diff ] [ File ] | ||
mod - rts/lib/lua/src/loslib.cpp | [ Diff ] [ File ] | ||
mod - rts/spring.exe.manifest | [ Diff ] [ File ] | ||
develop b6e1da65
Timestamp: 2009-04-24 02:57:41 Author: zerver [ Details ] [ Diff ] |
Don't create nano particles for units outside of view (experimental, GML version only) Side effects: Less particles seen on mini map |
||
mod - rts/Rendering/UnitModels/UnitDrawer.cpp | [ Diff ] [ File ] | ||
mod - rts/Sim/Units/Unit.cpp | [ Diff ] [ File ] | ||
mod - rts/Sim/Units/Unit.h | [ Diff ] [ File ] | ||
mod - rts/Sim/Units/UnitTypes/Builder.cpp | [ Diff ] [ File ] | ||
mod - rts/Sim/Units/UnitTypes/Factory.cpp | [ Diff ] [ File ] | ||
develop 3e65917e
Timestamp: 2009-04-24 02:32:11 Author: revcompgeek Committer: Karl-Robert Ernst [ Details ] [ Diff ] |
Added PowerPC calling convention Signed-off-by: Karl-Robert Ernst <k-r.ernst@my-mail.ch> |
||
mod - rts/System/exportdefines.h | [ Diff ] [ File ] | ||
develop d58469a3
Timestamp: 2009-04-23 23:35:02 Author: Karl-Robert Ernst [ Details ] [ Diff ] |
installer: new site links updated | ||
mod - installer/spring.nsi | [ Diff ] [ File ] | ||
mod - installer/springsettings.nsh | [ Diff ] [ File ] | ||
develop c46895fa
Timestamp: 2009-04-23 18:22:51 Author: Kloot [ Details ] [ Diff ] |
* revert d7d10af115a7c939767f469c8a3f03aa3a14487a (thanks jk) | ||
mod - rts/Lua/LuaSyncedRead.cpp | [ Diff ] [ File ] | ||
mod - rts/Sim/Projectiles/ProjectileHandler.cpp | [ Diff ] [ File ] | ||
mod - rts/Sim/Units/Unit.cpp | [ Diff ] [ File ] | ||
mod - rts/Sim/Units/Unit.h | [ Diff ] [ File ] | ||
develop d7d10af1
Timestamp: 2009-04-23 15:30:02 Author: Kloot [ Details ] [ Diff ] |
* reset lastAttackedPiece to NULL after calling GetUnitLastAttackedPiece | ||
mod - rts/Lua/LuaSyncedRead.cpp | [ Diff ] [ File ] | ||
mod - rts/Sim/Misc/CollisionHandler.h | [ Diff ] [ File ] | ||
mod - rts/Sim/Projectiles/ProjectileHandler.cpp | [ Diff ] [ File ] | ||
develop fd470df1
Timestamp: 2009-04-23 14:27:30 Author: Kloot [ Details ] [ Diff ] |
* comment tweak for lastAttackedPiece | ||
mod - rts/Sim/Units/Unit.h | [ Diff ] [ File ] | ||
develop 63a45074
Timestamp: 2009-04-23 14:04:34 Author: Kloot [ Details ] [ Diff ] |
remove accidentally added file | ||
rm - rts/Sim/Units/Unit.CleanedSyntax.xcpp | [ Diff ] [ File ] | ||
develop c426a39f
Timestamp: 2009-04-23 13:43:28 Author: Kloot [ Details ] [ Diff ] |
Merge branch 'master' of git://github.com/spring/spring | ||
mod - installer/sections/springlobby.nsh | [ Diff ] [ File ] | ||
mod - installer/sections/tasclient.nsh | [ Diff ] [ File ] | ||
mod - installer/springlobby_download.sh | [ Diff ] [ File ] | ||
mod - installer/tasclient_download.sh | [ Diff ] [ File ] | ||
mod - rts/Game/Game.cpp | [ Diff ] [ File ] | ||
mod - rts/spring.exe.manifest | [ Diff ] [ File ] | ||
develop 68a3c729
Timestamp: 2009-04-23 13:42:24 Author: Kloot [ Details ] [ Diff ] |
. | ||
mod - rts/Lua/LuaSyncedRead.cpp | [ Diff ] [ File ] | ||
develop e1a7a738
Timestamp: 2009-04-23 13:41:23 Author: Kloot [ Details ] [ Diff ] |
coldet: store the piece that was last hit and make it queryable via LuaSR | ||
mod - rts/Game/Game.cpp | [ Diff ] [ File ] | ||
mod - rts/Lua/LuaSyncedRead.cpp | [ Diff ] [ File ] | ||
mod - rts/Lua/LuaSyncedRead.h | [ Diff ] [ File ] | ||
mod - rts/Sim/Misc/CollisionHandler.cpp | [ Diff ] [ File ] | ||
mod - rts/Sim/Misc/CollisionHandler.h | [ Diff ] [ File ] | ||
mod - rts/Sim/Projectiles/ProjectileHandler.cpp | [ Diff ] [ File ] | ||
mod - rts/Sim/Projectiles/ProjectileHandler.h | [ Diff ] [ File ] | ||
add - rts/Sim/Units/Unit.CleanedSyntax.xcpp | [ Diff ] [ File ] | ||
mod - rts/Sim/Units/Unit.cpp | [ Diff ] [ File ] | ||
mod - rts/Sim/Units/Unit.h | [ Diff ] [ File ] | ||
develop a79df48a
Timestamp: 2009-04-22 23:59:40 Author: Karl-Robert Ernst [ Details ] [ Diff ] |
installer: more TASClient fixes + make it download on demand | ||
mod - installer/sections/tasclient.nsh | [ Diff ] [ File ] | ||
mod - installer/tasclient_download.sh | [ Diff ] [ File ] | ||
develop 05d96f3e
Timestamp: 2009-04-22 23:33:05 Author: Karl-Robert Ernst [ Details ] [ Diff ] |
sound: allow to enable / disable a channel (/soundchannelenable <name> [0|1]) | ||
mod - installer/sections/tasclient.nsh | [ Diff ] [ File ] | ||
mod - rts/Game/Game.cpp | [ Diff ] [ File ] | ||
mod - rts/spring.exe.manifest | [ Diff ] [ File ] | ||
develop 08f087d6
Timestamp: 2009-04-21 20:03:41 Author: hoijui [ Details ] [ Diff ] |
two warnings removed | ||
mod - rts/Game/Game.cpp | [ Diff ] [ File ] | ||
develop b7ce56ad
Timestamp: 2009-04-21 19:41:14 Author: Karl-Robert Ernst [ Details ] [ Diff ] |
installer: fix TASClient downlaod link | ||
mod - installer/tasclient_download.sh | [ Diff ] [ File ] | ||
develop 79c978a5
Timestamp: 2009-04-21 19:32:01 Author: Karl-Robert Ernst [ Details ] [ Diff ] |
nsis: include springlobby in package now it is the default lobby | ||
mod - installer/sections/springlobby.nsh | [ Diff ] [ File ] | ||
mod - installer/springlobby_download.sh | [ Diff ] [ File ] | ||
develop da1fc664
Timestamp: 2009-04-21 13:13:49 Author: Kloot [ Details ] [ Diff ] |
coldet: small refactor | ||
mod - rts/Rendering/GL/myGL.cpp | [ Diff ] [ File ] | ||
mod - rts/Sim/Misc/CollisionHandler.cpp | [ Diff ] [ File ] | ||
develop 3dc92ab3
Timestamp: 2009-04-21 02:01:27 Author: zerver [ Details ] [ Diff ] |
Handle meta key instead of space since space is same as default fake meta | ||
mod - rts/Game/UI/GuiHandler.cpp | [ Diff ] [ File ] | ||
mod - rts/Lua/LuaConstCMD.cpp | [ Diff ] [ File ] | ||
mod - rts/Lua/LuaHandle.cpp | [ Diff ] [ File ] | ||
mod - rts/Lua/LuaRules.cpp | [ Diff ] [ File ] | ||
mod - rts/Lua/LuaSyncedRead.cpp | [ Diff ] [ File ] | ||
mod - rts/Lua/LuaUtils.cpp | [ Diff ] [ File ] | ||
mod - rts/Sim/Units/CommandAI/BuilderCAI.cpp | [ Diff ] [ File ] | ||
mod - rts/Sim/Units/CommandAI/Command.h | [ Diff ] [ File ] | ||
mod - rts/lib/gml/gmlsrv.h | [ Diff ] [ File ] | ||
develop b48481e3
Timestamp: 2009-04-20 23:15:54 Author: Karl-Robert Ernst [ Details ] [ Diff ] |
dediserv: /pause command for autohosts | ||
mod - rts/Game/GameServer.cpp | [ Diff ] [ File ] | ||
develop fe2be367
Timestamp: 2009-04-20 22:49:25 Author: Tobi Vollebregt [ Details ] [ Diff ] |
Don't select noSelect units if they are in a group and the group is selected. | ||
mod - rts/Game/SelectedUnits.cpp | [ Diff ] [ File ] | ||
develop b3cee10a
Timestamp: 2009-04-20 22:48:52 Author: Tobi Vollebregt [ Details ] [ Diff ] |
lua: Don't allow selecting or giving orders to noSelect units in usermode. | ||
mod - rts/Lua/LuaUnsyncedCtrl.cpp | [ Diff ] [ File ] | ||
develop ec59d08c
Timestamp: 2009-04-19 19:55:21 Author: Karl-Robert Ernst [ Details ] [ Diff ] |
luaui: disable user widgets by default (thanks to BrainDamage for making this patch) | ||
mod - game/LuaUI/widgets.lua | [ Diff ] [ File ] | ||