index
:
Erich/openttd
chunnel
master
signaltunnel
sloped-stations
sloped-stations-original
underground
underground-plus-others-original
underground-save-load
underground-station-construction
Unnamed repository; edit this file 'description' to name the repository.
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
network
/
core
Age
Commit message (
Expand
)
Author
2010-05-13
(svn r19809) -Codechange: make some unnamed network related enums/defines sta...
rubidium
2010-05-10
(svn r19781) -Fix [FS#3809]: compilation on NetBSD failed (Krille)
rubidium
2010-04-22
(svn r19693) -Codechange: split STATUS_INACTIVE to two states
smatz
2010-04-19
(svn r19678) -Fix (r19607): client status was shown incorrect in the console
rubidium
2010-04-12
(svn r19614) -Codechange: "it's" => "its" where appropriate
smatz
2010-04-11
(svn r19610) -Codechange: rename STATUS_AUTH to STATUS_AUTHORIZED
smatz
2010-04-11
(svn r19607) -Codechange: use different packet types instead of packet subtypes
smatz
2010-03-23
(svn r19508) -Codechange: remove semicolon after DEFINE_UNAVAILABLE_CONTENT_R...
smatz
2010-03-11
(svn r19385) -Fix [FS#3684]: [IPv6] Netmask calculations were wrong if cidr >...
rubidium
2010-02-25
(svn r19256) -Codechange: use a constructor/destructor for GRFConfig to make ...
yexo
2010-02-25
(svn r19255) -Codechange: encapsulate GRFIdentifier in GRFConfig instead of s...
yexo
2010-02-10
(svn r19090) -Codechange: some comment coding style fixes
rubidium
2010-02-09
(svn r19072) -Fix [FS#3599]: possible read/write after free when the client t...
rubidium
2010-02-07
(svn r19054) -Fix [FS#3598]: when banning yourself via rcon do not send the '...
rubidium
2010-02-04
(svn r19001) -Fix: some GCC compile warnings
rubidium
2010-02-03
(svn r18996) -Fix (r18993, r18994): MSVC 64 bits had somethings to complain a...
rubidium
2010-02-03
(svn r18994) -Change: content mirroring support (based on work by TrueBrain).
rubidium
2010-01-21
(svn r18875) -Codechange: remove some unneeded bits from the network protocol...
rubidium
2010-01-16
(svn r18834) -Fix [FS#3538]: compilation failed on OpenBSD (matze)
rubidium
2010-01-15
(svn r18809) -Codechange/Cleanup: remove unneeded headers from some files, if...
rubidium
2010-01-14
(svn r18801) -Fix: in some cases error messages weren't properly sent to the ...
rubidium
2010-01-14
(svn r18800) -Fix: in some cases with invalid packets one can crash recent tr...
rubidium
2009-12-22
(svn r18608) -Change: add the concept of music sets
rubidium
2009-11-28
(svn r18330) -Cleanup: remove some unneeded includes
rubidium
2009-11-03
(svn r17963) -Codechange: some documentation style
rubidium
2009-10-09
(svn r17746) -Codechange: 'operator new' doesn't return NULL, NetworkSend_Ini...
smatz
2009-10-07
(svn r17742) -Codechange: remove unused variable from Recv_Packet
rubidium
2009-10-04
(svn r17699) -Codechange: move #ifdef ENABLE_NETWORK till after the 'generic'...
rubidium
2009-10-04
(svn r17693) -Cleanup: remove some unneeded includes
rubidium
2009-10-04
(svn r17692) -Codechange: minor coding style fixes
smatz
2009-09-21
(svn r17606) -Add: initial support for Haiku; a dedicated server with zlib an...
rubidium
2009-09-01
(svn r17350) -Fix (r17336): broken compilation with mingw
glx
2009-09-01
(svn r17339) -Codechange: move thread related files to their own directory (l...
rubidium
2009-08-21
(svn r17248) -Fix: add GPL license notice where appropriate
rubidium
2009-08-14
(svn r17169) -Codechange: apply coding style to some for statements
smatz
2009-08-14
(svn r17168) -Codechange: apply coding style to if and while statements
smatz
2009-08-09
(svn r17139) -Change: add the concept of sound sets
rubidium
2009-08-05
(svn r17075) -Codechange: rename ~750 strings to be more uniform with their r...
rubidium
2009-07-31
(svn r17015) -Fix [FS#3075]: infinite recursion in content dependency checking
rubidium
2009-06-19
(svn r16601) -Fix [FS#2880]: try 2... hopefully better this time
rubidium
2009-06-13
(svn r16574) -Codechange: reorder stuff in NetworkGameInfo so compilers waste...
rubidium
2009-06-01
(svn r16491) -Codechange: Added parentheses around bitwise operators for code...
alberth
2009-05-22
(svn r16380) -Codechange: rename pool.hpp to pool_type.hpp
smatz
2009-05-22
(svn r16378) -Codechange: replace OldPool with simpler Pool. Compilation time...
smatz
2009-05-22
(svn r16377) -Codechange: unify FOR_ALL_* macros, use separate index variable...
smatz
2009-05-17
(svn r16327) -Codechange: replace IsValidPoolItemID(index) by PoolItem::IsVal...
smatz
2009-05-16
(svn r16326) -Codechange: replace GetPoolItemPoolSize() by PoolItem::GetPoolS...
smatz
2009-05-16
(svn r16325) -Codechange: replace GetPoolItem(index) by PoolItem::Get(index)
smatz
2009-05-10
(svn r16265) -Fix (r16238): wrong format string for debug output
smatz
2009-05-06
(svn r16238) -Change: improve/clarify some network related debug "error" mess...
rubidium
[next]