log

age author description
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
Thu, 02 Jul 2009 17:08:54 +0000 frosch (svn r16725) -Documentation: raw_industry_cost_multiplier draft
Thu, 02 Jul 2009 12:47:52 +0000 smatz (svn r16724) -Fix (r16714): MSVC 64bit warnings (Rubidium) draft
Thu, 02 Jul 2009 12:10:39 +0000 smatz (svn r16723) -Codechange: make GetNextArticPart(), GetLastEnginePart(), GetNextVehicle(), GetPrevVehicle(), GetNextUnit(), GetPrevUnit() members of Train draft
Thu, 02 Jul 2009 09:06:15 +0000 rubidium (svn r16722) -Codechange: unify the naming of the Is/Set/HasArticulatedPart functions draft
Thu, 02 Jul 2009 08:59:27 +0000 rubidium (svn r16721) -Codechange: make Is/SetRoadVehicleFront, Is/Set/HasArticulatedPart member of RoadVehicle. draft
Thu, 02 Jul 2009 00:17:27 +0000 smatz (svn r16720) -Codechange: make Set/ClearFrontEngine(), Set/ClearArticulatedPart(), Set/ClearWagon(), Set/ClearEngine(), Set/ClearFreeWagon() and Set/ClearMultiheaded() members of Train draft
Wed, 01 Jul 2009 23:57:20 +0000 smatz (svn r16719) -Codechange: make IsArticulatedPart(), IsTrainEngine(), IsTrainWagon(), IsMultiheaded(), EngineHasArticPart() and IsRearDualheaded() members of Train draft
Wed, 01 Jul 2009 23:49:13 +0000 smatz (svn r16718) -Codechange: make IsFreeWagon() member of Train draft
Wed, 01 Jul 2009 22:22:01 +0000 smatz (svn r16717) -Codechange: make IsFrontEngine() member of Train draft
Wed, 01 Jul 2009 21:33:06 +0000 smatz (svn r16716) -Codechange: reduce code duplication in DrawCompanyVehiclesAmount() draft
Wed, 01 Jul 2009 21:29:03 +0000 smatz (svn r16715) -Codechange: add attribute to assert_compile(), so it doesn't warn when used inside function draft
Wed, 01 Jul 2009 18:45:05 +0000 smatz (svn r16714) -Codechange: use pool-like accessors for Subsidy draft
Wed, 01 Jul 2009 18:18:12 +0000 smatz (svn r16713) -Doc: document the Subsidy struct draft
Wed, 01 Jul 2009 17:45:22 +0000 translators (svn r16712) -Update from WebTranslator v3.0: draft
Wed, 01 Jul 2009 17:43:26 +0000 smatz (svn r16711) -Codechange: use FOR_ALL_SUBSIDIES macro when iterating over all subsidies draft
Wed, 01 Jul 2009 15:08:43 +0000 smatz (svn r16710) -Fix: invalidate subsidies with invalid source or destination when converting older savegames draft
Wed, 01 Jul 2009 14:51:05 +0000 rubidium (svn r16709) -Fix [FS#2994]: the list of animated tiles could have duplicates (only for old savegames) and tiles that weren't animated draft
Wed, 01 Jul 2009 09:53:54 +0000 rubidium (svn r16708) -Cleanup: do not try to indent strings using spaces, especially strings that span multiple lines; it will not get the effect you want. Also do not indent at different levels in different strings that will be shown on the same place. draft
Wed, 01 Jul 2009 09:50:52 +0000 rubidium (svn r16707) -Fix [FS#3007] (r16693): under some circumstances vehicles would skip loading as they thought nothing could be unloaded or loaded. draft
Wed, 01 Jul 2009 09:45:30 +0000 rubidium (svn r16706) -Fix (r16694): acquiring a subsidy resulted in an assertion. draft
Tue, 30 Jun 2009 17:45:27 +0000 translators (svn r16703) -Update from WebTranslator v3.0: draft
Tue, 30 Jun 2009 16:20:16 +0000 rubidium (svn r16702) -Change: don't implicitly fall back to the null/dedicated (video) drivers, but show an error message that no driver could be found. You can still explicitly start the null drivers thought. draft
Tue, 30 Jun 2009 12:42:43 +0000 rubidium (svn r16701) -Fix [FS#3001]: limit the screen's resolution to 65535x65535 so the dirty pixels stay within bounds of a 32 bits integer draft
Tue, 30 Jun 2009 12:38:18 +0000 rubidium (svn r16700) -Fix: if allegro fails to start or fails open a window or sound card fall back to another driver draft
Tue, 30 Jun 2009 12:36:24 +0000 rubidium (svn r16699) -Fix [FS#3001]: if SDL fails to allocate a surface due to it being too large (and SDL doesn't crash!) fall back to another video driver. draft
Tue, 30 Jun 2009 10:26:28 +0000 rubidium (svn r16698) -Document: update documentation pointing to the old translator tool. draft
Tue, 30 Jun 2009 10:19:14 +0000 translators (svn r16697) -Fix (r16696): don't silently introduce old ##case for some languages draft
Tue, 30 Jun 2009 10:14:17 +0000 translators (svn r16696) -Change: make order of pragmas identical for all languages (and to what strgen defines it to be) draft
Tue, 30 Jun 2009 10:01:05 +0000 translators (svn r16695) -Update: WebTranslator2 update to 2009-06-30 10:00:57 draft
Mon, 29 Jun 2009 19:55:36 +0000 rubidium (svn r16694) -Fix [FS#2995] (rgradual loading, rnewindustries): only pay for whatever has been actually unloaded and perform the payment when unloading has finished. This fixes, amongst others: draft