2025-08-11 13:09 CEST

Changesets: spring

Search ] Browse ] Back to Index ]
develop ee71c3ee
Timestamp: 2008-03-29 13:36:34
Author: Auswaschbar
Details ] Diff ]
*made random seeds private, replaced precompiler-macros with constants etc.


git-svn-id: https://spring.clan-sy.com/svn/spring/trunk@5623 37977431-3df6-0310-b722-df95706aa16b
mod - rts/Game/Game.cpp Diff ] File ]
mod - rts/Game/GameServer.cpp Diff ] File ]
mod - rts/System/GlobalStuff.cpp Diff ] File ]
mod - rts/System/GlobalStuff.h Diff ] File ]
develop d6b7e561
Timestamp: 2008-03-29 13:02:44
Author: satirik
Details ] Diff ]
- ladder url fixed for upload (doesn't support redirection)
- meltrax fixed the reporting warning for ladder
- websvn changelog link for the lobby added in the help menu

git-svn-id: https://spring.clan-sy.com/svn/spring/trunk@5622 37977431-3df6-0310-b722-df95706aa16b
develop d30c61e9
Timestamp: 2008-03-29 10:06:03
Author: tnowell
Details ] Diff ]
- forgot to unregister the taskmanager and current task on unit death

git-svn-id: https://spring.clan-sy.com/svn/spring/trunk@5621 37977431-3df6-0310-b722-df95706aa16b
mod - AI/Global/NTai/AI/NTai/Units/CUnit.cpp Diff ] File ]
develop 964f92dd
Timestamp: 2008-03-29 10:02:51
Author: tnowell
Details ] Diff ]
- added a RemoveAllTasks method to the ITaskManager interface
- called RemoveAllTasks on unitdeath in CUnit

git-svn-id: https://spring.clan-sy.com/svn/spring/trunk@5620 37977431-3df6-0310-b722-df95706aa16b
mod - AI/Global/NTai/AI/NTai/Units/CConfigTaskManager.cpp Diff ] File ]
mod - AI/Global/NTai/AI/NTai/Units/CConfigTaskManager.h Diff ] File ]
mod - AI/Global/NTai/AI/NTai/Units/CUnit.cpp Diff ] File ]
mod - AI/Global/NTai/AI/NTai/Units/ITaskManager.h Diff ] File ]
develop ba9e3b68
Timestamp: 2008-03-29 09:55:49
Author: tnowell
Details ] Diff ]
- added an implementation of CConfigTaskManager.
- Refactored task management out of CUnit into the ITaskManager interface and made Global assign a CConfigTaskManager when a unit is created.
- made some methods in CUnitDefLoader constant
- several white space and comment formatting improvements

git-svn-id: https://spring.clan-sy.com/svn/spring/trunk@5619 37977431-3df6-0310-b722-df95706aa16b
mod - AI/Global/NTai/AI/AI.vcproj Diff ] File ]
mod - AI/Global/NTai/AI/NTai/Core/Global.cpp Diff ] File ]
mod - AI/Global/NTai/AI/NTai/Core/include.h Diff ] File ]
mod - AI/Global/NTai/AI/NTai/Helpers/Units/CUnitDefLoader.cpp Diff ] File ]
mod - AI/Global/NTai/AI/NTai/Helpers/Units/CUnitDefLoader.h Diff ] File ]
add - AI/Global/NTai/AI/NTai/Units/CConfigTaskManager.cpp Diff ] File ]
mod - AI/Global/NTai/AI/NTai/Units/CConfigTaskManager.h Diff ] File ]
mod - AI/Global/NTai/AI/NTai/Units/CUnit.cpp Diff ] File ]
mod - AI/Global/NTai/AI/NTai/Units/CUnit.h Diff ] File ]
mod - AI/Global/NTai/AI/NTai/Units/ITaskManager.h Diff ] File ]
develop d9b0df7d
Timestamp: 2008-03-29 02:51:06
Author: tnowell
Details ] Diff ]
- removed using namespace ntai and put namespace ntai{} around all the implementations.
- added headers for two new interfaces for an upcoming refactor of how tasklists are loaded and kept track of.
- some formatting and comment cleanup

