2025-08-21 11:53 CEST

Changesets: spring

Search ] Browse ] Back to Index ]
develop fc9b3c8e
Timestamp: 2009-06-20 12:11:23
Author: Karl-Robert Ernst
Details ] Diff ]
remove the network-unittest (not working anymore)
rm - rts/System/Net/Test/CMakeLists.txt Diff ] File ]
rm - rts/System/Net/Test/main.cpp Diff ] File ]
develop b7525745
Timestamp: 2009-06-20 12:04:11
Author: Karl-Robert Ernst
Details ] Diff ]
nsis: remove some very old stuff
mod - installer/sections/main.nsh Diff ] File ]
develop f65ee81a
Timestamp: 2009-06-19 23:26:12
Author: Karl-Robert Ernst
Details ] Diff ]
nsis: again
mod - installer/sections/main.nsh Diff ] File ]
develop 63268a52
Timestamp: 2009-06-19 23:02:24
Author: Karl-Robert Ernst
Details ] Diff ]
nsis: fix?
mod - installer/sections/main.nsh Diff ] File ]
develop d9f47402
Timestamp: 2009-06-19 22:17:24
Author: Karl-Robert Ernst
Details ] Diff ]
installer: add dialog for complete removal (including all settings)
mod - installer/sections/main.nsh Diff ] File ]
develop b94c188b
Timestamp: 2009-06-19 09:40:43
Author: hoijui
Details ] Diff ]
Revert "AI: NTai: separate the AIs custom TDF parser more from the engine internal one [Societal's patch]"

This reverts commit 0939285e09caaedfff71382d8a3156e4d166cdf9.
mod - AI/Skirmish/NTai/AI/NTai/Core/include.h Diff ] File ]
develop d3041565
Timestamp: 2009-06-19 02:07:00
Author: zerver
Details ] Diff ]
Fix boost compile errors (mingw)
mod - rts/Game/GameServer.cpp Diff ] File ]
mod - rts/Game/OSCStatsSender.cpp Diff ] File ]
mod - rts/System/AutohostInterface.cpp Diff ] File ]
mod - rts/System/Net/Socket.cpp Diff ] File ]
mod - rts/System/Net/UDPConnection.cpp Diff ] File ]
mod - rts/System/Net/UDPListener.cpp Diff ] File ]
mod - rts/System/NetProtocol.cpp Diff ] File ]
develop 1b56a63e
Timestamp: 2009-06-19 00:36:40
Author: zerver
Details ] Diff ]
Fix the previous commit (_stat on windows sucks real bad)
mod - rts/System/FileSystem/FileSystem.cpp Diff ] File ]
develop 950676c4
Timestamp: 2009-06-17 20:19:15
Author: Karl-Robert Ernst
Details ] Diff ]
windows: use a datadir as read-only if its not writable instead of jsut dropping it
mod - rts/System/FileSystem/DataDirLocater.cpp Diff ] File ]
develop d9dd5317
Timestamp: 2009-06-17 19:48:11
Author: Karl-Robert Ernst
Details ] Diff ]
maybe fix a bug with spectators watching AI games not starting
mod - rts/Game/GameServer.cpp Diff ] File ]
develop 0939285e
Timestamp: 2009-06-17 12:53:11
Author: hoijui
Details ] Diff ]
AI: NTai: separate the AIs custom TDF parser more from the engine internal one [Societal's patch]
mod - AI/Skirmish/NTai/AI/NTai/Core/include.h Diff ] File ]
develop cab5edfc
Timestamp: 2009-06-17 12:51:02
Author: hoijui
Details ] Diff ]
comments cleanup
mod - rts/System/TdfParser.h Diff ] File ]
develop 8b2fc6f5
Timestamp: 2009-06-16 20:02:28
Author: Karl-Robert Ernst
Details ] Diff ]
network: remove some unneeded headers
mod - rts/System/Net/UDPConnection.cpp Diff ] File ]
develop 3d83782e
Timestamp: 2009-06-16 09:45:47
Author: hoijui
Details ] Diff ]
AI: destroy an AI when the init event was handled with an error
mod - rts/ExternalAI/SkirmishAIWrapper.cpp Diff ] File ]
mod - rts/ExternalAI/SkirmishAIWrapper.h Diff ] File ]
develop f9bbc1c2
Timestamp: 2009-06-15 20:57:14
Author: zerver
Details ] Diff ]
Fix compile errors
mod - rts/Game/OSCStatsSender.cpp Diff ] File ]
mod - rts/System/AutohostInterface.cpp Diff ] File ]
mod - rts/System/Net/RawPacket.cpp Diff ] File ]
mod - rts/System/Net/Socket.cpp Diff ] File ]
mod - rts/System/Net/UDPConnection.cpp Diff ] File ]
mod - rts/System/Net/UDPListener.cpp Diff ] File ]
mod - rts/build/vstudio8/rts.vcproj Diff ] File ]
develop 51e0de90
Timestamp: 2009-06-15 17:21:39
Author: Karl-Robert Ernst
Details ] Diff ]
network: URL notation in the log
mod - rts/Game/PreGame.cpp Diff ] File ]
mod - rts/System/Net/UDPConnection.cpp Diff ] File ]
develop c0250cd6
Timestamp: 2009-06-15 17:00:40
Author: Karl-Robert Ernst
Details ] Diff ]
restore the oscstatsender to its old glory
mod - rts/Game/Game.cpp Diff ] File ]
mod - rts/Game/GameServer.cpp Diff ] File ]
mod - rts/Game/OSCStatsSender.cpp Diff ] File ]
mod - rts/Game/OSCStatsSender.h Diff ] File ]
mod - rts/System/Net/UDPListener.cpp Diff ] File ]
mod - rts/System/Net/UDPListener.h Diff ] File ]
develop 15da6def
Timestamp: 2009-06-15 16:21:29
Author: Karl-Robert Ernst
Details ] Diff ]
net: do a hostname resolution when address.from_string() gives error
mod - rts/System/Net/UDPConnection.cpp Diff ] File ]
develop e5f8d64f
Timestamp: 2009-06-15 15:36:27
Author: Karl-Robert Ernst
Details ] Diff ]
network: beautify text and show player IP on connecting
mod - rts/Game/GameServer.cpp Diff ] File ]
mod - rts/Game/PreGame.cpp Diff ] File ]
mod - rts/Game/Server/MsgStrings.h Diff ] File ]
mod - rts/System/Net/Connection.h Diff ] File ]
mod - rts/System/Net/LocalConnection.h Diff ] File ]
mod - rts/System/Net/UDPConnection.cpp Diff ] File ]
mod - rts/System/Net/UDPConnection.h Diff ] File ]
mod - rts/System/NetProtocol.cpp Diff ] File ]
mod - rts/System/NetProtocol.h Diff ] File ]
develop 9a06ebb7
Timestamp: 2009-06-15 15:18:08
Author: Karl-Robert Ernst
Details ] Diff ]
network: rewrite using boost::asio
features:
* open socket using UDPv6 at host side
* client autodetection of wheter host is IPv6
mod - CMakeLists.txt Diff ] File ]
mod - rts/CMakeLists.txt Diff ] File ]
mod - rts/Game/Game.cpp Diff ] File ]
mod - rts/Game/GameServer.cpp Diff ] File ]
mod - rts/Game/OSCStatsSender.cpp Diff ] File ]
mod - rts/System/AutohostInterface.cpp Diff ] File ]
mod - rts/System/AutohostInterface.h Diff ] File ]
mod - rts/System/Net/Connection.h Diff ] File ]
mod - rts/System/Net/LocalConnection.cpp Diff ] File ]
mod - rts/System/Net/LocalConnection.h Diff ] File ]
mod - rts/System/Net/Socket.cpp Diff ] File ]
mod - rts/System/Net/Socket.h Diff ] File ]
rm - rts/System/Net/UDPConnectedSocket.cpp Diff ] File ]
rm - rts/System/Net/UDPConnectedSocket.h Diff ] File ]
mod - rts/System/Net/UDPConnection.cpp Diff ] File ]
mod - rts/System/Net/UDPConnection.h Diff ] File ]
mod - rts/System/Net/UDPListener.cpp Diff ] File ]
mod - rts/System/Net/UDPListener.h Diff ] File ]
rm - rts/System/Net/UDPSocket.cpp Diff ] File ]
rm - rts/System/Net/UDPSocket.h Diff ] File ]
mod - rts/System/NetProtocol.cpp Diff ] File ]
mod - tools/DedicatedServer/CMakeLists.txt Diff ] File ]
develop 3aedc7c1
Timestamp: 2009-06-15 11:56:16
Author: Soichiro Yokoyama
Committer: Karl-Robert Ernst
Details ] Diff ]
A object was not released properly in Mac specific code to get binary path.

