Mercurial > hg > openttd
graph
-
(svn r18610) -Codechange: don't consider a music set at all for 'best' set when it's missing files draftWed, 23 Dec 2009 08:51:46 +0000, by rubidium
-
(svn r18609) -Fix (r18608): installing of obm files didn't quite happen draftWed, 23 Dec 2009 06:52:50 +0000, by rubidium
-
(svn r18608) -Change: add the concept of music sets draftTue, 22 Dec 2009 21:40:29 +0000, by rubidium
-
(svn r18607) -Fix (r18583): Preserve window width when shading. draftTue, 22 Dec 2009 20:53:28 +0000, by alberth
-
(svn r18606) -Codechange: Introduce several forms of zero-size stacked display planes. draftTue, 22 Dec 2009 20:43:25 +0000, by alberth
-
(svn r18605) -Codechange: Coding style fixes, prevent useless calls to UpdateWidgetSize(). draftTue, 22 Dec 2009 19:40:23 +0000, by alberth
-
(svn r18603) -Codechange: move getting the song name to music_gui.cpp draftTue, 22 Dec 2009 18:34:07 +0000, by rubidium
-
(svn r18602) -Codechange: unify the viewport sign and text effect drawing draftTue, 22 Dec 2009 12:50:41 +0000, by rubidium
-
(svn r18601) -Codechange: Use resize step of the order list panel widget for order line calculations. draftTue, 22 Dec 2009 11:22:07 +0000, by alberth
-
(svn r18600) -Fix (r18599): Re-enable ctl+click to jump to competitor station. draftTue, 22 Dec 2009 11:15:08 +0000, by alberth
-
(svn r18599) -Fix: Displaying selected orders of a competitor vehicle was broken, disable the selection. draftTue, 22 Dec 2009 10:28:58 +0000, by alberth
-
(svn r18598) -Fix [FS#3402]: also cancel the save-pause when loading a savegame as scenario draftTue, 22 Dec 2009 08:34:40 +0000, by rubidium
-
(svn r18597) -Fix (r17147)[FS#3395, FS#3396]: ChangeVehicleNews() did not update the news ticker. draftMon, 21 Dec 2009 21:14:40 +0000, by frosch
-
(svn r18596) -Fix: Add padding to several town generation buttons and labels for nice and consistent layout. draftMon, 21 Dec 2009 21:12:41 +0000, by alberth
-
(svn r18595) -Fix (r18277): one couldn't enter test via the keyboard in the company password window. Also replace a magic number with a enumified constant. draftMon, 21 Dec 2009 20:32:20 +0000, by rubidium
-
(svn r18593) -Fix: GetWidget call case similar to r18591 draftMon, 21 Dec 2009 18:20:18 +0000, by rubidium
-
(svn r18592) -Fix (r18591): argh... save after starting the commit :( draftMon, 21 Dec 2009 18:13:43 +0000, by rubidium
-
(svn r18591) -Fix [FS#3399]: FindScrollbar could trigger an assert if the next widget (in the widget array) was a container-ish (e.g. selection) widget draftMon, 21 Dec 2009 18:12:25 +0000, by rubidium
-
(svn r18590) -Fix [FS#3397]: too strict assert was triggered draftMon, 21 Dec 2009 17:45:02 +0000, by rubidium
-
(svn r18589) -Codechange: Add tooltip to some network windows, remove old comment. draftMon, 21 Dec 2009 16:28:50 +0000, by alberth
-
(svn r18588) -Feature [FS#2943]: Add shading and unshading of windows. draftMon, 21 Dec 2009 16:24:29 +0000, by alberth
-
(svn r18587) -Codechange: Insert a shade selection widget in the widget tree when the window starts with a title bar with a shade box. draftMon, 21 Dec 2009 16:16:40 +0000, by alberth
-
(svn r18586) -Fix [FS#3398]: pressing default for the starting year/snow line height edit boxes of the world generation windows didn't work. draftMon, 21 Dec 2009 16:16:37 +0000, by rubidium
-
(svn r18585) -Codechange: replace some magic numbers by constants draftMon, 21 Dec 2009 16:13:30 +0000, by rubidium
-
(svn r18584) -Codechange: Generalize MakeWidgetTree to read only one widget (recursively). draftMon, 21 Dec 2009 16:12:43 +0000, by alberth
-
(svn r18583) -Codechange: Add WWT_SHADEBOX widget and its functions (heavily based on code by erikjanp). draftMon, 21 Dec 2009 16:06:20 +0000, by alberth
-
(svn r18582) -Codechange: save 8 bytes from the Window class draftSun, 20 Dec 2009 20:49:47 +0000, by rubidium
-
(svn r18581) -Change (r18570): Update sprite tables for the window shading sprites too. draftSun, 20 Dec 2009 20:15:19 +0000, by alberth
-
(svn r18580) -Codechange: Use widget information only for setting scrollbar capacity. draftSun, 20 Dec 2009 20:08:39 +0000, by alberth
-
(svn r18579) -Codechange: Add orientation to scrollbars. draftSun, 20 Dec 2009 20:04:30 +0000, by alberth
-
(svn r18578) -Feature: initially select the last joined server when going to the server list draftSun, 20 Dec 2009 19:18:18 +0000, by rubidium
-
(svn r18576) -Codechange: use the function to determine the width of digits for determining the width of the unitnumber in vehicle lists. draftSun, 20 Dec 2009 16:44:41 +0000, by rubidium
-
(svn r18575) -Fix [FS#3393]: unit numbers weren't always fully shown in the depot draftSun, 20 Dec 2009 16:42:35 +0000, by rubidium
-
(svn r18574) -Fix [FS#3392] (r18481): manually sending trains and RVs to depots didn't quite work draftSun, 20 Dec 2009 16:19:47 +0000, by rubidium
-
(svn r18573) -Fix [FS#3198]: [OSX] Try to get a generic RGB colour space if getting the system colour profile failed. (tyler) draftSun, 20 Dec 2009 16:10:44 +0000, by michi_cc
-
(svn r18572) -Change: Enable 'multiple NewGRF engine sets' by default. draftSun, 20 Dec 2009 15:37:39 +0000, by frosch
-
(svn r18571) -Fix (r18551): Vehicles not carrying any cargo (e.g. engines) were not considered for sending to depot for replacement. draftSun, 20 Dec 2009 15:21:39 +0000, by frosch
-
(svn r18570) -Merge (r18569): sprites for window shading draftSun, 20 Dec 2009 15:20:20 +0000, by rubidium
-
(svn r18567) -Fix [FS#2613]: [NewGRF] House property 15 did not work draftSun, 20 Dec 2009 14:53:32 +0000, by rubidium
-
(svn r18566) -Codechange: When both the union and intersection of refit masks of articulated vehicles are needed, they can be determined at once. draftSun, 20 Dec 2009 14:28:55 +0000, by frosch
-
(svn r18565) -Fix [FS#3391] (r18541): some older GCC warn about implicitly casting from floats to integers draftSun, 20 Dec 2009 14:18:22 +0000, by rubidium
-
(svn r18563) -Document: some industry related functions draftSun, 20 Dec 2009 13:45:43 +0000, by rubidium
-
(svn r18562) -Document: improve clarity of the AIAccounting class draftSun, 20 Dec 2009 12:29:16 +0000, by rubidium
-
(svn r18561) -Fix [FS#3390]: Do try to overtake a vehicle in a station as overtaking in a station is not allowed draftSun, 20 Dec 2009 11:22:36 +0000, by rubidium
-
(svn r18560) -Fix (r18541): variety distribution dropdown should not be on heightmap window. draftSun, 20 Dec 2009 09:28:53 +0000, by peter1138
-
(svn r18559) -Fix: When using original landscape generator, the terrain type and water level fields have no effect for arctic or tropic climates, so disable the dropdowns. draftSun, 20 Dec 2009 09:26:37 +0000, by peter1138
-
(svn r18558) -Cleanup (r18557): no need to document TILE_INVALID twice draftSun, 20 Dec 2009 00:53:22 +0000, by smatz
-
(svn r18557) -Fix: (most of) gcc errors when using lto caused by some structs having different definition in different object files draftSat, 19 Dec 2009 23:53:15 +0000, by smatz
-
(svn r18556) -Fix (r17005): squirrel export didn't accept negative constants draftSat, 19 Dec 2009 23:48:42 +0000, by smatz
-
(svn r18555) -Fix (r15027): fake definitions of squirrel types were wrong for eg. 64bit systems, don't use them draftSat, 19 Dec 2009 23:46:15 +0000, by smatz
-
(svn r18554) -Change: Forbid industries to clear sea/river when leveling land. draftSat, 19 Dec 2009 22:17:02 +0000, by frosch
-
(svn r18553) -Fix: make aircraft behave the same on autoreplace/autorenew as other vehicles draftSat, 19 Dec 2009 22:04:02 +0000, by rubidium
-
(svn r18552) -Fix (r18548): some translators were very fast draftSat, 19 Dec 2009 22:00:22 +0000, by glx
-
(svn r18550) -Fix (r18281): show expected price of town construction even when the company doesn't have enough money draftSat, 19 Dec 2009 21:42:19 +0000, by smatz