log

age author description
Fri, 11 Apr 2008 08:14:43 +0000 rubidium (svn r12657) -Codechange: add 'FindClosestDepot' to the vehicle class. draft
Thu, 10 Apr 2008 22:18:33 +0000 rubidium (svn r12656) -Fix: tooltips for some order buttons are outdated/incorrect. draft
Thu, 10 Apr 2008 22:17:06 +0000 rubidium (svn r12655) -Change: show the current state in the drop down 'buttons'. draft
Thu, 10 Apr 2008 22:07:24 +0000 rubidium (svn r12654) -Codechange: remove some unneeded right click handling due to the splitting of the load/refit button. draft
Thu, 10 Apr 2008 17:52:48 +0000 rubidium (svn r12653) -Codechange: disable load/unload dropdowns when there is a 'via' non-stop order to emphasize that loading/unloading will not be done. draft
Thu, 10 Apr 2008 17:23:51 +0000 rubidium (svn r12652) -Codechange: rework the order GUI a little more to make it a little more clear that 'transfer' is just an unload type. draft
Thu, 10 Apr 2008 11:59:18 +0000 peter1138 (svn r12651) -Fix (r12644) [FS#1915]: Dropdown widget width should be one pixel less than window width, not one more. draft
Thu, 10 Apr 2008 10:18:03 +0000 rubidium (svn r12650) -Feature: ability to force a vehicle to not load at a station. draft
Thu, 10 Apr 2008 10:02:15 +0000 rubidium (svn r12649) -Fix: refit orders not being shown. draft
Thu, 10 Apr 2008 08:30:15 +0000 rubidium (svn r12648) -Feature: allow four different non-stop types in a single game instead of two. The "TTDP compatible order" setting now only sets the default behaviour of new trains. draft
Thu, 10 Apr 2008 02:23:38 +0000 belugas (svn r12647) -Codechange: Ooops... Too fast on the job... forgot to indent 3 lines draft
Thu, 10 Apr 2008 02:14:14 +0000 belugas (svn r12646) -Codechange: another run of code-style cleanup draft
Thu, 10 Apr 2008 02:10:26 +0000 belugas (svn r12645) -Codechange: a bit of code-style cleanup draft
Wed, 09 Apr 2008 23:00:12 +0000 rubidium (svn r12644) -Codechange: rework the order gui a little to prepare it for some future changes. draft
Wed, 09 Apr 2008 22:01:23 +0000 rubidium (svn r12643) -Codechange: be more explicit about the orders a vehicle has (non stop and full load are ambiguous and depend on some patch settings). draft
Wed, 09 Apr 2008 21:33:36 +0000 smatz (svn r12642) -Fix: remove buggy buoys at tile 0 from old TTDP savegames draft
Wed, 09 Apr 2008 19:52:33 +0000 rubidium (svn r12641) -Codechange: do not use the same button for two completely distinct tasks, just make an extra button for it and hide them when not needed. draft
Wed, 09 Apr 2008 18:26:19 +0000 rubidium (svn r12640) -Codechange: let GetLoadType make a difference between full load and full load any based on the patch setting instead of using the patch setting directly. draft
Wed, 09 Apr 2008 17:48:22 +0000 rubidium (svn r12639) -Fix: order window was not marked dirty on changed orders. draft
Wed, 09 Apr 2008 16:16:04 +0000 rubidium (svn r12638) -Codechange: give order_gui.cpp a touch of coding style. draft
Wed, 09 Apr 2008 14:05:50 +0000 rubidium (svn r12637) -Fix [FS#1913]: possible NULL pointer dereference when reading some NewGRF data. draft
Wed, 09 Apr 2008 12:46:43 +0000 rubidium (svn r12636) -Codechange: make CmdModifyOrder a little more flexible and remove 'hack' that used the full load flag to set the service if needed flag. draft
Wed, 09 Apr 2008 02:16:04 +0000 belugas (svn r12635) -Codechange: a bit of a code-style cleanup draft
Wed, 09 Apr 2008 02:02:39 +0000 belugas (svn r12634) -Feature: Financial and Player Selection Face windows are now remembering their position when toggling sizes draft
Tue, 08 Apr 2008 22:41:14 +0000 rubidium (svn r12633) -Fix: could not make a (go-to) depot order. draft
Tue, 08 Apr 2008 21:28:47 +0000 smatz (svn r12632) -Fix (r12547): with invisible catenary, trams were be drawn over a bridge draft
Tue, 08 Apr 2008 18:53:25 +0000 rubidium (svn r12631) -Fix [FS#1911]: sometimes aircraft couldn't find their way to their depot. draft
Tue, 08 Apr 2008 16:15:31 +0000 maedhros (svn r12630) -Fix (r12600): Missing 'break' made it impossible to add waypoints to vehicle orders. draft
Tue, 08 Apr 2008 15:48:32 +0000 frosch (svn r12629) -Codechange: Split VehicleNeedsService() into Vehicle::NeedsServicing() and Vehicle::NeedsAutomaticServicing(). draft
Tue, 08 Apr 2008 13:32:44 +0000 rubidium (svn r12628) -Fix: TTDP compatible non-stop wasn't handled properly. draft
Tue, 08 Apr 2008 07:19:29 +0000 peter1138 (svn r12624) -Codechange: Make drawing of catenary an attribute of rail types, instead of deciding by the rail type directly. draft
Mon, 07 Apr 2008 22:15:31 +0000 rubidium (svn r12622) -Fix: infinite loop in case your compiler decides that enums are unsigned by default. Patch by Dominik. draft
Mon, 07 Apr 2008 21:02:27 +0000 rubidium (svn r12620) -Fix: automatic servicing of vehicles made them stop in the depot. draft
Mon, 07 Apr 2008 20:28:58 +0000 rubidium (svn r12619) -Codechange: lots of documentation about window related stuff. Patch by Alberth. draft
Mon, 07 Apr 2008 20:18:51 +0000 rubidium (svn r12618) -Codechange: as load and unload type are now split, some case statements got ugly. draft
Mon, 07 Apr 2008 20:03:46 +0000 rubidium (svn r12617) -Codechange: add type safety to the Order's load and unload types. draft
Mon, 07 Apr 2008 20:02:36 +0000 smatz (svn r12616) -Codechange: r12591 didn't work as expected for NDS, move one function back to cpp draft
Mon, 07 Apr 2008 19:18:56 +0000 rubidium (svn r12615) -Codechange: rename some enums related to depot orders to make it more clear that they are no loading/unloading flags. Also add more type strictness. draft
Mon, 07 Apr 2008 17:02:39 +0000 belugas (svn r12609) -Codechange: Remove wrong comments and give more comments on the drawing part of subsidies draft
Mon, 07 Apr 2008 15:04:00 +0000 rubidium (svn r12608) -Fix [FS#1909]: pressing 'Load' did not cancel the full load order. draft
Mon, 07 Apr 2008 12:36:50 +0000 smatz (svn r12605) -Cleanup: variable scope and coding style in train* draft
Mon, 07 Apr 2008 11:45:53 +0000 rubidium (svn r12601) -Fix (r12587): do not reset the index of orders (causes loading ancient savegames to loop infinitively. draft
Mon, 07 Apr 2008 08:59:04 +0000 rubidium (svn r12600) -Codechange: make GetNonStopType return a more augmented type; not is there a non-stop order but the kind of non-stop order, so one doesn't need to check _patches.new_nonstop type everywhere. draft
Sun, 06 Apr 2008 23:49:45 +0000 smatz (svn r12599) -Codechange: force AllocateSafeRaw() to be linked to simplify compiler's decisions about inlining draft
Sun, 06 Apr 2008 22:32:20 +0000 rubidium (svn r12596) -Feature: show what cargos a station could be supplied with. Patch by Roujin. draft
Sun, 06 Apr 2008 21:54:22 +0000 rubidium (svn r12595) -Codechange: hide Order's flags in the last few cases. draft
Sun, 06 Apr 2008 16:49:02 +0000 smatz (svn r12594) -Codechange: move large functions from driver.h to driver.cpp to reduce binary size and compile time draft
Sun, 06 Apr 2008 15:09:45 +0000 rubidium (svn r12593) -Codechange: hide Order's flags in most of the code. draft
Sun, 06 Apr 2008 14:50:47 +0000 rubidium (svn r12592) -Fix (r12580): aircraft's go-to-depot handling is a mess, which assumes destination to be a station even when it did not set a destination yet. draft
Sun, 06 Apr 2008 14:50:37 +0000 smatz (svn r12591) -Codechange: move CommandCost accessors to header file, 8kB of binary size saved draft
Sun, 06 Apr 2008 07:48:51 +0000 rubidium (svn r12588) -Codechange: do not access the destination of an order directly. draft
Sun, 06 Apr 2008 07:22:26 +0000 rubidium (svn r12587) -Codechange: unduplicate some code in the Unpack*Order functions and move the 'normal' case Pack/Unpack to Order. draft
Sun, 06 Apr 2008 07:07:21 +0000 rubidium (svn r12586) -Codechange: do not access an order's refit variables directly. draft
Sat, 05 Apr 2008 23:46:01 +0000 rubidium (svn r12585) -Fix (r12584): assumption that assertions were enabled during compilation/testing was flawed. draft
Sat, 05 Apr 2008 23:36:54 +0000 rubidium (svn r12584) -Codechange: do not access the order type directly. draft
Sat, 05 Apr 2008 21:45:05 +0000 rubidium (svn r12583) -Codechange: make AssignOrder a class function of order. draft
Sat, 05 Apr 2008 20:57:01 +0000 rubidium (svn r12582) -Codechange: move some (needlessly) static inlined functions from order_base.h to order_cmd.cpp. draft
Sat, 05 Apr 2008 19:51:51 +0000 rubidium (svn r12581) -Fix (r12580): trains would not stop correctly on intermediate stations when non-stop was not enabled. draft
Sat, 05 Apr 2008 15:30:15 +0000 rubidium (svn r12580) -Codechange: merge some logical related to non-stop orders. draft
Sat, 05 Apr 2008 12:30:48 +0000 smatz (svn r12579) -Change: reset cursor when the Plant trees GUI is opened draft
Sat, 05 Apr 2008 12:01:34 +0000 rubidium (svn r12578) -Codechange: merge the aircrafts ProcessOrder too into the 'unified' ProcessOrder. draft
Sat, 05 Apr 2008 11:35:32 +0000 smatz (svn r12577) -Fix (r11547): the convert signal button disallowed signal dragging when the signal GUI was closed draft
Sat, 05 Apr 2008 11:27:50 +0000 smatz (svn r12576) -Feature(tte) [FS#337]: highlight vehicle chain when dragging in the group and depot GUI if appropriate draft
Sat, 05 Apr 2008 10:55:50 +0000 rubidium (svn r12575) -Codechange: unduplicate Process*Orders for trains, ships and road vehicles. draft
Fri, 04 Apr 2008 21:09:28 +0000 rubidium (svn r12574) -Fix: binding to a specific IP could cause OpenTTD to not register properly with the masterserver if one has multiple external interfaces. draft
Fri, 04 Apr 2008 20:34:09 +0000 smatz (svn r12573) -Codechange: use defined constants instead of numbers in math_func.hpp draft
Fri, 04 Apr 2008 20:03:49 +0000 smatz (svn r12572) -Fix (r12192): min() has 32bit arguments, clamping of 64bit values didn't work draft
Fri, 04 Apr 2008 19:10:45 +0000 rubidium (svn r12571) -Fix: MorphOS misses INT16_MAX/INT16_MIN. draft
Fri, 04 Apr 2008 18:55:24 +0000 smatz (svn r12570) -Cleanup: further variable scope in road_gui.cpp draft
Fri, 04 Apr 2008 18:41:16 +0000 smatz (svn r12569) -Cleanup: variable scope and coding style in road*.cpp draft
Fri, 04 Apr 2008 17:49:42 +0000 rubidium (svn r12567) -Codechange: follow up of r12566, remove the palette from trunk. draft
Fri, 04 Apr 2008 17:27:38 +0000 smatz (svn r12565) -Cleanup: variable scope in misc\*.cpp draft
Fri, 04 Apr 2008 16:52:29 +0000 smatz (svn r12564) -Fix: towns couldn't terraform when inflation rised terraform prices enough draft
Fri, 04 Apr 2008 16:32:27 +0000 smatz (svn r12563) -Cleanup: variable scope and a bit of coding style in landscape.cpp draft
Fri, 04 Apr 2008 15:48:15 +0000 smatz (svn r12562) -Cleanup: variable scope in terraform_cmd.cpp draft
Fri, 04 Apr 2008 15:10:54 +0000 smatz (svn r12561) -Fix: do not affect town rating change by the order in which we examine stations draft
Fri, 04 Apr 2008 14:53:06 +0000 smatz (svn r12560) -Cleanup: town_cmd.cpp and header files - variable scope and a bit of coding style draft
Fri, 04 Apr 2008 02:24:44 +0000 belugas (svn r12558) -Feature: subsidy window can now be resized. draft
Fri, 04 Apr 2008 00:06:51 +0000 smatz (svn r12557) -Cleanup: use MAX_PATH at two more places draft
Thu, 03 Apr 2008 23:52:43 +0000 smatz (svn r12556) -Fix (r6001): remove fences with fields when loading old savegames, looks better draft
Thu, 03 Apr 2008 22:31:57 +0000 smatz (svn r12553) -Fix (r11547): redraw the signal GUI when the signal drag density changes in the patch settings and vice versa draft
Thu, 03 Apr 2008 21:54:31 +0000 smatz (svn r12550) -Change: the signal GUI is now persistent - has the same data when it is reopened draft
Thu, 03 Apr 2008 21:01:01 +0000 smatz (svn r12549) -Fix [FS#1900](r11547): respect type of selected signal when building more signals using the GUI draft
Thu, 03 Apr 2008 20:00:07 +0000 smatz (svn r12548) -Cleanup: remove strings removed in r12547 from all language files draft
Thu, 03 Apr 2008 19:55:40 +0000 smatz (svn r12547) -Feature: invisibility options to make objects invisible instead of transparent draft
Thu, 03 Apr 2008 16:16:52 +0000 glx (svn r12546) -Fix: completely remove cases from Brazilian Portuguese translation draft
Thu, 03 Apr 2008 14:21:17 +0000 frosch (svn r12545) -Cleanup: Replace some tables of magic values with already existing functions. draft
Thu, 03 Apr 2008 07:20:32 +0000 miham (svn r12543) -Update: WebTranslator2 update to 2008-04-03 08:42:55 draft
Wed, 02 Apr 2008 16:20:30 +0000 matthijs (svn r12542) -Fix [Makefile]: Don't install scenarios into the current user's homedir when running 'make install', that is silly. Simply always install scenarios system wide instead. draft
Wed, 02 Apr 2008 14:13:15 +0000 frosch (svn r12541) -Codechange: Declare Slope enum as bit set, and remove some (then) unneeded casts. draft
Wed, 02 Apr 2008 13:57:25 +0000 frosch (svn r12540) -Codechange: Enumify some values in original pathfinder and remove an unused variable. draft
Wed, 02 Apr 2008 00:13:44 +0000 smatz (svn r12537) -Cleanup: comment newgrf_config.h a bit draft
Tue, 01 Apr 2008 21:12:51 +0000 rubidium (svn r12536) -Codechange: some stack allocations were too large for NDS, so use the SmallStackSafeStackAlloc wrapper. Allocate on the stack by default and on the heap for NDS (or other devices that have a very small stack). draft
Tue, 01 Apr 2008 17:21:24 +0000 belugas (svn r12535) -Fix: A little typo and 4 omissions on bridge sprites. draft
Tue, 01 Apr 2008 16:27:01 +0000 skidd13 (svn r12534) -Feature: Add a new type of town road layouts - random for each town draft
Tue, 01 Apr 2008 15:03:59 +0000 frosch (svn r12533) -Cleanup: Remove some wizardry from default ai by using existings enums and helper functions. draft
Tue, 01 Apr 2008 14:47:57 +0000 frosch (svn r12532) -Cleanup: Replace two tables of magic values with already existing functions. draft
Tue, 01 Apr 2008 14:03:20 +0000 frosch (svn r12531) -Codechange: Rename some variables for consistency. draft
Mon, 31 Mar 2008 16:07:50 +0000 skidd13 (svn r12516) -Revert r2583: Removed mersenne PRNG cause it is not used and won't be used in the future draft
Mon, 31 Mar 2008 15:10:24 +0000 skidd13 (svn r12513) -Codechange: rename OriginalTileRandomiser something more descriptive draft
Mon, 31 Mar 2008 07:25:49 +0000 rubidium (svn r12501) -Codechange: split signs.h. draft
Mon, 31 Mar 2008 07:11:18 +0000 rubidium (svn r12499) -Codechange: some coding style tweaks for network_internal.h. draft
Mon, 31 Mar 2008 07:03:35 +0000 rubidium (svn r12498) -Codechange: bring a little 'order' to openttd.cpp's includes and do not 'define' VARDEF for files that do not have them anymore. draft
Mon, 31 Mar 2008 06:42:26 +0000 rubidium (svn r12495) -Codechange: reduce the dependency on newgrf_station.h (especially because newgrf_station.h includes a lot of stuff). draft
Mon, 31 Mar 2008 00:17:39 +0000 rubidium (svn r12490) -Codechange: rename engine.h to engine_func.h and remove unneeded inclusions of engine.h and/or replace them with engine_type.h. draft
Mon, 31 Mar 2008 00:06:17 +0000 rubidium (svn r12489) -Codechange: split station.h into station_base.h and station_func.h. draft
Sun, 30 Mar 2008 23:24:18 +0000 rubidium (svn r12488) -Codechange: split order.h into order_base.h and order_func.h. draft
Sun, 30 Mar 2008 17:37:50 +0000 rubidium (svn r12486) -Fix: the copyright date wasn't set correctly in ottdres.rc. draft
Sat, 29 Mar 2008 21:50:14 +0000 rubidium (svn r12483) -Change: disable stripping of binaries by default so we have a (much) better chance of actually getting something useful out of OSX stacktraces. draft
Fri, 28 Mar 2008 22:59:43 +0000 bjarni (svn r12482) -Fix: [build train] we don't need to have a depot in order to just check the price of a rail vehicle so don't check for compatible rails on the tile either draft
Fri, 28 Mar 2008 21:28:32 +0000 glx (svn r12480) -Change: enable and show asserts in crash.log for MSVC releases by default draft
Fri, 28 Mar 2008 19:37:12 +0000 peter1138 (svn r12479) -Codechange [FS#1723]: Simplify the method used to resize the industry view window. The window is now shown the correct size so the resize button is also removed. draft
Fri, 28 Mar 2008 18:43:01 +0000 rubidium (svn r12477) -Fix [FS#1883]: timetable times for aircraft were always doubled. draft
Fri, 28 Mar 2008 18:00:38 +0000 rubidium (svn r12476) -Codechange: split type engine related types from engine.h (and openttd.h) to engine_type.h. draft
Fri, 28 Mar 2008 16:45:20 +0000 rubidium (svn r12475) -Codechange: cleanup coding style in news_gui.cpp. draft
Fri, 28 Mar 2008 16:41:12 +0000 rubidium (svn r12474) -Codechange: split type related stuff from waypoints from waypoint.h (and openttd.h) to waypoint_type.h. draft
Fri, 28 Mar 2008 16:39:19 +0000 rubidium (svn r12473) -Codechange: move EngineList to a more logical location. draft
Fri, 28 Mar 2008 16:38:18 +0000 rubidium (svn r12472) -Codechange: remove unneeded declaration of ViewPort and DrawPixelInfo. draft
Fri, 28 Mar 2008 16:36:59 +0000 rubidium (svn r12471) -Codechange: move SignID to a more logical location. draft
Fri, 28 Mar 2008 16:36:32 +0000 rubidium (svn r12470) -Codechange: split order related types from order.h (and openttd.h) to order_type.h. draft
Fri, 28 Mar 2008 16:34:50 +0000 rubidium (svn r12469) -Codechange: split type related stuff from group.h (and openttd.h) to group_type.h. draft
Fri, 28 Mar 2008 16:33:28 +0000 rubidium (svn r12468) -Codechange: move some type related stuff from station.h (and openttd.h) to station_type.h. draft
Fri, 28 Mar 2008 16:32:27 +0000 rubidium (svn r12467) -Codechange: move DepotID to a more logical location. draft
Fri, 28 Mar 2008 16:31:26 +0000 rubidium (svn r12466) -Codechange: move DestinationID to a more logical location. draft
Fri, 28 Mar 2008 11:09:14 +0000 rubidium (svn r12464) -Change: remove an include that doesn't define anything anyway. draft
Fri, 28 Mar 2008 09:43:06 +0000 rubidium (svn r12461) -Change: add (quite) some missing headers to the MSVC project files. draft
Fri, 28 Mar 2008 09:15:08 +0000 rubidium (svn r12460) -Change: rename src/namegen.h to src/namegen_func.h so MSVC can have both files in it's treelist. draft
Fri, 28 Mar 2008 08:53:36 +0000 rubidium (svn r12459) -Codechange: split news.h into news_type.h and news_func.h. draft
Fri, 28 Mar 2008 04:57:32 +0000 rubidium (svn r12458) -Codechange: split acquiring the sprite ID for cargos from the actual drawing of them. draft
Fri, 28 Mar 2008 03:23:49 +0000 belugas (svn r12457) -Codechange: Move signal enums on their own header. draft
Fri, 28 Mar 2008 02:47:54 +0000 glx (svn r12456) -Update: apply english.txt changes from r12455 to other languages draft
Fri, 28 Mar 2008 02:30:10 +0000 glx (svn r12455) -Codechange: Implement NewGRF callback 37 (cargo sub-type display for industries) draft
Fri, 28 Mar 2008 02:10:25 +0000 glx (svn r12454) -Fix (r12452): incorrect calculation for 'first vehicle in this chain of vehicles with the same ID' (thx DaleStan) draft
Fri, 28 Mar 2008 01:22:47 +0000 peter1138 (svn r12453) -Fix [FS#1880]: Remove broken endian-dependent code and unnecessary rgb to bgr swapping. draft
Thu, 27 Mar 2008 21:36:16 +0000 glx (svn r12452) -Feature: [NewGRF] Add random action 2 type 84. For vehicles only. draft
Thu, 27 Mar 2008 19:02:18 +0000 peter1138 (svn r12451) -Codechange: use of FOR_ALL_ENGINES/ENGINEIDS_OF_TYPE instead of for-loops draft
Thu, 27 Mar 2008 17:51:20 +0000 peter1138 (svn r12450) -Codechange: Use a pointer instead of several array dereferences. draft
Thu, 27 Mar 2008 17:06:35 +0000 belugas (svn r12449) -Feature[newGRF]: Add support for var A2/22 for action 7/9/D: Diificulty level draft
Thu, 27 Mar 2008 16:09:15 +0000 rubidium (svn r12448) -Change: add a spec file for RPMs. The spec file replaces the SuSE and Mandrake versions as these distributions are also supported by the new spec file. New spec file by Denis Burlaka. draft
Thu, 27 Mar 2008 15:59:56 +0000 rubidium (svn r12447) -Add: company colours to hangars and road depots; train depots already have them. draft
Thu, 27 Mar 2008 15:51:11 +0000 peter1138 (svn r12446) -Feature: Add +/- toggle buttons to station cargo waiting list to show/hide the detailed transferred cargo information. draft
Thu, 27 Mar 2008 15:48:54 +0000 peter1138 (svn r12445) -Fix: Add missing compile asserts for window data structs draft
Thu, 27 Mar 2008 15:46:58 +0000 belugas (svn r12444) -Fix: A little typo draft
Thu, 27 Mar 2008 15:29:42 +0000 rubidium (svn r12443) -Add: OpenTTDs version to openttd.cfg, just so we do not need to keep to ask people for their version number because it's likely they give you the wrong answer anyway. draft
Thu, 27 Mar 2008 14:46:27 +0000 skidd13 (svn r12442) -Feature: Allow build leveled roads on slopes for the old ai draft
Thu, 27 Mar 2008 14:34:29 +0000 rubidium (svn r12441) -Feature: open the time table when pressing the order button while pressing the CTRL key. Patch by Phil Sophus. draft
Thu, 27 Mar 2008 14:26:31 +0000 skidd13 (svn r12440) -Fix [FS#1694]: Make the road building and road removing conditions more union draft
Thu, 27 Mar 2008 14:10:09 +0000 rubidium (svn r12439) -Fix [FS#1871]: do not 'disable' the drawing of autorail overlays when the tile is 'error'-marked (red pulsating selection). Patch by Icosikai. draft
Thu, 27 Mar 2008 13:59:35 +0000 rubidium (svn r12438) -Fix-ish: typo spotted by Biblo. draft
Wed, 26 Mar 2008 19:18:30 +0000 peter1138 (svn r12436) -Cleanup: minor coding style draft
Wed, 26 Mar 2008 16:46:33 +0000 rubidium (svn r12435) -Fix: do not remove the case from the Brazilian Portuguese translation while it is still in use. draft
Wed, 26 Mar 2008 11:50:53 +0000 rubidium (svn r12428) -Fix [FS#1878]: loading from the config file could fail even when the data is correct. Patch by Dominik. draft
Wed, 26 Mar 2008 10:38:31 +0000 rubidium (svn r12426) -Cleanup: sprinkle some coding style over a few files. draft
Wed, 26 Mar 2008 10:08:17 +0000 rubidium (svn r12425) -Feature [FS#1846]: On Screen Keyboard for input fields so someone without a keyboard can enter text too. Patch by Dominik. draft
Tue, 25 Mar 2008 21:58:13 +0000 bjarni (svn r12421) -Feature: [autoreplace] the autoreplace button in train depots will now also replace wagons even if they aren't connected to a locomotive draft
Tue, 25 Mar 2008 19:56:16 +0000 maedhros (svn r12420) -Cleanup: Fix the indentation, improve a variable name, and add a NOT_REACHED to DeterminePluralForm. draft
Tue, 25 Mar 2008 18:59:25 +0000 skidd13 (svn r12419) -Cleanup: of the internal road-piece building and removing. draft
Tue, 25 Mar 2008 17:39:02 +0000 maedhros (svn r12417) -Fix: Add a new plural rule for Icelandic. draft
Tue, 25 Mar 2008 12:10:13 +0000 peter1138 (svn r12410) -Codechange: abstract out the test for catenary on electric rails draft
Tue, 25 Mar 2008 08:45:21 +0000 miham (svn r12408) -Update: WebTranslator2 update to 2008-03-25 09:44:24 draft
Mon, 24 Mar 2008 20:30:08 +0000 glx (svn r12407) -Add [FS#1866]: more language flags for servers draft
Mon, 24 Mar 2008 06:52:52 +0000 rubidium (svn r12405) -Codechange: some coding style and 'untodoifying' some comments that were certainly not todos. draft
Mon, 24 Mar 2008 06:38:20 +0000 rubidium (svn r12404) -Codechange: rename the string buffer used for network GUIs to something more unique than what it is called now. draft
Mon, 24 Mar 2008 06:32:53 +0000 rubidium (svn r12403) -Codechange: unmisuse a variable in the chat window and make the code a little cleaner. draft
Mon, 24 Mar 2008 05:59:42 +0000 rubidium (svn r12402) -Fix: some toolbars didn't seem to show anymore. draft
Mon, 24 Mar 2008 00:52:28 +0000 glx (svn r12401) -Fix (r9754): when loading TTD savegame some data were lost (profits, ...) due to a 'reallocation' for vehicle type conversion. The conversion is now done before loading the vehicle chunk. draft
Sun, 23 Mar 2008 21:31:43 +0000 rubidium (svn r12399) -Fix: some old DOS savegame didn't load properly due to 'garbage' that was sprinkled in some places. draft
Sun, 23 Mar 2008 07:35:29 +0000 rubidium (svn r12398) -Codechange [FS#1770]: Move toolbar related code to it's own little neighbourhood. Based on a patch by Dominik. draft
Sun, 23 Mar 2008 06:56:33 +0000 rubidium (svn r12397) -Codechange [FS#1856]: enumify widget number for time tables. Patch by Phil Sophus. draft
Sat, 22 Mar 2008 19:54:50 +0000 rubidium (svn r12396) -Codechange: change a few things to reflect that we aren't aiming for 0.6 anymore in trunk. draft
Sat, 22 Mar 2008 16:24:36 +0000 rubidium (svn r12394) -Fix: make the style of the changelog more uniform. draft
Sat, 22 Mar 2008 16:23:47 +0000 rubidium (svn r12393) -Fix [FS#1872]: Vehicle lists related to stations not closed when the station is deleted. draft
Sat, 22 Mar 2008 11:29:03 +0000 maedhros (svn r12392) -Fix (r12391): Remove yapf/follow_track.cpp again. draft
Sat, 22 Mar 2008 11:27:46 +0000 maedhros (svn r12391) -Feature: Show whether a town is a "city" in the town description title bar. draft
Sat, 22 Mar 2008 10:56:08 +0000 rubidium (svn r12390) -Fix [FS#1851]: trams failing to turn on bridge heads/tunnel entrances. draft
Sat, 22 Mar 2008 10:50:50 +0000 rubidium (svn r12389) -Codechange: remove unneeded code from the Cheat window handling and bring it in line with the coding guidelines. draft
Fri, 21 Mar 2008 11:10:36 +0000 maedhros (svn r12388) -Fix (r12352): Callback 14 (station sprite layout) is a 15-bit callback. draft
Thu, 20 Mar 2008 23:20:46 +0000 miham (svn r12387) -Update: WebTranslator2 update to 2008-03-21 00:20:05 draft
Wed, 19 Mar 2008 20:50:19 +0000 smatz (svn r12386) -Fix [FS#1841](r2428): train could break apart when reversed while partially in a depot draft
Wed, 19 Mar 2008 20:46:56 +0000 peter1138 (svn r12385) -Fix [FS#ln]: Non-breaking spaces should not be broken. draft
Wed, 19 Mar 2008 20:42:05 +0000 smatz (svn r12384) -Fix (r2428): do not disconnect train when reversing, it may 'think' it is whole in a depot draft
Tue, 18 Mar 2008 23:01:33 +0000 peter1138 (svn r12383) -Fix [FS#1860]: Check return of AfterLoadGame for success or failure when loading TTD games. draft
Tue, 18 Mar 2008 16:57:05 +0000 glx (svn r12382) -Fix [FS#1864]: use 'items' unit for batteries, fizzy drinks, toys and bubbles in total cargo tab draft
Tue, 18 Mar 2008 12:28:21 +0000 skidd13 (svn r12381) -Fix [FS1835] [FS1535] (r11855): The number of houses wasn't computed right. A few other things regaring the updating had to be changed. Big thanks for support to frosch123 and SmatZ, to name just a few. (Inspired by a patch of bilbo) draft
Mon, 17 Mar 2008 22:13:00 +0000 glx (svn r12380) -Fix: update train acceleration and max speed after setting cached value to ensure the correct max speed is used with disabled real acceleration draft
Mon, 17 Mar 2008 22:04:15 +0000 glx (svn r12379) -Codechange: removed now redondant InvalidateWindow() calls draft
Mon, 17 Mar 2008 21:50:53 +0000 glx (svn r12378) -Fix: refresh vehicle details window when cached values are updated draft
Mon, 17 Mar 2008 21:49:14 +0000 glx (svn r12377) -Fix [FS#1854]: set cached value for vehicle property 25 before other cached values draft
Sat, 15 Mar 2008 22:43:28 +0000 glx (svn r12375) -Fix [FS#1847]: revision detection failed to detect 64bit TortoiseSVN when ran from a 32bit MSVC on win64 system (Jafinto) draft
Sat, 15 Mar 2008 21:35:48 +0000 peter1138 (svn r12374) -Fix (r11892): Don't close a dropmenu when clicking on a dropdown widget draft
Sat, 15 Mar 2008 21:20:40 +0000 glx (svn r12373) -Fix [FS#1849]: win32 music driver fails if path is too long (128 chars is too much for mci it seems), so retry using the short path name (8.3 style) if available draft
Sat, 15 Mar 2008 21:12:08 +0000 glx (svn r12372) -Fix: win32 music driver fails if path contains non-latin chars draft
Sat, 15 Mar 2008 20:32:42 +0000 smatz (svn r12371) -Fix [FS#1823]: do not let window hide behind the main toolbar after resizing the screen draft
Sat, 15 Mar 2008 19:50:06 +0000 peter1138 (svn r12370) -Fix [FS#1853]: Close language drop down when parent window is clicked/closed. draft
Sat, 15 Mar 2008 19:24:13 +0000 smatz (svn r12369) -Fix (r1681): reset train speed limits when _patches.realistic_acceleration changes draft
Sat, 15 Mar 2008 13:21:31 +0000 smatz (svn r12368) -Codechange: use explicit body for loops and conditions and remove -Wno-empty-body from the configure script draft
Sat, 15 Mar 2008 00:31:10 +0000 smatz (svn r12367) -Fix [FS#1650](r707): commands were sent to clients waiting for map download causing 'executing command from the past' error draft
Fri, 14 Mar 2008 18:31:37 +0000 glx (svn r12366) -Codechange: use MAX_PATH instead hardcoded value draft
Thu, 13 Mar 2008 18:53:49 +0000 skidd13 (svn r12365) -Fix: missing redraw call in the road gui draft
Wed, 12 Mar 2008 20:03:21 +0000 peter1138 (svn r12364) -Fix (r12361): Case attribute for brazilian_portuguese got lost. draft
Wed, 12 Mar 2008 18:10:45 +0000 smatz (svn r12363) -Fix: do not allow building 'zero' road bits draft
Wed, 12 Mar 2008 15:56:56 +0000 frosch (svn r12362) -Fix (r11985, r12006): Randomize variable 8F only once per callback 28. draft
Wed, 12 Mar 2008 08:47:44 +0000 miham (svn r12361) -Update: WebTranslator2 update to 2008-03-12 09:46:45 draft
Wed, 12 Mar 2008 01:49:21 +0000 glx (svn r12360) -Fix: openttdd.grf was using the wrong colours for glyphs due to a grfcodec bug (fixed in grfcodec 0.9.10 r1837) draft
Tue, 11 Mar 2008 12:55:41 +0000 frosch (svn r12358) -Fix: Callback 2F returns 15 bit results starting from grf version 7. draft
Mon, 10 Mar 2008 15:31:07 +0000 frosch (svn r12352) -Fix: Some callback-results were treated as 8 bit, when they were 15 bit, and vice versa. draft
Sat, 08 Mar 2008 18:32:01 +0000 glx (svn r12350) -Fix [FS#1836](r11947): do not try ti flood water tile (performance increase) draft
Fri, 07 Mar 2008 02:40:10 +0000 belugas (svn r12349) -Change[FS#1826]: Remove the need to include the afxres.h header when all that was needed was just the definition if IDC_STATIC. draft
Fri, 07 Mar 2008 00:47:42 +0000 smatz (svn r12348) -Fix (r7573): NTP skipped junction just after bridge end draft
Thu, 06 Mar 2008 14:21:10 +0000 frosch (svn r12347) -Feature(ette): Increase house animation frame number from 32 to 128. draft
Thu, 06 Mar 2008 10:39:26 +0000 frosch (svn r12346) -Fix [FS#1748, FS#1825](r9874, r11872): Remove duplicated and inconsistent code wrt. autoreplace with rules in both vehicles' group and ALL_GROUP. draft
Wed, 05 Mar 2008 22:05:22 +0000 glx (svn r12345) -Fix [FS#1828](r12296): don't try to restore backupped timetable when timetabling is disabled draft
Wed, 05 Mar 2008 18:51:26 +0000 skidd13 (svn r12344) -Codechange: Check uint64 bitsize on compiletime too. draft
Wed, 05 Mar 2008 18:33:31 +0000 peter1138 (svn r12343) -Fix (r12293): Slow helicopters never got the 'chance' to finish the landing routine. draft
Wed, 05 Mar 2008 11:41:26 +0000 belugas (svn r12342) -Fix(r12340): In order to avoid confusion, SIGN should be used for signs and SIGNAL for signals :) draft
Wed, 05 Mar 2008 09:37:43 +0000 peter1138 (svn r12341) -Fix (r11224) [FS#1827]: GRM buffer for cargos was incorrect size. draft
Wed, 05 Mar 2008 02:49:06 +0000 belugas (svn r12340) -Codechange: Remove some magic numbers (sprite IDs here) with some more meaningful values. draft
Tue, 04 Mar 2008 21:49:40 +0000 peter1138 (svn r12339) -Fix (r12331): Recalculate cached train data after clearing reversing flag when entering depot. draft
Tue, 04 Mar 2008 17:07:33 +0000 belugas (svn r12337) -Change: update some documentation. draft
Tue, 04 Mar 2008 12:15:33 +0000 peter1138 (svn r12336) -Fix [FS#1733]: Don't pause/unpause the game when showing load/save windows when the game is paused due to missing GRFs. draft
Tue, 04 Mar 2008 12:14:34 +0000 peter1138 (svn r12335) -Codechange: Don't stuff signed values into a unsigned variable when the variable can just be unsigned... draft
Tue, 04 Mar 2008 12:13:15 +0000 peter1138 (svn r12334) -Codechange: Don't change road owner without DC_EXEC. Didn't affect anything in this case but is bad form. draft
Tue, 04 Mar 2008 10:41:16 +0000 frosch (svn r12333) -Fix: Switch grfstatus from 'activated' back to 'will-be-active' between reservation- and activation-stage. draft
Mon, 03 Mar 2008 21:42:37 +0000 peter1138 (svn r12332) -Fix (r12331): Invalidate cached data and update image after setting flag. draft
Mon, 03 Mar 2008 20:56:30 +0000 glx (svn r12331) -Feature: [NewGRF] vehicle variable FE bit 8 draft
Mon, 03 Mar 2008 20:41:47 +0000 glx (svn r12330) -Feature: [NewGRF] vehicle variable FE bit 5 and 6 draft
Mon, 03 Mar 2008 19:15:53 +0000 peter1138 (svn r12329) -Fix [FS#1819]: Disallow building level crossings over one-way roads as this allowed competitors to remove the one-way state. draft
Mon, 03 Mar 2008 18:20:42 +0000 belugas (svn r12328) -Fix(r3447): Wrong Y pillar specified for girder with arch bridge. Spotted and fixed by a lot of people ;) draft
Sun, 02 Mar 2008 00:25:54 +0000 smatz (svn r12324) -Fix (r6789): vehicles could be sorted in a wrong order when a vehicle name changed - cached name was not invalidated draft
Sat, 01 Mar 2008 23:53:58 +0000 smatz (svn r12323) -Fix [FS#1821](r6789): vehicle sorting by name was broken, it was comparing two the same strings (when caching was not used) draft
Fri, 29 Feb 2008 22:55:57 +0000 glx (svn r12322) -Fix (r9874): endian issue when saving/loading group owner draft
Fri, 29 Feb 2008 22:01:47 +0000 glx (svn r12321) -Change: update readme about where openttd looks for files (based on dih work) draft
Fri, 29 Feb 2008 15:20:02 +0000 peter1138 (svn r12320) -Fix [FS#1817]: Wrong transparency options could be saved after toggling all. draft
Fri, 29 Feb 2008 13:57:50 +0000 peter1138 (svn r12319) -Cleanup: Comment fixes (Roujin) draft
Fri, 29 Feb 2008 08:48:01 +0000 peter1138 (svn r12317) -Fix [FS#1815]: Map string IDs that are embedded from other strings. draft
Fri, 29 Feb 2008 08:40:49 +0000 peter1138 (svn r12316) -Codechange: Support loading full range of 0xD0xx NewGRF strings which draft
Thu, 28 Feb 2008 21:44:13 +0000 peter1138 (svn r12314) -Fix (r4896): Include prop 25 data for all train parts, not just those that carry cargo. draft
Thu, 28 Feb 2008 17:34:34 +0000 frosch (svn r12313) -Fix: YAPF and NTP did not apply penalty for uphill tracks on steep slopes. draft
Thu, 28 Feb 2008 00:17:49 +0000 glx (svn r12304) -Codechange: use IsValidTile() where it should be used draft
Thu, 28 Feb 2008 00:10:08 +0000 glx (svn r12303) -Codechange: move IsValidTile() in a more suitable place and make it static inline draft