Changesets: spring
develop 1393532d
Timestamp: 2006-07-01 20:23:24 Author: tvo [ Details ] [ Diff ] |
* Just don't have (pure) virtual destructors on Windows, they don't ever seem to work. (Note that this may reintroduce weird crash bugs / memleaks with MSVC/MinGW, but I don't care anymore) git-svn-id: https://spring.clan-sy.com/svn/spring/trunk@1559 37977431-3df6-0310-b722-df95706aa16b |
||
mod - rts/ExternalAI/aibase.h | [ Diff ] [ File ] | ||
develop 496ba47c
Timestamp: 2006-07-01 17:54:44 Author: colorblind [ Details ] [ Diff ] |
Unit icons update: * Merged the radarblip drawing code with the icon drawing code. This entails that modders now can modify the radarblip. * Add an extra tag "distance" to the iconType definition (see the Wiki for details). git-svn-id: https://spring.clan-sy.com/svn/spring/trunk@1558 37977431-3df6-0310-b722-df95706aa16b |
||
mod - rts/Game/Game.cpp | [ Diff ] [ File ] | ||
mod - rts/Rendering/UnitModels/UnitDrawer.cpp | [ Diff ] [ File ] | ||
mod - rts/Rendering/UnitModels/UnitDrawer.h | [ Diff ] [ File ] | ||
mod - rts/System/IconHandler.cpp | [ Diff ] [ File ] | ||
mod - rts/System/IconHandler.h | [ Diff ] [ File ] | ||
develop 7f88600c
Timestamp: 2006-07-01 15:33:51 Author: tvo [ Details ] [ Diff ] |
* oops forgot virtual keyword git-svn-id: https://spring.clan-sy.com/svn/spring/trunk@1557 37977431-3df6-0310-b722-df95706aa16b |
||
mod - rts/ExternalAI/aibase.h | [ Diff ] [ File ] | ||
develop 06343b52
Timestamp: 2006-07-01 15:32:02 Author: tvo [ Details ] [ Diff ] |
* Maybe fix vtable issue on MinGW and MSVC (3). git-svn-id: https://spring.clan-sy.com/svn/spring/trunk@1556 37977431-3df6-0310-b722-df95706aa16b |
||
mod - rts/ExternalAI/IAICallback.h | [ Diff ] [ File ] | ||
mod - rts/ExternalAI/IAICheats.h | [ Diff ] [ File ] | ||
mod - rts/ExternalAI/IGlobalAI.h | [ Diff ] [ File ] | ||
mod - rts/ExternalAI/IGlobalAICallback.h | [ Diff ] [ File ] | ||
mod - rts/ExternalAI/IGroupAI.h | [ Diff ] [ File ] | ||
mod - rts/ExternalAI/IGroupAiCallback.h | [ Diff ] [ File ] | ||
mod - rts/ExternalAI/aibase.h | [ Diff ] [ File ] | ||
develop ff33af8a
Timestamp: 2006-07-01 15:09:10 Author: tvo [ Details ] [ Diff ] |
* Maybe fix vtables on MinGW and MSVC (2). git-svn-id: https://spring.clan-sy.com/svn/spring/trunk@1555 37977431-3df6-0310-b722-df95706aa16b |
||
mod - rts/ExternalAI/AICallback.cpp | [ Diff ] [ File ] | ||
mod - rts/ExternalAI/AICheats.cpp | [ Diff ] [ File ] | ||
mod - rts/ExternalAI/GlobalAI.cpp | [ Diff ] [ File ] | ||
mod - rts/ExternalAI/GlobalAICallback.cpp | [ Diff ] [ File ] | ||
mod - rts/ExternalAI/GroupAiCallback.cpp | [ Diff ] [ File ] | ||
mod - rts/ExternalAI/aibase.h | [ Diff ] [ File ] | ||
develop 33e6cf87
Timestamp: 2006-07-01 13:03:02 Author: tvo [ Details ] [ Diff ] |
* Maybe fix vtables on MSVC and MinGW git-svn-id: https://spring.clan-sy.com/svn/spring/trunk@1554 37977431-3df6-0310-b722-df95706aa16b |
||
mod - rts/ExternalAI/IAICallback.h | [ Diff ] [ File ] | ||
mod - rts/ExternalAI/IAICheats.h | [ Diff ] [ File ] | ||
mod - rts/ExternalAI/IGlobalAI.h | [ Diff ] [ File ] | ||
mod - rts/ExternalAI/IGlobalAICallback.h | [ Diff ] [ File ] | ||
mod - rts/ExternalAI/IGroupAI.h | [ Diff ] [ File ] | ||
mod - rts/ExternalAI/IGroupAiCallback.h | [ Diff ] [ File ] | ||
mod - rts/ExternalAI/aibase.h | [ Diff ] [ File ] | ||
develop 8264c96f
Timestamp: 2006-06-29 20:18:19 Author: betalord [ Details ] [ Diff ] |
TASClient: added SelectionEditor.exe button git-svn-id: https://spring.clan-sy.com/svn/spring/trunk@1553 37977431-3df6-0310-b722-df95706aa16b |
||
develop 6eaed037
Timestamp: 2006-06-29 07:22:57 Author: krysole [ Details ] [ Diff ] |
* Fixed isalnum bug (causes assert in debug mode if int out of char range) git-svn-id: https://spring.clan-sy.com/svn/spring/trunk@1546 37977431-3df6-0310-b722-df95706aa16b |
||
mod - rts/Rendering/GL/glList.cpp | [ Diff ] [ File ] | ||
develop a8db40f1
Timestamp: 2006-06-29 05:31:49 Author: krysole [ Details ] [ Diff ] |
* Added BULDING_SPRING definition to allow correct symbol (dll) visibility git-svn-id: https://spring.clan-sy.com/svn/spring/trunk@1545 37977431-3df6-0310-b722-df95706aa16b |
||
mod - rts/build/vstudio7/rts.vcproj | [ Diff ] [ File ] | ||
develop a180790f
Timestamp: 2006-06-28 22:57:13 Author: tvo [ Details ] [ Diff ] |
* Properly mark IAI* classes as exported so that AIs can find vtables. * Set -Wl,-E link flag, as that is required to make dlopen & C++ work together. (Note that certain sources suggest passing RTLD_GLOBAL to dlopen too, but this didn't seem necessary. Just something to keep in mind for later problems.) * Remove C style casts to specialized type before delete (in AIs). git-svn-id: https://spring.clan-sy.com/svn/spring/trunk@1544 37977431-3df6-0310-b722-df95706aa16b |
||
mod - AI/Global/JCAI/Interface.cpp | [ Diff ] [ File ] | ||
mod - AI/Group/CentralBuildAI/TestAI.cpp | [ Diff ] [ File ] | ||
mod - AI/Group/MetalMakerAI/TestAI.cpp | [ Diff ] [ File ] | ||
mod - AI/Group/RadarAI/TestAI.cpp | [ Diff ] [ File ] | ||
mod - AI/Group/SimpleFormationAI/TestAI.cpp | [ Diff ] [ File ] | ||
mod - rts/ExternalAI/IAICallback.h | [ Diff ] [ File ] | ||
mod - rts/ExternalAI/IAICheats.h | [ Diff ] [ File ] | ||
mod - rts/ExternalAI/IGlobalAI.h | [ Diff ] [ File ] | ||
mod - rts/ExternalAI/IGlobalAICallback.h | [ Diff ] [ File ] | ||
mod - rts/ExternalAI/IGroupAI.h | [ Diff ] [ File ] | ||
mod - rts/ExternalAI/IGroupAiCallback.h | [ Diff ] [ File ] | ||
mod - rts/ExternalAI/aibase.h | [ Diff ] [ File ] | ||
mod - rts/build/scons/rts.py | [ Diff ] [ File ] | ||
develop a14be653
Timestamp: 2006-06-28 18:00:21 Author: colorblind [ Details ] [ Diff ] |
Work around boost::filesystem bug in CArchiveDir by disabling filename checking. git-svn-id: https://spring.clan-sy.com/svn/spring/trunk@1543 37977431-3df6-0310-b722-df95706aa16b |
||
mod - rts/System/FileSystem/ArchiveDir.cpp | [ Diff ] [ File ] | ||
develop a0a84499
Timestamp: 2006-06-27 23:16:20 Author: isokron [ Details ] [ Diff ] |
Adds missing cpp/h files to project git-svn-id: https://spring.clan-sy.com/svn/spring/trunk@1538 37977431-3df6-0310-b722-df95706aa16b |
||
mod - rts/build/vstudio7/rts.vcproj | [ Diff ] [ File ] | ||
develop fd7ae825
Timestamp: 2006-06-27 14:58:16 Author: betalord [ Details ] [ Diff ] |
ChanServ: now automatically reconnects on connection loss git-svn-id: https://spring.clan-sy.com/svn/spring/trunk@1533 37977431-3df6-0310-b722-df95706aa16b |
||
develop ac9e1fa2
Timestamp: 2006-06-27 12:43:36 Author: tvo [ Details ] [ Diff ] |
* svn merge -r 1524:1525 svn+ssh://tvo@svn.berlios.de/svnroot/repos/taspring-linux/branches/tvo3 * import new NTAI, version NTAI XE9 RC18+. * Set correct version in AI/Global/NTAI/Build/VERSION. * Set correct svn:eol-style on {IconHandler,TestGlobalAI}.{cpp,h} git-svn-id: https://spring.clan-sy.com/svn/spring/trunk@1529 37977431-3df6-0310-b722-df95706aa16b |
||
add - AI/Global/NTAI/Agents/Assigner.cpp | [ Diff ] [ File ] | ||
add - AI/Global/NTAI/Agents/Assigner.h | [ Diff ] [ File ] | ||
add - AI/Global/NTAI/Agents/CBuilder.cpp | [ Diff ] [ File ] | ||
add - AI/Global/NTAI/Agents/CBuilder.h | [ Diff ] [ File ] | ||
add - AI/Global/NTAI/Agents/CManufacturer.cpp | [ Diff ] [ File ] | ||
add - AI/Global/NTAI/Agents/CManufacturer.h | [ Diff ] [ File ] | ||
add - AI/Global/NTAI/Agents/Chaser.cpp | [ Diff ] [ File ] | ||
add - AI/Global/NTAI/Agents/Chaser.h | [ Diff ] [ File ] | ||
add - AI/Global/NTAI/Agents/Planning.cpp | [ Diff ] [ File ] | ||
add - AI/Global/NTAI/Agents/Planning.h | [ Diff ] [ File ] | ||
add - AI/Global/NTAI/Agents/Scouter.cpp | [ Diff ] [ File ] | ||
add - AI/Global/NTAI/Agents/Scouter.h | [ Diff ] [ File ] | ||
add - AI/Global/NTAI/Agents/Unit.cpp | [ Diff ] [ File ] | ||
add - AI/Global/NTAI/Agents/Unit.h | [ Diff ] [ File ] | ||
add - AI/Global/NTAI/Build/.helper.h.swp | [ Diff ] [ File ] | ||
add - AI/Global/NTAI/Build/.include.h.swp | [ Diff ] [ File ] | ||
add - AI/Global/NTAI/Build/NTAI.APS | [ Diff ] [ File ] | ||
add - AI/Global/NTAI/Build/NTAI.MSVS71.vcproj | [ Diff ] [ File ] | ||
add - AI/Global/NTAI/Build/NTAI.sln | [ Diff ] [ File ] | ||
add - AI/Global/NTAI/Build/NTAI.sln.old | [ Diff ] [ File ] | ||
add - AI/Global/NTAI/Build/NTAI.suo | [ Diff ] [ File ] | ||
add - AI/Global/NTAI/Build/NTAI.suo.old | [ Diff ] [ File ] | ||
add - AI/Global/NTAI/Build/NTAI.vcproj | [ Diff ] [ File ] | ||
add - AI/Global/NTAI/Build/NTAI.vcproj.SYS1.Shade.user | [ Diff ] [ File ] | ||
add - AI/Global/NTAI/Build/NTaiXE8.sln | [ Diff ] [ File ] | ||
add - AI/Global/NTAI/Build/NTaiXE8.suo | [ Diff ] [ File ] | ||
add - AI/Global/NTAI/Build/VERSION | [ Diff ] [ File ] | ||
add - AI/Global/NTAI/Core/CCached.h | [ Diff ] [ File ] | ||
add - AI/Global/NTAI/Core/CNTai.cpp | [ Diff ] [ File ] | ||
add - AI/Global/NTAI/Core/CNTai.h | [ Diff ] [ File ] | ||
add - AI/Global/NTAI/Core/Interface.cpp | [ Diff ] [ File ] | ||
add - AI/Global/NTAI/Core/NTAI.APS | [ Diff ] [ File ] | ||
add - AI/Global/NTAI/Core/NTAI.rc | [ Diff ] [ File ] | ||
add - AI/Global/NTAI/Core/ResTempl1.rct | [ Diff ] [ File ] | ||
add - AI/Global/NTAI/Core/helper.cpp | [ Diff ] [ File ] | ||
add - AI/Global/NTAI/Core/helper.h | [ Diff ] [ File ] | ||
add - AI/Global/NTAI/Core/include.h | [ Diff ] [ File ] | ||
add - AI/Global/NTAI/Core/resource.h | [ Diff ] [ File ] | ||
add - AI/Global/NTAI/Engine/COrderRouter.cpp | [ Diff ] [ File ] | ||
add - AI/Global/NTAI/Engine/COrderRouter.h | [ Diff ] [ File ] | ||
add - AI/Global/NTAI/Engine/TCommand.h | [ Diff ] [ File ] | ||
add - AI/Global/NTAI/Events/CEvent.h | [ Diff ] [ File ] | ||
add - AI/Global/NTAI/Events/EData.cpp | [ Diff ] [ File ] | ||
add - AI/Global/NTAI/Events/EData.h | [ Diff ] [ File ] | ||
add - AI/Global/NTAI/Helpers/CEconomy.cpp | [ Diff ] [ File ] | ||
add - AI/Global/NTAI/Helpers/CEconomy.h | [ Diff ] [ File ] | ||
add - AI/Global/NTAI/Helpers/CGrid.h | [ Diff ] [ File ] | ||
add - AI/Global/NTAI/Helpers/Information.h | [ Diff ] [ File ] | ||
add - AI/Global/NTAI/Helpers/InitUtil.h | [ Diff ] [ File ] | ||
add - AI/Global/NTAI/Helpers/Log.cpp | [ Diff ] [ File ] | ||
add - AI/Global/NTAI/Helpers/Log.h | [ Diff ] [ File ] | ||
add - AI/Global/NTAI/Helpers/TdfParser.cpp | [ Diff ] [ File ] | ||
add - AI/Global/NTAI/Helpers/TdfParser.h | [ Diff ] [ File ] | ||
add - AI/Global/NTAI/Helpers/Terrain/CSector.h | [ Diff ] [ File ] | ||
add - AI/Global/NTAI/Helpers/Terrain/DTHandler.cpp | [ Diff ] [ File ] | ||
add - AI/Global/NTAI/Helpers/Terrain/DTHandler.h | [ Diff ] [ File ] | ||
add - AI/Global/NTAI/Helpers/Terrain/Map.cpp | [ Diff ] [ File ] | ||
add - AI/Global/NTAI/Helpers/Terrain/Map.h | [ Diff ] [ File ] | ||
add - AI/Global/NTAI/Helpers/Terrain/MetalHandler.cpp | [ Diff ] [ File ] | ||
add - AI/Global/NTAI/Helpers/Terrain/MetalHandler.h | [ Diff ] [ File ] | ||
add - AI/Global/NTAI/Helpers/Terrain/MetalMap.cpp | [ Diff ] [ File ] | ||
add - AI/Global/NTAI/Helpers/Terrain/MetalMap.h | [ Diff ] [ File ] | ||
add - AI/Global/NTAI/Helpers/Terrain/RadarHandler.cpp | [ Diff ] [ File ] | ||
add - AI/Global/NTAI/Helpers/Terrain/RadarHandler.h | [ Diff ] [ File ] | ||
add - AI/Global/NTAI/Helpers/Units/Actions.cpp | [ Diff ] [ File ] | ||
add - AI/Global/NTAI/Helpers/Units/Actions.h | [ Diff ] [ File ] | ||
add - AI/Global/NTAI/Helpers/tdf_grammar.hpp | [ Diff ] [ File ] | ||
add - AI/Global/NTAI/Helpers/ubuild.cpp | [ Diff ] [ File ] | ||
add - AI/Global/NTAI/Helpers/ubuild.h | [ Diff ] [ File ] | ||
add - AI/Global/NTAI/Tasks/CTask.h | [ Diff ] [ File ] | ||
add - AI/Global/NTAI/Tasks/CTaskFactory.cpp | [ Diff ] [ File ] | ||
add - AI/Global/NTAI/Tasks/CTaskFactory.h | [ Diff ] [ File ] | ||
mod - rts/System/IconHandler.cpp | [ Diff ] [ File ] | ||
mod - rts/System/IconHandler.h | [ Diff ] [ File ] | ||
develop 31ce59cb
Timestamp: 2006-06-27 12:31:52 Author: tvo [ Details ] [ Diff ] |
* svn merge -r 1517:1518 svn+ssh://tvo@svn.berlios.de/svnroot/repos/taspring-linux/branches/tvo3 * svn merge -r 1521:1522 svn+ssh://tvo@svn.berlios.de/svnroot/repos/taspring-linux/branches/tvo3 * Virtual destructor bugs fixed, rename of CGlobalAI to CTestGlobalAI for easier maintenance, plus some minor things. * svn merge -r 1526:1527 svn+ssh://tvo@svn.berlios.de/svnroot/repos/taspring-linux/branches/tvo3 * Modified random enemies script (see orig commit r1527 for details) * Delete NTAI to prepare for merging new version from branches/tvo3. git-svn-id: https://spring.clan-sy.com/svn/spring/trunk@1528 37977431-3df6-0310-b722-df95706aa16b |
||
rm - AI/Global/NTAI/Agents/Assigner.cpp | [ Diff ] [ File ] | ||
rm - AI/Global/NTAI/Agents/Assigner.h | [ Diff ] [ File ] | ||
rm - AI/Global/NTAI/Agents/Chaser.cpp | [ Diff ] [ File ] | ||
rm - AI/Global/NTAI/Agents/Chaser.h | [ Diff ] [ File ] | ||
rm - AI/Global/NTAI/Agents/Factor.cpp | [ Diff ] [ File ] | ||
rm - AI/Global/NTAI/Agents/Factor.h | [ Diff ] [ File ] | ||
rm - AI/Global/NTAI/Agents/Planning.cpp | [ Diff ] [ File ] | ||
rm - AI/Global/NTAI/Agents/Planning.h | [ Diff ] [ File ] | ||
rm - AI/Global/NTAI/Agents/Scouter.cpp | [ Diff ] [ File ] | ||
rm - AI/Global/NTAI/Agents/Scouter.h | [ Diff ] [ File ] | ||
rm - AI/Global/NTAI/Agents/Unit.cpp | [ Diff ] [ File ] | ||
rm - AI/Global/NTAI/Agents/Unit.h | [ Diff ] [ File ] | ||
rm - AI/Global/NTAI/GlobalAI.cpp | [ Diff ] [ File ] | ||
rm - AI/Global/NTAI/GlobalAI.h | [ Diff ] [ File ] | ||
rm - AI/Global/NTAI/Helpers/InitUtil.h | [ Diff ] [ File ] | ||
rm - AI/Global/NTAI/Helpers/Log.cpp | [ Diff ] [ File ] | ||
rm - AI/Global/NTAI/Helpers/Log.h | [ Diff ] [ File ] | ||
rm - AI/Global/NTAI/Helpers/MetalHandler.cpp | [ Diff ] [ File ] | ||
rm - AI/Global/NTAI/Helpers/MetalHandler.h | [ Diff ] [ File ] | ||
rm - AI/Global/NTAI/Helpers/MetalMap.cpp | [ Diff ] [ File ] | ||
rm - AI/Global/NTAI/Helpers/MetalMap.h | [ Diff ] [ File ] | ||
rm - AI/Global/NTAI/Helpers/SunParser.cpp | [ Diff ] [ File ] | ||
rm - AI/Global/NTAI/Helpers/SunParser.h | [ Diff ] [ File ] | ||
rm - AI/Global/NTAI/Interface.cpp | [ Diff ] [ File ] | ||
rm - AI/Global/NTAI/NTAI.sln | [ Diff ] [ File ] | ||
rm - AI/Global/NTAI/NTAI.vcproj | [ Diff ] [ File ] | ||
rm - AI/Global/NTAI/VERSION | [ Diff ] [ File ] | ||
rm - AI/Global/NTAI/helper.cpp | [ Diff ] [ File ] | ||
rm - AI/Global/NTAI/helper.h | [ Diff ] [ File ] | ||
rm - AI/Global/NTAI/include.h | [ Diff ] [ File ] | ||
rm - AI/Global/NTAI/resources/ResTempl1.rct | [ Diff ] [ File ] | ||
mod - AI/Global/TestGlobalAI/TestAI.cpp | [ Diff ] [ File ] | ||
mod - rts/ExternalAI/AICallback.cpp | [ Diff ] [ File ] | ||
mod - rts/ExternalAI/AICheats.cpp | [ Diff ] [ File ] | ||
mod - rts/ExternalAI/GlobalAI.cpp | [ Diff ] [ File ] | ||
mod - rts/ExternalAI/GlobalAICallback.cpp | [ Diff ] [ File ] | ||
mod - rts/ExternalAI/GroupAiCallback.cpp | [ Diff ] [ File ] | ||
mod - rts/ExternalAI/IAICallback.h | [ Diff ] [ File ] | ||
mod - rts/ExternalAI/IAICheats.h | [ Diff ] [ File ] | ||
mod - rts/ExternalAI/IGlobalAI.h | [ Diff ] [ File ] | ||
mod - rts/ExternalAI/IGlobalAICallback.h | [ Diff ] [ File ] | ||
mod - rts/ExternalAI/IGroupAI.h | [ Diff ] [ File ] | ||
mod - rts/ExternalAI/IGroupAiCallback.h | [ Diff ] [ File ] | ||
mod - rts/Game/StartScripts/GlobalAITestScript.cpp | [ Diff ] [ File ] | ||
mod - rts/Game/StartScripts/ScriptHandler.cpp | [ Diff ] [ File ] | ||
mod - rts/Game/StartScripts/SpawnScript.cpp | [ Diff ] [ File ] | ||
mod - rts/Game/StartScripts/SpawnScript.h | [ Diff ] [ File ] | ||
mod - rts/Game/UI/GUI/GUIcontroller.cpp | [ Diff ] [ File ] | ||
mod - rts/Game/UI/GUI/GUIcontroller.h | [ Diff ] [ File ] | ||
mod - rts/Game/UI/GUI/GUIframe.cpp | [ Diff ] [ File ] | ||
mod - rts/Game/UI/GUI/GUIframe.h | [ Diff ] [ File ] | ||
mod - rts/Game/UI/GUI/GUIgame.cpp | [ Diff ] [ File ] | ||
mod - rts/Game/UI/GUI/GUIgame.h | [ Diff ] [ File ] | ||
mod - rts/Game/UI/GUI/GUIswitchBar.cpp | [ Diff ] [ File ] | ||
mod - rts/Game/UI/GUI/GUIswitchBar.h | [ Diff ] [ File ] | ||
mod - rts/Map/ReadMap.cpp | [ Diff ] [ File ] | ||
mod - rts/Map/ReadMap.h | [ Diff ] [ File ] | ||
mod - rts/Rendering/GL/IFramebuffer.h | [ Diff ] [ File ] | ||
mod - rts/Rendering/GL/myGL.cpp | [ Diff ] [ File ] | ||
mod - rts/Rendering/Textures/Bitmap.cpp | [ Diff ] [ File ] | ||
mod - rts/Sim/Misc/Feature.cpp | [ Diff ] [ File ] | ||
mod - rts/Sim/Misc/FeatureDef.h | [ Diff ] [ File ] | ||
mod - rts/Sim/Misc/LosHandler.h | [ Diff ] [ File ] | ||
mod - rts/Sim/MoveTypes/Mobility.cpp | [ Diff ] [ File ] | ||
mod - rts/Sim/MoveTypes/Mobility.h | [ Diff ] [ File ] | ||
mod - rts/Sim/MoveTypes/MoveMath/MoveMath.cpp | [ Diff ] [ File ] | ||
mod - rts/Sim/MoveTypes/MoveMath/MoveMath.h | [ Diff ] [ File ] | ||
mod - rts/Sim/Objects/WorldObject.h | [ Diff ] [ File ] | ||
mod - rts/Sim/Path/PathFinder.cpp | [ Diff ] [ File ] | ||
mod - rts/Sim/Path/PathFinder.h | [ Diff ] [ File ] | ||
mod - rts/Sim/Units/UnitDef.h | [ Diff ] [ File ] | ||
mod - rts/Sim/Units/UnitDefHandler.cpp | [ Diff ] [ File ] | ||
mod - rts/Sim/Weapons/WeaponDefHandler.cpp | [ Diff ] [ File ] | ||
mod - rts/Sim/Weapons/WeaponDefHandler.h | [ Diff ] [ File ] | ||
mod - rts/System/FileSystem/ArchiveBase.h | [ Diff ] [ File ] | ||
mod - rts/System/FileSystem/ArchiveFactory.cpp | [ Diff ] [ File ] | ||
mod - rts/System/MouseInput.cpp | [ Diff ] [ File ] | ||
mod - rts/System/MouseInput.h | [ Diff ] [ File ] | ||
mod - rts/System/Platform/ConfigHandler.cpp | [ Diff ] [ File ] | ||
mod - rts/System/Platform/ConfigHandler.h | [ Diff ] [ File ] | ||
mod - rts/System/Platform/SharedLib.cpp | [ Diff ] [ File ] | ||
mod - rts/System/Platform/SharedLib.h | [ Diff ] [ File ] | ||
mod - rts/System/Sound.cpp | [ Diff ] [ File ] | ||
mod - rts/System/Sound.h | [ Diff ] [ File ] | ||
mod - rts/System/creg/ClassBinding.cpp | [ Diff ] [ File ] | ||
mod - rts/System/creg/ISerializer.h | [ Diff ] [ File ] | ||
mod - rts/System/creg/Serializer.cpp | [ Diff ] [ File ] | ||
mod - rts/System/creg/creg.h | [ Diff ] [ File ] | ||
develop fe9baee7
Timestamp: 2006-06-26 01:24:12 Author: betalord [ Details ] [ Diff ] |
ChanServ: fixed "unregister" command not working and another crash bug related to it git-svn-id: https://spring.clan-sy.com/svn/spring/trunk@1523 37977431-3df6-0310-b722-df95706aa16b |
||
develop 64850497
Timestamp: 2006-06-24 16:52:01 Author: betalord [ Details ] [ Diff ] |
TASClient: players withouth correct map can't ready up anymore git-svn-id: https://spring.clan-sy.com/svn/spring/trunk@1520 37977431-3df6-0310-b722-df95706aa16b |
||
develop 7f457c91
Timestamp: 2006-06-24 16:08:41 Author: colorblind [ Details ] [ Diff ] |
* Custom unit icons are now supported. Update the Wiki too: http://taspring.clan-sy.com/wiki/CustomUnitIcons * TODO: - add IconHandler.cpp and IconHandler.h to VS7/8 project files and set their native style correctly - unitIconDist (in unitDrawer.cpp) should be made user configurable git-svn-id: https://spring.clan-sy.com/svn/spring/trunk@1519 37977431-3df6-0310-b722-df95706aa16b |
||
mod - Documentation/changelog.txt | [ Diff ] [ File ] | ||
mod - rts/Game/Game.cpp | [ Diff ] [ File ] | ||
mod - rts/Rendering/UnitModels/UnitDrawer.cpp | [ Diff ] [ File ] | ||
mod - rts/Rendering/UnitModels/UnitDrawer.h | [ Diff ] [ File ] | ||
mod - rts/Sim/Units/UnitDef.h | [ Diff ] [ File ] | ||
mod - rts/Sim/Units/UnitDefHandler.cpp | [ Diff ] [ File ] | ||
add - rts/System/IconHandler.cpp | [ Diff ] [ File ] | ||
add - rts/System/IconHandler.h | [ Diff ] [ File ] | ||
develop c1d42b7d
Timestamp: 2006-06-22 12:47:56 Author: tvo [ Details ] [ Diff ] |
* Fix ArchiveScanner compilation with MSVC. git-svn-id: https://spring.clan-sy.com/svn/spring/trunk@1510 37977431-3df6-0310-b722-df95706aa16b |
||
mod - rts/System/FileSystem/ArchiveScanner.cpp | [ Diff ] [ File ] | ||
develop 838dbd3a
Timestamp: 2006-06-21 17:48:40 Author: tvo [ Details ] [ Diff ] |
* Fix DotfileHandler refusing to create ~/.springrc. git-svn-id: https://spring.clan-sy.com/svn/spring/trunk@1509 37977431-3df6-0310-b722-df95706aa16b |
||
mod - rts/System/Platform/Linux/DotfileHandler.cpp | [ Diff ] [ File ] | ||
develop 8619fd8c
Timestamp: 2006-06-20 19:24:19 Author: tvo [ Details ] [ Diff ] |
* patch by AF (modified by me though) which: * updates VS7 vcproj to SDL 1.2.9 * adds AI_EVENT_WEAPON_FIRED (to let AIs know a weapon was fired) * adds AI_EXCEPTION_HANDLING (to let AIs know whether exception handling is enabled or disabled) git-svn-id: https://spring.clan-sy.com/svn/spring/trunk@1508 37977431-3df6-0310-b722-df95706aa16b |
||
mod - rts/ExternalAI/AICallback.cpp | [ Diff ] [ File ] | ||
mod - rts/ExternalAI/GlobalAIHandler.cpp | [ Diff ] [ File ] | ||
mod - rts/ExternalAI/GlobalAIHandler.h | [ Diff ] [ File ] | ||
mod - rts/ExternalAI/IAICallback.h | [ Diff ] [ File ] | ||
mod - rts/ExternalAI/IGlobalAI.h | [ Diff ] [ File ] | ||
mod - rts/Sim/Units/CommandAI/CommandAI.cpp | [ Diff ] [ File ] | ||
mod - rts/build/vstudio7/rts.vcproj | [ Diff ] [ File ] | ||
develop 7fa8d505
Timestamp: 2006-06-20 15:47:00 Author: tvo [ Details ] [ Diff ] |
* Fix unitsync.so build. git-svn-id: https://spring.clan-sy.com/svn/spring/trunk@1506 37977431-3df6-0310-b722-df95706aa16b |
||
mod - SConstruct | [ Diff ] [ File ] | ||
develop dd459ba7
Timestamp: 2006-06-19 11:52:17 Author: tim_blokdijk [ Details ] [ Diff ] |
Added the Small Divide map in the sdd format git-svn-id: https://spring.clan-sy.com/svn/spring/trunk@1501 37977431-3df6-0310-b722-df95706aa16b |
||
develop e55814d7
Timestamp: 2006-06-19 11:45:58 Author: tim_blokdijk [ Details ] [ Diff ] |
Added a directory structure under trunk/content/ where mod source files can be placed git-svn-id: https://spring.clan-sy.com/svn/spring/trunk@1500 37977431-3df6-0310-b722-df95706aa16b |
||
develop 2d088237
Timestamp: 2006-06-19 11:29:24 Author: tvo [ Details ] [ Diff ] |
* Tim, you forgot to remove these :) git-svn-id: https://spring.clan-sy.com/svn/spring/trunk@1499 37977431-3df6-0310-b722-df95706aa16b |
||
rm - startscripts/testscript.lua | [ Diff ] [ File ] | ||