Changesets: spring
develop 074385a4
Timestamp: 2008-10-12 21:43:50 Author: imbaczek [ Details ] [ Diff ] |
lurker's patch for mantis 0001123 git-svn-id: https://spring.clan-sy.com/svn/spring/trunk@6686 37977431-3df6-0310-b722-df95706aa16b |
||
mod - rts/Game/Team.cpp | [ Diff ] [ File ] | ||
mod - rts/Game/Team.h | [ Diff ] [ File ] | ||
mod - rts/Sim/Features/Feature.cpp | [ Diff ] [ File ] | ||
mod - rts/Sim/Units/Unit.cpp | [ Diff ] [ File ] | ||
mod - rts/Sim/Units/Unit.h | [ Diff ] [ File ] | ||
mod - rts/Sim/Units/UnitTypes/Factory.cpp | [ Diff ] [ File ] | ||
develop fa9cdac1
Timestamp: 2008-10-12 19:15:04 Author: Auswaschbar [ Details ] [ Diff ] |
* fix bug where take can cause an exception git-svn-id: https://spring.clan-sy.com/svn/spring/trunk@6685 37977431-3df6-0310-b722-df95706aa16b |
||
mod - rts/Game/GameServer.cpp | [ Diff ] [ File ] | ||
develop 93cae806
Timestamp: 2008-10-12 17:27:38 Author: Auswaschbar [ Details ] [ Diff ] |
* some more CMake-fixes for FreeBSD git-svn-id: https://spring.clan-sy.com/svn/spring/trunk@6684 37977431-3df6-0310-b722-df95706aa16b |
||
mod - CMakeLists.txt | [ Diff ] [ File ] | ||
mod - rts/CMakeLists.txt | [ Diff ] [ File ] | ||
mod - tools/unitsync/CMakeLists.txt | [ Diff ] [ File ] | ||
develop 711d2873
Timestamp: 2008-10-12 17:25:12 Author: tvo [ Details ] [ Diff ] |
Cleanups: * It is allowed to loop over signed integers, saves a bunch of typing and unreadability, compare: - 'for (unsigned p = 0; p < static_cast<unsigned>(MAX_PLAYERS); ++p)' vs - 'for (int p = 0; i < MAX_PLAYERS; ++p)' In general try to *avoid* casts, not try to needlessly insert extra casts :) * Member variables should start with lower case, good: isPaused, bad: IsPaused * Don't put multiple declarations on single line (readability). git-svn-id: https://spring.clan-sy.com/svn/spring/trunk@6683 37977431-3df6-0310-b722-df95706aa16b |
||
mod - rts/Game/GameServer.cpp | [ Diff ] [ File ] | ||
mod - rts/Game/GameServer.h | [ Diff ] [ File ] | ||
mod - rts/Map/SMF/BFGroundTextures.cpp | [ Diff ] [ File ] | ||
mod - rts/System/GlobalStuff.cpp | [ Diff ] [ File ] | ||
mod - rts/System/LoadSaveHandler.cpp | [ Diff ] [ File ] | ||
develop 307040ac
Timestamp: 2008-10-12 16:27:19 Author: kloot [ Details ] [ Diff ] |
fix Mantis 0001113, 0001090 git-svn-id: https://spring.clan-sy.com/svn/spring/trunk@6682 37977431-3df6-0310-b722-df95706aa16b |
||
mod - rts/Lua/LuaSyncedCtrl.cpp | [ Diff ] [ File ] | ||
mod - rts/Lua/LuaSyncedMoveCtrl.cpp | [ Diff ] [ File ] | ||
mod - rts/Sim/MoveTypes/ScriptMoveType.cpp | [ Diff ] [ File ] | ||
mod - rts/Sim/Objects/SolidObject.cpp | [ Diff ] [ File ] | ||
mod - rts/Sim/Objects/SolidObject.h | [ Diff ] [ File ] | ||
mod - rts/Sim/Units/Unit.cpp | [ Diff ] [ File ] | ||
mod - rts/Sim/Units/UnitLoader.cpp | [ Diff ] [ File ] | ||
develop 280c8163
Timestamp: 2008-10-12 11:36:15 Author: KDR_11k [ Details ] [ Diff ] |
*Made gunships (and possibly other units too) point their noses at the midPos of their target instead of the pos, the old behaviour could cause trouble with units where midPos and pos differ much. git-svn-id: https://spring.clan-sy.com/svn/spring/trunk@6681 37977431-3df6-0310-b722-df95706aa16b |
||
mod - rts/Sim/Units/CommandAI/MobileCAI.cpp | [ Diff ] [ File ] | ||
develop df42b242
Timestamp: 2008-10-12 00:53:10 Author: Auswaschbar [ Details ] [ Diff ] |
* some fixes for CMake mostly provided by FreeBSD team git-svn-id: https://spring.clan-sy.com/svn/spring/trunk@6679 37977431-3df6-0310-b722-df95706aa16b |
||
mod - AI/CMakeLists.txt | [ Diff ] [ File ] | ||
mod - CMakeLists.txt | [ Diff ] [ File ] | ||
mod - rts/CMakeLists.txt | [ Diff ] [ File ] | ||
mod - rts/Game/GameServer.cpp | [ Diff ] [ File ] | ||
mod - rts/lib/CMakeLists.txt | [ Diff ] [ File ] | ||
mod - tools/DedicatedServer/CMakeLists.txt | [ Diff ] [ File ] | ||
mod - tools/unitsync/CMakeLists.txt | [ Diff ] [ File ] | ||
develop f58cd35f
Timestamp: 2008-10-11 23:49:29 Author: Auswaschbar [ Details ] [ Diff ] |
* use CTeam::GiveEverythingTo(team) function for "/take" action (removes code duplication and may fix bugs on /take) git-svn-id: https://spring.clan-sy.com/svn/spring/trunk@6678 37977431-3df6-0310-b722-df95706aa16b |
||
mod - rts/Game/Game.cpp | [ Diff ] [ File ] | ||
develop e3571ddc
Timestamp: 2008-10-11 23:00:26 Author: tvo [ Details ] [ Diff ] |
Fix explosion spheres appearing at position (2*x,2*y) when explosion happened on position (x,y) git-svn-id: https://spring.clan-sy.com/svn/spring/trunk@6677 37977431-3df6-0310-b722-df95706aa16b |
||
mod - rts/Sim/Projectiles/Unsynced/SpherePartProjectile.cpp | [ Diff ] [ File ] | ||
develop ca7f7924
Timestamp: 2008-10-11 22:44:37 Author: Auswaschbar [ Details ] [ Diff ] |
* the error message "no writable directories found" now has a windows version too git-svn-id: https://spring.clan-sy.com/svn/spring/trunk@6676 37977431-3df6-0310-b722-df95706aa16b |
||
mod - rts/System/Platform/Linux/DataDirLocater.cpp | [ Diff ] [ File ] | ||
develop 118d7a42
Timestamp: 2008-10-11 22:40:41 Author: tvo [ Details ] [ Diff ] |
Fix far textures showing up as gray rectangles, now background is transparent as it should be. git-svn-id: https://spring.clan-sy.com/svn/spring/trunk@6675 37977431-3df6-0310-b722-df95706aa16b |
||
mod - rts/Rendering/FartextureHandler.cpp | [ Diff ] [ File ] | ||
develop e90b5388
Timestamp: 2008-10-11 21:00:18 Author: kloot [ Details ] [ Diff ] |
* comment clarification git-svn-id: https://spring.clan-sy.com/svn/spring/trunk@6674 37977431-3df6-0310-b722-df95706aa16b |
||
mod - rts/Sim/Misc/CollisionHandler.cpp | [ Diff ] [ File ] | ||
develop 5a99598c
Timestamp: 2008-10-11 19:55:33 Author: kloot [ Details ] [ Diff ] |
* hopefully take care of the last remaining coldet issues git-svn-id: https://spring.clan-sy.com/svn/spring/trunk@6673 37977431-3df6-0310-b722-df95706aa16b |
||
mod - rts/Sim/Misc/CollisionHandler.cpp | [ Diff ] [ File ] | ||
mod - rts/Sim/Misc/CollisionVolume.h | [ Diff ] [ File ] | ||
develop f258d964
Timestamp: 2008-10-11 17:11:31 Author: imbaczek [ Details ] [ Diff ] |
hopefully fix installer generation git-svn-id: https://spring.clan-sy.com/svn/spring/trunk@6672 37977431-3df6-0310-b722-df95706aa16b |
||
mod - installer/sections/docs.nsh | [ Diff ] [ File ] | ||
develop 2fd4704a
Timestamp: 2008-10-11 15:42:01 Author: kloot [ Details ] [ Diff ] |
remove yet another DIV0-source (was causing nan's to trickle down as far as CCamera::Update) git-svn-id: https://spring.clan-sy.com/svn/spring/trunk@6671 37977431-3df6-0310-b722-df95706aa16b |
||
mod - rts/Sim/MoveTypes/AirMoveType.cpp | [ Diff ] [ File ] | ||
develop e9958ff1
Timestamp: 2008-10-11 14:37:53 Author: hoijui [ Details ] [ Diff ] |
forgot these two files :/ git-svn-id: https://spring.clan-sy.com/svn/spring/branches/caiinterface@6670 37977431-3df6-0310-b722-df95706aa16b |
||
add - rts/ExternalAI/Interface/SStaticGlobalData.h | [ Diff ] [ File ] | ||
add - rts/ExternalAI/SStaticGlobalData.cpp | [ Diff ] [ File ] | ||
develop bc37dbdd
Timestamp: 2008-10-11 14:23:25 Author: hoijui [ Details ] [ Diff ] |
reintegrating trunk git-svn-id: https://spring.clan-sy.com/svn/spring/branches/caiinterface@6669 37977431-3df6-0310-b722-df95706aa16b |
||
rm - Documentation/Lobby/AdminCommands.txt | [ Diff ] [ File ] | ||
rm - Documentation/Lobby/AdminGuidelines.txt | [ Diff ] [ File ] | ||
rm - Documentation/Lobby/BattleServerProtocol.doc | [ Diff ] [ File ] | ||
rm - Documentation/Lobby/HolePunching.txt | [ Diff ] [ File ] | ||
rm - Documentation/Lobby/Protocol/ProtocolDescription.dtd | [ Diff ] [ File ] | ||
rm - Documentation/Lobby/Protocol/ProtocolDescription.xml | [ Diff ] [ File ] | ||
rm - Documentation/Lobby/Protocol/xml2html.xsl | [ Diff ] [ File ] | ||
mod - Documentation/changelog.txt | [ Diff ] [ File ] | ||
rm - Documentation/lobbychangelog.txt | [ Diff ] [ File ] | ||
mod - game/LuaUI/Widgets/minimap_startbox.lua | [ Diff ] [ File ] | ||
mod - installer/sections/shortcuts.nsh | [ Diff ] [ File ] | ||
mod - installer/sections/tasclient.nsh | [ Diff ] [ File ] | ||
mod - installer/springsettings.nsh | [ Diff ] [ File ] | ||
mod - rts/ExternalAI/AICallback.cpp | [ Diff ] [ File ] | ||
mod - rts/Game/Camera/OrbitController.cpp | [ Diff ] [ File ] | ||
mod - rts/Game/CameraHandler.cpp | [ Diff ] [ File ] | ||
mod - rts/Game/Game.cpp | [ Diff ] [ File ] | ||
mod - rts/Game/GameServer.cpp | [ Diff ] [ File ] | ||
mod - rts/Game/GameVersion.cpp | [ Diff ] [ File ] | ||
mod - rts/Game/SelectedUnits.cpp | [ Diff ] [ File ] | ||
mod - rts/Game/UI/GuiHandler.cpp | [ Diff ] [ File ] | ||
mod - rts/Game/UI/MiniMap.cpp | [ Diff ] [ File ] | ||
mod - rts/Lua/LuaCallInCheck.h | [ Diff ] [ File ] | ||
mod - rts/Lua/LuaHandle.cpp | [ Diff ] [ File ] | ||
mod - rts/Map/BaseGroundDrawer.cpp | [ Diff ] [ File ] | ||
mod - rts/Rendering/Env/AdvSky.cpp | [ Diff ] [ File ] | ||
mod - rts/Rendering/Env/AdvTreeDrawer.cpp | [ Diff ] [ File ] | ||
mod - rts/Rendering/Env/BasicSky.cpp | [ Diff ] [ File ] | ||
mod - rts/Rendering/Env/BasicTreeDrawer.cpp | [ Diff ] [ File ] | ||
mod - rts/Rendering/Env/GrassDrawer.cpp | [ Diff ] [ File ] | ||
mod - rts/Rendering/GroundDecalHandler.cpp | [ Diff ] [ File ] | ||
mod - rts/Rendering/GroundDecalHandler.h | [ Diff ] [ File ] | ||
mod - rts/Rendering/Textures/ColorMap.cpp | [ Diff ] [ File ] | ||
mod - rts/Rendering/UnitModels/UnitDrawer.cpp | [ Diff ] [ File ] | ||
mod - rts/Sim/Features/FeatureHandler.cpp | [ Diff ] [ File ] | ||
mod - rts/Sim/Features/FeatureHandler.h | [ Diff ] [ File ] | ||
mod - rts/Sim/Misc/QuadField.cpp | [ Diff ] [ File ] | ||
mod - rts/Sim/MoveTypes/GroundMoveType.cpp | [ Diff ] [ File ] | ||
mod - rts/Sim/Path/PathEstimator.cpp | [ Diff ] [ File ] | ||
mod - rts/Sim/Projectiles/ProjectileHandler.cpp | [ Diff ] [ File ] | ||
mod - rts/Sim/Projectiles/WeaponProjectiles/WeaponProjectile.cpp | [ Diff ] [ File ] | ||
mod - rts/Sim/Units/Unit.h | [ Diff ] [ File ] | ||
mod - rts/Sim/Units/UnitHandler.cpp | [ Diff ] [ File ] | ||
mod - rts/Sim/Units/UnitTypes/TransportUnit.cpp | [ Diff ] [ File ] | ||
mod - rts/Sim/Weapons/WeaponDefHandler.cpp | [ Diff ] [ File ] | ||
mod - rts/System/Platform/ConfigHandler.cpp | [ Diff ] [ File ] | ||
mod - rts/System/SpringApp.cpp | [ Diff ] [ File ] | ||
mod - rts/build/vstudio8/rts.vcproj | [ Diff ] [ File ] | ||
mod - rts/lib/gml/gmlsrv.h | [ Diff ] [ File ] | ||
develop 424ac617
Timestamp: 2008-10-11 14:08:45 Author: tvo [ Details ] [ Diff ] |
Move tools/springie to Lobby, it's closely related to lobby software. git-svn-id: https://spring.clan-sy.com/svn/spring/trunk@6668 37977431-3df6-0310-b722-df95706aa16b |
||
develop 16825217
Timestamp: 2008-10-11 13:45:53 Author: tvo [ Details ] [ Diff ] |
Moved Lobby documentation to right places in Lobby too. git-svn-id: https://spring.clan-sy.com/svn/spring/trunk@6666 37977431-3df6-0310-b722-df95706aa16b |
||
rm - Documentation/Lobby/AdminCommands.txt | [ Diff ] [ File ] | ||
rm - Documentation/Lobby/AdminGuidelines.txt | [ Diff ] [ File ] | ||
rm - Documentation/Lobby/HolePunching.txt | [ Diff ] [ File ] | ||
rm - Documentation/Lobby/Protocol/ProtocolDescription.dtd | [ Diff ] [ File ] | ||
rm - Documentation/Lobby/Protocol/ProtocolDescription.xml | [ Diff ] [ File ] | ||
rm - Documentation/Lobby/Protocol/xml2html.xsl | [ Diff ] [ File ] | ||
rm - Documentation/lobbychangelog.txt | [ Diff ] [ File ] | ||
develop a57a0513
Timestamp: 2008-10-11 13:44:05 Author: hoijui [ Details ] [ Diff ] |
- added static initialization and release methods to AI Interfaces - renamed infos to info - made AI Interfaces loading only depend on information in their InterfaceInfo.lua files - some other minor changes - KAIK currently crashing git-svn-id: https://spring.clan-sy.com/svn/spring/branches/caiinterface@6665 37977431-3df6-0310-b722-df95706aa16b |
||
mod - AI/Interfaces/C/Interface.cpp | [ Diff ] [ File ] | ||
mod - AI/Interfaces/C/Interface.h | [ Diff ] [ File ] | ||
mod - AI/Interfaces/C/InterfaceExport.cpp | [ Diff ] [ File ] | ||
mod - AI/Interfaces/C/InterfaceExport.h | [ Diff ] [ File ] | ||
mod - AI/Interfaces/C/InterfaceInfo.lua | [ Diff ] [ File ] | ||
add - AI/Interfaces/C/Log.cpp | [ Diff ] [ File ] | ||
add - AI/Interfaces/C/Log.h | [ Diff ] [ File ] | ||
mod - AI/Skirmish/KAIK-0.13/AIExport.h | [ Diff ] [ File ] | ||
mod - AI/Skirmish/KAIK-0.13/AIExports.cpp | [ Diff ] [ File ] | ||
mod - AI/Skirmish/NullAI/AIExport.h | [ Diff ] [ File ] | ||
mod - AI/Skirmish/NullLegacyCppAI/AIExport.h | [ Diff ] [ File ] | ||
mod - AI/Skirmish/RAI-0.553/AIExport.cpp | [ Diff ] [ File ] | ||
mod - AI/Skirmish/RAI-0.553/AIExport.h | [ Diff ] [ File ] | ||
mod - Documentation/cmds.txt | [ Diff ] [ File ] | ||
mod - Doxyfile | [ Diff ] [ File ] | ||
mod - SConstruct | [ Diff ] [ File ] | ||
mod - installer/make_source_package.sh | [ Diff ] [ File ] | ||
mod - installer/sections/tasclient.nsh | [ Diff ] [ File ] | ||
mod - rts/ExternalAI/AIInterfaceLibrary.cpp | [ Diff ] [ File ] | ||
mod - rts/ExternalAI/AIInterfaceLibrary.h | [ Diff ] [ File ] | ||
mod - rts/ExternalAI/AIInterfaceLibraryInfo.cpp | [ Diff ] [ File ] | ||
mod - rts/ExternalAI/AIInterfaceLibraryInfo.h | [ Diff ] [ File ] | ||
mod - rts/ExternalAI/AILibraryManager.cpp | [ Diff ] [ File ] | ||
mod - rts/ExternalAI/GroupAILibrary.cpp | [ Diff ] [ File ] | ||
mod - rts/ExternalAI/GroupAILibrary.h | [ Diff ] [ File ] | ||
mod - rts/ExternalAI/GroupAILibraryInfo.cpp | [ Diff ] [ File ] | ||
mod - rts/ExternalAI/GroupAILibraryInfo.h | [ Diff ] [ File ] | ||
mod - rts/ExternalAI/IAIInterfaceLibrary.h | [ Diff ] [ File ] | ||
mod - rts/ExternalAI/IGroupAILibrary.h | [ Diff ] [ File ] | ||
mod - rts/ExternalAI/ISkirmishAILibrary.h | [ Diff ] [ File ] | ||
mod - rts/ExternalAI/Interface/SAIInterfaceLibrary.h | [ Diff ] [ File ] | ||
mod - rts/ExternalAI/Interface/SGAILibrary.h | [ Diff ] [ File ] | ||
mod - rts/ExternalAI/Interface/SInfo.cpp | [ Diff ] [ File ] | ||
mod - rts/ExternalAI/Interface/SInfo.h | [ Diff ] [ File ] | ||
mod - rts/ExternalAI/Interface/SSAILibrary.h | [ Diff ] [ File ] | ||
mod - rts/ExternalAI/Interface/aidefines.h | [ Diff ] [ File ] | ||
mod - rts/ExternalAI/SkirmishAILibrary.cpp | [ Diff ] [ File ] | ||
mod - rts/ExternalAI/SkirmishAILibrary.h | [ Diff ] [ File ] | ||
mod - rts/ExternalAI/SkirmishAILibraryInfo.cpp | [ Diff ] [ File ] | ||
mod - rts/ExternalAI/SkirmishAILibraryInfo.h | [ Diff ] [ File ] | ||
mod - rts/ExternalAI/SkirmishAIWrapper.cpp | [ Diff ] [ File ] | ||
mod - rts/Lua/LuaSyncedRead.cpp | [ Diff ] [ File ] | ||
mod - rts/Sim/Features/FeatureHandler.cpp | [ Diff ] [ File ] | ||
mod - rts/Sim/Misc/AirBaseHandler.cpp | [ Diff ] [ File ] | ||
mod - rts/Sim/Misc/AirBaseHandler.h | [ Diff ] [ File ] | ||
mod - rts/Sim/Projectiles/Unsynced/SpherePartProjectile.cpp | [ Diff ] [ File ] | ||
mod - rts/Sim/Units/CommandAI/CommandAI.cpp | [ Diff ] [ File ] | ||
mod - rts/build/scons/rts.py | [ Diff ] [ File ] | ||
mod - rts/lib/streflop/Makefile.common | [ Diff ] [ File ] | ||
mod - tools/unitsync/unitsync.cpp | [ Diff ] [ File ] | ||
develop 4b926515
Timestamp: 2008-10-11 02:59:23 Author: jk [ Details ] [ Diff ] |
* fixed a crash (on exit) in colormap.cpp git-svn-id: https://spring.clan-sy.com/svn/spring/trunk@6664 37977431-3df6-0310-b722-df95706aa16b |
||
mod - rts/Rendering/Textures/ColorMap.cpp | [ Diff ] [ File ] | ||
develop 105ee646
Timestamp: 2008-10-11 01:33:56 Author: kloot [ Details ] [ Diff ] |
remove the printf() git-svn-id: https://spring.clan-sy.com/svn/spring/trunk@6663 37977431-3df6-0310-b722-df95706aa16b |
||
mod - rts/Sim/Projectiles/ProjectileHandler.cpp | [ Diff ] [ File ] | ||
develop a3ba7c11
Timestamp: 2008-10-11 01:30:29 Author: kloot [ Details ] [ Diff ] |
fix the collision detection for dgun (and other noExplode) projectiles git-svn-id: https://spring.clan-sy.com/svn/spring/trunk@6662 37977431-3df6-0310-b722-df95706aa16b |
||
mod - rts/Sim/Projectiles/ProjectileHandler.cpp | [ Diff ] [ File ] | ||
mod - rts/Sim/Projectiles/WeaponProjectiles/WeaponProjectile.cpp | [ Diff ] [ File ] | ||
develop 8ee4e6a7
Timestamp: 2008-10-11 01:30:26 Author: Licho [ Details ] [ Diff ] |
minor bugfixes for dedicated server git-svn-id: https://spring.clan-sy.com/svn/spring/trunk@6661 37977431-3df6-0310-b722-df95706aa16b |
||
develop 0a6ff504
Timestamp: 2008-10-11 01:18:04 Author: kloot [ Details ] [ Diff ] |
fix some warnings about undefined operations (as in { int a = 12; a += ++a + a++; }) git-svn-id: https://spring.clan-sy.com/svn/spring/trunk@6660 37977431-3df6-0310-b722-df95706aa16b |
||
mod - rts/Rendering/Env/AdvSky.cpp | [ Diff ] [ File ] | ||
mod - rts/Rendering/Env/BasicSky.cpp | [ Diff ] [ File ] | ||