git-svn-id: https://spring.clan-sy.com/svn/spring/trunk@5618 37977431-3df6-0310-b722-df95706aa16b
mod - AI/Global/NTai/AI/AI.vcproj Diff ] File ]
mod - AI/Global/NTai/AI/NTai/Agents/CManufacturer.cpp Diff ] File ]
mod - AI/Global/NTai/AI/NTai/Core/CNTai.cpp Diff ] File ]
mod - AI/Global/NTai/AI/NTai/Core/CNTai.h Diff ] File ]
mod - AI/Global/NTai/AI/NTai/Core/Global.h Diff ] File ]
mod - AI/Global/NTai/AI/NTai/Core/IModule.cpp Diff ] File ]
mod - AI/Global/NTai/AI/NTai/Core/Interface.cpp Diff ] File ]
mod - AI/Global/NTai/AI/NTai/Core/include.h Diff ] File ]
mod - AI/Global/NTai/AI/NTai/Engine/COrderRouter.cpp Diff ] File ]
mod - AI/Global/NTai/AI/NTai/Helpers/CConfigData.cpp Diff ] File ]
mod - AI/Global/NTai/AI/NTai/Helpers/CEconomy.cpp Diff ] File ]
mod - AI/Global/NTai/AI/NTai/Helpers/Log.cpp Diff ] File ]
mod - AI/Global/NTai/AI/NTai/Helpers/TdfParser.cpp Diff ] File ]
mod - AI/Global/NTai/AI/NTai/Helpers/Terrain/DTHandler.cpp Diff ] File ]
mod - AI/Global/NTai/AI/NTai/Helpers/Terrain/Map.cpp Diff ] File ]
mod - AI/Global/NTai/AI/NTai/Helpers/Terrain/MetalHandler.cpp Diff ] File ]
mod - AI/Global/NTai/AI/NTai/Helpers/Terrain/MetalMap.cpp Diff ] File ]
mod - AI/Global/NTai/AI/NTai/Helpers/Terrain/RadarHandler.cpp Diff ] File ]
mod - AI/Global/NTai/AI/NTai/Helpers/Units/CUnitDefLoader.cpp Diff ] File ]
mod - AI/Global/NTai/AI/NTai/Helpers/tdf_grammar.hpp Diff ] File ]
mod - AI/Global/NTai/AI/NTai/Helpers/ubuild.cpp Diff ] File ]
mod - AI/Global/NTai/AI/NTai/Tasks/CConsoleTask.cpp Diff ] File ]
mod - AI/Global/NTai/AI/NTai/Tasks/CKeywordConstructionTask.cpp Diff ] File ]
mod - AI/Global/NTai/AI/NTai/Tasks/CUnitConstructionTask.cpp Diff ] File ]
mod - AI/Global/NTai/AI/NTai/Units/Behaviours/AttackBehaviour.cpp Diff ] File ]
mod - AI/Global/NTai/AI/NTai/Units/Behaviours/CDGunBehaviour.cpp Diff ] File ]
mod - AI/Global/NTai/AI/NTai/Units/Behaviours/CKamikazeBehaviour.cpp Diff ] File ]
mod - AI/Global/NTai/AI/NTai/Units/Behaviours/CMoveFailReclaimBehaviour.cpp Diff ] File ]
mod - AI/Global/NTai/AI/NTai/Units/Behaviours/CRetreatBehaviour.cpp Diff ] File ]
mod - AI/Global/NTai/AI/NTai/Units/Behaviours/CStaticDefenceBehaviour.cpp Diff ] File ]
mod - AI/Global/NTai/AI/NTai/Units/Behaviours/MetalMakerBehaviour.cpp Diff ] File ]
add - AI/Global/NTai/AI/NTai/Units/CConfigTaskManager.h Diff ] File ]
mod - AI/Global/NTai/AI/NTai/Units/CUnit.h Diff ] File ]
add - AI/Global/NTai/AI/NTai/Units/ITaskManager.h Diff ] File ]
add - AI/Global/NTai/AI/NTai/Units/ITaskManagerFactory.h Diff ] File ]
develop fc145608
Timestamp: 2008-03-28 18:49:21
Author: kloot
Details ] Diff ]
make KAIK expand more aggressively

