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
-
(svn r22568) -Change: Add a list of persistent storages to the Town class. draftSun, 12 Jun 2011 20:49:07 +0000, by terkhen
-
(svn r22567) -Codechange: Store persistent storages inside a pool. draftSun, 12 Jun 2011 20:47:45 +0000, by terkhen
-
(svn r22566) -Codechange: Define and use OverrideManagerBase::GetGRFID function. draftSun, 12 Jun 2011 20:42:23 +0000, by terkhen
-
(svn r22565) -Codechange: Use helper functions for getting the persistent storage in the NewGRF debug GUI. draftSun, 12 Jun 2011 20:41:17 +0000, by terkhen
-
(svn r22564) -Codechange: Rename Get and Store persistent storage functions to GetValue and StoreValue. draftSun, 12 Jun 2011 20:40:21 +0000, by terkhen
-
(svn r22563) -Codechange: Use a function for storing values inside the persistent storage. draftSun, 12 Jun 2011 20:38:46 +0000, by terkhen
-
(svn r22562) -Codechange: Remove constness from TownGetVariable. draftSun, 12 Jun 2011 20:37:26 +0000, by terkhen
-
(svn r22561) -Codechange: Remove constness from Object in ResolverObject. draftSun, 12 Jun 2011 20:36:33 +0000, by terkhen
-
(svn r22560) -Codechange: Remove constness from House in ResolverObject. draftSun, 12 Jun 2011 20:35:37 +0000, by terkhen
-
(svn r22559) -Codechange: Remove constness from Station in ResolverObject. draftSun, 12 Jun 2011 20:34:37 +0000, by terkhen
-
(svn r22558) -Codechange: Remove constness from BaseStation in ResolverObject. draftSun, 12 Jun 2011 20:34:03 +0000, by terkhen
-
(svn r22557) -Codechange: Remove constness from AnimationBase callbacks. draftSun, 12 Jun 2011 20:32:52 +0000, by terkhen
-
(svn r22556) -Codechange: Remove constness from the town pointer at industries. draftSun, 12 Jun 2011 20:31:44 +0000, by terkhen
-
(svn r22553) -Fix (r22499): NewGRF parameter window was not set dirty, when changing row selection. draftSat, 11 Jun 2011 21:12:28 +0000, by frosch
-
(svn r22552) -Fix: Clear airport persistent storage on construction/removal of airports. draftSat, 11 Jun 2011 20:47:31 +0000, by frosch
-
(svn r22551) -Fix: Remove BaseStorageArrays from _changed_storage_arrays on destruction. draftSat, 11 Jun 2011 20:40:46 +0000, by frosch
-
(svn r22548) -Codechange: Name also the magic number for the lumber mill's tree cutting action (FeyFre) draftThu, 09 Jun 2011 16:35:09 +0000, by planetmaker
-
(svn r22546) -Doc [FS#4635]: Add 'trains do not crash with their own wagons' to known_bugs. draftTue, 07 Jun 2011 17:55:40 +0000, by frosch
-
(svn r22543) -Feature: [NewGRF] Support for station variable 0x69. draftSat, 04 Jun 2011 21:24:23 +0000, by terkhen
-
(svn r22542) -Add: Store cargo acceptance stats for stations. draftSat, 04 Jun 2011 21:21:00 +0000, by terkhen
-
(svn r22540) -Codechange: Rename AcceptancePickup to GoodsEntryStatus. draftSat, 04 Jun 2011 21:17:07 +0000, by terkhen
-
(svn r22538) -Fix [FS#4619]: possible crash when opening the airport build window for the first time draftSat, 04 Jun 2011 14:48:21 +0000, by rubidium
-
(svn r22537) -Change [FS#3494]: replace the half small airport structure on the intercontinental airport with some grass draftSat, 04 Jun 2011 14:24:34 +0000, by rubidium
-
(svn r22536) -Fix [FS#4632]: documentation omission regarding admin protocol draftSat, 04 Jun 2011 13:38:54 +0000, by rubidium
-
(svn r22535) -Cleanup: Remove uneeded constants, update and unify some comments relating to sprite numbers draftFri, 03 Jun 2011 20:41:30 +0000, by planetmaker
-
(svn r22534) -Fix [FS#4631] (r21250): doing rescan_ai in a game with running AIs caused a crash draftFri, 03 Jun 2011 19:18:39 +0000, by yexo
-
(svn r22532) -Fix: Do not create an implicit order if the current order is the first order in the order list and we visit the station of the last entry of the order list. draftThu, 02 Jun 2011 22:41:05 +0000, by michi_cc
-
(svn r22529) -Doc (r22419): Reflect removal of '-i' option in documentation. draftTue, 31 May 2011 20:51:19 +0000, by frosch
-
(svn r22523) -Doc: how OpenTTD finds a font, and what to do when that "fails" draftSun, 29 May 2011 20:01:39 +0000, by rubidium
-
(svn r22522) -Fix (r22489): (size_t)(uint32)(-1) != (size_t)-1 draftSun, 29 May 2011 18:35:31 +0000, by frosch
-
(svn r22518) -Feature: [NewGRF] Advanced sprite layouts with register modifiers. draftSun, 29 May 2011 16:56:22 +0000, by frosch
-
(svn r22517) -Fix (r22472): If a NewGRF sprite ran out of bytes at a very specific point, data might be freed twice. draftSun, 29 May 2011 16:54:40 +0000, by frosch
-
(svn r22516) -Codechange: Replace some magic numbers with the appropiate enum values. (Eddi) draftSun, 29 May 2011 08:56:05 +0000, by frosch
-
(svn r22514) -Feature: Save heightmap in scenario editor. draftSat, 28 May 2011 13:56:35 +0000, by alberth
-
(svn r22513) -Add: Allow for saving a heightmap from the file dialogue window. draftSat, 28 May 2011 13:55:59 +0000, by alberth
-
(svn r22511) -Add: Function to make heightmap file paths. draftSat, 28 May 2011 13:55:05 +0000, by alberth
-
(svn r22510) -Codechange: Extract filepath creation to its own function. draftSat, 28 May 2011 13:54:42 +0000, by alberth
-
(svn r22508) -Codechange: Lift default screenshot filename out of MakeScreenshotName. draftSat, 28 May 2011 13:53:52 +0000, by alberth
-
(svn r22506) -Feature [FS#4625]: Make the transparency options for industries also affect the effect vehicles created by industries. draftSat, 28 May 2011 09:46:37 +0000, by frosch
-
(svn r22504) -Codechange: Add EV_END and use it to check the lengths of _effect_init_procs and _effect_tick_procs. draftSat, 28 May 2011 09:43:53 +0000, by frosch