Changesets: spring
develop 617dc44f
Timestamp: 2008-07-05 00:35:46 Author: kloot [ Details ] [ Diff ] |
forgot to re-insert the early termination test git-svn-id: https://spring.clan-sy.com/svn/spring/trunk@6107 37977431-3df6-0310-b722-df95706aa16b |
||
mod - rts/Sim/Misc/CollisionHandler.cpp | [ Diff ] [ File ] | ||
develop e9296642
Timestamp: 2008-07-05 00:25:11 Author: Auswaschbar [ Details ] [ Diff ] |
* fix bug where AIs can't control their units when player is a spectator git-svn-id: https://spring.clan-sy.com/svn/spring/trunk@6106 37977431-3df6-0310-b722-df95706aa16b |
||
mod - rts/Game/Player.cpp | [ Diff ] [ File ] | ||
mod - rts/System/GlobalStuff.cpp | [ Diff ] [ File ] | ||
develop 0ef86843
Timestamp: 2008-07-04 22:51:45 Author: kloot [ Details ] [ Diff ] |
another fix git-svn-id: https://spring.clan-sy.com/svn/spring/trunk@6105 37977431-3df6-0310-b722-df95706aa16b |
||
mod - rts/Game/GameHelper.cpp | [ Diff ] [ File ] | ||
develop 926bdb4a
Timestamp: 2008-07-04 22:38:32 Author: kloot [ Details ] [ Diff ] |
oops git-svn-id: https://spring.clan-sy.com/svn/spring/trunk@6104 37977431-3df6-0310-b722-df95706aa16b |
||
mod - rts/Game/GameHelper.cpp | [ Diff ] [ File ] | ||
develop b580d975
Timestamp: 2008-07-04 22:28:36 Author: kloot [ Details ] [ Diff ] |
* make the blocking map N-dimensional (to allow for object stacking, selective blocking, etc) * switch GuiTraceTray() to use the custom volume intersection routines (more accurate for long skinny units) * fix a bug in the ray-cylinder coldet logic git-svn-id: https://spring.clan-sy.com/svn/spring/trunk@6103 37977431-3df6-0310-b722-df95706aa16b |
||
mod - rts/Game/GameHelper.cpp | [ Diff ] [ File ] | ||
mod - rts/Sim/Misc/CollisionHandler.cpp | [ Diff ] [ File ] | ||
mod - rts/Sim/Misc/CollisionHandler.h | [ Diff ] [ File ] | ||
mod - rts/Sim/Misc/CollisionVolume.h | [ Diff ] [ File ] | ||
mod - rts/Sim/Misc/GroundBlockingObjectMap.cpp | [ Diff ] [ File ] | ||
mod - rts/Sim/Misc/GroundBlockingObjectMap.h | [ Diff ] [ File ] | ||
mod - rts/Sim/MoveTypes/AirMoveType.cpp | [ Diff ] [ File ] | ||
mod - rts/Sim/MoveTypes/GroundMoveType.cpp | [ Diff ] [ File ] | ||
develop e8372b00
Timestamp: 2008-07-04 22:13:30 Author: Auswaschbar [ Details ] [ Diff ] |
* made CGameSetup store all variables local instead of pushing them to global variables * deleted copy of CGameSetup from dedicated server * CTeam now has a readyToStart variable, just like players (was in CGameSetup before) * NumPlayers tag from startscript is now optional (and only usefull for script debugging) git-svn-id: https://spring.clan-sy.com/svn/spring/trunk@6102 37977431-3df6-0310-b722-df95706aa16b |
||
mod - CMakeLists.txt | [ Diff ] [ File ] | ||
mod - Documentation/Spring start.txt | [ Diff ] [ File ] | ||
mod - rts/ExternalAI/AICallback.cpp | [ Diff ] [ File ] | ||
mod - rts/Game/Game.cpp | [ Diff ] [ File ] | ||
mod - rts/Game/GameServer.cpp | [ Diff ] [ File ] | ||
mod - rts/Game/GameServer.h | [ Diff ] [ File ] | ||
mod - rts/Game/GameSetup.cpp | [ Diff ] [ File ] | ||
mod - rts/Game/GameSetupData.h | [ Diff ] [ File ] | ||
mod - rts/Game/Team.h | [ Diff ] [ File ] | ||
mod - rts/Game/UI/GameSetupDrawer.cpp | [ Diff ] [ File ] | ||
mod - rts/Game/UI/StartPosSelecter.cpp | [ Diff ] [ File ] | ||
mod - rts/Lua/LuaSyncedRead.cpp | [ Diff ] [ File ] | ||
mod - rts/Map/MapParser.cpp | [ Diff ] [ File ] | ||
mod - rts/System/GlobalStuff.cpp | [ Diff ] [ File ] | ||
mod - rts/System/GlobalStuff.h | [ Diff ] [ File ] | ||
mod - rts/System/SpringApp.cpp | [ Diff ] [ File ] | ||
mod - rts/lib/gml/gml.cpp | [ Diff ] [ File ] | ||
mod - tools/DedicatedServer/CMakeLists.txt | [ Diff ] [ File ] | ||
rm - tools/DedicatedServer/GameSetup.cpp | [ Diff ] [ File ] | ||
rm - tools/DedicatedServer/GameSetup.h | [ Diff ] [ File ] | ||
develop 319204ba
Timestamp: 2008-07-03 05:12:06 Author: kloot [ Details ] [ Diff ] |
* remove CMobility (it was a mostly-dead wrapper around MoveData, which now holds its members) * general whitespace / formatting touchups git-svn-id: https://spring.clan-sy.com/svn/spring/trunk@6101 37977431-3df6-0310-b722-df95706aa16b |
||
mod - rts/Sim/Misc/CollisionHandler.cpp | [ Diff ] [ File ] | ||
mod - rts/Sim/Misc/CollisionHandler.h | [ Diff ] [ File ] | ||
mod - rts/Sim/Misc/CollisionVolume.h | [ Diff ] [ File ] | ||
mod - rts/Sim/MoveTypes/AirMoveType.cpp | [ Diff ] [ File ] | ||
mod - rts/Sim/MoveTypes/GroundMoveType.cpp | [ Diff ] [ File ] | ||
rm - rts/Sim/MoveTypes/Mobility.cpp | [ Diff ] [ File ] | ||
rm - rts/Sim/MoveTypes/Mobility.h | [ Diff ] [ File ] | ||
mod - rts/Sim/MoveTypes/MoveInfo.cpp | [ Diff ] [ File ] | ||
mod - rts/Sim/MoveTypes/MoveInfo.h | [ Diff ] [ File ] | ||
mod - rts/Sim/MoveTypes/MoveMath/MoveMath.cpp | [ Diff ] [ File ] | ||
mod - rts/Sim/MoveTypes/MoveMath/MoveMath.h | [ Diff ] [ File ] | ||
mod - rts/Sim/MoveTypes/MoveType.cpp | [ Diff ] [ File ] | ||
mod - rts/Sim/MoveTypes/TAAirMoveType.cpp | [ Diff ] [ File ] | ||
mod - rts/Sim/Objects/SolidObject.h | [ Diff ] [ File ] | ||
mod - rts/Sim/Path/PathEstimator.cpp | [ Diff ] [ File ] | ||
mod - rts/Sim/Path/PathFinder.cpp | [ Diff ] [ File ] | ||
mod - rts/Sim/Path/PathManager.cpp | [ Diff ] [ File ] | ||
mod - rts/Sim/Units/Unit.cpp | [ Diff ] [ File ] | ||
mod - rts/Sim/Units/UnitDefHandler.cpp | [ Diff ] [ File ] | ||
mod - rts/Sim/Units/UnitHandler.cpp | [ Diff ] [ File ] | ||
mod - rts/Sim/Units/UnitLoader.cpp | [ Diff ] [ File ] | ||
mod - rts/build/vstudio8/rts.vcproj | [ Diff ] [ File ] | ||
develop fc14c277
Timestamp: 2008-07-02 18:33:58 Author: kloot [ Details ] [ Diff ] |
svn mv crashrpt rts/lib/ git-svn-id: https://spring.clan-sy.com/svn/spring/trunk@6100 37977431-3df6-0310-b722-df95706aa16b |
||
mod - SConstruct | [ Diff ] [ File ] | ||
mod - rts/build/scons/filelist.py | [ Diff ] [ File ] | ||
mod - rts/build/vstudio8/rts.vcproj | [ Diff ] [ File ] | ||
develop 07b61fb2
Timestamp: 2008-07-02 02:29:42 Author: satirik [ Details ] [ Diff ] |
- AutoTab Fit enabled on the game options tabs to avoid the disapearing tab bugs on vista SP: - [lobby:loadsettings:id:value] and lobby:savesettings:id:val1:val2... added, just the same as params but are saved when the lobby is closed and loaded at lobby start - settings added with one link to the game settings and a skin selector git-svn-id: https://spring.clan-sy.com/svn/spring/trunk@6099 37977431-3df6-0310-b722-df95706aa16b |
||
develop 8f16d86e
Timestamp: 2008-07-01 23:36:09 Author: trepan [ Details ] [ Diff ] |
- removed aiDll setup from DedicatedServer/GameSetup.cpp (don't really know if this is an issue) git-svn-id: https://spring.clan-sy.com/svn/spring/trunk@6098 37977431-3df6-0310-b722-df95706aa16b |
||
mod - tools/DedicatedServer/GameSetup.cpp | [ Diff ] [ File ] | ||
develop d99792f8
Timestamp: 2008-07-01 23:19:50 Author: trepan [ Details ] [ Diff ] |
- reset idling immobile builders git-svn-id: https://spring.clan-sy.com/svn/spring/trunk@6097 37977431-3df6-0310-b722-df95706aa16b |
||
mod - game/LuaUI/Widgets/unit_immobile_buider.lua | [ Diff ] [ File ] | ||
develop f2708f8b
Timestamp: 2008-06-30 17:52:50 Author: trepan [ Details ] [ Diff ] |
- randomize unitIDs git-svn-id: https://spring.clan-sy.com/svn/spring/trunk@6096 37977431-3df6-0310-b722-df95706aa16b |
||
mod - rts/Sim/Units/UnitHandler.cpp | [ Diff ] [ File ] | ||
mod - rts/Sim/Units/UnitHandler.h | [ Diff ] [ File ] | ||
develop e8874f95
Timestamp: 2008-06-30 17:25:30 Author: kloot [ Details ] [ Diff ] |
privatization git-svn-id: https://spring.clan-sy.com/svn/spring/trunk@6095 37977431-3df6-0310-b722-df95706aa16b |
||
mod - rts/Game/UI/InfoConsole.h | [ Diff ] [ File ] | ||
develop a20178ae
Timestamp: 2008-06-30 16:45:49 Author: kloot [ Details ] [ Diff ] |
store the last 10 message positions (and make F3 cycle through them) git-svn-id: https://spring.clan-sy.com/svn/spring/trunk@6094 37977431-3df6-0310-b722-df95706aa16b |
||
mod - rts/Game/Game.cpp | [ Diff ] [ File ] | ||
mod - rts/Game/UI/InfoConsole.cpp | [ Diff ] [ File ] | ||
mod - rts/Game/UI/InfoConsole.h | [ Diff ] [ File ] | ||
develop 3d3a70b6
Timestamp: 2008-06-30 02:50:16 Author: satirik [ Details ] [ Diff ] |
running with -menudev set to false by default (bug fixed) git-svn-id: https://spring.clan-sy.com/svn/spring/trunk@6093 37977431-3df6-0310-b722-df95706aa16b |
||
develop 6960b011
Timestamp: 2008-06-30 00:28:22 Author: satirik [ Details ] [ Diff ] |
- disabled unit now display the unit icon, the selection list is sortable (sorted by name by default) and the icon size depends on the icon column width - dblclick on a nick in the battleroom chat open a PM tab - if windows skin is selected the sptbxtitlebar are disabled - menu form completely disabled in wine mode git-svn-id: https://spring.clan-sy.com/svn/spring/trunk@6092 37977431-3df6-0310-b722-df95706aa16b |
||
develop b2ce024d
Timestamp: 2008-06-29 07:22:50 Author: trepan [ Details ] [ Diff ] |
- renamed 'hpiHandler' to 'vfsHandler' git-svn-id: https://spring.clan-sy.com/svn/spring/trunk@6091 37977431-3df6-0310-b722-df95706aa16b |
||
mod - rts/Game/Game.cpp | [ Diff ] [ File ] | ||
mod - rts/Game/PreGame.cpp | [ Diff ] [ File ] | ||
mod - rts/Game/SelectedUnits.cpp | [ Diff ] [ File ] | ||
mod - rts/Game/StartScripts/ScriptHandler.cpp | [ Diff ] [ File ] | ||
mod - rts/Lua/LuaVFS.cpp | [ Diff ] [ File ] | ||
mod - rts/Rendering/UnitModels/3DOParser.cpp | [ Diff ] [ File ] | ||
mod - rts/System/FileSystem/FileHandler.cpp | [ Diff ] [ File ] | ||
mod - rts/System/FileSystem/VFSHandler.cpp | [ Diff ] [ File ] | ||
mod - rts/System/FileSystem/VFSHandler.h | [ Diff ] [ File ] | ||
mod - rts/System/Platform/FileSystem.cpp | [ Diff ] [ File ] | ||
mod - rts/System/Platform/Linux/UnixFileSystemHandler.cpp | [ Diff ] [ File ] | ||
mod - tools/DedicatedServer/GameSetup.cpp | [ Diff ] [ File ] | ||
mod - tools/unitsync/unitsync.cpp | [ Diff ] [ File ] | ||
develop d7b86def
Timestamp: 2008-06-29 03:16:52 Author: trepan [ Details ] [ Diff ] |
- speling git-svn-id: https://spring.clan-sy.com/svn/spring/trunk@6090 37977431-3df6-0310-b722-df95706aa16b |
||
mod - SConstruct | [ Diff ] [ File ] | ||
develop 46a1a948
Timestamp: 2008-06-28 22:07:44 Author: satirik [ Details ] [ Diff ] |
- "-menudev" command line added to make the lobby search the SP interface in .\Interface instead of using the default.ssk - dblclick on a nick in the chat will open a PM tab - "delete all visible" button added to the replay form, so you can only show the replays you want to delete and click that button to clean your replays git-svn-id: https://spring.clan-sy.com/svn/spring/trunk@6089 37977431-3df6-0310-b722-df95706aa16b |
||
develop 060b72cb
Timestamp: 2008-06-28 16:33:13 Author: trepan [ Details ] [ Diff ] |
- oops, removed the std:: includes git-svn-id: https://spring.clan-sy.com/svn/spring/trunk@6088 37977431-3df6-0310-b722-df95706aa16b |
||
mod - rts/System/FileSystem/VFSModes.h | [ Diff ] [ File ] | ||
develop c7ceba61
Timestamp: 2008-06-28 16:25:42 Author: trepan [ Details ] [ Diff ] |
- moved the VFS access mode definitions into VFSModes.h - included VFSModes.h in LuaParser.h - removed the FileHandler.h include where no longer needed - indented some #ifdef blocks git-svn-id: https://spring.clan-sy.com/svn/spring/trunk@6087 37977431-3df6-0310-b722-df95706aa16b |
||
mod - rts/Game/Game.cpp | [ Diff ] [ File ] | ||
mod - rts/Game/StartScripts/CommanderScript.cpp | [ Diff ] [ File ] | ||
mod - rts/Game/StartScripts/CommanderScript2.cpp | [ Diff ] [ File ] | ||
mod - rts/Game/StartScripts/GlobalAITestScript.cpp | [ Diff ] [ File ] | ||
mod - rts/Game/StartScripts/ScriptHandler.cpp | [ Diff ] [ File ] | ||
mod - rts/Game/UI/HwMouseCursor.cpp | [ Diff ] [ File ] | ||
mod - rts/Game/UI/InfoConsole.cpp | [ Diff ] [ File ] | ||
mod - rts/Lua/LuaHandle.h | [ Diff ] [ File ] | ||
mod - rts/Lua/LuaParser.h | [ Diff ] [ File ] | ||
mod - rts/Lua/LuaUnitDefs.cpp | [ Diff ] [ File ] | ||
mod - rts/Lua/LuaUnsyncedCtrl.cpp | [ Diff ] [ File ] | ||
mod - rts/Rendering/Env/AdvTreeGenerator.cpp | [ Diff ] [ File ] | ||
mod - rts/Rendering/Env/BasicTreeDrawer.cpp | [ Diff ] [ File ] | ||
mod - rts/Rendering/GroundDecalHandler.cpp | [ Diff ] [ File ] | ||
mod - rts/Rendering/IconHandler.cpp | [ Diff ] [ File ] | ||
mod - rts/Sim/Features/FeatureHandler.cpp | [ Diff ] [ File ] | ||
mod - rts/Sim/Misc/DamageArrayHandler.cpp | [ Diff ] [ File ] | ||
mod - rts/Sim/ModInfo.cpp | [ Diff ] [ File ] | ||
mod - rts/Sim/MoveTypes/MoveInfo.cpp | [ Diff ] [ File ] | ||
mod - rts/Sim/Projectiles/ProjectileHandler.cpp | [ Diff ] [ File ] | ||
mod - rts/Sim/SideParser.cpp | [ Diff ] [ File ] | ||
mod - rts/System/FileSystem/FileHandler.h | [ Diff ] [ File ] | ||
add - rts/System/FileSystem/VFSModes.h | [ Diff ] [ File ] | ||
mod - rts/System/Messages.cpp | [ Diff ] [ File ] | ||
develop 8a1b54c2
Timestamp: 2008-06-28 03:50:11 Author: trepan [ Details ] [ Diff ] |
- temporary fix for the LuaUI cyclic destructor calls git-svn-id: https://spring.clan-sy.com/svn/spring/trunk@6086 37977431-3df6-0310-b722-df95706aa16b |
||
mod - rts/Game/UI/LuaUI.cpp | [ Diff ] [ File ] | ||
develop b2df58ed
Timestamp: 2008-06-27 18:26:04 Author: kloot [ Details ] [ Diff ] |
allow for square metal extraction areas (use the extractSquare unitdef tag) git-svn-id: https://spring.clan-sy.com/svn/spring/trunk@6085 37977431-3df6-0310-b722-df95706aa16b |
||
mod - rts/Game/UI/GuiHandler.cpp | [ Diff ] [ File ] | ||
mod - rts/Game/UI/MiniMap.cpp | [ Diff ] [ File ] | ||
mod - rts/Game/UI/MiniMap.h | [ Diff ] [ File ] | ||
mod - rts/Lua/LuaUnitDefs.cpp | [ Diff ] [ File ] | ||
mod - rts/Rendering/GL/glExtra.cpp | [ Diff ] [ File ] | ||
mod - rts/Rendering/GL/glExtra.h | [ Diff ] [ File ] | ||
mod - rts/Sim/Units/CommandAI/BuilderCAI.cpp | [ Diff ] [ File ] | ||
mod - rts/Sim/Units/CommandAI/FactoryCAI.cpp | [ Diff ] [ File ] | ||
mod - rts/Sim/Units/UnitDef.h | [ Diff ] [ File ] | ||
mod - rts/Sim/Units/UnitDefHandler.cpp | [ Diff ] [ File ] | ||
mod - rts/Sim/Units/UnitTypes/ExtractorBuilding.cpp | [ Diff ] [ File ] | ||
mod - rts/Sim/Units/UnitTypes/ExtractorBuilding.h | [ Diff ] [ File ] | ||
develop 30ff48ac
Timestamp: 2008-06-27 16:14:57 Author: trepan [ Details ] [ Diff ] |
- correct the comments git-svn-id: https://spring.clan-sy.com/svn/spring/trunk@6084 37977431-3df6-0310-b722-df95706aa16b |
||
mod - game/luaui.lua | [ Diff ] [ File ] | ||
develop 6d12a244
Timestamp: 2008-06-27 08:14:56 Author: trepan [ Details ] [ Diff ] |
- fixed Spring.SetFeatureDirection() ? git-svn-id: https://spring.clan-sy.com/svn/spring/trunk@6083 37977431-3df6-0310-b722-df95706aa16b |
||
mod - rts/Sim/Features/Feature.cpp | [ Diff ] [ File ] | ||