Signed-off-by: Karl-Robert Ernst <k-r.ernst@my-mail.ch>
mod - rts/System/Platform/Misc.cpp Diff ] File ]
develop 5dcf8adf
Timestamp: 2009-06-15 10:16:26
Author: Karl-Robert Ernst
Details ] Diff ]
net: header cleanup
mod - rts/System/Net/UDPListener.cpp Diff ] File ]
develop db6e4e70
Timestamp: 2009-06-15 01:16:56
Author: Karl-Robert Ernst
Details ] Diff ]
fix AI startpositions
mod - rts/Game/GameServer.cpp Diff ] File ]
mod - rts/Game/GameServer.h Diff ] File ]
develop ce662fd2
Timestamp: 2009-06-15 00:24:07
Author: Karl-Robert Ernst
Details ] Diff ]
altering myPlayerName is a bad idea as it don't let you connect any more
mod - rts/Game/ClientSetup.cpp Diff ] File ]
develop b20eed5c
Timestamp: 2009-06-14 20:16:59
Author: zerver
Details ] Diff ]
Cleanup duplicated mutex
mod - rts/System/Sound/Sound.cpp Diff ] File ]
mod - rts/build/vstudio8/rts.vcproj Diff ] File ]
mod - rts/lib/gml/gml.cpp Diff ] File ]
mod - rts/lib/gml/gml.h Diff ] File ]
First  Prev  1 2 3 ... 110 ... 220 ... 330 ... 440 ... 550 ... 660 ... 733 734 735 736 737 738 739 ... 770 ... 880 ... 990 ... 1057 1058 1059  Next  Last