log

age author description
Mon, 13 Dec 2010 15:13:05 +0000 rubidium (svn r21499) -Add: diagonal tile iterator. Based on patch by fonsinchen draft
Mon, 13 Dec 2010 15:11:03 +0000 rubidium (svn r21498) -Codechange: make the measurement tooltip handle diagonal selection properly draft
Mon, 13 Dec 2010 15:09:59 +0000 rubidium (svn r21497) -Codechange: prepare the viewport selection mechanism for selecting diagonally draft
Mon, 13 Dec 2010 12:52:43 +0000 rubidium (svn r21496) -Fix (r21494): ofcourse older GCCs (< 4.3) have something to complain about draft
Mon, 13 Dec 2010 11:30:22 +0000 rubidium (svn r21495) -Codechange: don't hide a local variable draft
Mon, 13 Dec 2010 11:25:26 +0000 rubidium (svn r21494) -Codechange: split the tile iterator in two classes draft
Mon, 13 Dec 2010 11:21:53 +0000 rubidium (svn r21493) -Codechange: don't use the full 32 bits of the level land command to tell whether to raise, lower or keep the level of the first selected tile draft
Mon, 13 Dec 2010 01:59:58 +0000 rubidium (svn r21492) -Fix/Change/Revert [FS#4301]: apparantly version 1.1 of the desktop specs requires you to declare that file as being version 1.0, even though the 1.1 spec isn't a superset of the 1.0 spec. So revert back to stuff from the actual 1.0 spec. draft
Sun, 12 Dec 2010 23:17:44 +0000 rubidium (svn r21491) -Document: the tile highlight data struct draft
Sun, 12 Dec 2010 20:58:33 +0000 rubidium (svn r21490) -Codechange: abstract/encapsulate the map area iterating a bit draft
Sun, 12 Dec 2010 20:11:46 +0000 rubidium (svn r21489) -Codechange: replace the last instances of TILE_LOOP with TILE_AREA_LOOP draft
Sun, 12 Dec 2010 18:47:08 +0000 rubidium (svn r21488) -Codechange: make use of TILE_AREA_LOOP in the tile list AI API draft
Sun, 12 Dec 2010 18:45:35 +0000 translators (svn r21487) -Update from WebTranslator v3.0: draft
Sun, 12 Dec 2010 18:23:38 +0000 rubidium (svn r21486) -Codechange: use TILE_AREA_LOOP for station expansion checks as well draft
Sun, 12 Dec 2010 18:18:50 +0000 rubidium (svn r21485) -Codechange: use CircularTileSearch to find whether there's a transmitter nearby draft
Sun, 12 Dec 2010 18:05:34 +0000 rubidium (svn r21484) -Codechange: use TILE_AREA_LOOP in CommonRaiseLowerBigLand draft
Sun, 12 Dec 2010 17:36:34 +0000 rubidium (svn r21483) -Codechange: make StationRect::ScanForStationTiles make use of TILE_AREA_LOOP. Making use of make makes me making use of my brain to determine whether I make use of tautology, or make use of pleonasm, or make use of both, or even make use of neither draft
Sun, 12 Dec 2010 17:22:17 +0000 rubidium (svn r21482) -Codechange: make landscape clearing make use of TILE_AREA_LOOP as well draft
Sun, 12 Dec 2010 17:21:49 +0000 rubidium (svn r21481) -Codechange: make rail conversion make use of TILE_AREA_LOOP as well draft
Sun, 12 Dec 2010 15:20:54 +0000 rubidium (svn r21480) -Change [FS#4292]: make it possible to start actions that require selecting stuff (landscaping, vehicle cloning, etc) in the viewport while paused. As side-effect you'll get an error message explaining the command can't be executed because the game is paused instead of seemingly nothing happening when you click. Addition side effect of this is that you can make use of the measurement tooltip while paused draft
Sun, 12 Dec 2010 14:51:26 +0000 frosch (svn r21479) -Fix (r9563): Keep transparency for textual stuff in newspaper. draft
Sun, 12 Dec 2010 14:46:42 +0000 rubidium (svn r21478) -Change [FS#4297]: improve some order related tooltips. Based on patch by Krille draft
Sun, 12 Dec 2010 14:14:26 +0000 rubidium (svn r21477) -Fix [FS#4300]: tooltips were removed when their related window got closed draft
Sun, 12 Dec 2010 11:41:15 +0000 frosch (svn r21476) -Fix [FS#4299]: DC_FORCE_CLEAR_TILE should only add extra cost for clearing water for stuff which results in water after clearing. draft
Sun, 12 Dec 2010 11:34:01 +0000 rubidium (svn r21475) -Fix: MSVC's code analyser says DeleteObject shouldn't be called with NULL draft
Sun, 12 Dec 2010 01:21:02 +0000 rubidium (svn r21474) -Fix: some MSVC code analysis warnings in strgen draft
Sat, 11 Dec 2010 23:14:35 +0000 rubidium (svn r21473) -Feature [FS#4279]: [NewGRF] Use the station graphics property to determine a fallback for the depot sprites draft
Sat, 11 Dec 2010 20:38:37 +0000 rubidium (svn r21472) -Fix [FS#4298] (r21459-ish): make sure the query window is only opened once per parent window / callback. draft
Sat, 11 Dec 2010 19:49:44 +0000 rubidium (svn r21471) -Change [FS#4153]: make building aqueducts behave more like building tunnels. They can't be built on flat (or foundationed) tiles, so there is at most one destination tile like there is only one for tunnels draft
Sat, 11 Dec 2010 19:48:31 +0000 rubidium (svn r21470) -Codechange: add method to get the distance from the edge in a given direction draft
Sat, 11 Dec 2010 18:45:23 +0000 translators (svn r21469) -Update from WebTranslator v3.0: draft
Sat, 11 Dec 2010 18:28:34 +0000 rubidium (svn r21468) -Change: make sure the end of a bridge is always a valid tile as well, and for aqueducts show "wrong land slope" when that would be more appropriate than "bridge heads not at same height" draft
Sat, 11 Dec 2010 15:14:28 +0000 alberth (svn r21467) -Doc: Add a few doxygen comments to config file settings code. draft
Sat, 11 Dec 2010 13:48:30 +0000 rubidium (svn r21466) -Codechange: make VehicleHasDepotOrders a function of Vehicle. draft
Sat, 11 Dec 2010 13:42:01 +0000 rubidium (svn r21465) -Cleanup [FS#4295]: remove some dead code (fonsinchen) draft
Sat, 11 Dec 2010 13:38:35 +0000 planetmaker (svn r21464) -Add: Explicitly make 'shared orders' an option in the orders menu draft
Sat, 11 Dec 2010 13:34:23 +0000 rubidium (svn r21463) -Fix [FS#4296] (r21405): when packets are filled their pos and size aren't the same as when they're read. As a check was incorrect. draft
Sat, 11 Dec 2010 11:00:42 +0000 rubidium (svn r21462) -Codechange [FS#3689]: don't do unnecessary cargo reservations in while loading/unloading vehicles. It is only needed when at least one vehicle is loading; all other times it is a waste of effort. Roughly halves the time it takes to perform loading/unloading of vehicles (fonsinchen) draft
Sat, 11 Dec 2010 10:52:45 +0000 rubidium (svn r21461) -Feature(tte) [FS#3711]: make it more clear that you're stopping a shared order, and make it possible retain the order list upon unsharing (sbr) draft
Sat, 11 Dec 2010 10:10:25 +0000 rubidium (svn r21460) -Change [FS#3975]: place the bridge building window under the mouse instead of somewhere randomly on the screen and change the default sort order draft
Fri, 10 Dec 2010 23:38:26 +0000 planetmaker (svn r21459) -Feature(tte) [FS#3217]: Hotkey Ctrl+W for returning to the main menu draft
Fri, 10 Dec 2010 22:39:01 +0000 rubidium (svn r21458) -Fix [FS#4180]: possible crash when news item gets removed at just the wrong moment draft
Fri, 10 Dec 2010 22:32:53 +0000 rubidium (svn r21457) -Feature(tte) [FS#4215]: scroll to the inserted order (thror) draft
Fri, 10 Dec 2010 22:18:16 +0000 yexo (svn r21456) -Fix: [NewGRF] make sure the parameter for house var 60 is the id of an original house draft
Fri, 10 Dec 2010 21:34:36 +0000 rubidium (svn r21455) -Feature [NewGRF]: selecting of different views of an object draft
Fri, 10 Dec 2010 21:32:52 +0000 rubidium (svn r21454) -Codechange: add support for object variable 48 draft
Fri, 10 Dec 2010 21:32:04 +0000 rubidium (svn r21453) -Codechange: add the view of an object to the savegame draft
Fri, 10 Dec 2010 21:30:26 +0000 rubidium (svn r21452) -Codechange: read object property 17 (number of views) draft
Fri, 10 Dec 2010 20:05:20 +0000 rubidium (svn r21451) -Fix (r21449): make sure the matrix's child widget's size is updated with the right widget index draft
Fri, 10 Dec 2010 18:47:31 +0000 translators (svn r21450) -Update from WebTranslator v3.0: draft
Fri, 10 Dec 2010 17:47:40 +0000 rubidium (svn r21449) -Change: make the waypoint window make use the generic "matrix" widget draft
Fri, 10 Dec 2010 17:47:11 +0000 rubidium (svn r21448) -Add: generic widget for creating a scrollable (one direction) and resizable (both directions) area with same sized widgets draft
Fri, 10 Dec 2010 17:33:50 +0000 rubidium (svn r21447) -Add: accessor function to get the direction of a scrollbar draft
Thu, 09 Dec 2010 21:41:31 +0000 yexo (svn r21446) -Doc: doxygen comments for some functions in strings.cpp draft
Thu, 09 Dec 2010 21:01:50 +0000 yexo (svn r21445) -Fix: [NewGRF] fix gender choice lists in newgrf strings. draft
Thu, 09 Dec 2010 20:57:52 +0000 yexo (svn r21444) -Codechange: compute the type of elements in the argv string array on the fly and compare it with the type set by strgen draft
Thu, 09 Dec 2010 18:45:19 +0000 translators (svn r21443) -Update from WebTranslator v3.0: draft
Thu, 09 Dec 2010 15:19:43 +0000 rubidium (svn r21442) -Fix [FS#4293] (r21412): don't use the current company for awarding subsidies; it's not quite valid there draft
Thu, 09 Dec 2010 00:16:50 +0000 yexo (svn r21441) -Codechange: check all accesses to the argv array so a bad NewGRF can 'only' trigger an assert but no longer cause an invalid memory read draft
Thu, 09 Dec 2010 00:15:38 +0000 yexo (svn r21440) -Codechange: pass a pointer to just past the end of the argv array around in FormatString and friends draft