Changesets: spring
develop b101bcc8
Timestamp: 2006-08-14 16:30:56 Author: tnowell [ Details ] [ Diff ] |
- Changes NTai loading paths to springdir/AI/NTai/ instead of springdir/AI/ - AI.tdf is now loaded from springdir/AI/ and not /springdir/ - Added skirmishAI and HelperAI folders to facilitate the replacement of the aidll folder. - Added AA buildtree and updated XTA buildtree - Added warnings on mexes that have unit deaths nearby - Updates on metatag system to attempt to fix it - B_RULE_EXTREME_NOFACT keyword added to buildtree system - Metatag error logging added - error in Global::GetUnitDef fixed - Added GetUnitDefByIndex() to CUnitDefLoader - DT Rings now work in EE, still don't work in XTA/AA though - Updated attack routines for attackers that have just been built - Added a grouping mechanism for attack units. They'll seek out other attack units if alone. - Made units more likely to retreat. - Disabled cloaking - Reintroduced XE8 style trigger happy d-gunning - Removed keywords controlling attacker threshold in the old grouping system I removed - Improved unitdef handling by forcing lower case - Added trim() and tolowercase() functions and removed Global::lowercase() - Removed random meta tag selection in favour of efficiency rating based selection. -Fixed one or two mistakes in the anti stall algorithm. - Added a copy command routine to units so that scouter's and attackers mimic other units that have commands, making them more coherent as an attack group and allowing scouter's to group together when they visit the same place git-svn-id: https://spring.clan-sy.com/svn/spring/trunk@1838 37977431-3df6-0310-b722-df95706aa16b |
||
mod - AI/Global/NTAI/Agents/Assigner.cpp | [ Diff ] [ File ] | ||
mod - AI/Global/NTAI/Agents/Assigner.h | [ Diff ] [ File ] | ||
mod - AI/Global/NTAI/Agents/CBuilder.cpp | [ Diff ] [ File ] | ||
mod - AI/Global/NTAI/Agents/CBuilder.h | [ Diff ] [ File ] | ||
mod - AI/Global/NTAI/Agents/CManufacturer.cpp | [ Diff ] [ File ] | ||
mod - AI/Global/NTAI/Agents/CManufacturer.h | [ Diff ] [ File ] | ||
mod - AI/Global/NTAI/Agents/Chaser.cpp | [ Diff ] [ File ] | ||
mod - AI/Global/NTAI/Agents/Chaser.h | [ Diff ] [ File ] | ||
mod - AI/Global/NTAI/Agents/Planning.cpp | [ Diff ] [ File ] | ||
mod - AI/Global/NTAI/Agents/Unit.cpp | [ Diff ] [ File ] | ||
mod - AI/Global/NTAI/Build/NTAI.MSVS71.vcproj | [ Diff ] [ File ] | ||
rm - AI/Global/NTAI/Build/NTaiXE8.suo | [ Diff ] [ File ] | ||
mod - AI/Global/NTAI/Core/helper.cpp | [ Diff ] [ File ] | ||
mod - AI/Global/NTAI/Core/helper.h | [ Diff ] [ File ] | ||
mod - AI/Global/NTAI/Core/include.h | [ Diff ] [ File ] | ||
mod - AI/Global/NTAI/Engine/COrderRouter.cpp | [ Diff ] [ File ] | ||
mod - AI/Global/NTAI/Helpers/Terrain/MetalHandler.cpp | [ Diff ] [ File ] | ||
mod - AI/Global/NTAI/Helpers/Terrain/MetalHandler.h | [ Diff ] [ File ] | ||
mod - AI/Global/NTAI/Helpers/Units/Actions.cpp | [ Diff ] [ File ] | ||
mod - AI/Global/NTAI/Helpers/Units/Actions.h | [ Diff ] [ File ] | ||
mod - AI/Global/NTAI/Helpers/Units/CUnitDefHelp.cpp | [ Diff ] [ File ] | ||
mod - AI/Global/NTAI/Helpers/Units/CUnitDefLoader.cpp | [ Diff ] [ File ] | ||
mod - AI/Global/NTAI/Helpers/Units/CUnitDefLoader.h | [ Diff ] [ File ] | ||
add - game/AI/NTai/AA/airplant.txt | [ Diff ] [ File ] | ||
add - game/AI/NTai/AA/armshltx.txt | [ Diff ] [ File ] | ||
add - game/AI/NTai/AA/assist.txt | [ Diff ] [ File ] | ||
add - game/AI/NTai/AA/combatengineer.txt | [ Diff ] [ File ] | ||
add - game/AI/NTai/AA/commander.txt | [ Diff ] [ File ] | ||
add - game/AI/NTai/AA/corgant.txt | [ Diff ] [ File ] | ||
add - game/AI/NTai/AA/l1constructor.txt | [ Diff ] [ File ] | ||
add - game/AI/NTai/AA/l1factory.txt | [ Diff ] [ File ] | ||
add - game/AI/NTai/AA/l2constructor.txt | [ Diff ] [ File ] | ||
add - game/AI/NTai/AA/l2factory.txt | [ Diff ] [ File ] | ||
add - game/AI/NTai/AA/mod.tdf | [ Diff ] [ File ] | ||
add - game/AI/NTai/AA/resurrector.txt | [ Diff ] [ File ] | ||
add - game/AI/NTai/CvC/attackbuilder.txt | [ Diff ] [ File ] | ||
add - game/AI/NTai/CvC/cdrofac.txt | [ Diff ] [ File ] | ||
add - game/AI/NTai/CvC/ctitan.txt | [ Diff ] [ File ] | ||
add - game/AI/NTai/CvC/mod.tdf | [ Diff ] [ File ] | ||
add - game/AI/NTai/CvC/powerbuilder.txt | [ Diff ] [ File ] | ||
add - game/AI/NTai/CvC/repairer.txt | [ Diff ] [ File ] | ||
add - game/AI/NTai/Default/builder.txt | [ Diff ] [ File ] | ||
add - game/AI/NTai/Default/commander.txt | [ Diff ] [ File ] | ||
add - game/AI/NTai/Default/factory.txt | [ Diff ] [ File ] | ||
add - game/AI/NTai/Default/global.txt | [ Diff ] [ File ] | ||
add - game/AI/NTai/Default/mod.tdf | [ Diff ] [ File ] | ||
add - game/AI/NTai/Documentation/mod.tdf tags.txt | [ Diff ] [ File ] | ||
add - game/AI/NTai/EE/builder.txt | [ Diff ] [ File ] | ||
add - game/AI/NTai/EE/commander.txt | [ Diff ] [ File ] | ||
add - game/AI/NTai/EE/factory.txt | [ Diff ] [ File ] | ||
add - game/AI/NTai/EE/mod.tdf | [ Diff ] [ File ] | ||
add - game/AI/NTai/Logs/Shortcut to globalai.lnk | [ Diff ] [ File ] | ||
add - game/AI/NTai/StarWars01.sd7/mod.tdf | [ Diff ] [ File ] | ||
add - game/AI/NTai/XTAPE/armaap.txt | [ Diff ] [ File ] | ||
add - game/AI/NTai/XTAPE/armaca.txt | [ Diff ] [ File ] | ||
add - game/AI/NTai/XTAPE/armack.txt | [ Diff ] [ File ] | ||
add - game/AI/NTai/XTAPE/armacv.txt | [ Diff ] [ File ] | ||
add - game/AI/NTai/XTAPE/armalab.txt | [ Diff ] [ File ] | ||
add - game/AI/NTai/XTAPE/armap.txt | [ Diff ] [ File ] | ||
add - game/AI/NTai/XTAPE/armasy.txt | [ Diff ] [ File ] | ||
add - game/AI/NTai/XTAPE/armavp.txt | [ Diff ] [ File ] | ||
add - game/AI/NTai/XTAPE/armca1.txt | [ Diff ] [ File ] | ||
add - game/AI/NTai/XTAPE/armch.txt | [ Diff ] [ File ] | ||
add - game/AI/NTai/XTAPE/armck1.txt | [ Diff ] [ File ] | ||
add - game/AI/NTai/XTAPE/armcom1.txt | [ Diff ] [ File ] | ||
add - game/AI/NTai/XTAPE/armcom2.txt | [ Diff ] [ File ] | ||
add - game/AI/NTai/XTAPE/armcom3.txt | [ Diff ] [ File ] | ||
add - game/AI/NTai/XTAPE/armcom4.txt | [ Diff ] [ File ] | ||
add - game/AI/NTai/XTAPE/armcs.txt | [ Diff ] [ File ] | ||
add - game/AI/NTai/XTAPE/armcsa.txt | [ Diff ] [ File ] | ||
add - game/AI/NTai/XTAPE/armcv1.txt | [ Diff ] [ File ] | ||
add - game/AI/NTai/XTAPE/armfark.txt | [ Diff ] [ File ] | ||
add - game/AI/NTai/XTAPE/armhp.txt | [ Diff ] [ File ] | ||
add - game/AI/NTai/XTAPE/armlab.txt | [ Diff ] [ File ] | ||
add - game/AI/NTai/XTAPE/armmlv.txt | [ Diff ] [ File ] | ||
add - game/AI/NTai/XTAPE/armplat.txt | [ Diff ] [ File ] | ||
add - game/AI/NTai/XTAPE/armsy.txt | [ Diff ] [ File ] | ||
add - game/AI/NTai/XTAPE/armvp.txt | [ Diff ] [ File ] | ||
add - game/AI/NTai/XTAPE/changelog.txt | [ Diff ] [ File ] | ||
add - game/AI/NTai/XTAPE/cheat/armcom1.txt | [ Diff ] [ File ] | ||
add - game/AI/NTai/XTAPE/cheat/armcom2.txt | [ Diff ] [ File ] | ||
add - game/AI/NTai/XTAPE/cheat/armcom3.txt | [ Diff ] [ File ] | ||
add - game/AI/NTai/XTAPE/cheat/armcom4.txt | [ Diff ] [ File ] | ||
add - game/AI/NTai/XTAPE/cheat/corcom1.txt | [ Diff ] [ File ] | ||
add - game/AI/NTai/XTAPE/cheat/corcom2.txt | [ Diff ] [ File ] | ||
add - game/AI/NTai/XTAPE/cheat/corcom3.txt | [ Diff ] [ File ] | ||
add - game/AI/NTai/XTAPE/cheat/corcom4.txt | [ Diff ] [ File ] | ||
add - game/AI/NTai/XTAPE/coraap.txt | [ Diff ] [ File ] | ||
add - game/AI/NTai/XTAPE/coraca.txt | [ Diff ] [ File ] | ||
add - game/AI/NTai/XTAPE/corack.txt | [ Diff ] [ File ] | ||
add - game/AI/NTai/XTAPE/coracv.txt | [ Diff ] [ File ] | ||
add - game/AI/NTai/XTAPE/coralab.txt | [ Diff ] [ File ] | ||
add - game/AI/NTai/XTAPE/corap.txt | [ Diff ] [ File ] | ||
add - game/AI/NTai/XTAPE/corasy.txt | [ Diff ] [ File ] | ||
add - game/AI/NTai/XTAPE/coravp.txt | [ Diff ] [ File ] | ||
add - game/AI/NTai/XTAPE/corca1.txt | [ Diff ] [ File ] | ||
add - game/AI/NTai/XTAPE/corch.txt | [ Diff ] [ File ] | ||
add - game/AI/NTai/XTAPE/corck1.txt | [ Diff ] [ File ] | ||
add - game/AI/NTai/XTAPE/corcom1.txt | [ Diff ] [ File ] | ||
add - game/AI/NTai/XTAPE/corcom2.txt | [ Diff ] [ File ] | ||
add - game/AI/NTai/XTAPE/corcom3.txt | [ Diff ] [ File ] | ||
add - game/AI/NTai/XTAPE/corcom4.txt | [ Diff ] [ File ] | ||
add - game/AI/NTai/XTAPE/corcs.txt | [ Diff ] [ File ] | ||
add - game/AI/NTai/XTAPE/corcsa.txt | [ Diff ] [ File ] | ||
add - game/AI/NTai/XTAPE/corcv1.txt | [ Diff ] [ File ] | ||
add - game/AI/NTai/XTAPE/corgant.txt | [ Diff ] [ File ] | ||
add - game/AI/NTai/XTAPE/corhp.txt | [ Diff ] [ File ] | ||
add - game/AI/NTai/XTAPE/corlab.txt | [ Diff ] [ File ] | ||
add - game/AI/NTai/XTAPE/cormlv.txt | [ Diff ] [ File ] | ||
add - game/AI/NTai/XTAPE/cornecro.txt | [ Diff ] [ File ] | ||
add - game/AI/NTai/XTAPE/corplat.txt | [ Diff ] [ File ] | ||
add - game/AI/NTai/XTAPE/corsy.txt | [ Diff ] [ File ] | ||
add - game/AI/NTai/XTAPE/corvp.txt | [ Diff ] [ File ] | ||
add - game/AI/NTai/XTAPE/global.txt | [ Diff ] [ File ] | ||
add - game/AI/NTai/XTAPE/mod.tdf | [ Diff ] [ File ] | ||
add - game/AI/NTai/XTAPE/r1.txt | [ Diff ] [ File ] | ||
add - game/AI/NTai/XTAPE/r2.txt | [ Diff ] [ File ] | ||
add - game/AI/NTai/learn/AA.tdf | [ Diff ] [ File ] | ||
add - game/AI/NTai/learn/EE.tdf | [ Diff ] [ File ] | ||
add - game/AI/NTai/learn/XTAPE.tdf | [ Diff ] [ File ] | ||
add - game/AI/NTai/learn/gundam_1.1.sdz.tdf | [ Diff ] [ File ] | ||
add - game/AI/NTai/nanoblobs03series/AutoFac.txt | [ Diff ] [ File ] | ||
add - game/AI/NTai/nanoblobs03series/Lord.txt | [ Diff ] [ File ] | ||
add - game/AI/NTai/nanoblobs03series/Sheep.txt | [ Diff ] [ File ] | ||
add - game/AI/NTai/nanoblobs03series/mod.tdf | [ Diff ] [ File ] | ||
develop b4f7ca3a
Timestamp: 2006-08-14 15:56:59 Author: tnowell [ Details ] [ Diff ] |
removing deleted old data ready for future commit git-svn-id: https://spring.clan-sy.com/svn/spring/trunk@1837 37977431-3df6-0310-b722-df95706aa16b |
||
develop 4c5736c3
Timestamp: 2006-08-14 15:56:40 Author: tnowell [ Details ] [ Diff ] |
removing deleted old data ready for future commit git-svn-id: https://spring.clan-sy.com/svn/spring/trunk@1836 37977431-3df6-0310-b722-df95706aa16b |
||
develop 7fdf18e9
Timestamp: 2006-08-14 15:56:20 Author: tnowell [ Details ] [ Diff ] |
removing deleted old data ready for future commit git-svn-id: https://spring.clan-sy.com/svn/spring/trunk@1835 37977431-3df6-0310-b722-df95706aa16b |
||
develop bd47f87c
Timestamp: 2006-08-14 15:55:09 Author: tnowell [ Details ] [ Diff ] |
removing deleted old data ready for future commit git-svn-id: https://spring.clan-sy.com/svn/spring/trunk@1834 37977431-3df6-0310-b722-df95706aa16b |
||
rm - game/AI/nanoblobs03series/AutoFac.txt | [ Diff ] [ File ] | ||
rm - game/AI/nanoblobs03series/Lord.txt | [ Diff ] [ File ] | ||
rm - game/AI/nanoblobs03series/Sheep.txt | [ Diff ] [ File ] | ||
rm - game/AI/nanoblobs03series/mod.tdf | [ Diff ] [ File ] | ||
develop cb278af7
Timestamp: 2006-08-14 15:54:52 Author: tnowell [ Details ] [ Diff ] |
removing deleted old data ready for future commit git-svn-id: https://spring.clan-sy.com/svn/spring/trunk@1833 37977431-3df6-0310-b722-df95706aa16b |
||
develop de0dc0d0
Timestamp: 2006-08-14 15:54:30 Author: tnowell [ Details ] [ Diff ] |
removing deleted old data ready for future commit git-svn-id: https://spring.clan-sy.com/svn/spring/trunk@1832 37977431-3df6-0310-b722-df95706aa16b |
||
rm - game/AI/XTAPE/armaap.txt | [ Diff ] [ File ] | ||
rm - game/AI/XTAPE/armaca.txt | [ Diff ] [ File ] | ||
rm - game/AI/XTAPE/armack.txt | [ Diff ] [ File ] | ||
rm - game/AI/XTAPE/armacv.txt | [ Diff ] [ File ] | ||
rm - game/AI/XTAPE/armalab.txt | [ Diff ] [ File ] | ||
rm - game/AI/XTAPE/armap.txt | [ Diff ] [ File ] | ||
rm - game/AI/XTAPE/armasy.txt | [ Diff ] [ File ] | ||
rm - game/AI/XTAPE/armavp.txt | [ Diff ] [ File ] | ||
rm - game/AI/XTAPE/armca1.txt | [ Diff ] [ File ] | ||
rm - game/AI/XTAPE/armck1.txt | [ Diff ] [ File ] | ||
rm - game/AI/XTAPE/armcom1.txt | [ Diff ] [ File ] | ||
rm - game/AI/XTAPE/armcom2.txt | [ Diff ] [ File ] | ||
rm - game/AI/XTAPE/armcom3.txt | [ Diff ] [ File ] | ||
rm - game/AI/XTAPE/armcom4.txt | [ Diff ] [ File ] | ||
rm - game/AI/XTAPE/armcs.txt | [ Diff ] [ File ] | ||
rm - game/AI/XTAPE/armcv1.txt | [ Diff ] [ File ] | ||
rm - game/AI/XTAPE/armfark.txt | [ Diff ] [ File ] | ||
rm - game/AI/XTAPE/armhp.txt | [ Diff ] [ File ] | ||
rm - game/AI/XTAPE/armlab.txt | [ Diff ] [ File ] | ||
rm - game/AI/XTAPE/armmlv.txt | [ Diff ] [ File ] | ||
rm - game/AI/XTAPE/armsy.txt | [ Diff ] [ File ] | ||
rm - game/AI/XTAPE/armvp.txt | [ Diff ] [ File ] | ||
rm - game/AI/XTAPE/changelog.txt | [ Diff ] [ File ] | ||
rm - game/AI/XTAPE/coraap.txt | [ Diff ] [ File ] | ||
rm - game/AI/XTAPE/coraca.txt | [ Diff ] [ File ] | ||
rm - game/AI/XTAPE/corack.txt | [ Diff ] [ File ] | ||
rm - game/AI/XTAPE/coracv.txt | [ Diff ] [ File ] | ||
rm - game/AI/XTAPE/coralab.txt | [ Diff ] [ File ] | ||
rm - game/AI/XTAPE/corap.txt | [ Diff ] [ File ] | ||
rm - game/AI/XTAPE/corasy.txt | [ Diff ] [ File ] | ||
rm - game/AI/XTAPE/coravp.txt | [ Diff ] [ File ] | ||
rm - game/AI/XTAPE/corca1.txt | [ Diff ] [ File ] | ||
rm - game/AI/XTAPE/corck1.txt | [ Diff ] [ File ] | ||
rm - game/AI/XTAPE/corcom1.txt | [ Diff ] [ File ] | ||
rm - game/AI/XTAPE/corcom2.txt | [ Diff ] [ File ] | ||
rm - game/AI/XTAPE/corcom3.txt | [ Diff ] [ File ] | ||
rm - game/AI/XTAPE/corcom4.txt | [ Diff ] [ File ] | ||
rm - game/AI/XTAPE/corcs.txt | [ Diff ] [ File ] | ||
rm - game/AI/XTAPE/corcv1.txt | [ Diff ] [ File ] | ||
rm - game/AI/XTAPE/corgant.txt | [ Diff ] [ File ] | ||
rm - game/AI/XTAPE/corhp.txt | [ Diff ] [ File ] | ||
rm - game/AI/XTAPE/corlab.txt | [ Diff ] [ File ] | ||
rm - game/AI/XTAPE/cormlv.txt | [ Diff ] [ File ] | ||
rm - game/AI/XTAPE/cornecro.txt | [ Diff ] [ File ] | ||
rm - game/AI/XTAPE/corsy.txt | [ Diff ] [ File ] | ||
rm - game/AI/XTAPE/corvp.txt | [ Diff ] [ File ] | ||
rm - game/AI/XTAPE/global.txt | [ Diff ] [ File ] | ||
rm - game/AI/XTAPE/mod.tdf | [ Diff ] [ File ] | ||
rm - game/AI/XTAPE/r1.txt | [ Diff ] [ File ] | ||
rm - game/AI/XTAPE/r2.txt | [ Diff ] [ File ] | ||
develop a7483ed6
Timestamp: 2006-08-14 15:54:05 Author: tnowell [ Details ] [ Diff ] |
removing deleted old data ready for future commit git-svn-id: https://spring.clan-sy.com/svn/spring/trunk@1831 37977431-3df6-0310-b722-df95706aa16b |
||
develop 83fa16d9
Timestamp: 2006-08-14 15:53:47 Author: tnowell [ Details ] [ Diff ] |
removing deleted old data ready for future commit git-svn-id: https://spring.clan-sy.com/svn/spring/trunk@1830 37977431-3df6-0310-b722-df95706aa16b |
||
rm - game/AI/EE/builder.txt | [ Diff ] [ File ] | ||
rm - game/AI/EE/commander.txt | [ Diff ] [ File ] | ||
rm - game/AI/EE/factory.txt | [ Diff ] [ File ] | ||
rm - game/AI/EE/mod.tdf | [ Diff ] [ File ] | ||
develop 93f3ca89
Timestamp: 2006-08-14 15:53:21 Author: tnowell [ Details ] [ Diff ] |
removing deleted old data ready for future commit git-svn-id: https://spring.clan-sy.com/svn/spring/trunk@1829 37977431-3df6-0310-b722-df95706aa16b |
||
rm - game/AI/Documentation/buildqueues.html | [ Diff ] [ File ] | ||
rm - game/AI/Documentation/mod.tdf tags.txt | [ Diff ] [ File ] | ||
develop 149aa574
Timestamp: 2006-08-14 15:53:01 Author: tnowell [ Details ] [ Diff ] |
removing deleted old data ready for future commit git-svn-id: https://spring.clan-sy.com/svn/spring/trunk@1828 37977431-3df6-0310-b722-df95706aa16b |
||
rm - game/AI/Default/builder.txt | [ Diff ] [ File ] | ||
rm - game/AI/Default/commander.txt | [ Diff ] [ File ] | ||
rm - game/AI/Default/factory.txt | [ Diff ] [ File ] | ||
rm - game/AI/Default/global.txt | [ Diff ] [ File ] | ||
rm - game/AI/Default/mod.tdf | [ Diff ] [ File ] | ||
develop 969a8949
Timestamp: 2006-08-14 15:52:41 Author: tnowell [ Details ] [ Diff ] |
removing deleted old data ready for future commit git-svn-id: https://spring.clan-sy.com/svn/spring/trunk@1827 37977431-3df6-0310-b722-df95706aa16b |
||
rm - game/AI/CvC/attackbuilder.txt | [ Diff ] [ File ] | ||
rm - game/AI/CvC/cdrofac.txt | [ Diff ] [ File ] | ||
rm - game/AI/CvC/ctitan.txt | [ Diff ] [ File ] | ||
rm - game/AI/CvC/mod.tdf | [ Diff ] [ File ] | ||
rm - game/AI/CvC/powerbuilder.txt | [ Diff ] [ File ] | ||
rm - game/AI/CvC/repairer.txt | [ Diff ] [ File ] | ||
develop f7e8ed4a
Timestamp: 2006-08-14 01:50:51 Author: jcnossen [ Details ] [ Diff ] |
* updated spring vc7 project file git-svn-id: https://spring.clan-sy.com/svn/spring/trunk@1823 37977431-3df6-0310-b722-df95706aa16b |
||
mod - rts/build/vstudio7/rts.vcproj | [ Diff ] [ File ] | ||
develop cc53b122
Timestamp: 2006-08-13 22:58:36 Author: jcnossen [ Details ] [ Diff ] |
* added vc7 project file for XmlSettings. XmlSettings outputs to game/settings.exe so it replaces the old settings app. git-svn-id: https://spring.clan-sy.com/svn/spring/trunk@1821 37977431-3df6-0310-b722-df95706aa16b |
||
add - game/settingstemplate.xml | [ Diff ] [ File ] | ||
develop aae8fb78
Timestamp: 2006-08-12 20:41:18 Author: colorblind [ Details ] [ Diff ] |
RadarAI changes: * Only radar-capable units can be assigned to it * Text- and minimap-alerts can both be switched on or off via user commands * Some cleanup of the code. git-svn-id: https://spring.clan-sy.com/svn/spring/trunk@1820 37977431-3df6-0310-b722-df95706aa16b |
||
mod - AI/Group/RadarAI/GroupAI.cpp | [ Diff ] [ File ] | ||
mod - AI/Group/RadarAI/GroupAI.h | [ Diff ] [ File ] | ||
develop 19ef0c39
Timestamp: 2006-08-12 20:13:54 Author: tvo [ Details ] [ Diff ] |
* Made a buffer that was too small larger. git-svn-id: https://spring.clan-sy.com/svn/spring/trunk@1819 37977431-3df6-0310-b722-df95706aa16b |
||
mod - rts/System/FileSystem/ArchiveScanner.cpp | [ Diff ] [ File ] | ||
develop 8bb7e9f4
Timestamp: 2006-08-12 13:56:51 Author: trepan [ Details ] [ Diff ] |
add StdAfx.h git-svn-id: https://spring.clan-sy.com/svn/spring/trunk@1818 37977431-3df6-0310-b722-df95706aa16b |
||
mod - rts/Game/command.cpp | [ Diff ] [ File ] | ||
develop 3e360094
Timestamp: 2006-08-12 13:30:55 Author: trepan [ Details ] [ Diff ] |
constify those iterators git-svn-id: https://spring.clan-sy.com/svn/spring/trunk@1817 37977431-3df6-0310-b722-df95706aa16b |
||
mod - rts/Sim/Units/UnitTracker.cpp | [ Diff ] [ File ] | ||
develop e1ea4456
Timestamp: 2006-08-12 13:16:09 Author: trepan [ Details ] [ Diff ] |
change the CleanTrackGroup() 'for' loop to a 'while' loop git-svn-id: https://spring.clan-sy.com/svn/spring/trunk@1816 37977431-3df6-0310-b722-df95706aa16b |
||
mod - rts/Sim/Units/UnitTracker.cpp | [ Diff ] [ File ] | ||
develop 59c663a9
Timestamp: 2006-08-12 12:28:20 Author: trepan [ Details ] [ Diff ] |
remove the "extra qualification 'FontString::' on member 'FontString'" git-svn-id: https://spring.clan-sy.com/svn/spring/trunk@1815 37977431-3df6-0310-b722-df95706aa16b |
||
mod - rts/Game/UI/GameInfo.cpp | [ Diff ] [ File ] | ||
develop 943c3f7d
Timestamp: 2006-08-11 23:54:42 Author: tvo [ Details ] [ Diff ] |
* Dont crash with division by zero on weaponDef->beamtime == 0, clamp the beamtime to a minimum of 1 frame (beamtime == 1/30). git-svn-id: https://spring.clan-sy.com/svn/spring/trunk@1814 37977431-3df6-0310-b722-df95706aa16b |
||
mod - rts/Sim/Weapons/BeamLaser.cpp | [ Diff ] [ File ] | ||
develop 2cc3eb2a
Timestamp: 2006-08-11 22:44:38 Author: trepan [ Details ] [ Diff ] |
yet another missing file git-svn-id: https://spring.clan-sy.com/svn/spring/trunk@1813 37977431-3df6-0310-b722-df95706aa16b |
||
add - rts/Game/command.cpp | [ Diff ] [ File ] | ||
develop 3360f353
Timestamp: 2006-08-11 22:26:30 Author: trepan [ Details ] [ Diff ] |
- add missing files git-svn-id: https://spring.clan-sy.com/svn/spring/trunk@1812 37977431-3df6-0310-b722-df95706aa16b |
||
add - rts/Game/UI/GameInfo.cpp | [ Diff ] [ File ] | ||
add - rts/Game/UI/GameInfo.h | [ Diff ] [ File ] | ||
mod - rts/Game/UI/KeyBindings.cpp | [ Diff ] [ File ] | ||
develop d449af94
Timestamp: 2006-08-11 20:21:28 Author: trepan [ Details ] [ Diff ] |
- fixed console history - fixed air ground attack queue - setup keycode->action map for all types of commands * can specify modifiers * can specify direction (down by default, Up+ for key releases) * can specify context (example: "command" for unit commands) - added internal default bindings - added "unbindall" uikeys.txt command - added "unbindKeyset <keyset> [context]" uikeys.txt command - added "unbindAction <action> [context]" uikeys.txt command - added "unbindContext <context>" uikeys.txt command - pseudo mouse actions now avoid key repeats - added command queue icons - added AreaAttack command queue area display - added game info panel ("gameinfo" action) - versionned the "archivecache.txt" filename (ex: "ArchiveCacheV4.txt") - Quit and Share menus close when they receive ESC - started GLContext (possible fix for alt-tab crashes, needs some #defines in myGL.h to help track trouble spots) - added "drawlabel" action (Shift+~) (avoid the double-click, and key repeats) - added "chatally" action (Alt+enter) - added "chatspec" action (Shift+enter) - added "chatall" action (Ctrl+enter | Ctrl+m) - tracking rotates through the selected units - added "trackoff" action (Shift+t) - added "trackmode" action (Ctrl+t) - added "viewfps" action (Ctrl+f1) - added "viewta" action (Ctrl+f2) - added "viewtw" action (Ctrl+f3) - added "viewrot" action (Ctrl+f4) - added "firestate" action - added "movestate" action - added "prevmenu" action - added "nextmenu" action - added "buildunit_<name>" action - added "select:<selection criteria>" action (redundant) git-svn-id: https://spring.clan-sy.com/svn/spring/trunk@1811 37977431-3df6-0310-b722-df95706aa16b |
||
mod - AI/Global/NTAI/Core/Interface.cpp | [ Diff ] [ File ] | ||
mod - AI/Global/NTAI/Helpers/Units/CUnitDefHelp.cpp | [ Diff ] [ File ] | ||
mod - AI/Global/NTAI/Helpers/Units/CUnitDefLoader.cpp | [ Diff ] [ File ] | ||
mod - AI/Global/NTAI/Helpers/Units/CUnitDefLoader.h | [ Diff ] [ File ] | ||
mod - AI/Group/MexUpgraderAI/GroupAI.cpp | [ Diff ] [ File ] | ||
mod - AI/Group/SimpleFormationAI/GroupAI.cpp | [ Diff ] [ File ] | ||
mod - Documentation/changelog.txt | [ Diff ] [ File ] | ||
mod - game/uikeys.txt | [ Diff ] [ File ] | ||
mod - rts/ExternalAI/Group.cpp | [ Diff ] [ File ] | ||
mod - rts/Game/Camera.cpp | [ Diff ] [ File ] | ||
mod - rts/Game/Camera.h | [ Diff ] [ File ] | ||
mod - rts/Game/ConsoleHistory.cpp | [ Diff ] [ File ] | ||
mod - rts/Game/Game.cpp | [ Diff ] [ File ] | ||
mod - rts/Game/Game.h | [ Diff ] [ File ] | ||
mod - rts/Game/Player.h | [ Diff ] [ File ] | ||
mod - rts/Game/PreGame.cpp | [ Diff ] [ File ] | ||
mod - rts/Game/SelectedUnits.cpp | [ Diff ] [ File ] | ||
add - rts/Game/UI/CursorIcons.cpp | [ Diff ] [ File ] | ||
add - rts/Game/UI/CursorIcons.h | [ Diff ] [ File ] | ||
mod - rts/Game/UI/GUI/GUIgame.cpp | [ Diff ] [ File ] | ||
mod - rts/Game/UI/GuiHandler.cpp | [ Diff ] [ File ] | ||
rm - rts/Game/UI/GuiKeyReader.cpp | [ Diff ] [ File ] | ||
rm - rts/Game/UI/GuiKeyReader.h | [ Diff ] [ File ] | ||
add - rts/Game/UI/KeyBindings.cpp | [ Diff ] [ File ] | ||
add - rts/Game/UI/KeyBindings.h | [ Diff ] [ File ] | ||
add - rts/Game/UI/KeyCodes.cpp | [ Diff ] [ File ] | ||
add - rts/Game/UI/KeyCodes.h | [ Diff ] [ File ] | ||
add - rts/Game/UI/KeySet.cpp | [ Diff ] [ File ] | ||
add - rts/Game/UI/KeySet.h | [ Diff ] [ File ] | ||
mod - rts/Game/UI/MouseCursor.cpp | [ Diff ] [ File ] | ||
mod - rts/Game/UI/MouseCursor.h | [ Diff ] [ File ] | ||
mod - rts/Game/UI/MouseHandler.cpp | [ Diff ] [ File ] | ||
mod - rts/Game/UI/MouseHandler.h | [ Diff ] [ File ] | ||
mod - rts/Game/UI/QuitBox.cpp | [ Diff ] [ File ] | ||
mod - rts/Game/UI/QuitBox.h | [ Diff ] [ File ] | ||
mod - rts/Game/UI/ShareBox.cpp | [ Diff ] [ File ] | ||
mod - rts/Game/UI/ShareBox.h | [ Diff ] [ File ] | ||
mod - rts/Game/WordCompletion.cpp | [ Diff ] [ File ] | ||
mod - rts/Game/WordCompletion.h | [ Diff ] [ File ] | ||
mod - rts/Game/command.h | [ Diff ] [ File ] | ||
add - rts/Rendering/GLContext.cpp | [ Diff ] [ File ] | ||
add - rts/Rendering/GLContext.h | [ Diff ] [ File ] | ||
mod - rts/Rendering/IconHandler.h | [ Diff ] [ File ] | ||
mod - rts/Rendering/glFont.cpp | [ Diff ] [ File ] | ||
mod - rts/Rendering/glFont.h | [ Diff ] [ File ] | ||
mod - rts/Sim/Misc/SensorHandler.h | [ Diff ] [ File ] | ||
mod - rts/Sim/Units/CommandAI/AirCAI.cpp | [ Diff ] [ File ] | ||
mod - rts/Sim/Units/CommandAI/BuilderCAI.cpp | [ Diff ] [ File ] | ||
mod - rts/Sim/Units/CommandAI/CommandAI.cpp | [ Diff ] [ File ] | ||
mod - rts/Sim/Units/CommandAI/FactoryCAI.cpp | [ Diff ] [ File ] | ||
mod - rts/Sim/Units/CommandAI/MobileCAI.cpp | [ Diff ] [ File ] | ||
mod - rts/Sim/Units/CommandAI/TransportCAI.cpp | [ Diff ] [ File ] | ||
mod - rts/Sim/Units/UnitTracker.cpp | [ Diff ] [ File ] | ||
mod - rts/Sim/Units/UnitTracker.h | [ Diff ] [ File ] | ||
mod - rts/System/FileSystem/ArchiveScanner.cpp | [ Diff ] [ File ] | ||
mod - rts/System/FileSystem/ArchiveScanner.h | [ Diff ] [ File ] | ||
mod - rts/System/Main.cpp | [ Diff ] [ File ] | ||
mod - rts/System/Platform/Linux/UnixFileSystemHandler.cpp | [ Diff ] [ File ] | ||
mod - rts/System/Platform/Win/WinFileSystemHandler.cpp | [ Diff ] [ File ] | ||
develop ed82eb04
Timestamp: 2006-08-11 19:14:08 Author: tvo [ Details ] [ Diff ] |
* Fix vstudio8 project file to be consistent with vclibs package (boost/include -> boost/include/boost-1_33 and SDL-1.2.8 -> SDL-1.2.9) * Workaround an incredibly stupid bug in MSVC 2005 Express Edition: if the #include "StdAfx.h" line in a file is put inside a #if 0..#endif block, it erroneously tries to compile the code in the block. As workaround I moved the #include "StdAfx.h" out of the #ifdef USE_MMGR..#endif code block. git-svn-id: https://spring.clan-sy.com/svn/spring/trunk@1810 37977431-3df6-0310-b722-df95706aa16b |
||
mod - rts/System/mmgr.cpp | [ Diff ] [ File ] | ||
mod - rts/build/vstudio8/rts.vcproj | [ Diff ] [ File ] | ||