src/command.cpp
Thu, 28 Feb 2008 00:17:49 +0000 glx (svn r12304) -Codechange: use IsValidTile() where it should be used
Sat, 09 Feb 2008 15:07:31 +0000 smatz (svn r12094) -Codechange: use DC_BANKRUPT command flag when removing player property to allow further fixes
Wed, 06 Feb 2008 23:08:49 +0000 peter1138 (svn r12075) -Codechange: Remove explicit numbering on command enum, and remove blanks from command list where old commands have been removed.
Mon, 04 Feb 2008 22:44:05 +0000 smatz (svn r12061) -Cleanup: since r12060, DC_FORCETEST is not used anymore
Tue, 29 Jan 2008 14:02:18 +0000 frosch (svn r12012) -Fix (r11795): Enable TownRatingTestMode during cost estimation with 'shift'-key.
Wed, 16 Jan 2008 01:18:15 +0000 smatz (svn r11871) -Fix [FS#1074]: do not update signals after each tile when building/removing a large block of track/signals/station
Sun, 13 Jan 2008 21:41:24 +0000 rubidium (svn r11839) -Codechange: move some variables from variables.h to a more logical location.
Sun, 13 Jan 2008 01:21:35 +0000 rubidium (svn r11828) -Codechange: include table/* as the last includes and remove an unneeded include from openttd.h.
Sat, 12 Jan 2008 14:10:35 +0000 rubidium (svn r11818) -Codechange: split player.h into smaller pieces.
Fri, 11 Jan 2008 00:30:32 +0000 rubidium (svn r11811) -Fix: make compilation without networking work again (and thus move the debugdumpcommand stuff out of the network 'area').
Wed, 09 Jan 2008 17:47:05 +0000 glx (svn r11795) -Fix [FS#1616]: take town rating into account when testing if a command can be executed.
Wed, 09 Jan 2008 16:55:48 +0000 rubidium (svn r11793) -Codechange: pass the expense type via the CommandCost instead of a global variable. Patch by Noldo (FS#1114).
Sat, 05 Jan 2008 21:42:34 +0000 glx (svn r11762) -Fix: compilation with DEBUG_DUMP_COMMANDS was broken
Thu, 03 Jan 2008 23:54:23 +0000 glx (svn r11750) -Revert (r11749): commited too much
Thu, 03 Jan 2008 23:50:58 +0000 glx (svn r11749) -Fix (r11352): when a bankrupted company is bought, reset vehicle color mapping so the vehicles use the new owner color
Wed, 26 Dec 2007 11:45:43 +0000 rubidium (svn r11701) -Codechange: removal unnecessary inclusions of map.h (and split map.h).
Tue, 25 Dec 2007 11:26:07 +0000 rubidium (svn r11692) -Codechange: move some functions from 'functions.h' to a more logical place and remove about 50% of the includes of 'functions.h'
Sun, 23 Dec 2007 10:56:02 +0000 rubidium (svn r11684) -Codechange: split gfx.h in a type and functional header.
Fri, 21 Dec 2007 21:50:46 +0000 rubidium (svn r11677) -Codechange: move price and command related types/functions to their respective places.
Fri, 21 Dec 2007 19:49:27 +0000 rubidium (svn r11675) -Codechange: split the string types from the string functions.
Wed, 19 Dec 2007 23:26:02 +0000 rubidium (svn r11669) -Codechange: refactor tile.h -> tile_type.h and tile_map.h
Wed, 19 Dec 2007 20:45:46 +0000 rubidium (svn r11668) -Codechange: more refactoring aimed at reducing compile time and making it more logic where function definitions can be found.
Mon, 17 Dec 2007 22:29:27 +0000 smatz (svn r11657) -Fix: show better error message when trying to convert rail
Thu, 06 Dec 2007 22:29:47 +0000 rubidium (svn r11584) -Change: add some extra checking in the hope to find the cause of FS#1482.
Sat, 20 Oct 2007 14:51:09 +0000 rubidium (svn r11312) -Codechange: implement a overflow safe integer and use that for money and don't misuses CommandCost to have a overflow safe integer. Based on a patch by Noldo.
Sat, 22 Sep 2007 12:59:43 +0000 rubidium (svn r11138) -Codechange: prepare some subsystems for persistent storage for NewGRFs.
Mon, 10 Sep 2007 15:21:14 +0000 rubidium (svn r11084) -Documentation [FS#1219]: of command.*. Patch by Progman.
Tue, 04 Sep 2007 11:58:27 +0000 rubidium (svn r11040) -Fix [FS#1179]: removing CMD_AUTO from some commands could remotely trigger an assertion.
Fri, 31 Aug 2007 17:43:29 +0000 rubidium (svn r11021) -Fix [FS#1175]: do not display income/expenses when they do not belong to a "valid" tile, like the money cheat/giving money.
Mon, 16 Jul 2007 09:16:58 +0000 rubidium (svn r10587) -Codechange: move the string/dparam related stuff from variables.h to strings.h
Tue, 10 Jul 2007 20:59:41 +0000 rubidium (svn r10501) -Fix [FS#1015]: error dialog was sometimes shown on all clients when a command failed instead of only the client that actually did the command.
Mon, 25 Jun 2007 20:55:43 +0000 maedhros (svn r10331) -Feature: Add the possibility of automatically filling in timetables based on
Thu, 21 Jun 2007 17:25:17 +0000 rubidium (svn r10258) -Codechange: as we are now using int64 all over the place, it's better to use int64 variables in the string generating too instead of packing them into two int32s.
Thu, 21 Jun 2007 14:54:51 +0000 rubidium (svn r10247) -Fix (r10210): *always* call SetDParamMoney when you want to place money in some string.
Thu, 21 Jun 2007 14:32:27 +0000 rubidium (svn r10246) -Fix (r10297): some forgotten money conversions and truncation issues. Thanks to benc for providing the patch.
Wed, 20 Jun 2007 19:17:22 +0000 maedhros (svn r10236) -Feature: Introduce a form of timetabling for vehicles.
Tue, 19 Jun 2007 00:05:26 +0000 rubidium (svn r10212) -Fix [FS#723]: money overflow bugs in many locations.
Mon, 18 Jun 2007 21:44:47 +0000 rubidium (svn r10208) -Codechange: replace int32 with Money where appropriate.
Mon, 18 Jun 2007 19:53:50 +0000 rubidium (svn r10205) -Codechange: refactor returning of cost, so it can be more easily modified.
Mon, 18 Jun 2007 10:48:15 +0000 rubidium (svn r10197) -Codechange: replace int32 with CommandCost where appropriate.
Fri, 08 Jun 2007 18:59:29 +0000 rubidium (svn r10071) -Feature [FS#828]: moving of orders (skidd13).
Mon, 04 Jun 2007 19:32:45 +0000 rubidium (svn r10033) -Feature [FS#760]: skip to the selected order in the order list when clicking on the "skip" button while pressing CTRL.
Tue, 22 May 2007 19:48:11 +0000 peter1138 (svn r9898) -Fix (r9874): Many...
Sat, 19 May 2007 09:40:18 +0000 rubidium (svn r9874) -Feature: advanced vehicle lists a.k.a. group interface. Now you can make groups of vehicles and perform all kinds of tasks on that given group. Original code by nycom and graphics by skidd13.
Wed, 16 May 2007 08:20:37 +0000 rubidium (svn r9855) -Fix: [FS#779] do not perform any commands on MP_VOID tiles.
Sun, 29 Apr 2007 08:43:00 +0000 maedhros (svn r9742) -Fix (r9689) [FS#739]: Fix cloning with refit costs again, hopefully for good this time.
Wed, 18 Apr 2007 22:10:36 +0000 rubidium (svn r9672) -Cleanup: lots of coding style fixes around operands.
Thu, 12 Apr 2007 13:07:15 +0000 maedhros (svn r9609) -Codechange: Move some function prototypes out of functions.h and into landscape.h, and add a few where they didn't exist.
Tue, 10 Apr 2007 09:01:56 +0000 maedhros (svn r9581) -Revert (r9562): This broke as much as it fixed, so revert until a proper way of paying for refits when cloning can be found.
Wed, 04 Apr 2007 14:21:46 +0000 maedhros (svn r9562) -Fix: When cloning, pay for the refit costs as well.
Mon, 10 Mar 2008 15:26:39 +0000 richk (svn r12351) [NewGRF_ports] -Sync: with trunk r12051:12350. NewGRF_ports
Sun, 03 Feb 2008 20:34:26 +0000 rubidium (svn r12053) [NewGRF_ports] -Sync: with trunk r11949:12050. NewGRF_ports
Tue, 22 Jan 2008 21:00:30 +0000 rubidium (svn r11950) [NewGRF_ports] -Sync with trunk r11566:11949. NewGRF_ports
Mon, 03 Dec 2007 23:39:38 +0000 rubidium (svn r11566) [NewGRF_ports] -Sync: with trunk r11218:r11565. NewGRF_ports
Sat, 06 Oct 2007 21:16:00 +0000 rubidium (svn r11219) [NewGRF_ports] -Sync: with trunk r11035:11218. NewGRF_ports
Sun, 02 Sep 2007 11:58:58 +0000 rubidium (svn r11037) [NewGRF_ports] -Sync: with trunk r10844:11035. NewGRF_ports
Mon, 16 Jul 2007 21:22:24 +0000 richk (svn r10595) [NewGRF_ports] -Sync: with trunk r10559-10593 NewGRF_ports
Sat, 14 Jul 2007 19:42:58 +0000 richk (svn r10560) [NewGRF_ports] -Sync: with trunk r10027-10559 NewGRF_ports
Sat, 02 Jun 2007 19:59:29 +0000 richk (svn r10027) [NewGRF_ports] -Sync: with trunk r9506-10026 NewGRF_ports
Sat, 21 Apr 2007 08:23:57 +0000 KUDr (svn r9708) [cpp_gui] -Sync with trunk (r9633:9707) cpp_gui