summaryrefslogtreecommitdiff
path: root/src/command_type.h
AgeCommit message (Expand)Author
2010-09-08(svn r20768) -Codechange: unify send-to-depot commandsrubidium
2010-09-05(svn r20748) -Fix: overbuilding an object tile with sea under it with a canal...yexo
2010-08-18(svn r20547) -Change: the way order backups are performed. Now restoring an o...rubidium
2010-08-18(svn r20542) -Codechange: generalise the setting of "p2" to the ClientID.rubidium
2010-08-18(svn r20536) -Codechange: unify the refitting of vehiclesrubidium
2010-08-17(svn r20532) -Codechange: unify selling of vehicles a bitrubidium
2010-08-17(svn r20531) -Codechange: unify quite a bit of the vehicle building commandsrubidium
2010-08-08(svn r20411) -Codechange: rename unmovables as quite a lot of them are actual...rubidium
2010-08-02(svn r20328) -Codechange: unify the unmovable related commands and make build...rubidium
2010-08-02(svn r20323) -Codechange: Move Delete town code to a command.terkhen
2010-08-02(svn r20322) -Codechange: Move Expand town code to a command.terkhen
2010-07-10(svn r20112) -Codechange: Prevent implicit use of CommandCost constructors.terkhen
2010-05-13(svn r19812) -Codechange: give some unnamed enums a name or, in case they con...rubidium
2010-05-12(svn r19801) -Add [FS#3691]: custom naming of depots. Based on work by sbrrubidium
2010-04-11(svn r19602) -Codechange: add the name of the command to the desync logsrubidium
2010-03-23(svn r19507) -Codechange: remove semicolon after DECLARE_POSTFIX_INCREMENT an...smatz
2010-03-20(svn r19494) -Codechange: Remove _error_message.alberth
2010-03-14(svn r19414) -Doc: Several doxygen additions and corrections.alberth
2010-02-14(svn r19130) -Codechange: Use references and inlining in CommandCost.alberth
2010-02-14(svn r19128) -Codechange: CommandCost cost methods return void instead of a c...alberth
2010-01-31(svn r18975) -Cleanup: CMD_REMOVE_ROAD is unused.frosch
2010-01-11(svn r18783) -Codechange: make CheckCompanyHasMoney set an error on the Comma...rubidium
2010-01-11(svn r18781) -Codechange: pass the CommandCost to the callback instead of whe...rubidium
2009-11-25(svn r18292) -Codechange: add a command to set the start date of a timetable....rubidium
2009-11-24(svn r18281) -Feature: founding towns in-game (based on work by Belugas, TheJ...smatz
2009-09-21(svn r17603) -Codechange: since now, towns are 'founded' instead of 'built'smatz
2009-08-21(svn r17248) -Fix: add GPL license notice where appropriaterubidium
2009-07-29(svn r16990) -Codechange: unify some (command) naming w.r.t. stations/waypoints.rubidium
2009-05-26(svn r16429) -Change: Make the company settings behave like all others settin...yexo
2009-02-11(svn r15452) -Codechange: Add DC_NO_MODIFY_TOWN_RATING.frosch
2009-02-11(svn r15449) -Codechange: Rename DC_NO_TOWN_RATING to DC_NO_TEST_TOWN_RATING ...frosch
2009-02-09(svn r15434) -Codechange: bit of type safety for the DC_xxx flags.rubidium
2009-02-09(svn r15428) -Codechange: consistently use colour instead of having both colo...rubidium
2009-02-08(svn r15410) -Cleanup: get rid of most of the references to the 'patches' exc...rubidium
2009-02-07(svn r15395) -Fix [FS#2611] (r15377): one couldn't reset companies anymore in...rubidium
2009-02-04(svn r15335) -Change: use the patch change mechanism to change the road side ...rubidium
2009-01-21(svn r15190) -Feature: Allow terraforming of the tiles at the edges of the map.Yexo
2009-01-12(svn r15039) -Codechange: fix comments regarding old AI, remove one old AI hacksmatz
2009-01-08(svn r14915) -Codechange: unify the receiving and sending of commands, and th...rubidium
2009-01-07(svn r14896) -Codechange: remove an unused constant and the related dead code.rubidium
2009-01-07(svn r14895) -Change: move CMD_NO_WATER from all DoCommandPs to the command t...rubidium
2009-01-07(svn r14890) -Codechange: move the notest information into the command table.rubidium
2009-01-07(svn r14889) -Codechange: replace some magic numbers with constants.rubidium
2008-12-28(svn r14754) -Codechange: get rid of _cmd_text and just pass it as (optional)...rubidium
2008-10-14(svn r14466) -Doc: remove some obsolete parameters, fix a few parameter names...rubidium
2008-09-30(svn r14421) -Codechange: rename all player variables/types to company *or* c...rubidium
2008-09-15(svn r14337) -Codechange: use CmdRename* and CMD_RENAME_* for vehicle, presid...smatz
2008-08-16(svn r14083) -Fix [FS#1264, FS#2037, FS#2038, FS#2110]: Rewrite the autorepla...frosch
2008-08-15(svn r14076) -Codechange: Merge the four start/stop commands into a single CM...frosch
2008-07-09(svn r13691) -Codechange: make it easier to determine whether a command is ra...smatz