log

age author description
Mon, 26 Jul 2010 13:02:28 +0000 alberth (svn r20221) -Codechange: Move unscrolled row calculation into a function. draft
Sun, 25 Jul 2010 23:14:59 +0000 rubidium (svn r20220) -Fix [FS#3974]: strip non-printable characters before showing it in an edit box, so when renaming a vehicle type you won't get the "SETX stuff" that some NewGRFs use draft
Sun, 25 Jul 2010 23:13:40 +0000 rubidium (svn r20219) -Fix: Haiku uses a "special" location for headers draft
Sun, 25 Jul 2010 17:45:18 +0000 translators (svn r20218) -Update from WebTranslator v3.0: draft
Sun, 25 Jul 2010 14:33:17 +0000 frosch (svn r20217) -Fix [FS#3969]: Invalidate saveload GUI after rescanning NewGRFs. draft
Sun, 25 Jul 2010 12:38:06 +0000 alberth (svn r20216) -Fix: Increase scrolling speed of industry cargoes window, enlarge height slightly so small chains fit by default. draft
Sun, 25 Jul 2010 10:04:13 +0000 alberth (svn r20215) -Fix [FS#3971]: Remove all road pieces rather than aborting at the first ownership error (Krille). draft
Sat, 24 Jul 2010 17:45:26 +0000 translators (svn r20214) -Update from WebTranslator v3.0: draft
Sat, 24 Jul 2010 15:21:32 +0000 smatz (svn r20212) -Doc: remove the (now invalid) comment about problems with certain zlib versions draft
Sat, 24 Jul 2010 10:14:39 +0000 alberth (svn r20211) -Codechange: Indented code should have curly braces around it. draft
Fri, 23 Jul 2010 19:07:00 +0000 alberth (svn r20210) -Fix (r20206): Allow other compilers to enjoy the new window too. draft
Fri, 23 Jul 2010 18:46:52 +0000 alberth (svn r20209) -Add: Allow access to the industry cargoes window from the fund industry window. draft
Fri, 23 Jul 2010 18:44:04 +0000 alberth (svn r20208) -Add: Allow access of the industry cargoes window from the industry view window. draft
Fri, 23 Jul 2010 18:40:39 +0000 alberth (svn r20207) -Codechange: Move variable declaration to first use. draft
Fri, 23 Jul 2010 18:39:02 +0000 alberth (svn r20206) -Feature: Display suppliers and customers of an industry or cargo. draft
Fri, 23 Jul 2010 17:45:14 +0000 translators (svn r20205) -Update from WebTranslator v3.0: draft
Thu, 22 Jul 2010 17:45:07 +0000 translators (svn r20204) -Update from WebTranslator v3.0: draft
Thu, 22 Jul 2010 16:50:58 +0000 rubidium (svn r20203) -Fix: some file "headers" were incorrect, including doxygen @file so they wouldn't be picked up by doxygen. draft
Wed, 21 Jul 2010 17:45:09 +0000 translators (svn r20202) -Update from WebTranslator v3.0: draft
Wed, 21 Jul 2010 14:28:06 +0000 yexo (svn r20201) -Feature [FS#3926]: add several new hotkeys to the global hotkey list and to the order windows. None of them has a default keybinding. draft
Wed, 21 Jul 2010 13:11:11 +0000 yexo (svn r20200) -Fix [FS#3930]: terraform and extra viewport hotkeys didn't work in the scenario editor (jawsper) draft
Wed, 21 Jul 2010 11:29:59 +0000 yexo (svn r20199) -Fix [FS#3964]: NewGRFs that defined a vehicle without either loaded or loading groups could crash OpenTTD draft
Tue, 20 Jul 2010 17:45:08 +0000 translators (svn r20198) -Update from WebTranslator v3.0: draft
Mon, 19 Jul 2010 23:51:22 +0000 rubidium (svn r20197) -Fix [FS#3963]: GetNearbyTileInformation can be used to get the terrain type of a MP_VOID tile. draft
Mon, 19 Jul 2010 20:57:13 +0000 terkhen (svn r20196) -Fix: Remove autofocus of the edit box in the world generation window. draft
Mon, 19 Jul 2010 20:52:14 +0000 terkhen (svn r20195) -Fix [FS#3891]: Remove autofocus of the edit box in the found town window (Zuu). draft
Mon, 19 Jul 2010 17:46:53 +0000 rubidium (svn r20194) -Fix: compilation with network disabled failed draft
Mon, 19 Jul 2010 17:45:22 +0000 translators (svn r20193) -Update from WebTranslator v3.0: draft
Mon, 19 Jul 2010 17:28:27 +0000 rubidium (svn r20192) -Cleanup: bye bye variables.h, bye bye VARDEF... you won't be missed :) draft
Mon, 19 Jul 2010 17:24:33 +0000 rubidium (svn r20191) -Codechange: unVARDEF _tick_counter and move it to a more logical location draft
Mon, 19 Jul 2010 17:17:36 +0000 rubidium (svn r20190) -Codechange: unVARDEF _generate_world and move it to genworld draft
Mon, 19 Jul 2010 17:13:46 +0000 rubidium (svn r20189) -Codechange: unVARDEF _display_opt and move it to a more logical location draft
Mon, 19 Jul 2010 17:11:09 +0000 rubidium (svn r20188) -Codechange: unVARDEF the _[config|log|highscore]_file variables and move them to a more logical location draft
Mon, 19 Jul 2010 17:00:54 +0000 rubidium (svn r20187) -Codechange: move _tileh_to_sprite into a function in a more logical place and with a more descriptive name draft
Mon, 19 Jul 2010 16:21:49 +0000 rubidium (svn r20186) -Codechange: remove VARDEF from _realtime_tick and _rightclick_emulate draft
Mon, 19 Jul 2010 16:05:29 +0000 rubidium (svn r20185) -Codechange: reduce the scope of _palette_animation_counter draft
Mon, 19 Jul 2010 15:51:06 +0000 rubidium (svn r20184) -Codechange: make _trees_tick_ctr and _disaster_delay not use VARDEF and put them in a more logical location draft
Mon, 19 Jul 2010 15:44:49 +0000 rubidium (svn r20183) -Codechange: make _do_autosave and _dedicated_forks not use VARDEF and put them in a more logical location draft
Sun, 18 Jul 2010 17:45:14 +0000 translators (svn r20180) -Update from WebTranslator v3.0: draft
Sat, 17 Jul 2010 17:45:19 +0000 translators (svn r20176) -Update from WebTranslator v3.0: draft
Sat, 17 Jul 2010 15:38:51 +0000 frosch (svn r20175) -Change: [NewGRF] Adapt vehicle var FE bit 6 to new railtypes. draft
Sat, 17 Jul 2010 15:06:28 +0000 frosch (svn r20174) -Codechange [FS#3955]: Allow horizontal resizing for all vehicle lists. draft
Sat, 17 Jul 2010 15:03:07 +0000 frosch (svn r20173) -Codechange: Make the normal vehiclelist fit the longest action dropdown text. draft
Sat, 17 Jul 2010 14:58:35 +0000 frosch (svn r20172) -Codechange: Use BaseVehicleListWindow::BuildActionDropdownList() also for the normal vehicle list. draft
Sat, 17 Jul 2010 14:53:46 +0000 frosch (svn r20171) -Fix: Make the group list action dropdown also use vehicletype-specific texts like the normal vehicle list. draft
Sat, 17 Jul 2010 14:47:54 +0000 frosch (svn r20170) -Codechange: Add BaseVehicleListWindow::GetActionDropdownSize(). draft
Sat, 17 Jul 2010 14:36:36 +0000 frosch (svn r20169) -Codechange: Replace ShowGroupActionDropdown() with BaseVehicleListWindow::BuildActionDropdownList(). draft
Fri, 16 Jul 2010 19:39:38 +0000 michi_cc (svn r20167) -Add: Vehicle var 4A to the NewGRF debug window. draft
Fri, 16 Jul 2010 19:32:39 +0000 rubidium (svn r20166) -Fix [FS#3949]: do not scan /data and ~/data (if they happen to be your working directory). If it's the directory where your binary is located it will still scan them. draft
Fri, 16 Jul 2010 19:02:59 +0000 michi_cc (svn r20165) -Feature: [NewGRF] Information (var 4A) about the current railtype a train is on. draft
Fri, 16 Jul 2010 17:45:34 +0000 rubidium (svn r20164) -Fix [FS#3870]: inconsistencies w.r.t. to km/h vs km-ish/h as "base" unit for aircraft speeds draft
Fri, 16 Jul 2010 17:45:21 +0000 translators (svn r20163) -Update from WebTranslator v3.0: draft
Fri, 16 Jul 2010 17:42:58 +0000 rubidium (svn r20162) -Fix [FS#3954]: integer comparison failed in case the difference was more than "MAX_UINT"/2 draft
Fri, 16 Jul 2010 08:20:33 +0000 rubidium (svn r20160) -Merge: changelog updates from the 1.0 branch draft
Thu, 15 Jul 2010 22:30:38 +0000 rubidium (svn r20159) -Change: clarify use of OpenTTD directories and don't use the "TTD" abbreviation for Transport Tycoon Deluxe (parts by planetmaker) draft
Thu, 15 Jul 2010 22:21:46 +0000 rubidium (svn r20158) -Fix (r20155): error in Russian language file draft
Thu, 15 Jul 2010 20:43:47 +0000 rubidium (svn r20157) -Fix [FS#3950]: make it *very* clear that saveconfig doesn't save the configuration of a running savegame to openttd.cfg, but the one that would be used for new games draft
Thu, 15 Jul 2010 19:15:21 +0000 michi_cc (svn r20156) -Fix [FS#3937]: [YAPP] Converting a one-way block to a path signal with trains on both sides could lead to a train crash. draft
Thu, 15 Jul 2010 17:45:44 +0000 translators (svn r20155) -Update from WebTranslator v3.0: draft
Thu, 15 Jul 2010 17:14:36 +0000 michi_cc (svn r20154) -Fix: A missing entry caused MSVC to modify generate_vs*.vcproj all the time. draft