log

age author description
Sat, 11 Jul 2009 17:45:13 +0000 translators (svn r16793) -Update from WebTranslator v3.0: draft
Fri, 10 Jul 2009 22:46:30 +0000 rubidium (svn r16791) -Codechange: unify (and document) the Remove[StationType] functions. draft
Fri, 10 Jul 2009 22:30:38 +0000 yexo (svn r16790) -Add [NoAI]: AIVehicle::GetReliability to get the current reliability of vehicles draft
Fri, 10 Jul 2009 22:03:09 +0000 yexo (svn r16789) -Codechange: unify the drawing of the Accepts/Supplies cargo lists in the station build windows. draft
Fri, 10 Jul 2009 21:59:07 +0000 yexo (svn r16788) -Fix: with modified_catchment off the build road station window would not display all possible cargos in the Accepts/Supplies lists draft
Fri, 10 Jul 2009 20:48:08 +0000 yexo (svn r16787) -Fix [FS#3027]: the noise level text in the airport build window was drawn over the lowest button draft
Fri, 10 Jul 2009 19:41:03 +0000 yexo (svn r16786) -Fix [FS#3027] (r16752): only one tile was selected when the build airport window was opened instead of an area with the size of the airport draft
Fri, 10 Jul 2009 18:30:02 +0000 rubidium (svn r16785) -Codechange: make ships going to buoys use OT_GOTO_WAYPOINT too draft
Fri, 10 Jul 2009 18:22:04 +0000 peter1138 (svn r16784) -Fix: Audio playback rate was fixed at 11025Hz regardless of the rate specified to the audio driver, resulting in incorrect playback speed. It is still preferable to use 11025Hz output rate if possible as OpenTTD's sample rate converter is very low quality. draft
Fri, 10 Jul 2009 18:21:14 +0000 rubidium (svn r16783) -Change: make it more clear that the squirrel_export script needs gawk. draft
Fri, 10 Jul 2009 17:45:34 +0000 translators (svn r16782) -Update from WebTranslator v3.0: draft
Fri, 10 Jul 2009 16:32:12 +0000 rubidium (svn r16781) -Fix [FS#3026] (r16297): don't cast negative values to uints when the settings' range is "negative..positive". draft
Thu, 09 Jul 2009 20:23:13 +0000 alberth (svn r16780) -Add [FS#3015]: Allow the AI Debug Window to become sticky. draft
Thu, 09 Jul 2009 19:57:33 +0000 alberth (svn r16779) -Fix: Take real smallest size of nested widgets into account for initial window position. draft
Thu, 09 Jul 2009 19:52:47 +0000 alberth (svn r16778) -Codechange: Split window initialization in a data part and a size/position part. draft
Thu, 09 Jul 2009 17:45:27 +0000 translators (svn r16777) -Update from WebTranslator v3.0: draft
Thu, 09 Jul 2009 11:32:38 +0000 rubidium (svn r16773) -Fix (r16014): forgot to remove obsoleted aliases draft
Wed, 08 Jul 2009 22:11:55 +0000 rubidium (svn r16772) -Fix [FS#3019]: don't use the same error message for turning around road vehicles and flipping parts of trains in the depot draft
Wed, 08 Jul 2009 20:49:29 +0000 rubidium (svn r16771) -Fix: API export was forgotten causing API to think variables were uint; doesn't matter much as int was converted to uint and then back. draft
Wed, 08 Jul 2009 19:32:57 +0000 rubidium (svn r16769) -Fix: win32 and win64 binary packages wouldn't get their readme converted to DOS line endings draft
Wed, 08 Jul 2009 17:45:19 +0000 translators (svn r16768) -Update from WebTranslator v3.0: draft
Wed, 08 Jul 2009 17:42:58 +0000 yexo (svn r16767) -Fix [NoAI] (r16524): AITile::GetCargoProduction/Acceptance didn't accept a radius of 0 anymore draft
Wed, 08 Jul 2009 12:01:26 +0000 rubidium (svn r16766) -Codechange: remove station->MarkDirty. It is in all cases meant to only update the sign and not invalidate the widget; the widget would be invalidated by a call before/after the call to MarkDirty or it wouldn't make sense because e.g. the window doesn't exist anymore/yet. draft
Wed, 08 Jul 2009 08:50:20 +0000 rubidium (svn r16765) -Codechange: give ViewportSign's width_1 and width_2 more self explaining names draft
Wed, 08 Jul 2009 08:30:35 +0000 rubidium (svn r16764) -Codechange: unify the way viewport signs are marked dirty draft
Wed, 08 Jul 2009 07:53:39 +0000 rubidium (svn r16763) -Add: initial translation of Vietnamese. draft
Tue, 07 Jul 2009 17:45:20 +0000 translators (svn r16762) -Update from WebTranslator v3.0: draft
Tue, 07 Jul 2009 16:51:20 +0000 rubidium (svn r16761) -Codechange: make UpdateViewportSignPos(ition) a class function of ViewportSign draft
Tue, 07 Jul 2009 16:43:58 +0000 rubidium (svn r16760) -Codechange: make UpdateStationVirtCoord a function of Station draft
Tue, 07 Jul 2009 11:21:29 +0000 rubidium (svn r16759) -Codechange: some coding style in station.cpp draft
Tue, 07 Jul 2009 11:21:14 +0000 rubidium (svn r16758) -Document: some station related types/enums draft
Tue, 07 Jul 2009 09:19:27 +0000 rubidium (svn r16757) -Fix [FS#3018]: in the refit window the "Select cargo type to carry" line always showed the ship refit tooltip draft
Mon, 06 Jul 2009 17:45:17 +0000 translators (svn r16756) -Update from WebTranslator v3.0: draft
Sun, 05 Jul 2009 20:59:42 +0000 yexo (svn r16755) -Codechange: apply some codestyle to newgrf.cpp draft
Sun, 05 Jul 2009 17:17:22 +0000 translators (svn r16754) -Update from WebTranslator v3.0: draft
Sun, 05 Jul 2009 16:55:26 +0000 yexo (svn r16753) -Fix (r16740): Don't check the width of the same string 4 times, but pick the maximum width of all difficulty levels draft
Sun, 05 Jul 2009 16:50:56 +0000 yexo (svn r16752) -Codechange: Remove most of the window-changing code from AirportPickerWindow::OnPaint draft
Sun, 05 Jul 2009 16:26:42 +0000 alberth (svn r16751) -Fix (r16740): Do not crash when using a non-standard font size in the widgets. draft
Sun, 05 Jul 2009 16:14:50 +0000 yexo (svn r16750) -Fix: mark the intro gui dirty when changing the difficulty level to avoid glitches on the difficulty button draft
Sun, 05 Jul 2009 15:53:47 +0000 alberth (svn r16749) -Codechange: Rail toolbar uses nested widget tree only. draft
Sun, 05 Jul 2009 15:01:36 +0000 alberth (svn r16748) -Codechange: Don't cast away constness. draft
Sun, 05 Jul 2009 14:26:29 +0000 alberth (svn r16747) -Fix: Non-resized windows also need a post re-init SetDirty. draft
Sun, 05 Jul 2009 13:21:51 +0000 smatz (svn r16746) -Codechange: use Town::PostDestructor() instead of not very clean construct for invalidating nearest town for road tiles draft
Sun, 05 Jul 2009 13:20:05 +0000 smatz (svn r16745) -Fix [FS#3011]: invalidate JoinStation window after removing item from the pool draft
Sat, 04 Jul 2009 17:45:07 +0000 translators (svn r16743) -Update from WebTranslator v3.0: draft
Sat, 04 Jul 2009 15:35:36 +0000 alberth (svn r16740) -Codechange: Self-sizing widgets in intro screen, town directory, and found town windows. draft
Sat, 04 Jul 2009 14:13:23 +0000 alberth (svn r16739) -Codechange: Initialize internal data before computing the widgets. draft
Sat, 04 Jul 2009 13:55:28 +0000 alberth (svn r16738) -Codechange: Remove casting away constness by changing the text before storing. draft
Sat, 04 Jul 2009 12:20:42 +0000 frosch (svn r16737) -Fix (r15645): When loading a savegame Engine::grffile might be left NULL in certain cases. (dynamic_engines enabled, articulated vehicle with only wagon-override action3s) draft
Sat, 04 Jul 2009 11:26:57 +0000 rubidium (svn r16736) -Codechange: give some station enums a name and use that instead of 'byte'. draft
Sat, 04 Jul 2009 11:24:25 +0000 rubidium (svn r16735) -Codechange: had_vehicle_of_type only stored 7 bits, all less that bit 7... but it was a word wasting space etc. draft
Fri, 03 Jul 2009 22:25:59 +0000 alberth (svn r16734) -Codechange: Prepare intro, town directory, and found town windows for more flexible widget contents. draft
Fri, 03 Jul 2009 21:38:41 +0000 alberth (svn r16733) -Codechange: Move rebuilding and sorting the town list out of TownDirectoryWindow::OnPaint. draft
Fri, 03 Jul 2009 21:08:18 +0000 rubidium (svn r16732) -Fix [FS#2991]: show Close instead of Cancel when there's nothing to canel in the content downloading window. draft
Fri, 03 Jul 2009 19:55:07 +0000 yexo (svn r16731) -Fix [NoAI]: AIDepotList contained wrong tiles for hangars when st->xy != st->airport_tile. draft
Fri, 03 Jul 2009 19:34:28 +0000 alberth (svn r16730) -Doc: Added some missing docs (most notably the class/struct docs) to GUIList template. draft
Fri, 03 Jul 2009 17:45:22 +0000 translators (svn r16729) -Update from WebTranslator v3.0: draft
Fri, 03 Jul 2009 13:33:00 +0000 smatz (svn r16728) -Fix (r14919): the Join station window didn't show all stations nearby in some cases draft
Thu, 02 Jul 2009 21:18:22 +0000 alberth (svn r16727) -Codechange: Introducing WD_SORTBUTTON_ARROW_WIDTH constant. draft
Thu, 02 Jul 2009 17:45:16 +0000 translators (svn r16726) -Update from WebTranslator v3.0: draft