Fri, 18 Jul 2008 16:26:51 +0000 |
rubidium |
(svn r13730) -Fix: make a copy of the names for news messages about the deletion of companies as the removal of a company could lead to wrong names in the news messages.
draft
|
Thu, 17 Jul 2008 20:13:01 +0000 |
rubidium |
(svn r13719) -Codechange: rename IsValidPlayer to IsValidPlayerID in line with all other structs/classes that are in a pool.
draft
|
Mon, 07 Jul 2008 09:23:54 +0000 |
rubidium |
(svn r13679) -Fix [FS#2131]: saving TTD imported games in recession failed due to wrong (and unneeded) type conversions in the saveload code.
draft
|
Fri, 27 Jun 2008 17:46:43 +0000 |
skidd13 |
(svn r13647) -Codechange: replace MAX_UVALUE() for std types with the equivalent constant
draft
|
Mon, 02 Jun 2008 06:42:27 +0000 |
peter1138 |
(svn r13356) -Codechange: Incorrect documentation and variable type for inflation rates
draft
|
Fri, 30 May 2008 18:20:26 +0000 |
rubidium |
(svn r13343) -Codechange: reorder/move variable/functions in the network headers so that nothing from the network directory needs to include basically all network headers.
draft
|
Thu, 29 May 2008 15:13:28 +0000 |
rubidium |
(svn r13325) -Codechange: split the client-side only settings from the settings stored in the savegame so there is no need to have a duplicate copy of it for new games.
draft
|
Mon, 26 May 2008 00:31:36 +0000 |
rubidium |
(svn r13256) -Codechange: merge the OPTS and PATS chuncks.
draft
|
Sun, 25 May 2008 22:36:44 +0000 |
rubidium |
(svn r13255) -Codechange: move _opt to _settings.
draft
|
Sun, 25 May 2008 19:17:03 +0000 |
rubidium |
(svn r13251) -Codechange: rename _patches to _settings as that is more logic.
draft
|
Sun, 18 May 2008 16:51:44 +0000 |
rubidium |
(svn r13165) -Codechange: replace some RebuildXXXList/ResortXXXList+InvalidateWindowXXX with InvalidateWindowXXXData.
draft
|
Sat, 17 May 2008 21:13:05 +0000 |
rubidium |
(svn r13147) -Codechange: move the code to draw bankruptcy news to news_gui.cpp.
draft
|
Sat, 17 May 2008 13:01:30 +0000 |
rubidium |
(svn r13140) -Codechange: move the gui-list-sorting out of window_gui.h so window_gui.h only needs to be included in *_gui.cpp.
draft
|
Fri, 16 May 2008 20:04:17 +0000 |
rubidium |
(svn r13123) -Codechange: passing the bankrupt type via data_b is not needed anymore. Patch by Cirdan.
draft
|
Thu, 15 May 2008 13:47:55 +0000 |
rubidium |
(svn r13102) -Codechange: make a class of the NewsWindow.
draft
|
Thu, 15 May 2008 13:39:36 +0000 |
rubidium |
(svn r13100) -Codechange: reduce the amount of parameters passed via AddNewsMessage as there is (for each news message type) a tuple of 4 parameters that is the same for all calls.
draft
|
Tue, 13 May 2008 10:17:04 +0000 |
rubidium |
(svn r13065) -Codechange: remove the need for the news string callbacks. Patch by Cirdan.
draft
|
Thu, 08 May 2008 22:53:49 +0000 |
rubidium |
(svn r13021) -Codechange: free data_b for other uses when it is not used to store a second tile to skip to (in news messages). Patch by cirdan.
draft
|
Tue, 06 May 2008 22:17:12 +0000 |
rubidium |
(svn r12977) -Codechange: remove quite some redundant (duplicate) function declarations.
draft
|
Tue, 06 May 2008 15:11:33 +0000 |
rubidium |
(svn r12971) -Documentation: add @file in files that missed them and add something more than whitespace as description of files that don't have a description.
draft
|
Sat, 26 Apr 2008 14:20:39 +0000 |
smatz |
(svn r12906) -Fix: vehicle groups, engine replacement rules and player/company names were not properly reset/freed after bankrupt (before new player start)
draft
|
Thu, 24 Apr 2008 09:55:20 +0000 |
smatz |
(svn r12862) -Codechange: reduce code duplication for VehicleType -> WindowClass lookup
draft
|
Mon, 21 Apr 2008 14:33:33 +0000 |
rubidium |
(svn r12819) -Codechange: handle more NewGRFs in the same way as TTDP does it, i.e. testing the low bits for 0xFF or 0 instead of all bits.
draft
|
Sat, 19 Apr 2008 23:19:12 +0000 |
peter1138 |
(svn r12798) -Feature: Add some support for NewGRF station animation. (Thanks to mart3p for samples and fixes)
draft
|
Thu, 10 Apr 2008 17:23:51 +0000 |
rubidium |
(svn r12652) -Codechange: rework the order GUI a little more to make it a little more clear that 'transfer' is just an unload type.
draft
|
Thu, 10 Apr 2008 10:18:03 +0000 |
rubidium |
(svn r12650) -Feature: ability to force a vehicle to not load at a station.
draft
|
Wed, 09 Apr 2008 18:26:19 +0000 |
rubidium |
(svn r12640) -Codechange: let GetLoadType make a difference between full load and full load any based on the patch setting instead of using the patch setting directly.
draft
|
Mon, 07 Apr 2008 20:03:46 +0000 |
rubidium |
(svn r12617) -Codechange: add type safety to the Order's load and unload types.
draft
|
Sun, 06 Apr 2008 15:09:45 +0000 |
rubidium |
(svn r12593) -Codechange: hide Order's flags in most of the code.
draft
|
Sat, 05 Apr 2008 23:46:01 +0000 |
rubidium |
(svn r12585) -Fix (r12584): assumption that assertions were enabled during compilation/testing was flawed.
draft
|