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_gui.cpp
Age
Commit message (
Expand
)
Author
2007-11-20
(svn r11484) -Codechange: Remove the doubled function SetBitT and rename the ...
skidd13
2007-11-19
(svn r11482) -Codechange: Remove the doubled function ClrBitT and rename the ...
skidd13
2007-11-19
(svn r11475) -Codechange: rename clamp and clampu to Clamp and ClampU to fit ...
skidd13
2007-11-04
(svn r11374) -Codechange: Give meaning to the magical number that specifies t...
belugas
2007-09-30
(svn r11188) -Codechange: rewrite of the town action related code (remove som...
rubidium
2007-08-14
(svn r10888) -Fix (r10886): 64 bits alignment made a struct too big.
rubidium
2007-08-14
(svn r10886) -Codechange: modify the "start network server" GUI so it can act...
rubidium
2007-07-29
(svn r10726) -Codechange: make it possible that the chat window is less than ...
rubidium
2007-07-27
(svn r10706) -Codechange: allow resizing the multiplayer server list window.
rubidium
2007-07-27
(svn r10704) -Codechange: provide an infrastructure to have resizable windows...
rubidium
2007-07-25
(svn r10684) -Codechange: some more coding style related changes. Primarily m...
rubidium
2007-07-10
(svn r10500) -Fix [FS#1007]: cannot navigate using arrow keys in the game nam...
rubidium
2007-06-23
(svn r10293) -Add [FS#885]: a sticky button for the client list window (oxygene)
truelight
2007-06-21
(svn r10258) -Codechange: as we are now using int64 all over the place, it's ...
rubidium
2007-06-21
(svn r10247) -Fix (r10210): *always* call SetDParamMoney when you want to pla...
rubidium
2007-06-18
(svn r10211) -Feature: [NewGRF] Add support for action 0F
glx
2007-06-04
(svn r10037) -Fix (r10035, r10036): silence some 'may be used uninitialized' ...
glx
2007-06-04
(svn r10035) -Change: simplified network language string sorting
glx
2007-06-04
(svn r10032) -Add: sort the strings in server language dropdown
glx
2007-06-01
(svn r10017) -Add (FS#790): more languages flags for servers
glx
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-04-18
(svn r9672) -Cleanup: lots of coding style fixes around operands.
rubidium
2007-03-07
(svn r9051) -Codechange: typedef [enum|struct] Y {} X; -> [enum|struct] X {};
rubidium
2007-03-07
(svn r9050) -Codechange: Foo(void) -> Foo()
rubidium
2007-02-02
(svn r8543) -Codechange: make a real difference between querying the server v...
rubidium
2007-02-01
(svn r8511) -Codechange: make WindowClass an enumerated value.
rubidium
2007-01-14
(svn r8129) -Codechange: Change data tables to use split off palette map. And
peter1138
2007-01-14
(svn r8118) -Codechange: change the ordering of the network list a little:
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