2025-08-29 16:24 CEST

spring: develop 6a89da4a Diff ] Back to Repository ]
Author Committer Branch Timestamp Parent
tvo tvo develop 2007-07-13 20:59:40 develop f6885db2
Changeset * Change some useless code:
  - comparing for equality using (x - y) == 0 -> x == y
  - if (condition) return true; else return false; -> return condition;
* Fix overflow in local connection in all local demo playback modes.
* Fix potential bugs / make code a little more defensive.
* Give warning if archive can not be found in CArchiveScanner::GetArchiveChecksum.



git-svn-id: https://spring.clan-sy.com/svn/spring/trunk@3923 37977431-3df6-0310-b722-df95706aa16b
mod - rts/Game/GameServer.cpp Diff ] File ]
mod - rts/Game/PreGame.cpp Diff ] File ]
mod - rts/System/FileSystem/ArchiveScanner.cpp Diff ] File ]
mod - rts/System/LocalConnection.cpp Diff ] File ]
mod - rts/System/Main.cpp Diff ] File ]
mod - rts/System/Net.cpp Diff ] File ]
mod - rts/System/NetProtocol.cpp Diff ] File ]
mod - rts/System/RemoteConnection.cpp Diff ] File ]