summaryrefslogtreecommitdiff
path: root/src/console_cmds.cpp
AgeCommit message (Expand)Author
2009-08-28(svn r17298) -Fix [FS#3153]: reloading an AI started a new AI in the first av...yexo
2009-08-21(svn r17248) -Fix: add GPL license notice where appropriaterubidium
2009-08-06(svn r17097) -Fix [FS#3092] (r13256): make restart command work again and mak...rubidium
2009-07-09(svn r16773) -Fix (r16014): forgot to remove obsoleted aliasesrubidium
2009-06-23(svn r16634) -Codechange: use Company::IsHumanID() instead of IsHumanCompany()smatz
2009-05-26(svn r16432) -Feature(tte): use 'scrollto x y' in console to scroll to tile w...smatz
2009-05-24(svn r16420) -Fix [FS#2919]: don't allow content download via the console whe...rubidium
2009-05-22(svn r16379) -Codechange: remove GetNumTowns(), GetNumIndustries() and GetAct...smatz
2009-05-19(svn r16360) -Codechange: don't use _network_playas as a 'second' _local_comp...rubidium
2009-05-18(svn r16352) -Codechange: use PoolItem::GetIfValid() instead of PoolItem::IsV...smatz
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-10(svn r16269) -Codechange: use gcc's ability to check parameters sent to print...smatz
2009-05-06(svn r16242) -Codechange: rework pausingrubidium
2009-04-26(svn r16176) -Fix: forbid joining AI companies via the 'move' and 'join' cons...yexo
2009-04-21(svn r16118) -Change/cleanup: remove the hexadecimal 'in TTD the string had t...rubidium
2009-04-19(svn r16096) -Fix [FS#2849]: connect tried to validate too much of the compan...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-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-25(svn r15576) -Codechange: rename SwitchModes to SwitchMode and don't hardcode...yexo
2009-02-18(svn r15514) -Fix: make the join/spectate command require to be connected to ...rubidium
2009-02-08(svn r15411) -Feature(ttette): make 'set' a alias for the setting/patch conso...rubidium
2009-02-08(svn r15410) -Cleanup: get rid of most of the references to the 'patches' exc...rubidium
2009-01-31(svn r15299) -Cleanup: remove many redundant includessmatz
2009-01-24(svn r15253) -Fix (r15193): dutch people shouldn't write english :ptruebrain
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-21(svn r15193) -Feature: content server/bananas access via the consolerubidium
2009-01-20(svn r15157) -Codechange: wrap the hostname/ip and port into a single structu...rubidium
2009-01-14(svn r15083) -Add [NoAI]: added a console command to reload an AI (requested ...truebrain
2009-01-13(svn r15058) -Fix [NoAI]: when using start_ai in console, start the next conf...truebrain
2009-01-13(svn r15051) -Fix: Only allow creation or deletion of an AI when in a game.peter1138
2009-01-13(svn r15043) -Fix: just try to change the AI, and see if that succeeded, inst...truebrain
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 stylerubidium
2009-01-06(svn r14862) -Fix (r14421): min_players became min_active_clients, not min_cl...peter1138
2009-01-04(svn r14828) -Codechange: move most of save/load-specific code to separate filessmatz
2008-12-28(svn r14754) -Codechange: get rid of _cmd_text and just pass it as (optional)...rubidium
2008-12-23(svn r14723) -Codechange: shuffling some stuff around to reduce indirect #inc...rubidium
2008-12-22(svn r14717) -Change: more 'Index' -> ClientID to not confuse ClientID and Cl...rubidium
2008-12-22(svn r14716) -Codechange: move more network core querying to the network files.rubidium
2008-12-22(svn r14712) -Codechange: split server and client side w.r.t. the storage of ...rubidium
2008-12-22(svn r14711) -Codechange: don't misuse the _network_company_info password fie...rubidium
2008-12-22(svn r14709) -Codechange: make a clearer distinction between 'unique' client ...rubidium
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