------------------------------------------------------------------------ r16221 | rubidium | 2009-05-03 15:46:36 +0000 (Sun, 03 May 2009) | 2 lines -Change: support building 64 bits OSX binaries and add optional support for 64 bits binaries in OSX universal binaries. However, do not default to adding 64 bits binaries because benchmarking has shown that they are slower than the 32 bits binaries. ------------------------------------------------------------------------ r16220 | rubidium | 2009-05-03 15:44:05 +0000 (Sun, 03 May 2009) | 2 lines -Fix [FS#2862]: possible crashes when quiting OpenTTD or forcing resizes/redraws of the screen during map generation ------------------------------------------------------------------------ r16219 | alberth | 2009-05-03 13:55:22 +0000 (Sun, 03 May 2009) | 1 line -Codechange: Added nested widgets to rv station picker window. ------------------------------------------------------------------------ r16218 | alberth | 2009-05-03 13:54:47 +0000 (Sun, 03 May 2009) | 1 line -Codechange: Move BuildRoadStationWidgets enum outside window struct. ------------------------------------------------------------------------ r16217 | alberth | 2009-05-03 13:53:34 +0000 (Sun, 03 May 2009) | 1 line -Codechange: Make rv station picker widgets non-overlapping, fix doc typo. ------------------------------------------------------------------------ r16216 | alberth | 2009-05-03 13:13:41 +0000 (Sun, 03 May 2009) | 1 line -Codechange: Added nested widgets to vehicle view window. ------------------------------------------------------------------------ r16215 | alberth | 2009-05-03 13:12:13 +0000 (Sun, 03 May 2009) | 1 line -Codechange: Added tooltip to resizebox of vehicle view window. ------------------------------------------------------------------------ r16214 | rubidium | 2009-05-03 11:57:01 +0000 (Sun, 03 May 2009) | 2 lines -Fix [FS#2878]: shared orders without orders weren't properly converted causing corrupt/invalid orders when loading pre 0.7 savegames. ------------------------------------------------------------------------ r16213 | alberth | 2009-05-03 11:53:06 +0000 (Sun, 03 May 2009) | 1 line -Codechange: Added nested widgets to timetable window. ------------------------------------------------------------------------ r16212 | alberth | 2009-05-03 10:46:24 +0000 (Sun, 03 May 2009) | 1 line -Codechange: Added nested widgets for all station_gui windows. ------------------------------------------------------------------------ r16211 | alberth | 2009-05-03 10:38:35 +0000 (Sun, 03 May 2009) | 1 line -Codechange: Moving StationListWidgets out of the window class, completing StationViewWidgets. ------------------------------------------------------------------------ r16210 | alberth | 2009-05-03 10:34:47 +0000 (Sun, 03 May 2009) | 1 line -Codechange: Make panels non-overlapping in company stations window. ------------------------------------------------------------------------ r16209 | alberth | 2009-05-03 10:33:15 +0000 (Sun, 03 May 2009) | 1 line -Codechange: Removed bottom panel from join station window. ------------------------------------------------------------------------ r16208 | alberth | 2009-05-03 08:27:12 +0000 (Sun, 03 May 2009) | 1 line -Codechange: Added nested widgets for the buy company and show company windows. ------------------------------------------------------------------------ r16207 | alberth | 2009-05-03 08:13:14 +0000 (Sun, 03 May 2009) | 3 lines -Codechange: Added and applied BuyCompanyWidgets enum. -Doc: Small fixes and additions to documentation. ------------------------------------------------------------------------ r16206 | translators | 2009-05-02 17:40:02 +0000 (Sat, 02 May 2009) | 4 lines -Update: WebTranslator2 update to 2009-05-02 17:39:59 german - 10 changed by planetmaker (10) korean - 30 fixed, 2 changed by leejaeuk5 (32) ------------------------------------------------------------------------ r16205 | alberth | 2009-05-02 17:00:56 +0000 (Sat, 02 May 2009) | 1 line -Codechange: Added nested widgets for news windows and news-settings window. ------------------------------------------------------------------------ r16204 | alberth | 2009-05-02 16:52:21 +0000 (Sat, 02 May 2009) | 1 line -Codechange: Completing widget numbers of news settings window. ------------------------------------------------------------------------ r16203 | alberth | 2009-05-02 16:45:01 +0000 (Sat, 02 May 2009) | 1 line -Codechange: Simplify widget layout of news settings window. ------------------------------------------------------------------------ r16202 | alberth | 2009-05-02 16:40:26 +0000 (Sat, 02 May 2009) | 1 line -Codechange: Use widget top coordinate instead of hardcoded value. ------------------------------------------------------------------------ r16201 | alberth | 2009-05-02 16:33:28 +0000 (Sat, 02 May 2009) | 1 line -Codechange: Add NWidgetBase::SetPadding method. ------------------------------------------------------------------------ r16200 | alberth | 2009-05-02 13:05:00 +0000 (Sat, 02 May 2009) | 1 line -Codechange: Moving news-type description to NewsTypeData array. ------------------------------------------------------------------------ r16199 | frosch | 2009-05-02 00:10:24 +0000 (Sat, 02 May 2009) | 3 lines -Codechange: Pass OrderNonStopFlags also to MakeGoToDepotOrder(). -Fix: 'Go non-stop to nearest depot'-orders did not work wrt. the 'non-stop' part. -Fix: Adding 'Go to nearest depot'-orders did not respect the default setting for 'non-stop'. ------------------------------------------------------------------------ r16198 | frosch | 2009-05-01 23:16:52 +0000 (Fri, 01 May 2009) | 1 line -Fix/Change (r16187): 'Go to nearest depot'-orders are fulfilled when reaching any depot, even though the train decided for a different depot on the last junction/order-skip. ------------------------------------------------------------------------ r16197 | alberth | 2009-05-01 19:37:59 +0000 (Fri, 01 May 2009) | 1 line -Codechange: Structure buttons of train order window based on related functions rather than position. ------------------------------------------------------------------------ r16196 | alberth | 2009-05-01 19:33:58 +0000 (Fri, 01 May 2009) | 1 line -Codechange: Added nested widgets for non-train and other-companies order windows. ------------------------------------------------------------------------ r16195 | alberth | 2009-05-01 19:30:38 +0000 (Fri, 01 May 2009) | 1 line -Codechange: Even empty widgets should live within window boundaries. ------------------------------------------------------------------------ r16194 | translators | 2009-05-01 17:45:52 +0000 (Fri, 01 May 2009) | 5 lines -Update: WebTranslator2 update to 2009-05-01 17:45:47 finnish - 10 fixed by jpx_ (10) romanian - 22 fixed by kkmic (22) turkish - 11 fixed by Emin (11) ------------------------------------------------------------------------ r16193 | alberth | 2009-05-01 08:50:07 +0000 (Fri, 01 May 2009) | 1 line -Codechange: Added nested widgets for smallmap and extra viewport windows. ------------------------------------------------------------------------ r16192 | alberth | 2009-05-01 08:48:07 +0000 (Fri, 01 May 2009) | 1 line -Codechange: Moving smallmap and extra viewport widget enums out of the window structs, completing smallmap enum. ------------------------------------------------------------------------ r16191 | alberth | 2009-04-30 19:22:44 +0000 (Thu, 30 Apr 2009) | 1 line -Codechange: Added nested widgets of one order window. ------------------------------------------------------------------------ r16190 | alberth | 2009-04-30 19:21:51 +0000 (Thu, 30 Apr 2009) | 1 line -Codechange: Allow stacking of nested widgets. ------------------------------------------------------------------------ r16189 | alberth | 2009-04-30 17:35:38 +0000 (Thu, 30 Apr 2009) | 1 line -Doc: Additions and improvement of (mainly) nested widgets/widget-parts doxygen docs. ------------------------------------------------------------------------ r16188 | rubidium | 2009-04-30 12:11:51 +0000 (Thu, 30 Apr 2009) | 2 lines -Fix [FS#2874] (r16124): printing the first 4 bytes worth of a 8 byte integer causes some unwanted side effects when the system is not little-endian. ------------------------------------------------------------------------ r16187 | rubidium | 2009-04-29 21:12:30 +0000 (Wed, 29 Apr 2009) | 2 lines -Fix [FS#2871]: do mark the "go to depot X" order fulfilled when reaching any depot, but only when reaching depot X. ------------------------------------------------------------------------ r16186 | alberth | 2009-04-29 20:32:11 +0000 (Wed, 29 Apr 2009) | 1 line -Codechange: Adding nested widgets to _newgrf_desc and _newgrf_add_dlg_desc window descriptions. ------------------------------------------------------------------------ r16185 | alberth | 2009-04-29 20:29:19 +0000 (Wed, 29 Apr 2009) | 3 lines -Codechange: Moving the ShowNewGRFStateWidgets and AddNewGRFWindowWidgets widget enums outside their window structs. -Codechange: Improvements to the _newgrf_add_dlg_widgets and _newgrf_widgets widget arrays in preparation for nested widgets. ------------------------------------------------------------------------ r16184 | translators | 2009-04-29 17:32:53 +0000 (Wed, 29 Apr 2009) | 6 lines -Update: WebTranslator2 update to 2009-04-29 17:32:47 estonian - 6 changed by kristjans (6) french - 10 fixed by glx (10) polish - 17 fixed by xaxa (17) simplified_chinese - 25 fixed, 6 changed by ww9980 (31) ------------------------------------------------------------------------ r16183 | rubidium | 2009-04-29 10:11:46 +0000 (Wed, 29 Apr 2009) | 2 lines -Fix [FS#2872]: wrong string alignment for error messages with face ------------------------------------------------------------------------ r16182 | rubidium | 2009-04-29 10:00:58 +0000 (Wed, 29 Apr 2009) | 2 lines -Fix: hardcoded (old sized) MAX_COMPANIES constant ------------------------------------------------------------------------ r16181 | yexo | 2009-04-28 13:16:14 +0000 (Tue, 28 Apr 2009) | 1 line -Fix [Squirrel]: the traps variable wasn't restored, causing try/catch blocks to be 'forgotten' during a suspend. ------------------------------------------------------------------------ r16180 | translators | 2009-04-27 17:43:51 +0000 (Mon, 27 Apr 2009) | 10 lines -Update: WebTranslator2 update to 2009-04-27 17:43:43 brazilian_portuguese - 24 changed by tucalipe (24) dutch - 10 changed by habell (10) estonian - 8 changed by kristjans (8) hungarian - 10 changed by IPG (10) italian - 1 changed by lorenzodv (1) malay - 22 fixed by Syed (22) norwegian_bokmal - 1 changed by khh (1) polish - 440 changed by konrad (440) ------------------------------------------------------------------------ r16179 | translators | 2009-04-27 17:41:31 +0000 (Mon, 27 Apr 2009) | 10 lines -Update: WebTranslator2 update to 2009-04-27 17:41:22 brazilian_portuguese - 24 fixed by tucalipe (24) dutch - 10 fixed by habell (10) estonian - 8 changed by kristjans (8) hungarian - 10 fixed by IPG (10) italian - 1 changed by lorenzodv (1) malay - 22 fixed by Syed (22) norwegian_bokmal - 1 fixed by khh (1) polish - 336 fixed, 104 changed by konrad (440) ------------------------------------------------------------------------ r16178 | smatz | 2009-04-27 15:10:15 +0000 (Mon, 27 Apr 2009) | 1 line -Fix [FS#2866]: don't try to reserve path for trains crashed in station ------------------------------------------------------------------------ r16177 | bjarni | 2009-04-27 00:39:15 +0000 (Mon, 27 Apr 2009) | 2 lines -Fix (r15892): [OSX] fixed linking error regarding _select$1050 (only present on some systems) ------------------------------------------------------------------------ r16176 | yexo | 2009-04-26 20:01:14 +0000 (Sun, 26 Apr 2009) | 1 line -Fix: forbid joining AI companies via the 'move' and 'join' console commands. ------------------------------------------------------------------------ r16175 | yexo | 2009-04-26 19:48:42 +0000 (Sun, 26 Apr 2009) | 1 line -Fix: Disable the join button in the multiplayer lobby for AI companies, since joining an AI company is not possible. ------------------------------------------------------------------------ r16174 | yexo | 2009-04-26 19:30:31 +0000 (Sun, 26 Apr 2009) | 1 line -Fix (r16093) [FS#2863]: crash when starting a game/loading a game with no AIs available. ------------------------------------------------------------------------ r16173 | translators | 2009-04-26 17:38:38 +0000 (Sun, 26 Apr 2009) | 7 lines -Update: WebTranslator2 update to 2009-04-26 17:38:31 arabic_egypt - 35 fixed by khaloofah (35) catalan - 10 fixed by arnaullv (10) estonian - 10 fixed, 26 changed by kristjans (36) german - 10 fixed by planetmaker (10) italian - 10 fixed by lorenzodv (10) ------------------------------------------------------------------------ r16172 | yexo | 2009-04-26 17:16:30 +0000 (Sun, 26 Apr 2009) | 1 line -Fix (r16171): typo (thanks SmatZ) ------------------------------------------------------------------------ r16171 | yexo | 2009-04-26 17:01:05 +0000 (Sun, 26 Apr 2009) | 1 line -Add [NoAI]: two new error codes to AITile: ERR_AREA_ALREADY_FLAT and ERR_ESCAVATION_WOULD_DAMAGE. ------------------------------------------------------------------------ r16170 | alberth | 2009-04-26 16:51:50 +0000 (Sun, 26 Apr 2009) | 1 line -Codechange: Added nested widgets to OSK. ------------------------------------------------------------------------ r16169 | alberth | 2009-04-26 16:48:02 +0000 (Sun, 26 Apr 2009) | 1 line -Codechange: Completing OSK widget numbers. ------------------------------------------------------------------------ r16168 | alberth | 2009-04-26 16:41:08 +0000 (Sun, 26 Apr 2009) | 1 line -Codechange: Removing unused WWT_EMPTY widget. ------------------------------------------------------------------------ r16167 | alberth | 2009-04-26 16:30:12 +0000 (Sun, 26 Apr 2009) | 1 line -Codechange: Added empty-ness test to nested widget containers. ------------------------------------------------------------------------ r16166 | frosch | 2009-04-26 16:26:41 +0000 (Sun, 26 Apr 2009) | 1 line -Add [NoAI]: AITile::Get(Min|Max|Corner)Height ------------------------------------------------------------------------ r16165 | yexo | 2009-04-26 16:14:53 +0000 (Sun, 26 Apr 2009) | 2 lines -Add [FS#2801] [NoAI]: several functions to AIOrder to check the what kind of order an order is. -Fix: AIOrder::GetOrderDestination and AIOrder::GetOrderFlags didn't work on ORDER_CURRENT when the vehicle was loading/leaving in a station. ------------------------------------------------------------------------ r16164 | glx | 2009-04-26 16:03:50 +0000 (Sun, 26 Apr 2009) | 1 line -Fix: make dependencies checking more accurate by using compiler's built-in defines ------------------------------------------------------------------------ r16163 | rubidium | 2009-04-26 15:42:45 +0000 (Sun, 26 Apr 2009) | 2 lines -Codechange: instead of SetDParamStr(0, string); DrawString(..., STR_JUST_RAW_STRING, ...) use DrawString(..., string, ...). ------------------------------------------------------------------------