Age | Commit message (Expand) | Author |
2009-05-17 | (svn r16327) -Codechange: replace IsValidPoolItemID(index) by PoolItem::IsVal... | smatz |
2009-05-16 | (svn r16325) -Codechange: replace GetPoolItem(index) by PoolItem::Get(index) | smatz |
2009-05-06 | (svn r16242) -Codechange: rework pausing | rubidium |
2009-04-26 | (svn r16176) -Fix: forbid joining AI companies via the 'move' and 'join' cons... | yexo |
2009-04-26 | (svn r16175) -Fix: Disable the join button in the multiplayer lobby for AI co... | yexo |
2009-04-07 | (svn r15967) -Codechange: do not access NetworkSocketHandler::has_quit directly | rubidium |
2009-04-04 | (svn r15947) -Codechange: replace uint32 client_ip with NetworkAddress client... | rubidium |
2009-04-03 | (svn r15931) -Codechange: let the host and ban lists use of SmallVector. | rubidium |
2009-03-25 | (svn r15848) -Feature: Add autoclean_novehicles setting which will, when auto... | peter1138 |
2009-03-19 | (svn r15773) -Fix [FS#2475]: number of active clients wasn't always properly | rubidium |
2009-03-15 | (svn r15718) -Cleanup: apply some comment coding style on the rest of the sou... | rubidium |
2009-03-06 | (svn r15628) -Fix [FS#2705]: kicking/banning a client from the Client list wi... | smatz |
2009-02-09 | (svn r15428) -Codechange: consistently use colour instead of having both colo... | rubidium |
2009-02-07 | (svn r15395) -Fix [FS#2611] (r15377): one couldn't reset companies anymore in... | rubidium |
2009-01-31 | (svn r15299) -Cleanup: remove many redundant includes | smatz |
2009-01-23 | (svn r15247) -Change: show a lock near the password/join button in the compan... | rubidium |
2009-01-23 | (svn r15242) -Feature: allow moving clients between companies/spectators by t... | rubidium |
2009-01-21 | (svn r15200) -Feature: give server admins a tool to combat profanity in nick ... | rubidium |
2009-01-13 | (svn r15052) -Codechange: move the implementation of Send_CompanyInformation ... | rubidium |
2009-01-12 | (svn r15027) -Merge: tomatos and bananas left to be, here is NoAI for all to ... | truebrain |
2009-01-10 | (svn r14949) -Cleanup: pointer coding style | rubidium |
2009-01-08 | (svn r14915) -Codechange: unify the receiving and sending of commands, and th... | rubidium |
2009-01-08 | (svn r14910) -Codechange: merge the command queue handling into a single loca... | rubidium |
2009-01-07 | (svn r14897) -Codechange: don't allow a few command flags to be sent over the... | rubidium |
2009-01-04 | (svn r14828) -Codechange: move most of save/load-specific code to separate files | smatz |
2008-12-29 | (svn r14764) -Codechange: make the '***' chat messages like "Game paused (not... | rubidium |
2008-12-28 | (svn r14754) -Codechange: get rid of _cmd_text and just pass it as (optional)... | rubidium |
2008-12-24 | (svn r14733) -Fix (r14730): creating new companies didn't always work as expe... | rubidium |
2008-12-23 | (svn r14730) -Codechange: remove the need for networkclientsockets and networ... | rubidium |
2008-12-23 | (svn r14727) -Codechange: replace some magic numbers with a constant. | rubidium |
2008-12-23 | (svn r14721) -Codechange: s/NetworkTCPSocketHandler/NetworkClientSocket/ as i... | rubidium |
2008-12-23 | (svn r14720) -Codechange: s/FOR_ALL_CLIENTS/FOR_ALL_CLIENT_SOCKETS/ as the la... | rubidium |
2008-12-23 | (svn r14719) -Codechange: replace DEREF_CLIENT with an instance function and ... | rubidium |
2008-12-22 | (svn r14717) -Change: more 'Index' -> ClientID to not confuse ClientID and Cl... | rubidium |
2008-12-22 | (svn r14712) -Codechange: split server and client side w.r.t. the storage of ... | rubidium |
2008-12-22 | (svn r14710) -Change: simplify sending company information from the server to... | rubidium |
2008-12-22 | (svn r14709) -Codechange: make a clearer distinction between 'unique' client ... | rubidium |
2008-11-04 | (svn r14564) -Fix (r14555): one more incorrect use of lastof() | smatz |
2008-11-03 | (svn r14560) -Fix [FS#2396](r14555): lengthof() can't be simply replaced by l... | smatz |
2008-11-02 | (svn r14555) -Codechange: replace ttd_strlcat and ttd_strlcpy with strecat an... | skidd13 |
2008-09-30 | (svn r14422) -Codechange: also reflect the changes of r14421 in the filenames. | rubidium |
2008-09-30 | (svn r14421) -Codechange: rename all player variables/types to company *or* c... | rubidium |
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-21 | (svn r13776) -Fix: some revision checking code was unintentionally disabled. | rubidium |
2008-07-21 | (svn r13775) -Codechange: enforce the validity of a NetworkAction (chat packe... | glx |
2008-07-21 | (svn r13773) -Codechange: disable autoclean for protected/unprotected compani... | rubidium |
2008-07-19 | (svn r13739) -Fix (r13731): some variables would be erroneously zeroed, causi... | 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 |