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
draft
|
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.
draft
|
Mon, 04 Feb 2008 22:44:05 +0000 |
smatz |
(svn r12061) -Cleanup: since r12060, DC_FORCETEST is not used anymore
draft
|
Tue, 29 Jan 2008 14:02:18 +0000 |
frosch |
(svn r12012) -Fix (r11795): Enable TownRatingTestMode during cost estimation with 'shift'-key.
draft
|
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
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
|
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.
draft
|
Sat, 12 Jan 2008 14:10:35 +0000 |
rubidium |
(svn r11818) -Codechange: split player.h into smaller pieces.
draft
|
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').
draft
|
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.
draft
|
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).
draft
|
Sat, 05 Jan 2008 21:42:34 +0000 |
glx |
(svn r11762) -Fix: compilation with DEBUG_DUMP_COMMANDS was broken
draft
|
Thu, 03 Jan 2008 23:54:23 +0000 |
glx |
(svn r11750) -Revert (r11749): commited too much
draft
|
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
draft
|
Wed, 26 Dec 2007 11:45:43 +0000 |
rubidium |
(svn r11701) -Codechange: removal unnecessary inclusions of map.h (and split map.h).
draft
|
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'
draft
|
Sun, 23 Dec 2007 10:56:02 +0000 |
rubidium |
(svn r11684) -Codechange: split gfx.h in a type and functional header.
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
|
Fri, 21 Dec 2007 19:49:27 +0000 |
rubidium |
(svn r11675) -Codechange: split the string types from the string functions.
draft
|
Wed, 19 Dec 2007 23:26:02 +0000 |
rubidium |
(svn r11669) -Codechange: refactor tile.h -> tile_type.h and tile_map.h
draft
|
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.
draft
|
Mon, 17 Dec 2007 22:29:27 +0000 |
smatz |
(svn r11657) -Fix: show better error message when trying to convert rail
draft
|
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.
draft
|
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.
draft
|
Sat, 22 Sep 2007 12:59:43 +0000 |
rubidium |
(svn r11138) -Codechange: prepare some subsystems for persistent storage for NewGRFs.
draft
|
Mon, 10 Sep 2007 15:21:14 +0000 |
rubidium |
(svn r11084) -Documentation [FS#1219]: of command.*. Patch by Progman.
draft
|
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.
draft
|
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.
draft
|
Mon, 16 Jul 2007 09:16:58 +0000 |
rubidium |
(svn r10587) -Codechange: move the string/dparam related stuff from variables.h to strings.h
draft
|
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.
draft
|
Mon, 25 Jun 2007 20:55:43 +0000 |
maedhros |
(svn r10331) -Feature: Add the possibility of automatically filling in timetables based on
draft
|
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.
draft
|
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.
draft
|
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.
draft
|
Wed, 20 Jun 2007 19:17:22 +0000 |
maedhros |
(svn r10236) -Feature: Introduce a form of timetabling for vehicles.
draft
|
Tue, 19 Jun 2007 00:05:26 +0000 |
rubidium |
(svn r10212) -Fix [FS#723]: money overflow bugs in many locations.
draft
|
Mon, 18 Jun 2007 21:44:47 +0000 |
rubidium |
(svn r10208) -Codechange: replace int32 with Money where appropriate.
draft
|
Mon, 18 Jun 2007 19:53:50 +0000 |
rubidium |
(svn r10205) -Codechange: refactor returning of cost, so it can be more easily modified.
draft
|
Mon, 18 Jun 2007 10:48:15 +0000 |
rubidium |
(svn r10197) -Codechange: replace int32 with CommandCost where appropriate.
draft
|
Fri, 08 Jun 2007 18:59:29 +0000 |
rubidium |
(svn r10071) -Feature [FS#828]: moving of orders (skidd13).
draft
|
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.
draft
|
Tue, 22 May 2007 19:48:11 +0000 |
peter1138 |
(svn r9898) -Fix (r9874): Many...
draft
|
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.
draft
|
Wed, 16 May 2007 08:20:37 +0000 |
rubidium |
(svn r9855) -Fix: [FS#779] do not perform any commands on MP_VOID tiles.
draft
|
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.
draft
|
Wed, 18 Apr 2007 22:10:36 +0000 |
rubidium |
(svn r9672) -Cleanup: lots of coding style fixes around operands.
draft
|
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.
draft
|
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.
draft
|
Wed, 04 Apr 2007 14:21:46 +0000 |
maedhros |
(svn r9562) -Fix: When cloning, pay for the refit costs as well.
draft
|
Wed, 07 Mar 2007 11:47:46 +0000 |
rubidium |
(svn r9050) -Codechange: Foo(void) -> Foo()
draft
|
Fri, 23 Feb 2007 11:50:43 +0000 |
belugas |
(svn r8859) -Cleanup: doxygen changes. Mostly @files missing tags and a few comments style.
draft
|
Wed, 14 Feb 2007 16:37:16 +0000 |
rubidium |
(svn r8735) -Feature: drive-through road stops made possible by the hard work of mart3p.
draft
|
Wed, 10 Jan 2007 18:56:51 +0000 |
rubidium |
(svn r8038) -Merge: the cpp branch. Effort of KUDr, Celestar, glx, Smoovius, stillunknown and pv2b.
draft
|
Wed, 10 Jan 2007 18:12:09 +0000 |
KUDr |
(svn r8033) [cpp] - Prepare for merge from branches/cpp (all .c files renamed to .cpp)
draft
|