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_command.cpp
Age
Commit message (
Expand
)
Author
2011-08-26
(svn r22845) -Fix [FS#4745]: perform stricter checks on some commands (monoid)
rubidium
2011-05-02
(svn r22410) -Document: some more bits ;)
rubidium
2011-02-20
(svn r22123) -Fix [FS#4522]: CommandQueue::Pop() did not update 'last'; poppi...
frosch
2011-02-20
(svn r22121) -Fix: In case of high frame_freq one could get commands executed...
rubidium
2011-01-22
(svn r21890) -Cleanup: remove some unneeded includes
rubidium
2010-12-30
(svn r21668) -Feature: command logging using the admin interface (dihedral)
rubidium
2010-12-07
(svn r21429) -Fix [FS#3771]: the server didn't check for the paused state whe...
rubidium
2010-11-30
(svn r21358) -Codechange: make some network function names conform to coding ...
rubidium
2010-10-24
(svn r21030) -Codechange: move ClientStatus into the network server socket class
rubidium
2010-10-15
(svn r20935) -Codechange: only let the server side use a pool of connected so...
rubidium
2010-10-15
(svn r20925) -Codechange: make the client send commands have a slightly more ...
rubidium
2010-08-19
(svn r20553) -Feature: allow rate limiting of incoming commands
rubidium
2010-08-18
(svn r20549) -Codechange: centralise the handling of the incoming commands (f...
rubidium
2010-08-18
(svn r20548) -Codechange: rename some variables giving them slightly more mea...
rubidium
2010-08-15
(svn r20510) -Codechange: unify packet queue handling and make insertion O(1)...
rubidium
2010-07-31
(svn r20269) -Codechange: Use IsLocalCompany() everywhere, document the funct...
alberth
2010-06-29
(svn r20035) -Fix [FS#3909]: under some circumstances you could get into an i...
rubidium
2010-06-05
(svn r19933) -Fix [FS#3804]: Keep _current_company and _local_company in sync...
frosch
2010-04-24
(svn r19714) -Feature: ctrl+click on a vehicle to start/stop it
smatz
2010-04-13
(svn r19620) -Fix: desync when a command is received and in the queue while a...
rubidium
2010-03-14
(svn r19423) -Codechange: Move error message reporting of industry build in S...
alberth
2010-02-24
(svn r19227) -Codechange: Reorganization of parameters at CmdBuildRoadStop.
terkhen
2010-02-10
(svn r19081) -Codechange: make it possible to disable compilation of the AI+S...
rubidium
2010-01-15
(svn r18809) -Codechange/Cleanup: remove unneeded headers from some files, if...
rubidium
2010-01-11
(svn r18784) -Codechange: make NetworkSend_Command accept a company instead o...
rubidium
2010-01-11
(svn r18782) -Codechange: move the content of callback_table.cpp to network_c...
rubidium
2009-10-04
(svn r17693) -Cleanup: remove some unneeded includes
rubidium
2009-08-21
(svn r17248) -Fix: add GPL license notice where appropriate
rubidium
2009-05-10
(svn r16269) -Codechange: use gcc's ability to check parameters sent to print...
smatz
2009-01-31
(svn r15299) -Cleanup: remove many redundant includes
smatz
2009-01-08
(svn r14916) -Codechange: make it possible to send CommandContainers directly...
rubidium
2009-01-08
(svn r14915) -Codechange: unify the receiving and sending of commands, and th...
rubidium
2009-01-08
(svn r14914) -Documentation: Correct doxygen comment for file name. <nitpicke...
belugas
2009-01-08
(svn r14910) -Codechange: merge the command queue handling into a single loca...
rubidium