git-svn-id: https://spring.clan-sy.com/svn/spring/trunk@5617 37977431-3df6-0310-b722-df95706aa16b
mod - AI/Global/KAIK-0.13/BuildUp.cpp Diff ] File ]
mod - AI/Global/KAIK-0.13/BuildUp.h Diff ] File ]
mod - AI/Global/KAIK-0.13/Defines.h Diff ] File ]
mod - AI/Global/KAIK-0.13/Unit.cpp Diff ] File ]
mod - AI/Global/KAIK-0.13/UnitHandler.cpp Diff ] File ]
mod - AI/Global/KAIK-0.13/UnitTable.cpp Diff ] File ]
develop ccfa7e18
Timestamp: 2008-03-28 18:39:11
Author: satirik
Details ] Diff ]
- splashscreen shadow removed on win2k

git-svn-id: https://spring.clan-sy.com/svn/spring/trunk@5616 37977431-3df6-0310-b722-df95706aa16b
develop e69ea362
Timestamp: 2008-03-28 16:31:17
Author: satirik
Details ] Diff ]
- small fix

git-svn-id: https://spring.clan-sy.com/svn/spring/trunk@5615 37977431-3df6-0310-b722-df95706aa16b
develop 10003d5d
Timestamp: 2008-03-28 16:03:11
Author: Auswaschbar
Details ] Diff ]
* ".spectator" and ".team x" are now commands
-> write "/spectate" or "/team x" instead


git-svn-id: https://spring.clan-sy.com/svn/spring/trunk@5614 37977431-3df6-0310-b722-df95706aa16b
mod - rts/Game/Game.cpp Diff ] File ]
develop 19da3759
Timestamp: 2008-03-28 15:19:51
Author: satirik
Details ] Diff ]
- replay form : sort by player stats added

git-svn-id: https://spring.clan-sy.com/svn/spring/trunk@5613 37977431-3df6-0310-b722-df95706aa16b
develop 3f92b446
Timestamp: 2008-03-28 15:06:27
Author: satirik
Details ] Diff ]
- replayform : acs (average commands size) fixed

git-svn-id: https://spring.clan-sy.com/svn/spring/trunk@5612 37977431-3df6-0310-b722-df95706aa16b
develop 84227369
Timestamp: 2008-03-28 14:44:47
Author: satirik
Details ] Diff ]
- few small fixes
- black background on vista for mod and map options should be fixed
- battlescreen spliter pos saved
- leave a ladder battle if the ladder does not exists or the ladder server is dead
- player statistics added to player list on the replay form

git-svn-id: https://spring.clan-sy.com/svn/spring/trunk@5611 37977431-3df6-0310-b722-df95706aa16b
develop 967e966c
Timestamp: 2008-03-28 02:33:29
Author: kloot
Details ] Diff ]
fix a SEGV when the server sends a USER_SPEED msg

git-svn-id: https://spring.clan-sy.com/svn/spring/trunk@5610 37977431-3df6-0310-b722-df95706aa16b
mod - rts/Game/Game.cpp Diff ] File ]
develop 0116549e
Timestamp: 2008-03-25 20:27:55
Author: KDR_11k
Details ] Diff ]
* Applied Rattle's changes to the makefile of FontTexture so it compiles now.

git-svn-id: https://spring.clan-sy.com/svn/spring/trunk@5609 37977431-3df6-0310-b722-df95706aa16b
mod - tools/FontTexture/GNUmakefile Diff ] File ]
develop ed0bab9b
Timestamp: 2008-03-25 19:26:02
Author: KDR_11k
Details ] Diff ]
* Added canCrash tag (bool, default true), defines whether a plane can enter the crashing state (if set to false the plane will always explode immediately).
* Fixed the groundtarget definition in CAirMoveType, from the comments it looked like it was intended to consider gunships ground targets and the airtarget check did so but the ground target check didn't consider them ground targets. This might help mods which use capital ships.

