log

age author description
Wed, 02 Dec 2009 18:18:56 +0000 rubidium (svn r18385) -Cleanup: remove the now unneeded multistop slot management code draft
Wed, 02 Dec 2009 18:14:34 +0000 rubidium (svn r18384) -Fix (r18351): attempt to 'work around' MSVC's IMO stupid warning draft
Wed, 02 Dec 2009 18:12:24 +0000 rubidium (svn r18383) -Fix (r18375): triggering NOT_REACHED for some waypoints draft
Wed, 02 Dec 2009 17:56:02 +0000 rubidium (svn r18382) -Codechange: make road vehicles behave more like trains 'around' stations and use pathfinder penalties to determine to which 'part' to go. Note that the pathfinder penalties for drive through stops are currently only looking at the occupation of the first in a row, but this is to change later on. draft
Wed, 02 Dec 2009 17:37:02 +0000 frosch (svn r18381) -Codechange: Add RoadVehicle::IsBus() to simplify some stuff. draft
Wed, 02 Dec 2009 17:35:54 +0000 frosch (svn r18380) -Fix (r9301): One could not share orders between buses carrying different cargos. draft
Wed, 02 Dec 2009 16:48:55 +0000 rubidium (svn r18379) -Codechange: move the cache updating function to its own header to reduce the include 'pathfinder' dependencies draft
Wed, 02 Dec 2009 16:38:33 +0000 rubidium (svn r18378) -Codechange: move the pathfinder 'length' constants to pathfinder_type.h draft
Wed, 02 Dec 2009 16:20:44 +0000 rubidium (svn r18377) -Codechange: add 'cache' of the tile area of truck and bus stops. draft
Wed, 02 Dec 2009 14:44:32 +0000 rubidium (svn r18376) -Codechange: simplify setting the destination draft
Wed, 02 Dec 2009 14:41:04 +0000 rubidium (svn r18375) -Codechange: use Station::GetTileArea to get the tile area for CalcClosestStationTile draft
Wed, 02 Dec 2009 10:47:18 +0000 rubidium (svn r18374) -Cleanup: remove some unused code draft
Wed, 02 Dec 2009 10:44:38 +0000 rubidium (svn r18373) -Codechange: unify some road pathfinder functions draft
Wed, 02 Dec 2009 10:13:49 +0000 rubidium (svn r18372) -Codechange: push some extra type safety into YAPF draft
Wed, 02 Dec 2009 09:57:17 +0000 rubidium (svn r18371) -Codechange: unify calling of the train pathfinders draft
Wed, 02 Dec 2009 09:31:38 +0000 rubidium (svn r18370) -Codechange: push some constness/type strictness into the ship pathfinders draft
Wed, 02 Dec 2009 08:55:53 +0000 rubidium (svn r18369) -Fix [FS#3339] (rbeginning): off-by-one in the preconfigured music lists draft
Wed, 02 Dec 2009 00:01:07 +0000 rubidium (svn r18368) -Fix: alignment of comment and 'add' some missing comments draft
Tue, 01 Dec 2009 23:56:04 +0000 rubidium (svn r18367) -Codechange: unify the ship pathfinder 'calls' draft
Tue, 01 Dec 2009 23:22:41 +0000 rubidium (svn r18366) -Codechange: move the OPF ship pathfinder 'magic' that was in ship_cmd.cpp to the pathfinder code itself draft
Tue, 01 Dec 2009 23:19:46 +0000 rubidium (svn r18365) -Cleanup: remove duplicate table draft
Tue, 01 Dec 2009 22:45:39 +0000 rubidium (svn r18364) -Codechange: move the pathfinders and their related files into a separate directory draft
Tue, 01 Dec 2009 22:27:12 +0000 rubidium (svn r18363) -Feature: do not require advanced settings multistrings to start at 0 draft
Tue, 01 Dec 2009 22:18:51 +0000 rubidium (svn r18362) -Cleanup: remove OPF for RVs and NTP to clean up lots of code and simplify some things for the future draft
Tue, 01 Dec 2009 21:45:50 +0000 frosch (svn r18361) -Fix: Remove unneeded usage of invalid pointer. Also thank Hirundo and SmatZ. draft
Tue, 01 Dec 2009 20:53:13 +0000 rubidium (svn r18360) -Add: configure 'support' for GCC's LTO and ICC's IPO draft
Tue, 01 Dec 2009 18:45:12 +0000 translators (svn r18359) -Update from WebTranslator v3.0: draft
Tue, 01 Dec 2009 18:12:17 +0000 frosch (svn r18358) -Cleanup: More usage of EPV_CYCLES_(DARK|GLITTER)_WATER. draft
Tue, 01 Dec 2009 00:17:32 +0000 rubidium (svn r18356) -Merge: changes to the changelogs etc. in the 0.7 branch draft
Mon, 30 Nov 2009 21:46:58 +0000 rubidium (svn r18353) -Fix: string colours can't have a case draft
Mon, 30 Nov 2009 18:57:42 +0000 translators (svn r18352) -Update from WebTranslator v3.0: draft
Mon, 30 Nov 2009 11:29:52 +0000 rubidium (svn r18351) -Fix [FS#3333]: endianness issue with saving the zoom level draft
Sun, 29 Nov 2009 22:18:04 +0000 smatz (svn r18350) -Codechange: catch SIGILL under unix-like systems as well draft
Sun, 29 Nov 2009 21:40:51 +0000 alberth (svn r18349) -Fix (r18347): Older compilers want explicit assignments. draft
Sun, 29 Nov 2009 21:27:12 +0000 alberth (svn r18348) -Doc: Doxygen fixes, and removal of an old @note. draft
Sun, 29 Nov 2009 21:17:37 +0000 alberth (svn r18347) -Codechange: Compute width of labels in news settings window once. draft
Sun, 29 Nov 2009 21:16:37 +0000 alberth (svn r18346) -Codechange: Compute size of face part display buttons only once in face window. draft
Sun, 29 Nov 2009 21:14:34 +0000 alberth (svn r18345) -Codechange: Warn the window that it gets initialized, so it can do some work ahead. draft
Sun, 29 Nov 2009 19:31:23 +0000 rubidium (svn r18344) -Change [FS#2923]: do not split up articulated vehicles in the train details view. If an articulated vehicle it too 'wide' draw the information on the next line and if there are multiple cargos split that over multiple lines too. Based on work by frosch123. draft
Sun, 29 Nov 2009 19:27:53 +0000 rubidium (svn r18343) -Fix [FS#3336] (r18243): dark blue signs would be drawn transparent draft
Sun, 29 Nov 2009 19:20:39 +0000 rubidium (svn r18342) -Fix: erroneous spaces before ; draft
Sun, 29 Nov 2009 18:46:54 +0000 frosch (svn r18341) -Fix: Replace some GetNextVehicle() with GetNextUnit() where needed. draft
Sun, 29 Nov 2009 18:45:28 +0000 translators (svn r18340) -Update from WebTranslator v3.0: draft
Sun, 29 Nov 2009 17:24:39 +0000 rubidium (svn r18339) -Cleanup: remove SKIP support from strgen too draft
Sun, 29 Nov 2009 17:20:27 +0000 rubidium (svn r18338) -Codechange: remove the need for {SKIP} draft
Sun, 29 Nov 2009 12:52:08 +0000 alberth (svn r18337) -Codechange: Remove 2x2 {SKIP} in the company finances window + strings. draft
Sun, 29 Nov 2009 11:48:20 +0000 alberth (svn r18336) -Cleanup (r18092): Remove declaration of an already removed function. draft
Sun, 29 Nov 2009 10:56:51 +0000 alberth (svn r18335) -Codechange: Further reduction of nested_root NULL-ness checking. draft
Sun, 29 Nov 2009 09:18:49 +0000 alberth (svn r18334) -Codechange: No need to test a pointer after using it. draft
Sun, 29 Nov 2009 09:01:03 +0000 alberth (svn r18333) -Fix (r18127): Station view window did not resize properly when toggling between ratings and acceptance view. draft
Sun, 29 Nov 2009 01:00:03 +0000 rubidium (svn r18332) -Fix: the MSVC compile warnings draft
Sun, 29 Nov 2009 00:41:08 +0000 rubidium (svn r18331) -Fix [FS#3334]: news items would with some chat 'bars' not be displayed fully. Fix by erikjanp. draft
Sat, 28 Nov 2009 20:35:25 +0000 rubidium (svn r18330) -Cleanup: remove some unneeded includes draft
Sat, 28 Nov 2009 20:27:42 +0000 frosch (svn r18329) -Remove: [strgen] Support for {SETX} and {SETXY}. Let it rest in peace as NewGRF relict. draft
Sat, 28 Nov 2009 20:15:16 +0000 frosch (svn r18328) -Codechange: Remove last usage of {SETX} from strings. draft
Sat, 28 Nov 2009 18:45:30 +0000 translators (svn r18327) -Update from WebTranslator v3.0: draft
Sat, 28 Nov 2009 16:10:22 +0000 frosch (svn r18326) -Fix (r18325): Missing signedness conversion. draft
Sat, 28 Nov 2009 15:12:24 +0000 frosch (svn r18325) -Codechange: Use GetSpriteSize() instead of hard {SETX}. Also make the 'current order'-arrow in order and timetable GUI RTL aware. draft
Sat, 28 Nov 2009 15:01:49 +0000 rubidium (svn r18324) -Codechange: there's no need for a default size when the window isn't resizable draft
Sat, 28 Nov 2009 15:00:45 +0000 rubidium (svn r18323) -Fix [FS#3330]: credits were drawn on the border of the window draft