Changesets: spring
develop 9dcedeeb
Timestamp: 2005-09-17 04:31:39 Author: xiphux [ Details ] [ Diff ] |
Sync with CVS (0.63b2) git-svn-id: https://spring.clan-sy.com/svn/spring/trunk@396 37977431-3df6-0310-b722-df95706aa16b |
||
mod - rts/3DOParser.cpp | [ Diff ] [ File ] | ||
mod - rts/3DOParser.h | [ Diff ] [ File ] | ||
mod - rts/BFGroundDrawer.cpp | [ Diff ] [ File ] | ||
mod - rts/CobEngine.cpp | [ Diff ] [ File ] | ||
mod - rts/CobEngine.h | [ Diff ] [ File ] | ||
mod - rts/CobInstance.cpp | [ Diff ] [ File ] | ||
mod - rts/CobThread.cpp | [ Diff ] [ File ] | ||
mod - rts/CobThread.h | [ Diff ] [ File ] | ||
mod - rts/Game.cpp | [ Diff ] [ File ] | ||
mod - rts/GameSetup.cpp | [ Diff ] [ File ] | ||
mod - rts/GameVersion.h | [ Diff ] [ File ] | ||
mod - rts/ReadMap.h | [ Diff ] [ File ] | ||
mod - rts/SelectedUnitsAI.cpp | [ Diff ] [ File ] | ||
mod - rts/SmfReadMap.cpp | [ Diff ] [ File ] | ||
mod - rts/Unit.cpp | [ Diff ] [ File ] | ||
mod - rts/Weapon.cpp | [ Diff ] [ File ] | ||
mod - rts/mmgr.cpp | [ Diff ] [ File ] | ||
develop eae65503
Timestamp: 2005-09-17 04:31:27 Author: xiphux [ Details ] [ Diff ] |
Remove unused variable, fix SDL init/events git-svn-id: https://spring.clan-sy.com/svn/spring/trunk@395 37977431-3df6-0310-b722-df95706aa16b |
||
mod - rts/Lesson2.cpp | [ Diff ] [ File ] | ||
develop b9c70c8b
Timestamp: 2005-09-16 00:34:58 Author: xiphux [ Details ] [ Diff ] |
Remove dependency on alut for sound git-svn-id: https://spring.clan-sy.com/svn/spring/trunk@394 37977431-3df6-0310-b722-df95706aa16b |
||
mod - rts/Sound.cpp | [ Diff ] [ File ] | ||
mod - rts/Sound.h | [ Diff ] [ File ] | ||
develop e549a167
Timestamp: 2005-09-15 21:11:57 Author: xiphux [ Details ] [ Diff ] |
TdfParser (SunParser replacement using Spirit from Boost) by Andreas Pokorny <andreas.pokorny@gmx.de> git-svn-id: https://spring.clan-sy.com/svn/spring/trunk@393 37977431-3df6-0310-b722-df95706aa16b |
||
mod - rts/ArchiveScanner.cpp | [ Diff ] [ File ] | ||
mod - rts/ArchiveScanner.h | [ Diff ] [ File ] | ||
mod - rts/CommanderScript.cpp | [ Diff ] [ File ] | ||
mod - rts/CommanderScript2.cpp | [ Diff ] [ File ] | ||
mod - rts/DamageArrayHandler.cpp | [ Diff ] [ File ] | ||
mod - rts/FeatureHandler.cpp | [ Diff ] [ File ] | ||
mod - rts/FeatureHandler.h | [ Diff ] [ File ] | ||
mod - rts/GameSetup.cpp | [ Diff ] [ File ] | ||
mod - rts/GameSetup.h | [ Diff ] [ File ] | ||
mod - rts/GlobalAITestScript.cpp | [ Diff ] [ File ] | ||
mod - rts/MoveInfo.cpp | [ Diff ] [ File ] | ||
mod - rts/MoveInfo.h | [ Diff ] [ File ] | ||
mod - rts/ReadMap.cpp | [ Diff ] [ File ] | ||
mod - rts/ReadMap.h | [ Diff ] [ File ] | ||
mod - rts/SConstruct | [ Diff ] [ File ] | ||
mod - rts/SmfReadMap.cpp | [ Diff ] [ File ] | ||
mod - rts/SpawnScript.cpp | [ Diff ] [ File ] | ||
rm - rts/SunParser.cpp | [ Diff ] [ File ] | ||
rm - rts/SunParser.h | [ Diff ] [ File ] | ||
add - rts/TdfParser.cpp | [ Diff ] [ File ] | ||
add - rts/TdfParser.h | [ Diff ] [ File ] | ||
mod - rts/TestScript.cpp | [ Diff ] [ File ] | ||
mod - rts/UnitDefHandler.cpp | [ Diff ] [ File ] | ||
mod - rts/UnitDefHandler.h | [ Diff ] [ File ] | ||
mod - rts/UnitLoader.cpp | [ Diff ] [ File ] | ||
mod - rts/WeaponDefHandler.cpp | [ Diff ] [ File ] | ||
mod - rts/WeaponDefHandler.h | [ Diff ] [ File ] | ||
mod - rts/YehaTestScript.cpp | [ Diff ] [ File ] | ||
mod - rts/gui/GUIcontroller.cpp | [ Diff ] [ File ] | ||
mod - rts/gui/GUIcontroller.h | [ Diff ] [ File ] | ||
mod - rts/gui/GUIendgameDialog.cpp | [ Diff ] [ File ] | ||
mod - rts/gui/GUIendgameDialog.h | [ Diff ] [ File ] | ||
mod - rts/gui/GUIsharingDialog.cpp | [ Diff ] [ File ] | ||
mod - rts/gui/GUIsharingDialog.h | [ Diff ] [ File ] | ||
add - rts/tdf_grammar.hpp | [ Diff ] [ File ] | ||
develop bd0ff602
Timestamp: 2005-09-15 00:28:45 Author: xiphux [ Details ] [ Diff ] |
Fix SConstruct freetype detection issues git-svn-id: https://spring.clan-sy.com/svn/spring/trunk@392 37977431-3df6-0310-b722-df95706aa16b |
||
mod - rts/SConstruct | [ Diff ] [ File ] | ||
develop cfa9c887
Timestamp: 2005-09-14 05:07:45 Author: xiphux [ Details ] [ Diff ] |
Fix a few memory errors git-svn-id: https://spring.clan-sy.com/svn/spring/trunk@391 37977431-3df6-0310-b722-df95706aa16b |
||
mod - rts/GameServer.cpp | [ Diff ] [ File ] | ||
mod - rts/GameServer.h | [ Diff ] [ File ] | ||
mod - rts/InfoConsole.cpp | [ Diff ] [ File ] | ||
mod - rts/Lesson2.cpp | [ Diff ] [ File ] | ||
mod - rts/Net.cpp | [ Diff ] [ File ] | ||
mod - rts/ProjectileHandler.cpp | [ Diff ] [ File ] | ||
develop 67f22f64
Timestamp: 2005-09-14 01:43:14 Author: xiphux [ Details ] [ Diff ] |
We don't need to change the API declaration, since Linux binaries don't need any API declaration (it all happens during linking) git-svn-id: https://spring.clan-sy.com/svn/spring/trunk@390 37977431-3df6-0310-b722-df95706aa16b |
||
mod - ai/CentralBuildAI/TestAI.cpp | [ Diff ] [ File ] | ||
mod - ai/CentralBuildAI/TestAI.h | [ Diff ] [ File ] | ||
mod - ai/MetalMakerAI/TestAI.cpp | [ Diff ] [ File ] | ||
mod - ai/MetalMakerAI/TestAI.h | [ Diff ] [ File ] | ||
mod - ai/SimpleFormationAI/TestAI.cpp | [ Diff ] [ File ] | ||
mod - ai/SimpleFormationAI/TestAI.h | [ Diff ] [ File ] | ||
mod - ai/TestGlobalAI/TestAI.cpp | [ Diff ] [ File ] | ||
mod - ai/TestGlobalAI/TestAI.h | [ Diff ] [ File ] | ||
mod - ai/aibase.h | [ Diff ] [ File ] | ||
develop 2dba26ae
Timestamp: 2005-09-13 18:18:58 Author: xiphux [ Details ] [ Diff ] |
Never mind, this was fine the way it was git-svn-id: https://spring.clan-sy.com/svn/spring/trunk@389 37977431-3df6-0310-b722-df95706aa16b |
||
mod - rts/SConstruct | [ Diff ] [ File ] | ||
develop 7ae026ad
Timestamp: 2005-09-13 17:28:51 Author: xiphux [ Details ] [ Diff ] |
Patch to fix my stupid mistake, from Andreas Pokorny <andreas.pokorny@gmx.de> git-svn-id: https://spring.clan-sy.com/svn/spring/trunk@388 37977431-3df6-0310-b722-df95706aa16b |
||
mod - rts/SConstruct | [ Diff ] [ File ] | ||
develop 28d9bd7b
Timestamp: 2005-09-13 08:53:30 Author: xiphux [ Details ] [ Diff ] |
Prevent the program from recursively scanning the entire directory git-svn-id: https://spring.clan-sy.com/svn/spring/trunk@387 37977431-3df6-0310-b722-df95706aa16b |
||
mod - rts/VFSHandler.cpp | [ Diff ] [ File ] | ||
mod - rts/include/filefunctions.h | [ Diff ] [ File ] | ||
develop 871b6665
Timestamp: 2005-09-13 08:52:15 Author: xiphux [ Details ] [ Diff ] |
Init the commandline as early as possible, in case we exit out early git-svn-id: https://spring.clan-sy.com/svn/spring/trunk@386 37977431-3df6-0310-b722-df95706aa16b |
||
mod - rts/Lesson2.cpp | [ Diff ] [ File ] | ||
develop f4e25dda
Timestamp: 2005-09-13 08:24:31 Author: xiphux [ Details ] [ Diff ] |
Add install support w/prefix git-svn-id: https://spring.clan-sy.com/svn/spring/trunk@385 37977431-3df6-0310-b722-df95706aa16b |
||
mod - ai/SConstruct | [ Diff ] [ File ] | ||
mod - rts/GlobalAITestScript.cpp | [ Diff ] [ File ] | ||
mod - rts/Lesson2.cpp | [ Diff ] [ File ] | ||
mod - rts/SConstruct | [ Diff ] [ File ] | ||
develop 7e0a8343
Timestamp: 2005-09-13 07:11:15 Author: xiphux [ Details ] [ Diff ] |
We really don't need to wait for all these checks if we're just cleaning git-svn-id: https://spring.clan-sy.com/svn/spring/trunk@384 37977431-3df6-0310-b722-df95706aa16b |
||
mod - rts/SConstruct | [ Diff ] [ File ] | ||
develop 5042d3ee
Timestamp: 2005-09-13 06:38:02 Author: xiphux [ Details ] [ Diff ] |
Make configscript checking more robust git-svn-id: https://spring.clan-sy.com/svn/spring/trunk@383 37977431-3df6-0310-b722-df95706aa16b |
||
mod - rts/SConstruct | [ Diff ] [ File ] | ||
develop d0791f47
Timestamp: 2005-09-13 05:58:13 Author: xiphux [ Details ] [ Diff ] |
Boost the font size some more git-svn-id: https://spring.clan-sy.com/svn/spring/trunk@382 37977431-3df6-0310-b722-df95706aa16b |
||
mod - rts/glFont.cpp | [ Diff ] [ File ] | ||
develop 6ca1f663
Timestamp: 2005-09-13 04:23:19 Author: xiphux [ Details ] [ Diff ] |
Convert Archive7ZipDll to SDL types git-svn-id: https://spring.clan-sy.com/svn/spring/trunk@381 37977431-3df6-0310-b722-df95706aa16b |
||
mod - rts/Archive7ZipDll.cpp | [ Diff ] [ File ] | ||
develop 953bfc3f
Timestamp: 2005-09-13 04:17:52 Author: xiphux [ Details ] [ Diff ] |
Default to windowed in debug mode, as opposed to forcing windowed git-svn-id: https://spring.clan-sy.com/svn/spring/trunk@380 37977431-3df6-0310-b722-df95706aa16b |
||
mod - rts/Lesson2.cpp | [ Diff ] [ File ] | ||
develop 915f4883
Timestamp: 2005-09-13 04:16:02 Author: xiphux [ Details ] [ Diff ] |
FBO assert fix from Thiago Santos git-svn-id: https://spring.clan-sy.com/svn/spring/trunk@379 37977431-3df6-0310-b722-df95706aa16b |
||
mod - rts/FBO.cpp | [ Diff ] [ File ] | ||
develop 2aa84fb3
Timestamp: 2005-09-12 23:28:58 Author: xiphux [ Details ] [ Diff ] |
Didn't mean to commit this git-svn-id: https://spring.clan-sy.com/svn/spring/trunk@378 37977431-3df6-0310-b722-df95706aa16b |
||
mod - rts/SCustomize | [ Diff ] [ File ] | ||
develop 2df096fa
Timestamp: 2005-09-12 23:26:17 Author: xiphux [ Details ] [ Diff ] |
Tiny SConstruct so both rts and ai can be built with 1 command git-svn-id: https://spring.clan-sy.com/svn/spring/trunk@377 37977431-3df6-0310-b722-df95706aa16b |
||
mod - README.html | [ Diff ] [ File ] | ||
add - SConstruct | [ Diff ] [ File ] | ||
mod - rts/GlobalAITestScript.cpp | [ Diff ] [ File ] | ||
mod - rts/SCustomize | [ Diff ] [ File ] | ||
develop 074a82a0
Timestamp: 2005-09-12 20:38:39 Author: xiphux [ Details ] [ Diff ] |
Set up AI build environment git-svn-id: https://spring.clan-sy.com/svn/spring/trunk@376 37977431-3df6-0310-b722-df95706aa16b |
||
add - ai/CentralBuildAI/GroupAI.cpp | [ Diff ] [ File ] | ||
add - ai/CentralBuildAI/GroupAI.h | [ Diff ] [ File ] | ||
add - ai/CentralBuildAI/TestAI.cpp | [ Diff ] [ File ] | ||
add - ai/CentralBuildAI/TestAI.def | [ Diff ] [ File ] | ||
add - ai/CentralBuildAI/TestAI.h | [ Diff ] [ File ] | ||
add - ai/CentralBuildAI/TestAI.sln | [ Diff ] [ File ] | ||
add - ai/CentralBuildAI/TestAI.vcproj | [ Diff ] [ File ] | ||
add - ai/MetalMakerAI/GroupAI.cpp | [ Diff ] [ File ] | ||
add - ai/MetalMakerAI/GroupAI.h | [ Diff ] [ File ] | ||
add - ai/MetalMakerAI/TestAI.cpp | [ Diff ] [ File ] | ||
add - ai/MetalMakerAI/TestAI.def | [ Diff ] [ File ] | ||
add - ai/MetalMakerAI/TestAI.h | [ Diff ] [ File ] | ||
add - ai/MetalMakerAI/TestAI.sln | [ Diff ] [ File ] | ||
add - ai/MetalMakerAI/TestAI.vcproj | [ Diff ] [ File ] | ||
add - ai/SConstruct | [ Diff ] [ File ] | ||
add - ai/SimpleFormationAI/GroupAI.cpp | [ Diff ] [ File ] | ||
add - ai/SimpleFormationAI/GroupAI.h | [ Diff ] [ File ] | ||
add - ai/SimpleFormationAI/TestAI.cpp | [ Diff ] [ File ] | ||
add - ai/SimpleFormationAI/TestAI.def | [ Diff ] [ File ] | ||
add - ai/SimpleFormationAI/TestAI.h | [ Diff ] [ File ] | ||
add - ai/SimpleFormationAI/TestAI.sln | [ Diff ] [ File ] | ||
add - ai/SimpleFormationAI/TestAI.vcproj | [ Diff ] [ File ] | ||
add - ai/TestGlobalAI/GlobalAI.cpp | [ Diff ] [ File ] | ||
add - ai/TestGlobalAI/GlobalAI.h | [ Diff ] [ File ] | ||
add - ai/TestGlobalAI/TestAI.cpp | [ Diff ] [ File ] | ||
add - ai/TestGlobalAI/TestAI.def | [ Diff ] [ File ] | ||
add - ai/TestGlobalAI/TestAI.h | [ Diff ] [ File ] | ||
add - ai/TestGlobalAI/TestAI.sln | [ Diff ] [ File ] | ||
add - ai/TestGlobalAI/TestAI.vcproj | [ Diff ] [ File ] | ||
add - ai/aibase.h | [ Diff ] [ File ] | ||
develop 76d4091a
Timestamp: 2005-09-12 20:38:20 Author: xiphux [ Details ] [ Diff ] |
Remove old AIs git-svn-id: https://spring.clan-sy.com/svn/spring/trunk@375 37977431-3df6-0310-b722-df95706aa16b |
||
rm - CentralBuildAI/GroupAI.cpp | [ Diff ] [ File ] | ||
rm - CentralBuildAI/GroupAI.h | [ Diff ] [ File ] | ||
rm - CentralBuildAI/TestAI.cpp | [ Diff ] [ File ] | ||
rm - CentralBuildAI/TestAI.def | [ Diff ] [ File ] | ||
rm - CentralBuildAI/TestAI.h | [ Diff ] [ File ] | ||
rm - CentralBuildAI/TestAI.sln | [ Diff ] [ File ] | ||
rm - CentralBuildAI/TestAI.vcproj | [ Diff ] [ File ] | ||
rm - MetalMakerAI/GroupAI.cpp | [ Diff ] [ File ] | ||
rm - MetalMakerAI/GroupAI.h | [ Diff ] [ File ] | ||
rm - MetalMakerAI/TestAI.cpp | [ Diff ] [ File ] | ||
rm - MetalMakerAI/TestAI.def | [ Diff ] [ File ] | ||
rm - MetalMakerAI/TestAI.h | [ Diff ] [ File ] | ||
rm - MetalMakerAI/TestAI.sln | [ Diff ] [ File ] | ||
rm - MetalMakerAI/TestAI.vcproj | [ Diff ] [ File ] | ||
rm - SimpleFormationAI/GroupAI.cpp | [ Diff ] [ File ] | ||
rm - SimpleFormationAI/GroupAI.h | [ Diff ] [ File ] | ||
rm - SimpleFormationAI/TestAI.cpp | [ Diff ] [ File ] | ||
rm - SimpleFormationAI/TestAI.def | [ Diff ] [ File ] | ||
rm - SimpleFormationAI/TestAI.h | [ Diff ] [ File ] | ||
rm - SimpleFormationAI/TestAI.sln | [ Diff ] [ File ] | ||
rm - SimpleFormationAI/TestAI.vcproj | [ Diff ] [ File ] | ||
develop 2b708556
Timestamp: 2005-09-12 19:43:08 Author: xiphux [ Details ] [ Diff ] |
Have scons inherit the external environment git-svn-id: https://spring.clan-sy.com/svn/spring/trunk@374 37977431-3df6-0310-b722-df95706aa16b |
||
mod - rts/SConstruct | [ Diff ] [ File ] | ||
develop 7af1da45
Timestamp: 2005-09-12 16:38:03 Author: xiphux [ Details ] [ Diff ] |
Add polymorphic shared library (DLL/so) loaders git-svn-id: https://spring.clan-sy.com/svn/spring/trunk@373 37977431-3df6-0310-b722-df95706aa16b |
||
add - rts/DllLib.cpp | [ Diff ] [ File ] | ||
add - rts/DllLib.h | [ Diff ] [ File ] | ||
mod - rts/GlobalAI.cpp | [ Diff ] [ File ] | ||
mod - rts/GlobalAI.h | [ Diff ] [ File ] | ||
mod - rts/GlobalAITestScript.cpp | [ Diff ] [ File ] | ||
mod - rts/Group.cpp | [ Diff ] [ File ] | ||
mod - rts/Group.h | [ Diff ] [ File ] | ||
mod - rts/GroupHandler.cpp | [ Diff ] [ File ] | ||
mod - rts/SConstruct | [ Diff ] [ File ] | ||
add - rts/SharedLib.cpp | [ Diff ] [ File ] | ||
add - rts/SharedLib.h | [ Diff ] [ File ] | ||
add - rts/SoLib.cpp | [ Diff ] [ File ] | ||
add - rts/SoLib.h | [ Diff ] [ File ] | ||
develop 4a86265c
Timestamp: 2005-09-12 09:46:03 Author: xiphux [ Details ] [ Diff ] |
Enable 7zip code since technically it compiles, it just only reads flat non-directory archives git-svn-id: https://spring.clan-sy.com/svn/spring/trunk@372 37977431-3df6-0310-b722-df95706aa16b |
||
mod - rts/ArchiveFactory.cpp | [ Diff ] [ File ] | ||
mod - rts/SConstruct | [ Diff ] [ File ] | ||