log src/command_func.h @ 20729:ea20edff1862 draft default tip master

age author description
Tue, 17 Apr 2012 19:44:16 +0000 michi_cc (svn r24139) -Add: Creating a new vehicle group by drag and drop. (Based on patch by Juanjo) draft
Mon, 19 Dec 2011 20:50:54 +0000 truebrain (svn r23604) -Add: initial support for GameScripts draft
Tue, 29 Nov 2011 23:21:42 +0000 truebrain (svn r23361) -Codechange: move multiplayer DoCommand callback code so other script users can call their own draft
Mon, 14 Nov 2011 20:38:56 +0000 rubidium (svn r23215) -Codechange: stricter type safety for CommandFlags draft
Tue, 18 Jan 2011 22:17:15 +0000 rubidium (svn r21844) -Codechange: move documentation towards the code to make it more likely to be updates [a-c]. draft
Tue, 07 Dec 2010 21:08:35 +0000 rubidium (svn r21427) -Add: helper function to determine whether a command may be executed draft
Tue, 30 Nov 2010 13:38:46 +0000 rubidium (svn r21358) -Codechange: make some network function names conform to coding style draft
Sat, 24 Apr 2010 20:55:51 +0000 smatz (svn r19714) -Feature: ctrl+click on a vehicle to start/stop it draft
Sun, 11 Apr 2010 10:11:26 +0000 rubidium (svn r19602) -Codechange: add the name of the command to the desync logs draft
Sat, 20 Mar 2010 17:58:24 +0000 alberth (svn r19494) -Codechange: Remove _error_message. draft
Sun, 14 Mar 2010 19:59:45 +0000 alberth (svn r19423) -Codechange: Move error message reporting of industry build in SE to a callback. draft
Wed, 24 Feb 2010 21:45:23 +0000 terkhen (svn r19227) -Codechange: Reorganization of parameters at CmdBuildRoadStop. draft
Mon, 18 Jan 2010 22:57:21 +0000 rubidium (svn r18866) -Codechange: remove the CmdFailed(ret)/CmdSucceeded(ret) wrapper functions draft
Mon, 11 Jan 2010 20:39:38 +0000 rubidium (svn r18785) -Codechange: rewrite/rework DoCommandP in order to simplify it, reduce duplication and remove gotos. draft
Mon, 11 Jan 2010 20:32:32 +0000 rubidium (svn r18784) -Codechange: make NetworkSend_Command accept a company instead of using _local_company to pass that information, with the whole mess when you don't want the company to be _local_company. draft
Mon, 11 Jan 2010 18:46:09 +0000 rubidium (svn r18781) -Codechange: pass the CommandCost to the callback instead of whether it succeeded or not. draft
Mon, 11 Jan 2010 18:34:02 +0000 rubidium (svn r18779) -Codechange: merge the command callbacks of the primary vehicles; they are identical draft
Fri, 21 Aug 2009 20:21:05 +0000 rubidium (svn r17248) -Fix: add GPL license notice where appropriate draft
Mon, 09 Feb 2009 21:20:05 +0000 rubidium (svn r15434) -Codechange: bit of type safety for the DC_xxx flags. draft
Wed, 21 Jan 2009 02:31:55 +0000 Yexo (svn r15190) -Feature: Allow terraforming of the tiles at the edges of the map. draft
Mon, 12 Jan 2009 15:27:39 +0000 frosch (svn r15014) -Codechange: Add a helper function to get the needed DC_xxx flags from the result of GetCommandFlags(). draft
Thu, 08 Jan 2009 14:55:28 +0000 rubidium (svn r14916) -Codechange: make it possible to send CommandContainers directly to DoCommand(P). draft
Sun, 28 Dec 2008 14:37:19 +0000 rubidium (svn r14754) -Codechange: get rid of _cmd_text and just pass it as (optional) parameter. draft
Sun, 13 Jan 2008 21:41:24 +0000 rubidium (svn r11839) -Codechange: move some variables from variables.h to a more logical location. draft
Fri, 21 Dec 2007 22:50:51 +0000 rubidium (svn r11680) -Codechange: refactor more out of openttd.h and functions.h. draft
Fri, 21 Dec 2007 21:50:46 +0000 rubidium (svn r11677) -Codechange: move price and command related types/functions to their respective places. draft