git-svn-id: https://spring.clan-sy.com/svn/spring/trunk@5608 37977431-3df6-0310-b722-df95706aa16b
mod - rts/Lua/LuaUnitDefs.cpp Diff ] File ]
mod - rts/Sim/MoveTypes/AirMoveType.cpp Diff ] File ]
mod - rts/Sim/Units/Unit.cpp Diff ] File ]
mod - rts/Sim/Units/UnitDef.h Diff ] File ]
mod - rts/Sim/Units/UnitDefHandler.cpp Diff ] File ]
develop 4405166c
Timestamp: 2008-03-25 13:36:41
Author: tvo
Details ] Diff ]
* TimeRecord struct must be public because ProfileDrawer needs it.
* Updated VC8 project file.

git-svn-id: https://spring.clan-sy.com/svn/spring/trunk@5607 37977431-3df6-0310-b722-df95706aa16b
mod - rts/System/TimeProfiler.h Diff ] File ]
mod - rts/build/vstudio8/rts.vcproj Diff ] File ]
develop 1f2765a8
Timestamp: 2008-03-25 01:27:39
Author: Auswaschbar
Details ] Diff ]
git-svn-id: https://spring.clan-sy.com/svn/spring/trunk@5606 37977431-3df6-0310-b722-df95706aa16b
mod - rts/Game/Game.cpp Diff ] File ]
develop 8cbf2b93
Timestamp: 2008-03-24 23:50:15
Author: kloot
Details ] Diff ]
add an include-guard to the FM header

git-svn-id: https://spring.clan-sy.com/svn/spring/trunk@5605 37977431-3df6-0310-b722-df95706aa16b
mod - rts/System/FastMath.h Diff ] File ]
develop 22511d0f
Timestamp: 2008-03-24 19:52:02
Author: kloot
Details ] Diff ]
get rid of the extern declaration

git-svn-id: https://spring.clan-sy.com/svn/spring/trunk@5604 37977431-3df6-0310-b722-df95706aa16b
mod - rts/System/float3.h Diff ] File ]
develop 0137711b
Timestamp: 2008-03-24 16:39:49
Author: kloot
Details ] Diff ]
add Jonanin's small FastMath header

git-svn-id: https://spring.clan-sy.com/svn/spring/trunk@5603 37977431-3df6-0310-b722-df95706aa16b
add - rts/System/FastMath.h Diff ] File ]
mod - rts/System/float3.cpp Diff ] File ]
mod - rts/System/float3.h Diff ] File ]
develop 8da61626
Timestamp: 2008-03-24 11:37:13
Author: Auswaschbar
Details ] Diff ]
* fix a "Got invalid player number"-error at gameend


git-svn-id: https://spring.clan-sy.com/svn/spring/trunk@5602 37977431-3df6-0310-b722-df95706aa16b
mod - rts/Game/Game.cpp Diff ] File ]
develop 61735300
Timestamp: 2008-03-22 20:24:15
Author: kloot
Details ] Diff ]
git-svn-id: https://spring.clan-sy.com/svn/spring/trunk@5601 37977431-3df6-0310-b722-df95706aa16b
mod - rts/Sim/Projectiles/ProjectileHandler.cpp Diff ] File ]
develop 12aec14e
Timestamp: 2008-03-22 20:07:42
Author: kloot
Details ] Diff ]
fix Mantis 0000851

git-svn-id: https://spring.clan-sy.com/svn/spring/trunk@5600 37977431-3df6-0310-b722-df95706aa16b
mod - rts/Sim/Projectiles/ProjectileHandler.cpp Diff ] File ]
mod - rts/Sim/Projectiles/Unsynced/ShieldPartProjectile.cpp Diff ] File ]
develop 027616d1
Timestamp: 2008-03-22 16:38:41
Author: kloot
Details ] Diff ]
fix the BuggerOff check in case exclude is null

git-svn-id: https://spring.clan-sy.com/svn/spring/trunk@5599 37977431-3df6-0310-b722-df95706aa16b
mod - rts/Game/GameHelper.cpp Diff ] File ]
First  Prev  1 2 3 ... 110 ... 220 ... 330 ... 440 ... 550 ... 660 ... 770 ... 853 854 855 856 857 858 859 ... 880 ... 990 ... 1057 1058 1059  Next  Last