Mercurial > hg > openttd
graph
-
(svn r22634) -Codechange: Deduplicate some code. Note that zeroing 'count' is intentionally removed, it is only used together with 'scope'. draftMon, 04 Jul 2011 20:31:57 +0000, by frosch
-
(svn r22633) -Fix: Implement variables 25 and 7F for railtypes. draftMon, 04 Jul 2011 20:25:17 +0000, by frosch
-
(svn r22631) -Fix: Additional text in fund industry window is NewGRF supplied and thus should have a default colour. draftSun, 03 Jul 2011 14:49:19 +0000, by frosch
-
(svn r22630) -Cleanup: Remove SwitchToNormalRefStack() and SwitchToErrorRefStack(). draftSun, 03 Jul 2011 14:33:17 +0000, by frosch
-
(svn r22628) -Codechange: Allow passing the textref stack values to use to StartTextRefStackUsage() instead of always using the temporary NewGRF registers. draftSun, 03 Jul 2011 13:53:42 +0000, by frosch
-
(svn r22626) -Fix [FS#4622]: Also initialise _old_vds with newgame settings; TTD savegames do not contain these settings. draftSun, 03 Jul 2011 10:59:25 +0000, by frosch
-
(svn r22625) -Fix (r22050)[FS#4642]: Do not zero the orders of disaster vehicles when converting savegames. draftSat, 02 Jul 2011 21:20:37 +0000, by frosch
-
(svn r22624) -Fix [FS#4654]: When closing an AI company the local player cheated to, we need to cheat him to another company. draftSat, 02 Jul 2011 19:31:01 +0000, by frosch
-
(svn r22623) -Cleanup: DoAcquireCompany() does not need to sell shares, ChangeOwnershipOfCompanyItems() already does that and it does it better. draftSat, 02 Jul 2011 19:07:47 +0000, by frosch
-
(svn r22622) -Fix: When closing down companies their shares in other companies must be sold even if share trading is disabled at that point of time. draftSat, 02 Jul 2011 19:05:42 +0000, by frosch
-
(svn r22620) -Change [FS#4651]: Enforce refit orders to be 'always go to depot' orders; service-only and stop-in-depot orders make no sense with refitting. draftSat, 02 Jul 2011 16:45:54 +0000, by frosch
-
(svn r22619) -Fix [FS#4662]: Consider the size of the vehicle sprite for the lineheight in the company GUI. This also makes the widget containing the sprite not skip drawing it, if the bounds of the widget are outside of the drawing area though the sprite actually needs drawing. draftSat, 02 Jul 2011 14:37:03 +0000, by frosch
-
(svn r22618) -Fix [FS#4653]: When changing difficulty settings over the network, do not just reopen the difficulty window if any game options window is opened; instead invalidate them properly. draftSat, 02 Jul 2011 12:58:37 +0000, by frosch
-
(svn r22617) -Codechange: Add GameOptionsInvalidationData enum for data values for Window::OnInvalidateData() of windows with class WC_GAME_OPTIONS. draftSat, 02 Jul 2011 12:49:44 +0000, by frosch
-
(svn r22615) -Codechange: The return value of PlayTileSound() has no purpose. Remove it and document the rest. draftSat, 02 Jul 2011 11:28:22 +0000, by frosch
-
(svn r22614) -Fix [FS#4656]: If callback 33 returns a value out of range, no sound effect shall be played. draftSat, 02 Jul 2011 11:24:39 +0000, by frosch
-
(svn r22608) -Fix[FS#4663]: Use rotated heightmap sizes for reporting scaling problems. draftSun, 26 Jun 2011 16:16:04 +0000, by alberth
-
(svn r22606) -Fix (r22518): 20 is not the successor of 19 in NewGRF context. draftThu, 23 Jun 2011 08:25:15 +0000, by frosch
-
(svn r22604) -Document: that there are invalid warnings under some circumstances draftMon, 20 Jun 2011 17:06:33 +0000, by rubidium
-
(svn r22595) -Fix [FS#4560] (r22593): build railstation gui was broken with newgrf stations draftFri, 17 Jun 2011 20:32:25 +0000, by yexo
-
(svn r22594) -Fix [FS#4644]: add active NewGRFs to the list of available ones when selecting the empty preset draftThu, 16 Jun 2011 10:59:09 +0000, by yexo
-
(svn r22593) -Fix [FS#4647]: don't show cargo accepted/produced in the new station window when no tiles are selected (mouse hovering a window or toolbar) draftThu, 16 Jun 2011 09:46:24 +0000, by yexo
-
(svn r22592) -Fix [FS#4645]: Reading of heightmaps with uncommon BMP formats failed due to uninitialised variables. (Parody) draftWed, 15 Jun 2011 18:53:58 +0000, by frosch
-
(svn r22591) -Doc: Callback 0x18 (AI purchase selection) is implemented for stations. draftWed, 15 Jun 2011 18:52:21 +0000, by terkhen
-
(svn r22589) -Fix [FS#4641]: PBS order forecasting modified the current order index in case of a goto-nearest-depot order and no depot could be found. draftTue, 14 Jun 2011 19:19:13 +0000, by frosch
-
(svn r22587) -Fix: inconsistency in known-bugs.txt draftTue, 14 Jun 2011 04:56:51 +0000, by rubidium
-
(svn r22586) -Merge: documentation updates from 1.1 draftTue, 14 Jun 2011 04:55:34 +0000, by rubidium
-
(svn r22584) -Add: [NoAI] several functions to AICompany to find out performance information (Morloth) draftMon, 13 Jun 2011 15:23:20 +0000, by yexo
-
(svn r22583) -Fix [FS#4640] (r22551): Allocate _changed_storage_arrays on the heap, so the point of destruction is well defined ('never' for now). draftMon, 13 Jun 2011 11:53:00 +0000, by frosch
-
(svn r22582) -Fix: Don't increment STL iterators after they've been invalidated. draftMon, 13 Jun 2011 10:46:00 +0000, by michi_cc
-
(svn r22581) -Add: 'make regression' support to Makefile.msvc draftMon, 13 Jun 2011 10:35:19 +0000, by rubidium
-
(svn r22580) -Change: make 'make regression' return an error when it fails draftMon, 13 Jun 2011 10:09:59 +0000, by rubidium
-
(svn r22576) -Add: bundle_pdb command to put the pdb into the bundles directory as well draftMon, 13 Jun 2011 07:34:55 +0000, by rubidium
-
(svn r22574) -Fix (r22566): GetGRFID was using a wrong return type. draftMon, 13 Jun 2011 06:28:43 +0000, by terkhen
-
(svn r22573) -Fix (r22567): Fix operator precedence. draftMon, 13 Jun 2011 06:13:57 +0000, by terkhen
-
(svn r22572) -Fix: MSVC performance warning (assigning int to bool). draftSun, 12 Jun 2011 23:42:42 +0000, by michi_cc
-
(svn r22571) -Add: [NewGRF] Show town persistent storage in the NewGRF debug GUI. draftSun, 12 Jun 2011 20:53:16 +0000, by terkhen
-
(svn r22570) -Codechange: Store the GrfID of the caller when opening a parent window in the NewGRF debug GUI. draftSun, 12 Jun 2011 20:51:38 +0000, by terkhen
-
(svn r22569) -Feature: [NewGRF] Persistent storage for towns. draftSun, 12 Jun 2011 20:50:03 +0000, by terkhen