log

age author description
Thu, 10 Sep 2009 20:16:29 +0000 frosch (svn r17497) -Codechange: Macrofy AirportMovingData. draft
Thu, 10 Sep 2009 17:45:22 +0000 translators (svn r17496) -Update from WebTranslator v3.0: draft
Thu, 10 Sep 2009 14:37:55 +0000 rubidium (svn r17495) -Codechange: replace 'Depot::Get(GetDepotIndex(tile))->index' with GetDepotIndex(tile) draft
Thu, 10 Sep 2009 14:36:38 +0000 rubidium (svn r17494) -Codechange: improve algorithmic complexitiy of Depot::GetByTile from O(n) to O(1) draft
Thu, 10 Sep 2009 14:33:07 +0000 rubidium (svn r17493) -Codechange: store the depot index on the map draft
Thu, 10 Sep 2009 14:27:43 +0000 rubidium (svn r17492) -Codechange: don't store the town index for road depots. draft
Wed, 09 Sep 2009 21:01:45 +0000 rubidium (svn r17491) -Fix [FS#3188]: road vehicles could get lost when the prelimiary destination (for the pathfinder heuristics) is unreachable. draft
Wed, 09 Sep 2009 17:45:30 +0000 translators (svn r17490) -Update from WebTranslator v3.0: draft
Wed, 09 Sep 2009 16:28:29 +0000 rubidium (svn r17489) -Fix [FS#3187] (r17471): the tooltip said the inverse of what actually happened draft
Wed, 09 Sep 2009 15:11:46 +0000 rubidium (svn r17488) -Feature [FS#2339]: add the date to all logging in the (real, not in-game) console if show_date_in_console is set. For dedicated server binaries the default is 'on', for the rest it is 'off'. draft
Wed, 09 Sep 2009 12:41:51 +0000 rubidium (svn r17487) -Fix: silence some MSVC warnings draft
Wed, 09 Sep 2009 09:46:08 +0000 rubidium (svn r17486) -Add [NoAI]: a vehicle list for all vehicle that are ordered to a specific depot draft
Wed, 09 Sep 2009 08:22:21 +0000 rubidium (svn r17485) -Change [FS2459]: make the performance ratings harder to exploit; only count profitable vehicles and recently serviced stations. draft
Wed, 09 Sep 2009 08:04:27 +0000 rubidium (svn r17484) -Fix: squirrel export didn't like one of the casts draft
Wed, 09 Sep 2009 00:03:35 +0000 yexo (svn r17483) -Fix (r17405): when an aircraft starts flying in circles make it turn in the correct direction first before continuing draft
Tue, 08 Sep 2009 23:05:28 +0000 yexo (svn r17482) -Fix (r17405): helicopters were not able to land anymore on the intercontinental airport draft
Tue, 08 Sep 2009 22:48:37 +0000 rubidium (svn r17481) -Fix (r16998): in cases where the northern most tile of an airport-to-build didn't touch the station you wanted it to join, but another part did, it wouldn't join the airport to the existing station draft
Tue, 08 Sep 2009 22:39:19 +0000 yexo (svn r17480) -Fix (r17405): fast aircraft could get stuck flyin gin circles trying to reach a certain point draft
Tue, 08 Sep 2009 21:43:47 +0000 rubidium (svn r17479) -Fix: silence compile warning that's only triggered when you're using a broken iconv. draft
Tue, 08 Sep 2009 20:34:23 +0000 smatz (svn r17478) -Document [NoAI]: descibe changes in subsidy logic in AI changelog draft
Tue, 08 Sep 2009 17:45:43 +0000 translators (svn r17477) -Update from WebTranslator v3.0: draft
Tue, 08 Sep 2009 15:42:14 +0000 rubidium (svn r17476) -Fix (r17475): Some icu-configs have the 'feature' of not adding a space where others do add the space draft
Tue, 08 Sep 2009 14:58:15 +0000 glx (svn r17475) -Codechange: show path to crash.log and crash.dmp in crash window. Also tells the user where crash.sav is when saving succeeded. draft
Tue, 08 Sep 2009 14:49:36 +0000 rubidium (svn r17474) -Fix: in some cases compilation failed because the search path for ICU wasn't added to the ldflags draft
Tue, 08 Sep 2009 12:27:27 +0000 rubidium (svn r17473) -Codechange: use the post destructor for destroying companies too instead of complicating the graph GUI invalidate code. draft
Tue, 08 Sep 2009 12:22:28 +0000 rubidium (svn r17472) -Fix [FS#3182]: industry list was rebuilt too early during industry removal causing the removed industry to be still in the list after removal draft
Tue, 08 Sep 2009 10:12:13 +0000 rubidium (svn r17471) -Change: when removing a station or waypoint keep the rail unless Ctrl is pressed. This makes the behaviour consistent between the two. draft
Tue, 08 Sep 2009 07:16:26 +0000 smatz (svn r17470) -Fix (r17460): possible crash when overbuiling rail by station draft
Mon, 07 Sep 2009 23:30:31 +0000 rubidium (svn r17469) -Change: make the AI compatability wrapper not whine about deprecation (yet), but make it clear that the wrapper is running and what (slight) changes there are w.r.t. to 0.7. draft
Mon, 07 Sep 2009 21:45:26 +0000 smatz (svn r17468) -Fix (r17464): mingw compilation was broken draft
Mon, 07 Sep 2009 21:28:16 +0000 rubidium (svn r17467) -Change: show the client id in join messages at the server (patch by dihedral) draft
Mon, 07 Sep 2009 21:03:41 +0000 rubidium (svn r17466) -Feature: reconnect console command (based on patch of bilbo) draft
Mon, 07 Sep 2009 21:02:10 +0000 smatz (svn r17465) -Codechange: use builtin static_assert() for assert_compile() if available draft
Mon, 07 Sep 2009 21:01:24 +0000 smatz (svn r17464) -Codechange: use C++0x mode when compiling with gcc >= 4.3 or icc >= 11.0 draft
Mon, 07 Sep 2009 20:30:45 +0000 frosch (svn r17463) -Change (r17453): Retrigger the abort signal after writing the crashlog, so the next one can catch it again (e.g. to write a core dump). draft
Mon, 07 Sep 2009 20:14:56 +0000 smatz (svn r17462) -Cleanup: remove unused variables draft
Mon, 07 Sep 2009 20:07:47 +0000 rubidium (svn r17461) -Document: that a certain compiler warning when compiled without asserts in gcc 4.4+ isn't our fault but GCC's. Includes a reference to the appropriate GCC bug report draft
Mon, 07 Sep 2009 18:35:38 +0000 rubidium (svn r17460) -Feature: allow building rail stations over existing rail without signals but will upgrade normal rail to electrified rail if necessary (based on patch by laurijh) draft
Mon, 07 Sep 2009 18:34:07 +0000 rubidium (svn r17459) -Change: remove unused defines from MSVC project files draft
Mon, 07 Sep 2009 17:45:28 +0000 translators (svn r17458) -Update from WebTranslator v3.0: draft
Mon, 07 Sep 2009 17:23:17 +0000 smatz (svn r17457) -Codechange: convert icc version to number so it can be compared more easily draft
Mon, 07 Sep 2009 13:38:57 +0000 yexo (svn r17455) -Codechange: use sprite names instead of magic numbers in table/clear_land.h and change some names draft
Mon, 07 Sep 2009 13:33:45 +0000 smatz (svn r17454) -Codechange: some alignment in Makefile*.in draft
Mon, 07 Sep 2009 12:14:45 +0000 rubidium (svn r17453) -Add: crash logger for all Unixy OSes; should work for all, but I don't have all exotic machines so it might break compilation on the more exotic configurations draft
Mon, 07 Sep 2009 12:13:33 +0000 rubidium (svn r17452) -Fix (r17450): emergency savegames weren't rejected by the crash logger anymore draft
Mon, 07 Sep 2009 12:08:43 +0000 smatz (svn r17451) -Fix (r17442): loading of TTO/TTD savegames failed draft
Mon, 07 Sep 2009 11:10:49 +0000 rubidium (svn r17450) -Codechange: refactor the windows crash logger so parts of it can be reused by other crash logger implementations draft
Mon, 07 Sep 2009 10:00:14 +0000 rubidium (svn r17449) -Fix (r17436): MSVC compile warning about comparing signed and unsigned values draft
Mon, 07 Sep 2009 09:09:10 +0000 rubidium (svn r17448) -Change [FS#2997]: buy vehicles instead of building them; makes it consistent with selling. Based on a patch by planetmaker draft
Mon, 07 Sep 2009 09:07:56 +0000 rubidium (svn r17447) -Codechange: rename a local variable so it doesn't collide with the name of a global function draft
Mon, 07 Sep 2009 08:59:43 +0000 rubidium (svn r17446) -Codechange: rename BUILD with BUY for strings that are about building (in the future buying) vehicles. draft
Mon, 07 Sep 2009 08:52:01 +0000 smatz (svn r17445) -Fix (r17318): force resort after changing sort type in the industry list window draft
Mon, 07 Sep 2009 08:36:52 +0000 rubidium (svn r17444) -Fix [FS#3173]: when building roads isn't allowed for town, then don't build the initial piece either draft
Mon, 07 Sep 2009 08:35:45 +0000 rubidium (svn r17443) -Fix (r17442): clear the depot tile after removing the depot in all cases instead of only for ships; makes removing road/rail depots not crash :) draft
Mon, 07 Sep 2009 08:05:35 +0000 rubidium (svn r17442) -Fix [FS#3180]: destruction of depots didn't remove any vehicle lists related to the depot, causing windows pointing to deleted depots and (thus) crashes draft
Mon, 07 Sep 2009 08:04:40 +0000 rubidium (svn r17441) -Fix (r16900): close the vehicle list of the vehicle type that visits the waypoint instead of for all vehicle types draft
Mon, 07 Sep 2009 07:59:26 +0000 rubidium (svn r17440) -Fix [FS#3179] (r17375): long scrollbars would scroll when that was not intended. They would also not properly mark the window dirty. draft
Mon, 07 Sep 2009 07:39:08 +0000 smatz (svn r17439) -Fix (r17436): you weren't paid for cargo delivered to houses and headquarters anymore draft
Sun, 06 Sep 2009 23:12:25 +0000 rubidium (svn r17438) -Fix (r17428): ofcourse some part of the OSX port would be forgotten due to it being so much different than the rest :( draft
Sun, 06 Sep 2009 22:05:53 +0000 smatz (svn r17437) -Change: don't accept cargo produced in the same industry (generalise and improve the check used only for valuables) draft