Changesets: spring
develop a42685b8
Timestamp: 2007-07-29 15:40:03 Author: trepan [ Details ] [ Diff ] |
* Fixed the VS8 fix for non VS8 git-svn-id: https://spring.clan-sy.com/svn/spring/trunk@4106 37977431-3df6-0310-b722-df95706aa16b |
||
mod - rts/System/Net/UDPSocket.cpp | [ Diff ] [ File ] | ||
develop f5985650
Timestamp: 2007-07-29 09:46:19 Author: Victor [ Details ] [ Diff ] |
Fixed VS8 errors git-svn-id: https://spring.clan-sy.com/svn/spring/trunk@4105 37977431-3df6-0310-b722-df95706aa16b |
||
mod - rts/System/Net/UDPSocket.cpp | [ Diff ] [ File ] | ||
develop 02b254a1
Timestamp: 2007-07-29 04:41:40 Author: kloot [ Details ] [ Diff ] |
... and a potential segfault if that build-option isn't a construction unit git-svn-id: https://spring.clan-sy.com/svn/spring/trunk@4104 37977431-3df6-0310-b722-df95706aa16b |
||
mod - AI/Global/KAI-0.12/BuildUp.cpp | [ Diff ] [ File ] | ||
develop bad87674
Timestamp: 2007-07-29 04:03:03 Author: kloot [ Details ] [ Diff ] |
fix KAI not recognizing factories with only one build-option git-svn-id: https://spring.clan-sy.com/svn/spring/trunk@4103 37977431-3df6-0310-b722-df95706aa16b |
||
mod - AI/Global/KAI-0.12/BuildUp.cpp | [ Diff ] [ File ] | ||
mod - AI/Global/KAI-0.12/UnitTable.cpp | [ Diff ] [ File ] | ||
develop b4f1db4e
Timestamp: 2007-07-29 03:24:31 Author: kloot [ Details ] [ Diff ] |
tweaks for less conservative nuking git-svn-id: https://spring.clan-sy.com/svn/spring/trunk@4102 37977431-3df6-0310-b722-df95706aa16b |
||
mod - AI/Global/KAI-0.12/BuildUp.cpp | [ Diff ] [ File ] | ||
develop b2513e81
Timestamp: 2007-07-29 02:41:16 Author: kloot [ Details ] [ Diff ] |
make KAI 0.12 nuke-capable git-svn-id: https://spring.clan-sy.com/svn/spring/trunk@4101 37977431-3df6-0310-b722-df95706aa16b |
||
mod - AI/Global/KAI-0.12/AttackGroup.cpp | [ Diff ] [ File ] | ||
mod - AI/Global/KAI-0.12/AttackHandler.cpp | [ Diff ] [ File ] | ||
mod - AI/Global/KAI-0.12/AttackHandler.h | [ Diff ] [ File ] | ||
mod - AI/Global/KAI-0.12/BuildUp.cpp | [ Diff ] [ File ] | ||
mod - AI/Global/KAI-0.12/BuildUp.h | [ Diff ] [ File ] | ||
mod - AI/Global/KAI-0.12/Containers.h | [ Diff ] [ File ] | ||
mod - AI/Global/KAI-0.12/Definitions.h | [ Diff ] [ File ] | ||
mod - AI/Global/KAI-0.12/EconomyTracker.cpp | [ Diff ] [ File ] | ||
mod - AI/Global/KAI-0.12/GlobalAI.cpp | [ Diff ] [ File ] | ||
mod - AI/Global/KAI-0.12/Include.h | [ Diff ] [ File ] | ||
mod - AI/Global/KAI-0.12/TODO.txt | [ Diff ] [ File ] | ||
mod - AI/Global/KAI-0.12/ThreatMap.cpp | [ Diff ] [ File ] | ||
mod - AI/Global/KAI-0.12/Unit.cpp | [ Diff ] [ File ] | ||
mod - AI/Global/KAI-0.12/Unit.h | [ Diff ] [ File ] | ||
mod - AI/Global/KAI-0.12/UnitHandler.cpp | [ Diff ] [ File ] | ||
mod - AI/Global/KAI-0.12/UnitHandler.h | [ Diff ] [ File ] | ||
mod - AI/Global/KAI-0.12/UnitTable.cpp | [ Diff ] [ File ] | ||
mod - AI/Global/KAI-0.12/UnitTable.h | [ Diff ] [ File ] | ||
develop 6ecf3872
Timestamp: 2007-07-28 20:14:31 Author: Auswaschbar [ Details ] [ Diff ] |
* added a class for easy connecting to a location with udpsockets * added a class for communicating with autohosts (or similar programs) using UDP for now it supports: - inform about important game events like starting, stopping, player joined / left and all players chat messages - autohost can inject chatmessages to spring using the hosts playernumber git-svn-id: https://spring.clan-sy.com/svn/spring/trunk@4100 37977431-3df6-0310-b722-df95706aa16b |
||
mod - rts/Game/GameServer.cpp | [ Diff ] [ File ] | ||
mod - rts/Game/GameServer.h | [ Diff ] [ File ] | ||
mod - rts/Game/Team.cpp | [ Diff ] [ File ] | ||
add - rts/System/AutohostInterface.cpp | [ Diff ] [ File ] | ||
add - rts/System/AutohostInterface.h | [ Diff ] [ File ] | ||
mod - rts/System/Main.cpp | [ Diff ] [ File ] | ||
add - rts/System/Net/UDPHardlink.cpp | [ Diff ] [ File ] | ||
add - rts/System/Net/UDPHardlink.h | [ Diff ] [ File ] | ||
develop 48b4ff8c
Timestamp: 2007-07-28 17:43:06 Author: Victor [ Details ] [ Diff ] |
* Added new aircraft command: CMD_IDLEMODE It switch what aircraft will do on idle (Land or dont land) * Fixed bug: Air transport can land if it unloaded not all units * Fixed bug: Not empty air transport lands on stop command To Auswaschbar: Your UDPSocket.cpp in not compiling in VS8. in "throw network_error(std::string(***) + GetErrorMsg());" (4 lines) I receive 52 errors: ..\..\System\Net\UDPSocket.cpp(49) : error C2784: 'std::_String_iterator<_Elem,_Traits,_Alloc> std::operator +(_String_iterator<_Elem,_Traits,_Alloc>::difference_type,std::_String_iterator<_Elem,_Traits,_Alloc>)' : could not deduce template argument for 'std::_String_iterator<_Elem,_Traits,_Alloc>' from 'std::string' E:\Program Files\Microsoft Visual Studio 8\VC\include\xstring(438) : see declaration of 'std::operator +' *****(4 same errors) ..\..\System\Net\UDPSocket.cpp(49) : error C2784: 'std::_String_const_iterator<_Elem,_Traits,_Alloc> std::operator +(_String_const_iterator<_Elem,_Traits,_Alloc>::difference_type,std::_String_const_iterator<_Elem,_Traits,_Alloc>)' : could not deduce template argument for 'std::_String_const_iterator<_Elem,_Traits,_Alloc>' from 'std::string' E:\Program Files\Microsoft Visual Studio 8\VC\include\xstring(298) : see declaration of 'std::operator +' *****(4 same errors) ..\..\System\Net\UDPSocket.cpp(49) : error C2784: 'std::reverse_iterator<_RanIt> std::operator +(_Diff,const std::reverse_iterator<_RanIt> &)' : could not deduce template argument for 'const std::reverse_iterator<_RanIt> &' from 'std::string' E:\Program Files\Microsoft Visual Studio 8\VC\include\xutility(1809) : see declaration of 'std::operator +' *****(4 same errors) ..\..\System\Net\UDPSocket.cpp(49) : error C2676: binary '+' : 'std::basic_string<_Elem,_Traits,_Ax>' does not define this operator or a conversion to a type acceptable to the predefined operator with [ _Elem=char, _Traits=std::char_traits<char>, _Ax=std::allocator<char> ] *****(Same errors for other lines) git-svn-id: https://spring.clan-sy.com/svn/spring/trunk@4099 37977431-3df6-0310-b722-df95706aa16b |
||
mod - rts/Game/command.cpp | [ Diff ] [ File ] | ||
mod - rts/Game/command.h | [ Diff ] [ File ] | ||
mod - rts/Sim/MoveTypes/AirMoveType.cpp | [ Diff ] [ File ] | ||
mod - rts/Sim/MoveTypes/AirMoveType.h | [ Diff ] [ File ] | ||
mod - rts/Sim/MoveTypes/TAAirMoveType.cpp | [ Diff ] [ File ] | ||
mod - rts/Sim/MoveTypes/TAAirMoveType.h | [ Diff ] [ File ] | ||
mod - rts/Sim/Units/CommandAI/AirCAI.cpp | [ Diff ] [ File ] | ||
mod - rts/Sim/Units/CommandAI/MobileCAI.cpp | [ Diff ] [ File ] | ||
mod - rts/Sim/Units/CommandAI/TransportCAI.cpp | [ Diff ] [ File ] | ||
develop 48537414
Timestamp: 2007-07-28 11:40:29 Author: tnowell [ Details ] [ Diff ] |
-adjustments and clean up of the private message window -removed printing unit names to std::out in CSync.java -Incremented Version to Beta2 RC2 -Misc changes git-svn-id: https://spring.clan-sy.com/svn/spring/trunk@4098 37977431-3df6-0310-b722-df95706aa16b |
||
develop 27933e3e
Timestamp: 2007-07-28 01:17:54 Author: kloot [ Details ] [ Diff ] |
fix KAI 0.12 building gigantic radar farms under certain circumstances git-svn-id: https://spring.clan-sy.com/svn/spring/trunk@4097 37977431-3df6-0310-b722-df95706aa16b |
||
mod - AI/Global/KAI-0.12/BuildUp.cpp | [ Diff ] [ File ] | ||
mod - AI/Global/KAI-0.12/BuildUp.h | [ Diff ] [ File ] | ||
mod - AI/Global/KAI-0.12/EconomyManager.h | [ Diff ] [ File ] | ||
mod - AI/Global/KAI-0.12/GlobalAI.cpp | [ Diff ] [ File ] | ||
mod - AI/Global/KAI-0.12/TODO.txt | [ Diff ] [ File ] | ||
mod - AI/Global/KAI-0.12/Unit.cpp | [ Diff ] [ File ] | ||
mod - AI/Global/KAI-0.12/UnitHandler.cpp | [ Diff ] [ File ] | ||
mod - AI/Global/KAI-0.12/UnitTable.cpp | [ Diff ] [ File ] | ||
develop 3b3a1d82
Timestamp: 2007-07-26 22:10:24 Author: tnowell [ Details ] [ Diff ] |
-Fixed NTai flickering in and out of verbose mode -Added IsVerbose method to Logging class -Blocking map is now drawn correctly when in verbose mode -Some console error messages have been switched to log file messages -Some mentions of version numbers have been corrected -Cheat events disabled git-svn-id: https://spring.clan-sy.com/svn/spring/trunk@4096 37977431-3df6-0310-b722-df95706aa16b |
||
mod - AI/Global/NTai/AI/NTai/Agents/CManufacturer.cpp | [ Diff ] [ File ] | ||
mod - AI/Global/NTai/AI/NTai/Core/helper.cpp | [ Diff ] [ File ] | ||
mod - AI/Global/NTai/AI/NTai/Engine/COrderRouter.cpp | [ Diff ] [ File ] | ||
mod - AI/Global/NTai/AI/NTai/Helpers/Log.cpp | [ Diff ] [ File ] | ||
mod - AI/Global/NTai/AI/NTai/Helpers/Log.h | [ Diff ] [ File ] | ||
mod - AI/Global/NTai/AI/NTai/Helpers/Terrain/CBuildingPlacer.cpp | [ Diff ] [ File ] | ||
mod - AI/Global/NTai/AI/NTai/Units/CUnit.cpp | [ Diff ] [ File ] | ||
mod - AI/Global/NTai/AI/nbproject/Makefile-Debug.mk | [ Diff ] [ File ] | ||
mod - AI/Global/NTai/AI/nbproject/configurations.xml | [ Diff ] [ File ] | ||
mod - AI/Global/NTai/AI/nbproject/private/configurations.xml | [ Diff ] [ File ] | ||
develop 0942821b
Timestamp: 2007-07-26 13:00:01 Author: kloot [ Details ] [ Diff ] |
fix compilation of CRemoteConnection git-svn-id: https://spring.clan-sy.com/svn/spring/trunk@4095 37977431-3df6-0310-b722-df95706aa16b |
||
mod - rts/System/RemoteConnection.cpp | [ Diff ] [ File ] | ||
develop a8a72058
Timestamp: 2007-07-26 12:30:07 Author: tnowell [ Details ] [ Diff ] |
- changed some margin values on a button - Added more French translations. Not sure about the correct translation of 'channels' though, google keeps assuming I mean 'canals' as in those big long waterways they send those dinky boats and boat homes down git-svn-id: https://spring.clan-sy.com/svn/spring/trunk@4094 37977431-3df6-0310-b722-df95706aa16b |
||
develop 60035f58
Timestamp: 2007-07-25 19:28:34 Author: Auswaschbar [ Details ] [ Diff ] |
* brougth some constness to UDPSocket * used boost::ptr_deque<int,RawPacket> instead of std::deque<int,RawPacket*> (same with std::map) git-svn-id: https://spring.clan-sy.com/svn/spring/trunk@4093 37977431-3df6-0310-b722-df95706aa16b |
||
mod - rts/System/Net/UDPSocket.cpp | [ Diff ] [ File ] | ||
mod - rts/System/Net/UDPSocket.h | [ Diff ] [ File ] | ||
mod - rts/System/RemoteConnection.cpp | [ Diff ] [ File ] | ||
mod - rts/System/RemoteConnection.h | [ Diff ] [ File ] | ||
develop 2df5d947
Timestamp: 2007-07-25 04:02:16 Author: trepan [ Details ] [ Diff ] |
* Fix for MSVC compilers? git-svn-id: https://spring.clan-sy.com/svn/spring/trunk@4092 37977431-3df6-0310-b722-df95706aa16b |
||
mod - rts/System/Net/UDPSocket.cpp | [ Diff ] [ File ] | ||
develop 48d223a0
Timestamp: 2007-07-25 00:58:49 Author: tnowell [ Details ] [ Diff ] |
Translation support for channels, private messages, the toast message subwindow, and the channelview class git-svn-id: https://spring.clan-sy.com/svn/spring/trunk@4091 37977431-3df6-0310-b722-df95706aa16b |
||
develop 327f3f9f
Timestamp: 2007-07-24 22:10:06 Author: Auswaschbar [ Details ] [ Diff ] |
factored out Packet from RemoteConnection to Net/RawPacket git-svn-id: https://spring.clan-sy.com/svn/spring/trunk@4090 37977431-3df6-0310-b722-df95706aa16b |
||
add - rts/System/Net/RawPacket.cpp | [ Diff ] [ File ] | ||
add - rts/System/Net/RawPacket.h | [ Diff ] [ File ] | ||
mod - rts/System/RemoteConnection.cpp | [ Diff ] [ File ] | ||
mod - rts/System/RemoteConnection.h | [ Diff ] [ File ] | ||
develop a3f23eae
Timestamp: 2007-07-24 02:05:34 Author: tnowell [ Details ] [ Diff ] |
flags moved from the main jar to package1 (aka the file system), the battle window needed modifying to use this. git-svn-id: https://spring.clan-sy.com/svn/spring/trunk@4089 37977431-3df6-0310-b722-df95706aa16b |
||
develop 881f4b1f
Timestamp: 2007-07-24 01:39:29 Author: tnowell [ Details ] [ Diff ] |
removed battle UI mock-up class git-svn-id: https://spring.clan-sy.com/svn/spring/trunk@4088 37977431-3df6-0310-b722-df95706aa16b |
||
develop 6c6aa5db
Timestamp: 2007-07-24 01:38:25 Author: tnowell [ Details ] [ Diff ] |
dependencies on Absolute.jar and Swing Extensions libraries removed completely. git-svn-id: https://spring.clan-sy.com/svn/spring/trunk@4087 37977431-3df6-0310-b722-df95706aa16b |
||
develop 30a19a18
Timestamp: 2007-07-24 00:53:46 Author: kloot [ Details ] [ Diff ] |
... and another AAI showstopper when saving sector-data git-svn-id: https://spring.clan-sy.com/svn/spring/trunk@4086 37977431-3df6-0310-b722-df95706aa16b |
||
mod - AI/Global/AAI/AAIMap.cpp | [ Diff ] [ File ] | ||
develop d7bdec0f
Timestamp: 2007-07-24 00:43:28 Author: kloot [ Details ] [ Diff ] |
fix a crash-bug in AAI when loading cached sector-data git-svn-id: https://spring.clan-sy.com/svn/spring/trunk@4085 37977431-3df6-0310-b722-df95706aa16b |
||
mod - AI/Global/AAI/AAIMap.cpp | [ Diff ] [ File ] | ||
develop a662a6d9
Timestamp: 2007-07-23 22:00:51 Author: Auswaschbar [ Details ] [ Diff ] |
git-svn-id: https://spring.clan-sy.com/svn/spring/trunk@4084 37977431-3df6-0310-b722-df95706aa16b | ||
mod - rts/System/Net/UDPSocket.cpp | [ Diff ] [ File ] | ||
develop d928967b
Timestamp: 2007-07-23 21:52:55 Author: Auswaschbar [ Details ] [ Diff ] |
sry for commitspam, but i cant test compiling on windows git-svn-id: https://spring.clan-sy.com/svn/spring/trunk@4083 37977431-3df6-0310-b722-df95706aa16b |
||
mod - rts/System/Net.cpp | [ Diff ] [ File ] | ||
mod - rts/System/Net/UDPSocket.cpp | [ Diff ] [ File ] | ||
develop cbf5b760
Timestamp: 2007-07-23 21:39:09 Author: Auswaschbar [ Details ] [ Diff ] |
another win compile error :( git-svn-id: https://spring.clan-sy.com/svn/spring/trunk@4082 37977431-3df6-0310-b722-df95706aa16b |
||
mod - rts/System/Net.cpp | [ Diff ] [ File ] | ||