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
/
network_client.cpp
Age
Commit message (
Expand
)
Author
2008-08-31
(svn r14199) -Codechange: split fileio.h into fileio_type.h and fileio_func.h...
rubidium
2008-08-11
(svn r14045) -Codechange: move the network's limitation to chat messages to a...
rubidium
2008-07-19
(svn r13740) -Fix (r13731): one could only join the first company.
rubidium
2008-07-18
(svn r13731) -Codechange: make a pool of the array of players.
rubidium
2008-07-17
(svn r13719) -Codechange: rename IsValidPlayer to IsValidPlayerID in line wit...
rubidium
2008-07-17
(svn r13714) -Fix: remove the unique_id from the message that a client has jo...
rubidium
2008-05-30
(svn r13343) -Codechange: reorder/move variable/functions in the network head...
rubidium
2008-05-29
(svn r13334) -Codechange: move the network settings variables from network/ne...
rubidium
2008-05-29
(svn r13325) -Codechange: split the client-side only settings from the settin...
rubidium
2008-05-25
(svn r13251) -Codechange: rename _patches to _settings as that is more logic.
rubidium
2008-05-25
(svn r13242) -Codechange: remove _opt_ptr.
rubidium
2008-05-24
(svn r13229) -Codechange: replace some global variables that are only initial...
rubidium
2008-05-24
(svn r13228) -Codechange: split console.h.
rubidium
2008-05-06
(svn r12971) -Documentation: add @file in files that missed them and add some...
rubidium
2008-05-05
(svn r12963) -Fix (r12960): loading some NewGRFs could cause an infinite loop.
rubidium
2008-05-05
(svn r12960) -Codechange: handle return values of (some) file system related ...
rubidium
2008-05-05
(svn r12957) -Codechange: do not misuse snprintf when you just want to copy a...
rubidium
2008-05-04
(svn r12944) -Codechange: use rev.h instead of externs at many places
smatz
2008-04-18
(svn r12765) -Codechange: move some stuff out of variables.h that required in...
rubidium
2008-01-13
(svn r11828) -Codechange: include table/* as the last includes and remove an ...
rubidium
2008-01-12
(svn r11818) -Codechange: split player.h into smaller pieces.
rubidium
2008-01-12
(svn r11816) -Fix: forgot clearing one byte, causing the passwords to differ ...
rubidium
2008-01-07
(svn r11777) -Codechange: split the string header and make do not include it ...
rubidium
2007-12-26
(svn r11702) -Codechange: move all date related stuff to date*.
rubidium
2007-12-25
(svn r11695) -Codechange: Converted the md5 algorithm to OOP
skidd13
2007-12-25
(svn r11692) -Codechange: move some functions from 'functions.h' to a more lo...
rubidium
2007-12-25
(svn r11691) -Codechange: move+rename helpers.hpp and only include it when it...
rubidium
2007-12-21
(svn r11677) -Codechange: move price and command related types/functions to t...
rubidium
2007-12-21
(svn r11675) -Codechange: split the string types from the string functions.
rubidium
2007-12-19
(svn r11667) -Codechange: split window.h into a header that defines some 'glo...
rubidium
2007-12-02
(svn r11557) -Codechange: send and store the passwords a little more secure t...
rubidium
2007-10-30
(svn r11357) -Fix: NetworkUniqueID could be 80 chars, while the max size we g...
truelight
2007-07-16
(svn r10587) -Codechange: move the string/dparam related stuff from variables...
rubidium
2007-07-10
(svn r10501) -Fix [FS#1015]: error dialog was sometimes shown on all clients ...
rubidium
2007-06-25
(svn r10325) -Fix (r10323): Missed 3 company name references
peter1138
2007-06-17
(svn r10182) -Codechange: rewrite most part of the file loading/searching to ...
rubidium
2007-04-26
(svn r9719) -Fix: in-game private messages did not work for clients with a Cl...
rubidium
2007-04-18
(svn r9673) -Cleanup: remove spaces before tabs and replace non-indenting tab...
rubidium
2007-03-07
(svn r9050) -Codechange: Foo(void) -> Foo()
rubidium
2007-02-02
(svn r8546) -Codechange: add a seperate (wrapper) functions to send/receive b...
rubidium
2007-02-01
(svn r8525) -Codechange: make NetworkSend_Packet(s) and NetworkRecv_Packet fu...
rubidium
2007-02-01
(svn r8523) -Codechange: move all the Network(Recv|Send)_(uintXX|string) func...
rubidium
2007-02-01
(svn r8521) -Codechange: initial step in converting Packet to a class; make a...
rubidium
2007-01-30
(svn r8461) -Feature: check for NewGRF compatability before actually download...
rubidium
2007-01-16
(svn r8167) -Fix (FS#556): a network client crashes, due to a division by zer...
rubidium
2007-01-12
(svn r8083) -Codechange: make a NetworkSocketHandler as base for all sockets ...
rubidium
2007-01-11
(svn r8066) - Codechange: MallocT(), CallocT(), ReallocT() now return the poi...
KUDr
2007-01-10
(svn r8038) -Merge: the cpp branch. Effort of KUDr, Celestar, glx, Smoovius, ...
rubidium
2007-01-10
(svn r8033) [cpp] - Prepare for merge from branches/cpp (all .c files renamed...
KUDr