Changesets: spring
develop e6ca3c48
Timestamp: 2007-11-28 18:58:36 Author: satirik [ Details ] [ Diff ] |
- Host form "refresh mod button" changed to a classic Button - titlebar is now disabled on vista (it looks a lot better) like in wine - if the titlebar is disabled, the form should remove the useless margin git-svn-id: https://spring.clan-sy.com/svn/spring/trunk@4889 37977431-3df6-0310-b722-df95706aa16b |
||
develop 645e62c9
Timestamp: 2007-11-28 00:27:46 Author: tnowell [ Details ] [ Diff ] |
- removed a redundant function, commented code, and some variables git-svn-id: https://spring.clan-sy.com/svn/spring/trunk@4888 37977431-3df6-0310-b722-df95706aa16b |
||
mod - AI/Global/NTai/AI/NTai/Agents/Chaser.cpp | [ Diff ] [ File ] | ||
mod - AI/Global/NTai/AI/NTai/Agents/Chaser.h | [ Diff ] [ File ] | ||
develop 48345a35
Timestamp: 2007-11-28 00:24:23 Author: tnowell [ Details ] [ Diff ] |
- added CRetreatBehaviour class - removed old retreat behaviour routines - fixed a bug where engaged/active dgunners/attackers/retreaters didn't become inactive/unengaged when a unit idle call was made. git-svn-id: https://spring.clan-sy.com/svn/spring/trunk@4887 37977431-3df6-0310-b722-df95706aa16b |
||
mod - AI/Global/NTai/AI/AI.vcproj | [ Diff ] [ File ] | ||
mod - AI/Global/NTai/AI/NTai/Agents/Chaser.cpp | [ Diff ] [ File ] | ||
mod - AI/Global/NTai/AI/NTai/Core/include.h | [ 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 ] | ||
add - AI/Global/NTai/AI/NTai/Units/Behaviours/CRetreatBehaviour.cpp | [ Diff ] [ File ] | ||
add - AI/Global/NTai/AI/NTai/Units/Behaviours/CRetreatBehaviour.h | [ Diff ] [ File ] | ||
mod - AI/Global/NTai/AI/NTai/Units/CUnit.cpp | [ Diff ] [ File ] | ||
develop d6ca0d81
Timestamp: 2007-11-27 19:58:14 Author: tvo [ Details ] [ Diff ] |
* FreeType isn't needed in updating installer (cause the newer freetype had the font scaling/alignment issues) git-svn-id: https://spring.clan-sy.com/svn/spring/trunk@4886 37977431-3df6-0310-b722-df95706aa16b |
||
mod - installer/sections/main.nsh | [ Diff ] [ File ] | ||
develop e461a4d8
Timestamp: 2007-11-27 01:45:51 Author: tnowell [ Details ] [ Diff ] |
- some clean up and commented code pruning - dgun behaviour implemented - old dgunning routine and functions and containers removed - some dgunning data that was cached as global variables were moved into CUnitTypeData and calculated in the constructor. - some functions refactored to use CUnitTypeData* instead of const UnitDef* git-svn-id: https://spring.clan-sy.com/svn/spring/trunk@4885 37977431-3df6-0310-b722-df95706aa16b |
||
mod - AI/Global/NTai/AI/NTai/Agents/Chaser.cpp | [ Diff ] [ File ] | ||
mod - AI/Global/NTai/AI/NTai/Agents/Chaser.h | [ Diff ] [ File ] | ||
mod - AI/Global/NTai/AI/NTai/Core/helper.cpp | [ Diff ] [ File ] | ||
mod - AI/Global/NTai/AI/NTai/Core/helper.h | [ Diff ] [ File ] | ||
mod - AI/Global/NTai/AI/NTai/Helpers/Units/Actions.cpp | [ Diff ] [ File ] | ||
mod - AI/Global/NTai/AI/NTai/Units/Behaviours/CDGunBehaviour.cpp | [ Diff ] [ File ] | ||
mod - AI/Global/NTai/AI/NTai/Units/Behaviours/CDGunBehaviour.h | [ Diff ] [ File ] | ||
mod - AI/Global/NTai/AI/NTai/Units/CUnit.cpp | [ Diff ] [ File ] | ||
mod - AI/Global/NTai/AI/NTai/Units/CUnitTypeData.cpp | [ Diff ] [ File ] | ||
mod - AI/Global/NTai/AI/NTai/Units/CUnitTypeData.h | [ Diff ] [ File ] | ||
develop c48b6670
Timestamp: 2007-11-26 09:01:33 Author: tvo [ Details ] [ Diff ] |
* Fix for issue that some people can only get sound when hosting, reported by iddq? on the forum. git-svn-id: https://spring.clan-sy.com/svn/spring/trunk@4884 37977431-3df6-0310-b722-df95706aa16b |
||
mod - rts/System/Platform/Win/DxSound.cpp | [ Diff ] [ File ] | ||
develop 987a4647
Timestamp: 2007-11-26 00:25:41 Author: tnowell [ Details ] [ Diff ] |
- added a dgun behaviour, no behaviour logic in it yet though - exclusion range and repair ranges now cached in CUnitTypeData - fixed a bug that prevented units moving past their first task git-svn-id: https://spring.clan-sy.com/svn/spring/trunk@4883 37977431-3df6-0310-b722-df95706aa16b |
||
mod - AI/Global/NTai/AI/NTai/Agents/CManufacturer.cpp | [ Diff ] [ File ] | ||
mod - AI/Global/NTai/AI/NTai/Agents/CManufacturer.h | [ Diff ] [ File ] | ||
mod - AI/Global/NTai/AI/NTai/Core/CCached.h | [ Diff ] [ File ] | ||
mod - AI/Global/NTai/AI/NTai/Core/include.h | [ Diff ] [ File ] | ||
mod - AI/Global/NTai/AI/NTai/Tasks/CKeywordConstructionTask.cpp | [ Diff ] [ File ] | ||
mod - AI/Global/NTai/AI/NTai/Tasks/CUnitConstructionTask.cpp | [ Diff ] [ File ] | ||
add - AI/Global/NTai/AI/NTai/Units/Behaviours/CDGunBehaviour.cpp | [ Diff ] [ File ] | ||
add - AI/Global/NTai/AI/NTai/Units/Behaviours/CDGunBehaviour.h | [ Diff ] [ File ] | ||
mod - AI/Global/NTai/AI/NTai/Units/CUnit.cpp | [ Diff ] [ File ] | ||
mod - AI/Global/NTai/AI/NTai/Units/CUnitTypeData.cpp | [ Diff ] [ File ] | ||
mod - AI/Global/NTai/AI/NTai/Units/CUnitTypeData.h | [ Diff ] [ File ] | ||
develop 04b96760
Timestamp: 2007-11-25 19:38:42 Author: kloot [ Details ] [ Diff ] |
* comments git-svn-id: https://spring.clan-sy.com/svn/spring/trunk@4882 37977431-3df6-0310-b722-df95706aa16b |
||
mod - rts/Sim/Units/Unit.cpp | [ Diff ] [ File ] | ||
develop 926967b2
Timestamp: 2007-11-25 19:29:03 Author: kloot [ Details ] [ Diff ] |
rewrite CUnit::ApplyTransformMatrix() in terms of (unused) GetTransformMatrix() git-svn-id: https://spring.clan-sy.com/svn/spring/trunk@4881 37977431-3df6-0310-b722-df95706aa16b |
||
mod - rts/Sim/Units/Unit.cpp | [ Diff ] [ File ] | ||
develop 7a794479
Timestamp: 2007-11-25 15:57:35 Author: satirik [ Details ] [ Diff ] |
renamed Units tab to Disabled Units and counter added to Disabled Units, Map options and Mod options tab : Disabled Units (3) git-svn-id: https://spring.clan-sy.com/svn/spring/trunk@4880 37977431-3df6-0310-b722-df95706aa16b |
||
develop 557e7faa
Timestamp: 2007-11-25 15:47:03 Author: Auswaschbar [ Details ] [ Diff ] |
* removed strange orphaned file git-svn-id: https://spring.clan-sy.com/svn/spring/trunk@4879 37977431-3df6-0310-b722-df95706aa16b |
||
rm - rts/System/resource.h | [ Diff ] [ File ] | ||
develop 21e990b7
Timestamp: 2007-11-25 15:05:30 Author: Auswaschbar [ Details ] [ Diff ] |
* made elements of CCamera private * cache often and widely used calculations in CCamera to decrease CPU load git-svn-id: https://spring.clan-sy.com/svn/spring/trunk@4878 37977431-3df6-0310-b722-df95706aa16b |
||
mod - rts/Game/Camera.cpp | [ Diff ] [ File ] | ||
mod - rts/Game/Camera.h | [ Diff ] [ File ] | ||
mod - rts/Game/Camera/OverheadController.cpp | [ Diff ] [ File ] | ||
mod - rts/Game/Camera/TWController.cpp | [ Diff ] [ File ] | ||
mod - rts/Game/CameraHandler.cpp | [ Diff ] [ File ] | ||
mod - rts/Game/UI/MiniMap.cpp | [ Diff ] [ File ] | ||
mod - rts/Lua/LuaMaterial.cpp | [ Diff ] [ File ] | ||
mod - rts/Lua/LuaOpenGL.cpp | [ Diff ] [ File ] | ||
mod - rts/Lua/LuaShaders.cpp | [ Diff ] [ File ] | ||
mod - rts/Lua/LuaUnsyncedRead.cpp | [ Diff ] [ File ] | ||
mod - rts/Map/SM3/Frustum.cpp | [ Diff ] [ File ] | ||
mod - rts/Map/SM3/Frustum.h | [ Diff ] [ File ] | ||
mod - rts/Map/SM3/Sm3GroundDrawer.cpp | [ Diff ] [ File ] | ||
mod - rts/Map/SM3/Sm3Map.cpp | [ Diff ] [ File ] | ||
mod - rts/Map/SMF/BFGroundDrawer.cpp | [ Diff ] [ File ] | ||
mod - rts/Rendering/Env/AdvWater.cpp | [ Diff ] [ File ] | ||
mod - rts/Rendering/Env/BaseTreeDrawer.cpp | [ Diff ] [ File ] | ||
mod - rts/Rendering/Env/DynWater.cpp | [ Diff ] [ File ] | ||
mod - rts/Rendering/UnitModels/UnitDrawer.cpp | [ Diff ] [ File ] | ||
develop 237949d8
Timestamp: 2007-11-25 15:04:01 Author: satirik [ Details ] [ Diff ] |
- special skinned button replaced by classic ones - can't add a new text filter with an empty value - order column added in the battlescreen - battle list and client list header design changed to the same one git-svn-id: https://spring.clan-sy.com/svn/spring/trunk@4877 37977431-3df6-0310-b722-df95706aa16b |
||
develop 3bd886ef
Timestamp: 2007-11-25 12:00:08 Author: tvo [ Details ] [ Diff ] |
* Oops, also uninstall the new ogg/vorbis DLLs git-svn-id: https://spring.clan-sy.com/svn/spring/trunk@4876 37977431-3df6-0310-b722-df95706aa16b |
||
mod - installer/sections/main.nsh | [ Diff ] [ File ] | ||
develop dc134ce9
Timestamp: 2007-11-25 11:58:01 Author: tvo [ Details ] [ Diff ] |
* Update list of DLLs that come with full/updating installer. git-svn-id: https://spring.clan-sy.com/svn/spring/trunk@4875 37977431-3df6-0310-b722-df95706aa16b |
||
mod - installer/sections/main.nsh | [ Diff ] [ File ] | ||
develop bbd51b67
Timestamp: 2007-11-25 02:39:11 Author: kloot [ Details ] [ Diff ] |
factor out some glGetDoublev() calls (may be faster on certain GPU architectures) git-svn-id: https://spring.clan-sy.com/svn/spring/trunk@4874 37977431-3df6-0310-b722-df95706aa16b |
||
mod - rts/Game/Camera.cpp | [ Diff ] [ File ] | ||
mod - rts/Game/Camera.h | [ Diff ] [ File ] | ||
develop 4108726c
Timestamp: 2007-11-25 02:21:27 Author: satirik [ Details ] [ Diff ] |
- JoinStringList bug fixed - Remove away msg menu added - check new beta lobby version url changed to http://buildbot.no-ip.org/~satirik/TASClient.txt - keep battle filters removed - battle filters system changed to a panel, same filters as before plus : filter replays battle, filter my rank >= rank limit, players and max players < > or = to a value, host, map name, mod name or description contains or not a list of strings git-svn-id: https://spring.clan-sy.com/svn/spring/trunk@4873 37977431-3df6-0310-b722-df95706aa16b |
||
develop ba104583
Timestamp: 2007-11-24 18:55:51 Author: Auswaschbar [ Details ] [ Diff ] |
* updated network doxygen documentation and reordered functions in Net.cpp to match the order from Net.h git-svn-id: https://spring.clan-sy.com/svn/spring/trunk@4872 37977431-3df6-0310-b722-df95706aa16b |
||
mod - rts/System/Net/Net.cpp | [ Diff ] [ File ] | ||
mod - rts/System/Net/Net.h | [ Diff ] [ File ] | ||
develop 2a530536
Timestamp: 2007-11-24 18:15:32 Author: Auswaschbar [ Details ] [ Diff ] |
* updated doxyfile * fix crash in gameserver when a player left the game git-svn-id: https://spring.clan-sy.com/svn/spring/trunk@4871 37977431-3df6-0310-b722-df95706aa16b |
||
mod - Doxyfile | [ Diff ] [ File ] | ||
mod - rts/Game/GameServer.cpp | [ Diff ] [ File ] | ||
mod - rts/Game/GameServer.h | [ Diff ] [ File ] | ||
develop 69cf9f1d
Timestamp: 2007-11-24 15:42:40 Author: tvo [ Details ] [ Diff ] |
* Bump demofile version since header was changed. * Changed variable name to lowerCamelCase. * Changed unsigned to int for consistency with the other fields, and because unsigned may confuse people using the interface from languages that don't know unsigned integral data types. git-svn-id: https://spring.clan-sy.com/svn/spring/trunk@4870 37977431-3df6-0310-b722-df95706aa16b |
||
mod - rts/Game/GameServer.cpp | [ Diff ] [ File ] | ||
mod - rts/System/DemoRecorder.cpp | [ Diff ] [ File ] | ||
mod - rts/System/DemoRecorder.h | [ Diff ] [ File ] | ||
mod - rts/System/demofile.h | [ Diff ] [ File ] | ||
develop 8be1aca1
Timestamp: 2007-11-24 13:26:13 Author: Auswaschbar [ Details ] [ Diff ] |
* players from demo once again can'T change speed / pause * its now possible to set max/min speed and kick player if you are host, but not player[0] git-svn-id: https://spring.clan-sy.com/svn/spring/trunk@4869 37977431-3df6-0310-b722-df95706aa16b |
||
mod - rts/Game/GameServer.cpp | [ Diff ] [ File ] | ||
mod - rts/Game/GameServer.h | [ Diff ] [ File ] | ||
develop e18b4afb
Timestamp: 2007-11-24 13:03:46 Author: Auswaschbar [ Details ] [ Diff ] |
* added maxPlayerNum to demoheader - all players with a number elss than this are demo players * some fixes in demo code Note: this patch breaks compatiblity with old replays git-svn-id: https://spring.clan-sy.com/svn/spring/trunk@4868 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/Game/UI/GameSetupDrawer.cpp | [ Diff ] [ File ] | ||
mod - rts/Game/UI/GameSetupDrawer.h | [ Diff ] [ File ] | ||
mod - rts/Game/UI/InputReceiver.h | [ Diff ] [ File ] | ||
mod - rts/System/DemoRecorder.cpp | [ Diff ] [ File ] | ||
mod - rts/System/DemoRecorder.h | [ Diff ] [ File ] | ||
mod - rts/System/Net/ProtocolDef.cpp | [ Diff ] [ File ] | ||
mod - rts/System/demofile.h | [ Diff ] [ File ] | ||
develop 13500486
Timestamp: 2007-11-24 11:37:18 Author: tvo [ Details ] [ Diff ] |
* Comment out printf from ArchiveScanner. * GameSetupDrawer doesn't need to inherit GameSetup. git-svn-id: https://spring.clan-sy.com/svn/spring/trunk@4867 37977431-3df6-0310-b722-df95706aa16b |
||
mod - rts/Game/UI/GameSetupDrawer.cpp | [ Diff ] [ File ] | ||
mod - rts/Game/UI/GameSetupDrawer.h | [ Diff ] [ File ] | ||
mod - rts/System/FileSystem/ArchiveScanner.cpp | [ Diff ] [ File ] | ||
develop ec118175
Timestamp: 2007-11-23 10:17:29 Author: trepan [ Details ] [ Diff ] |
* Omitted files within .../hidden/* directories from the scan * Added a printf() for uncached files that are being scanned git-svn-id: https://spring.clan-sy.com/svn/spring/trunk@4866 37977431-3df6-0310-b722-df95706aa16b |
||
mod - rts/System/FileSystem/ArchiveScanner.cpp | [ Diff ] [ File ] | ||
develop c082f043
Timestamp: 2007-11-23 02:48:53 Author: kloot [ Details ] [ Diff ] |
enable compilation of the Ogg decoders git-svn-id: https://spring.clan-sy.com/svn/spring/trunk@4865 37977431-3df6-0310-b722-df95706aa16b |
||
mod - rts/System/Platform/Linux/OggStream.cpp | [ Diff ] [ File ] | ||
mod - rts/System/Platform/Linux/OggStream.h | [ Diff ] [ File ] | ||
mod - rts/System/Platform/Linux/OpenALSound.cpp | [ Diff ] [ File ] | ||
mod - rts/System/Platform/Win/DxSound.cpp | [ Diff ] [ File ] | ||
mod - rts/System/Platform/Win/OggStream.cpp | [ Diff ] [ File ] | ||
mod - rts/System/Platform/Win/OggStream.h | [ Diff ] [ File ] | ||