log

age author description
Mon, 26 May 2008 02:25:17 +0000 belugas (svn r13257) -Fix(r13226): Typo has found its way on the code... Thanks cirdan draft
Mon, 26 May 2008 00:31:36 +0000 rubidium (svn r13256) -Codechange: merge the OPTS and PATS chuncks. draft
Sun, 25 May 2008 22:36:44 +0000 rubidium (svn r13255) -Codechange: move _opt to _settings. draft
Sun, 25 May 2008 20:00:10 +0000 smatz (svn r13254) -Fix: waypoint orders could have invalid flags set after conversion draft
Sun, 25 May 2008 19:38:17 +0000 smatz (svn r13253) -Codechange: simplify conversion of old orders a bit draft
Sun, 25 May 2008 19:29:24 +0000 smatz (svn r13252) -Fix: when converting orders from older savegames, set 'Unload and leave empty' for 'Unload' orders draft
Sun, 25 May 2008 19:17:03 +0000 rubidium (svn r13251) -Codechange: rename _patches to _settings as that is more logic. draft
Sun, 25 May 2008 17:36:49 +0000 peter1138 (svn r13250) -Codechange: Use VehicleList in SendAllVehiclesToDepot() draft
Sun, 25 May 2008 17:26:16 +0000 smatz (svn r13249) -Fix [FS#2039]: make industry sorting by transported percentage more consistent draft
Sun, 25 May 2008 17:22:49 +0000 peter1138 (svn r13248) -Codechange: Use VehicleList for depot GUI. draft
Sun, 25 May 2008 17:04:09 +0000 rubidium (svn r13247) -Codechange: small amount of coding style for settings.cpp. draft
Sun, 25 May 2008 16:22:34 +0000 peter1138 (svn r13246) -Fix (r13245): incorrect parameters to memcpy draft
Sun, 25 May 2008 16:12:13 +0000 peter1138 (svn r13245) -Codechange: Use SmallVectors for generating vehicle lists, simplifying calling code somewhat. draft
Sun, 25 May 2008 15:57:45 +0000 smatz (svn r13244) -Fix: allow only one town directory window to be opened draft
Sun, 25 May 2008 12:57:39 +0000 rubidium (svn r13242) -Codechange: remove _opt_ptr. draft
Sun, 25 May 2008 11:18:57 +0000 peter1138 (svn r13241) -Codechange: Simplify CmdDepotSellAllVehicles() a bit draft
Sun, 25 May 2008 09:40:44 +0000 peter1138 (svn r13240) -Codechange: More const-ness for GUI code. draft
Sat, 24 May 2008 23:18:21 +0000 smatz (svn r13239) -Fix: certain compilers give false warning about uninitialized variable draft
Sat, 24 May 2008 22:15:10 +0000 frosch (svn r13234) -Fix: Check/affect town rating when removing/bulldozing town-owned road under drivethrough stops. draft
Sat, 24 May 2008 19:36:20 +0000 frosch (svn r13233) -Fix: Replace some (incorrect) evaluations of TileOwner by RoadOwner. draft
Sat, 24 May 2008 12:12:02 +0000 peter1138 (svn r13232) -Codechange: Simplify BuildDepotVehicleList() draft
Sat, 24 May 2008 11:55:25 +0000 rubidium (svn r13231) -Codechange: split the core console code and the console GUI. draft
Sat, 24 May 2008 11:19:30 +0000 frosch (svn r13230) -Fix [FS#2030](r13171): When closing toolbars, also close their PickerWindows. draft
Sat, 24 May 2008 10:35:15 +0000 rubidium (svn r13229) -Codechange: replace some global variables that are only initialised once and always with the same value with enums. draft
Sat, 24 May 2008 10:15:06 +0000 rubidium (svn r13228) -Codechange: split console.h. draft
Sat, 24 May 2008 10:02:49 +0000 peter1138 (svn r13227) -Codechange: Apply code style draft
Sat, 24 May 2008 02:54:47 +0000 belugas (svn r13226) -Feature: Allow to have more than only two airports per town. The number of airports is now controlled by the noise each of them generates, the distance from town's center and how tolerant the town is. draft
Fri, 23 May 2008 23:02:13 +0000 peter1138 (svn r13225) -Fix (r13041): Missing calls to FindWindowPlacementAndResize() from lots draft
Fri, 23 May 2008 22:55:32 +0000 rubidium (svn r13224) -Fix (r13107): set the location of the old SelectPlayerFaceWindow when switching from simple to advanced or vice versa instead of letting the new window popup somewhere 'randomly'. draft
Fri, 23 May 2008 16:08:58 +0000 smatz (svn r13222) -Change: allow old AI building helistations and helidepots for oil rig routes draft
Fri, 23 May 2008 15:57:18 +0000 smatz (svn r13221) -Fix (r8747): old AI failed to build oil rig routes draft
Fri, 23 May 2008 00:28:13 +0000 smatz (svn r13217) -Fix: old AI was building small airports in years when they were not available in original game, causing small planes and helis everywhere draft
Thu, 22 May 2008 20:44:24 +0000 smatz (svn r13216) -Codechange [FS#2026]: enumify and comment Editor Terraform Toolbar widgets (Roujin) draft
Thu, 22 May 2008 20:37:14 +0000 smatz (svn r13215) -Codechange [FS#2029]: enumify and comment Build Dock widgets (Roujin) draft
Thu, 22 May 2008 02:13:24 +0000 belugas (svn r13210) -Codechange: make town (previously named t) a private member of the different Town guis and assign it only once, at creation draft
Thu, 22 May 2008 02:03:05 +0000 belugas (svn r13209) -Codechange: Privatize what should be private. draft
Thu, 22 May 2008 00:47:42 +0000 smatz (svn r13208) -Fix (r13173): it was possible to open invalid submenu from dropdowns draft
Thu, 22 May 2008 00:37:27 +0000 smatz (svn r13207) -Fix: misleading comments (michi_cc) draft
Wed, 21 May 2008 22:15:39 +0000 frosch (svn r13206) -Feature(ette): Display all owners of a tile in the tile-info-window. draft
Wed, 21 May 2008 12:06:05 +0000 peter1138 (svn r13205) -Codechange: Remove unnecessary code-style-buggering-up macro. draft
Tue, 20 May 2008 21:55:45 +0000 glx (svn r13202) -Fix (r13149): MSVC signed/unsigned warning draft
Mon, 19 May 2008 19:17:56 +0000 smatz (svn r13191) -Fix: segfault after confirming query subwindow in the Generate New World window draft
Mon, 19 May 2008 16:44:50 +0000 smatz (svn r13190) -Cleanup: remove unused variable draft
Mon, 19 May 2008 09:48:47 +0000 rubidium (svn r13185) -Codechange: remove everything related to the WindowProc callbacks. draft
Mon, 19 May 2008 09:45:24 +0000 rubidium (svn r13184) -Codechange: make a window class of the signs list. draft
Mon, 19 May 2008 09:39:05 +0000 rubidium (svn r13183) -Codechange: make a window class of the VehicleViewWindow. draft
Mon, 19 May 2008 09:24:03 +0000 rubidium (svn r13182) -Doc: add documentation to mostly rail_gui related functions. Patch by Alberth. draft
Mon, 19 May 2008 09:18:51 +0000 rubidium (svn r13181) -Codechange: make news callback handling a little simpler. Patch by Cirdan. draft
Mon, 19 May 2008 09:17:26 +0000 peter1138 (svn r13180) -Codechange: make a window class of the TownDirectoryWindow. draft
Mon, 19 May 2008 02:01:44 +0000 smatz (svn r13179) -Fix (r13173): r13178 applies to the main toolbar in Scenario Editor, too draft
Mon, 19 May 2008 01:57:30 +0000 smatz (svn r13178) -Fix (r13173): the main toolbar didn't respect patch settings, it was always positioned on the right side draft
Mon, 19 May 2008 01:51:57 +0000 belugas (svn r13177) -Fix[FS#2002]: Using level tool in scenario editor makes tiles brown. That is the only tool that does so in Scenario Editor (apart dynamite, of course).Report and Fix by Roujin draft
Mon, 19 May 2008 01:50:07 +0000 smatz (svn r13176) -Fix (r13153): town window was glitchy while opening draft
Mon, 19 May 2008 01:10:52 +0000 glx (svn r13175) -Fix (r13174): sorting criteria and order for industry directory was always reset on window opening draft
Sun, 18 May 2008 23:36:33 +0000 glx (svn r13174) -Codechange: make a class of the IndustryDirectoryWindow. draft
Sun, 18 May 2008 22:11:46 +0000 rubidium (svn r13173) -Codechange: make windows of the main toolbars. draft
Sun, 18 May 2008 21:53:45 +0000 rubidium (svn r13172) -Codechange: make a window class of the terraform toolbars. draft
Sun, 18 May 2008 21:34:35 +0000 rubidium (svn r13171) -Codechange: make a class of the Build[Air|Rail|Road|Dock]ToolbarWindows. draft
Sun, 18 May 2008 20:49:22 +0000 rubidium (svn r13170) -Codechange: make classes of the EnginePreview and BuyCompany windows. draft
Sun, 18 May 2008 20:40:30 +0000 rubidium (svn r13169) -Codechange: remove a (now) unneeded parameter of one of the Window constructors. draft