summaryrefslogtreecommitdiff
path: root/src/console_cmds.cpp
AgeCommit message (Expand)Author
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
2008-08-11(svn r14041) -Feature(tte): make it possible to filter list_patches output li...glx
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-06-30(svn r13665) -Fix[FS#2119]: Wrong PlayerID used for sending a message to.Patc...belugas
2008-06-30(svn r13661) -Fix: server crashing when banning the rconning client.rubidium
2008-06-03(svn r13375) -Add: logging of actions that could possibly cause desyncs and c...smatz
2008-06-03(svn r13369) -Codechange: remove duplication of network configuration setting...rubidium
2008-06-02(svn r13359) -Codechange: convert _fios_items to a SmallVectorskidd13
2008-05-30(svn r13343) -Codechange: reorder/move variable/functions in the network head...rubidium
2008-05-30(svn r13341) -Codechange: make most of the network settings configurable via ...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-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-17(svn r13137) -Fix: do not send rcon commands of the server to the first clien...rubidium
2008-05-06(svn r12971) -Documentation: add @file in files that missed them and add some...rubidium
2008-03-31(svn r12490) -Codechange: rename engine.h to engine_func.h and remove unneede...rubidium
2008-02-07(svn r12079) -Fix: Use search paths when opening console scripts.peter1138