Changesets: spring
develop 1ca7c11b
Timestamp: 2008-02-21 20:45:54 Author: KDR_11k [ Details ] [ Diff ] |
* Added shieldRechargeDelay weapon tag (float, default 0). The delay is the number of seconds the shield won't charge after being hit (kinda like the idle autoheal for hitpoints) git-svn-id: https://spring.clan-sy.com/svn/spring/trunk@5523 37977431-3df6-0310-b722-df95706aa16b |
||
mod - rts/Lua/LuaWeaponDefs.cpp | [ Diff ] [ File ] | ||
mod - rts/Sim/Weapons/PlasmaRepulser.cpp | [ Diff ] [ File ] | ||
mod - rts/Sim/Weapons/PlasmaRepulser.h | [ Diff ] [ File ] | ||
mod - rts/Sim/Weapons/WeaponDefHandler.cpp | [ Diff ] [ File ] | ||
mod - rts/Sim/Weapons/WeaponDefHandler.h | [ Diff ] [ File ] | ||
develop 31263612
Timestamp: 2008-02-21 20:41:40 Author: Auswaschbar [ Details ] [ Diff ] |
* fix formatting of "Unknwon NETMSG"-messages git-svn-id: https://spring.clan-sy.com/svn/spring/trunk@5522 37977431-3df6-0310-b722-df95706aa16b |
||
mod - rts/Game/GameServer.cpp | [ Diff ] [ File ] | ||
develop 25703d94
Timestamp: 2008-02-21 16:44:55 Author: Auswaschbar [ Details ] [ Diff ] |
* fix windows compile error git-svn-id: https://spring.clan-sy.com/svn/spring/trunk@5521 37977431-3df6-0310-b722-df95706aa16b |
||
mod - rts/System/Net/UDPSocket.cpp | [ Diff ] [ File ] | ||
develop 57d1598c
Timestamp: 2008-02-21 16:06:10 Author: Auswaschbar [ Details ] [ Diff ] |
* some cleanup in the network code * local connection now connect like remote ones git-svn-id: https://spring.clan-sy.com/svn/spring/trunk@5520 37977431-3df6-0310-b722-df95706aa16b |
||
mod - rts/Game/Game.cpp | [ Diff ] [ File ] | ||
mod - rts/Game/GameServer.cpp | [ Diff ] [ File ] | ||
mod - rts/Game/GameServer.h | [ Diff ] [ File ] | ||
mod - rts/Game/PreGame.cpp | [ Diff ] [ File ] | ||
mod - rts/System/AutohostInterface.cpp | [ Diff ] [ File ] | ||
mod - rts/System/AutohostInterface.h | [ Diff ] [ File ] | ||
mod - rts/System/Net/Net.cpp | [ Diff ] [ File ] | ||
mod - rts/System/Net/Net.h | [ Diff ] [ File ] | ||
add - rts/System/Net/UDPConnectedSocket.cpp | [ Diff ] [ File ] | ||
mod - rts/System/Net/UDPConnection.cpp | [ Diff ] [ File ] | ||
rm - rts/System/Net/UDPHardlink.cpp | [ Diff ] [ File ] | ||
mod - rts/System/Net/UDPListener.cpp | [ Diff ] [ File ] | ||
mod - rts/System/Net/UDPListener.h | [ Diff ] [ File ] | ||
mod - rts/System/Net/UDPSocket.cpp | [ Diff ] [ File ] | ||
mod - rts/System/Net/UDPSocket.h | [ Diff ] [ File ] | ||
mod - rts/System/NetProtocol.cpp | [ Diff ] [ File ] | ||
develop aed434e7
Timestamp: 2008-02-20 21:31:17 Author: KDR_11k [ Details ] [ Diff ] |
*Fixed weaponDef projectiles entry not being exposed to Lua. git-svn-id: https://spring.clan-sy.com/svn/spring/trunk@5519 37977431-3df6-0310-b722-df95706aa16b |
||
mod - rts/Lua/LuaWeaponDefs.cpp | [ Diff ] [ File ] | ||
develop 918d983a
Timestamp: 2008-02-19 23:36:17 Author: KDR_11k [ Details ] [ Diff ] |
*Fixed division by zero if two units are in the exact same spot and collide. git-svn-id: https://spring.clan-sy.com/svn/spring/trunk@5518 37977431-3df6-0310-b722-df95706aa16b |
||
mod - rts/Sim/MoveTypes/GroundMoveType.cpp | [ Diff ] [ File ] | ||
develop cb8b775b
Timestamp: 2008-02-19 20:52:54 Author: kloot [ Details ] [ Diff ] |
add ray intersection tests for the coldet volumes git-svn-id: https://spring.clan-sy.com/svn/spring/trunk@5517 37977431-3df6-0310-b722-df95706aa16b |
||
mod - rts/Sim/Misc/CollisionVolume.cpp | [ Diff ] [ File ] | ||
mod - rts/Sim/Misc/CollisionVolume.h | [ Diff ] [ File ] | ||
mod - rts/Sim/Projectiles/ProjectileHandler.cpp | [ Diff ] [ File ] | ||
develop 98f3dba4
Timestamp: 2008-02-19 19:48:05 Author: KDR_11k [ Details ] [ Diff ] |
*Added per-weapon highTrajectory tag (int, default 2). It acts like the unit tag, 0 is always low trajectory, 1 always high and 2 uses the unit's setting (whether the unit uses a switch or fixed setting). git-svn-id: https://spring.clan-sy.com/svn/spring/trunk@5516 37977431-3df6-0310-b722-df95706aa16b |
||
mod - rts/Lua/LuaWeaponDefs.cpp | [ Diff ] [ File ] | ||
mod - rts/Sim/Weapons/Cannon.cpp | [ Diff ] [ File ] | ||
mod - rts/Sim/Weapons/WeaponDefHandler.cpp | [ Diff ] [ File ] | ||
mod - rts/Sim/Weapons/WeaponDefHandler.h | [ Diff ] [ File ] | ||
develop 6cbf8957
Timestamp: 2008-02-19 01:44:03 Author: tnowell [ Details ] [ Diff ] |
- minor changes here and there relating to torrents git-svn-id: https://spring.clan-sy.com/svn/spring/trunk@5515 37977431-3df6-0310-b722-df95706aa16b |
||
develop 6e7a854e
Timestamp: 2008-02-19 01:43:12 Author: tnowell [ Details ] [ Diff ] |
- fixed a typo in a function name - filled in a few gaps git-svn-id: https://spring.clan-sy.com/svn/spring/trunk@5514 37977431-3df6-0310-b722-df95706aa16b |
||
develop f98842ff
Timestamp: 2008-02-19 01:09:34 Author: tnowell [ Details ] [ Diff ] |
- added snark library - modified snark library slightly to allow specifying a target folder - fixed two crash bugs - added 2 classes for downloading files via torrents git-svn-id: https://spring.clan-sy.com/svn/spring/trunk@5513 37977431-3df6-0310-b722-df95706aa16b |
||
develop b75ab407
Timestamp: 2008-02-18 21:46:53 Author: satirik [ Details ] [ Diff ] |
- max unit back to 5k - mod options back to '\' - text filters list fixed - no more warning msg for cup refresh git-svn-id: https://spring.clan-sy.com/svn/spring/trunk@5512 37977431-3df6-0310-b722-df95706aa16b |
||
develop a187496a
Timestamp: 2008-02-18 21:42:49 Author: tnowell [ Details ] [ Diff ] |
- removed happy tree friends cartoon from the login progress screen - made login progress bar indeterminate until set, and added a second indeterminate bar underneath to show the user the GUI is still updating and it hasn't crashed. - fixed chatpanel in cchannel git-svn-id: https://spring.clan-sy.com/svn/spring/trunk@5511 37977431-3df6-0310-b722-df95706aa16b |
||
develop 883c3987
Timestamp: 2008-02-16 19:52:28 Author: Auswaschbar [ Details ] [ Diff ] |
* vorrect avi generator (by zizu) git-svn-id: https://spring.clan-sy.com/svn/spring/trunk@5510 37977431-3df6-0310-b722-df95706aa16b |
||
mod - rts/Game/Game.cpp | [ Diff ] [ File ] | ||
mod - rts/System/Platform/Win/AVIGenerator.cpp | [ Diff ] [ File ] | ||
mod - rts/System/Platform/Win/AVIGenerator.h | [ Diff ] [ File ] | ||
develop d2ce0597
Timestamp: 2008-02-16 18:49:52 Author: Auswaschbar [ Details ] [ Diff ] |
* fix crash with windows commandline * add support of defining color depth: - 32 bit with (R,G,B,A) = (8,8,8,8) - 16 bit with (5,6,5,0) - default (before this commit), same like desktop and (5,6,5,0) git-svn-id: https://spring.clan-sy.com/svn/spring/trunk@5509 37977431-3df6-0310-b722-df95706aa16b |
||
mod - rts/System/Main.cpp | [ Diff ] [ File ] | ||
mod - rts/System/SpringApp.cpp | [ Diff ] [ File ] | ||
mod - rts/System/SpringApp.h | [ Diff ] [ File ] | ||
develop 74f5c972
Timestamp: 2008-02-16 11:41:59 Author: Auswaschbar [ Details ] [ Diff ] |
* fix dedicated server git-svn-id: https://spring.clan-sy.com/svn/spring/trunk@5508 37977431-3df6-0310-b722-df95706aa16b |
||
mod - rts/Game/Game.h | [ Diff ] [ File ] | ||
mod - tools/DedicatedServer/GameSetup.cpp | [ Diff ] [ File ] | ||
develop ffabe9fb
Timestamp: 2008-02-16 01:35:37 Author: tnowell [ Details ] [ Diff ] |
- these 3 tasks now declare themselves as failed where appropriate git-svn-id: https://spring.clan-sy.com/svn/spring/trunk@5507 37977431-3df6-0310-b722-df95706aa16b |
||
mod - AI/Global/NTai/AI/NTai/Tasks/CKeywordConstructionTask.cpp | [ Diff ] [ File ] | ||
mod - AI/Global/NTai/AI/NTai/Tasks/CLeaveBuildSpotTask.cpp | [ Diff ] [ File ] | ||
mod - AI/Global/NTai/AI/NTai/Tasks/CUnitConstructionTask.cpp | [ Diff ] [ File ] | ||
develop 8c7b74a1
Timestamp: 2008-02-16 01:27:14 Author: tnowell [ Details ] [ Diff ] |
- a few whitespace additions - added a mechanism for delaying unit tasks if the previous one did not succeed, no actual failures are recorded at the moment however. git-svn-id: https://spring.clan-sy.com/svn/spring/trunk@5506 37977431-3df6-0310-b722-df95706aa16b |
||
mod - AI/Global/NTai/AI/NTai/Core/CGlobalProxy.cpp | [ Diff ] [ File ] | ||
mod - AI/Global/NTai/AI/NTai/Core/IModule.h | [ Diff ] [ File ] | ||
mod - AI/Global/NTai/AI/NTai/Tasks/CConsoleTask.cpp | [ Diff ] [ File ] | ||
mod - AI/Global/NTai/AI/NTai/Tasks/CConsoleTask.h | [ Diff ] [ File ] | ||
mod - AI/Global/NTai/AI/NTai/Tasks/CKeywordConstructionTask.cpp | [ Diff ] [ File ] | ||
mod - AI/Global/NTai/AI/NTai/Tasks/CKeywordConstructionTask.h | [ Diff ] [ File ] | ||
mod - AI/Global/NTai/AI/NTai/Tasks/CLeaveBuildSpotTask.cpp | [ Diff ] [ File ] | ||
mod - AI/Global/NTai/AI/NTai/Tasks/CLeaveBuildSpotTask.h | [ Diff ] [ File ] | ||
mod - AI/Global/NTai/AI/NTai/Tasks/CUnitConstructionTask.cpp | [ Diff ] [ File ] | ||
mod - AI/Global/NTai/AI/NTai/Tasks/CUnitConstructionTask.h | [ Diff ] [ File ] | ||
mod - AI/Global/NTai/AI/NTai/Tasks/ITask.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 ] | ||
develop 5bcf815c
Timestamp: 2008-02-16 00:55:41 Author: Auswaschbar [ Details ] [ Diff ] |
* gave SpringApp its own .h/.cpp file git-svn-id: https://spring.clan-sy.com/svn/spring/trunk@5505 37977431-3df6-0310-b722-df95706aa16b |
||
mod - rts/System/Main.cpp | [ Diff ] [ File ] | ||
add - rts/System/SpringApp.cpp | [ Diff ] [ File ] | ||
add - rts/System/SpringApp.h | [ Diff ] [ File ] | ||
mod - rts/build/kdevelop/rts.kdevelop | [ Diff ] [ File ] | ||
develop e00877b0
Timestamp: 2008-02-16 00:16:09 Author: tnowell [ Details ] [ Diff ] |
- updated version string and version file and nsis script git-svn-id: https://spring.clan-sy.com/svn/spring/trunk@5504 37977431-3df6-0310-b722-df95706aa16b |
||
develop 6cdc2900
Timestamp: 2008-02-15 15:11:43 Author: kloot [ Details ] [ Diff ] |
disable the old collisionSphere* unitdef & featuredef tags (since they are now redundant) git-svn-id: https://spring.clan-sy.com/svn/spring/trunk@5503 37977431-3df6-0310-b722-df95706aa16b |
||
mod - rts/Lua/LuaFeatureDefs.cpp | [ Diff ] [ File ] | ||
mod - rts/Lua/LuaUnitDefs.cpp | [ Diff ] [ File ] | ||
mod - rts/Rendering/UnitModels/3DModelParser.cpp | [ Diff ] [ File ] | ||
mod - rts/Rendering/UnitModels/3DModelParser.h | [ Diff ] [ File ] | ||
mod - rts/Rendering/UnitModels/3DOParser.cpp | [ Diff ] [ File ] | ||
mod - rts/Rendering/UnitModels/3DOParser.h | [ Diff ] [ File ] | ||
mod - rts/Rendering/UnitModels/s3oParser.cpp | [ Diff ] [ File ] | ||
mod - rts/Sim/Features/Feature.cpp | [ Diff ] [ File ] | ||
mod - rts/Sim/Features/FeatureDef.h | [ Diff ] [ File ] | ||
mod - rts/Sim/Features/FeatureHandler.cpp | [ Diff ] [ File ] | ||
mod - rts/Sim/Projectiles/WeaponProjectiles/MissileProjectile.cpp | [ Diff ] [ File ] | ||
mod - rts/Sim/Projectiles/WeaponProjectiles/WeaponProjectile.cpp | [ Diff ] [ File ] | ||
mod - rts/Sim/Units/UnitDef.h | [ Diff ] [ File ] | ||
mod - rts/Sim/Units/UnitDefHandler.cpp | [ Diff ] [ File ] | ||
mod - rts/Sim/Units/UnitLoader.cpp | [ Diff ] [ File ] | ||
develop a391f29a
Timestamp: 2008-02-14 23:27:36 Author: kloot [ Details ] [ Diff ] |
custom collision volumes, round 2 (grant features the same privilege as units) git-svn-id: https://spring.clan-sy.com/svn/spring/trunk@5502 37977431-3df6-0310-b722-df95706aa16b |
||
mod - rts/Sim/Features/Feature.cpp | [ Diff ] [ File ] | ||
mod - rts/Sim/Features/Feature.h | [ Diff ] [ File ] | ||
mod - rts/Sim/Features/FeatureDef.h | [ Diff ] [ File ] | ||
mod - rts/Sim/Features/FeatureHandler.cpp | [ Diff ] [ File ] | ||
mod - rts/Sim/Misc/CollisionVolume.cpp | [ Diff ] [ File ] | ||
mod - rts/Sim/Misc/CollisionVolume.h | [ Diff ] [ File ] | ||
mod - rts/Sim/Projectiles/ProjectileHandler.cpp | [ Diff ] [ File ] | ||
mod - rts/Sim/Units/UnitDefHandler.cpp | [ Diff ] [ File ] | ||
mod - rts/Sim/Units/UnitLoader.cpp | [ Diff ] [ File ] | ||
develop ef096fff
Timestamp: 2008-02-14 14:39:43 Author: Auswaschbar [ Details ] [ Diff ] |
* added method to multicast messages from CGameServer to e.g. network stream, autohost or stdout git-svn-id: https://spring.clan-sy.com/svn/spring/trunk@5501 37977431-3df6-0310-b722-df95706aa16b |
||
mod - Documentation/Spring start.txt | [ Diff ] [ File ] | ||
mod - rts/Game/GameServer.cpp | [ Diff ] [ File ] | ||
mod - rts/Game/GameServer.h | [ Diff ] [ File ] | ||
add - rts/Game/Server/MsgStrings.h | [ Diff ] [ File ] | ||
add - rts/Game/Server/ServerLog.cpp | [ Diff ] [ File ] | ||
add - rts/Game/Server/ServerLog.h | [ Diff ] [ File ] | ||
add - rts/Game/Server/ServerLogHandler.cpp | [ Diff ] [ File ] | ||
add - rts/Game/Server/ServerLogHandler.h | [ Diff ] [ File ] | ||
mod - rts/System/AutohostInterface.cpp | [ Diff ] [ File ] | ||
mod - rts/System/AutohostInterface.h | [ Diff ] [ File ] | ||
mod - tools/DedicatedServer/CMakeLists.txt | [ Diff ] [ File ] | ||
add - tools/DedicatedServer/EventPrinter.cpp | [ Diff ] [ File ] | ||
add - tools/DedicatedServer/EventPrinter.h | [ Diff ] [ File ] | ||
mod - tools/DedicatedServer/main.cpp | [ Diff ] [ File ] | ||
develop 8bafe40c
Timestamp: 2008-02-14 00:05:31 Author: kloot [ Details ] [ Diff ] |
fix the AI's git-svn-id: https://spring.clan-sy.com/svn/spring/trunk@5500 37977431-3df6-0310-b722-df95706aa16b |
||
mod - AI/Global/CSAI/ABICompatibilityLayer/AbicAICallback.h | [ Diff ] [ File ] | ||
mod - AI/Global/CSAI/CSAILoader/CSAIProxyFeatureDef.h | [ Diff ] [ File ] | ||
mod - AI/Global/JCAI/InfoMap.cpp | [ Diff ] [ File ] | ||
mod - AI/Global/KAI-0.2/Include.h | [ Diff ] [ File ] | ||
mod - AI/Global/KAIK-0.13/Include.h | [ Diff ] [ File ] | ||
mod - AI/Global/NTai/AI/NTai/SDK/AI.h | [ Diff ] [ File ] | ||
develop c11daa49
Timestamp: 2008-02-13 21:47:13 Author: kloot [ Details ] [ Diff ] |
git-svn-id: https://spring.clan-sy.com/svn/spring/trunk@5499 37977431-3df6-0310-b722-df95706aa16b | ||