summaryrefslogtreecommitdiff
path: root/src/command_func.h
AgeCommit message (Expand)Author
2021-05-29Codechange: move from C-string to std::string for DoCommandrubidium42
2021-02-20Codechange: rename sound ids to make more sense. (#8701)frosch
2021-01-05Change: move "give money" from client-list to company windowPatric Stout
2019-11-10Cleanup: Removed SVN headersS. D. Cloudt
2019-04-10Codechange: Use null pointer literal instead of the NULL macroHenry Wilson
2019-03-20Remove: ENABLE_NETWORK switchPatric Stout
2016-05-22(svn r27571) -Codechange: Consistent naming for command callbacks which play ...frosch
2012-04-17(svn r24139) -Add: Creating a new vehicle group by drag and drop. (Based on p...michi_cc
2011-12-19(svn r23604) -Add: initial support for GameScriptstruebrain
2011-11-29(svn r23361) -Codechange: move multiplayer DoCommand callback code so other s...truebrain
2011-11-14(svn r23215) -Codechange: stricter type safety for CommandFlagsrubidium
2011-01-18(svn r21844) -Codechange: move documentation towards the code to make it more...rubidium
2010-12-07(svn r21427) -Add: helper function to determine whether a command may be exec...rubidium
2010-11-30(svn r21358) -Codechange: make some network function names conform to coding ...rubidium
2010-04-24(svn r19714) -Feature: ctrl+click on a vehicle to start/stop itsmatz
2010-04-11(svn r19602) -Codechange: add the name of the command to the desync logsrubidium
2010-03-20(svn r19494) -Codechange: Remove _error_message.alberth
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-01-18(svn r18866) -Codechange: remove the CmdFailed(ret)/CmdSucceeded(ret) wrapper...rubidium
2010-01-11(svn r18785) -Codechange: rewrite/rework DoCommandP in order to simplify it, ...rubidium
2010-01-11(svn r18784) -Codechange: make NetworkSend_Command accept a company instead o...rubidium
2010-01-11(svn r18781) -Codechange: pass the CommandCost to the callback instead of whe...rubidium
2010-01-11(svn r18779) -Codechange: merge the command callbacks of the primary vehicles...rubidium
2009-08-21(svn r17248) -Fix: add GPL license notice where appropriaterubidium
2009-02-09(svn r15434) -Codechange: bit of type safety for the DC_xxx flags.rubidium
2009-01-21(svn r15190) -Feature: Allow terraforming of the tiles at the edges of the map.Yexo
2009-01-12(svn r15014) -Codechange: Add a helper function to get the needed DC_xxx flag...frosch
2009-01-08(svn r14916) -Codechange: make it possible to send CommandContainers directly...rubidium
2008-12-28(svn r14754) -Codechange: get rid of _cmd_text and just pass it as (optional)...rubidium
2008-01-13(svn r11839) -Codechange: move some variables from variables.h to a more logi...rubidium
2007-12-21(svn r11680) -Codechange: refactor more out of openttd.h and functions.h.rubidium
2007-12-21(svn r11677) -Codechange: move price and command related types/functions to t...rubidium