log

age author description
Wed, 23 Sep 2009 13:25:00 +0000 glx (svn r17619) -Fix: rename STR_TINT_GROUP to STR_TINY_GROUP draft
Tue, 22 Sep 2009 21:14:31 +0000 rubidium (svn r17618) -Fix [FS#3226]: the 'lock' icon would erroneously be drawn for companies if the company had a password before the reset draft
Tue, 22 Sep 2009 20:44:14 +0000 rubidium (svn r17617) -Codechange: make the server side packet handling be more like the client side's handling, i.e. return the connection status draft
Tue, 22 Sep 2009 19:28:57 +0000 frosch (svn r17616) -Codechange [FS#3222]: Enumerize properties used in callback 0x36. Based on Terkhen's work. draft
Tue, 22 Sep 2009 18:55:15 +0000 smatz (svn r17615) -Fix (r17612): town sign could be glitchy when creating town with custom name (Terkhen) draft
Tue, 22 Sep 2009 18:50:58 +0000 smatz (svn r17614) -Fix: crash when deleting town while TownDirectory is open draft
Tue, 22 Sep 2009 17:45:35 +0000 translators (svn r17613) -Update from WebTranslator v3.0: draft
Tue, 22 Sep 2009 13:54:54 +0000 smatz (svn r17612) -Feature: possibility to choose (randomise or enter custom) town name before its creation (original patch by Terkhen) draft
Tue, 22 Sep 2009 12:42:56 +0000 smatz (svn r17611) -Fix: buffers used for verifying company and president name length were too short, possibly causing false positives draft
Tue, 22 Sep 2009 11:10:04 +0000 yexo (svn r17609) -Fix: the dummy AI had no API version set, causing the 'API compatibility script not found' error to be printed when loading it draft
Mon, 21 Sep 2009 20:22:56 +0000 smatz (svn r17608) -Codechange: use CmdFoundTown when founding 'Random town' too draft
Mon, 21 Sep 2009 19:40:05 +0000 smatz (svn r17607) -Fix: when command didn't fail in test run and failed in exec run, error message wasn't set. Affects only few commands draft
Mon, 21 Sep 2009 18:36:33 +0000 rubidium (svn r17606) -Add: initial support for Haiku; a dedicated server with zlib and libpng compiles and links (for me). Something's fishy with the network so it doesn't actually work (yet) draft
Mon, 21 Sep 2009 18:31:47 +0000 rubidium (svn r17605) -Fix [FS#3218]: [NewGRF] Crash when defining the same tile in a tile layout twice draft
Mon, 21 Sep 2009 18:18:01 +0000 smatz (svn r17604) -Update (r17603): rename strings in other lang files too draft
Mon, 21 Sep 2009 18:16:00 +0000 smatz (svn r17603) -Codechange: since now, towns are 'founded' instead of 'built' draft
Mon, 21 Sep 2009 17:45:12 +0000 translators (svn r17602) -Update from WebTranslator v3.0: draft
Mon, 21 Sep 2009 17:24:21 +0000 smatz (svn r17601) -Fix (r17592): don't mark cargo as 'accepted' when accepted amount is 0 draft
Mon, 21 Sep 2009 17:06:19 +0000 smatz (svn r17600) -Cleanup: remove unused variable draft
Mon, 21 Sep 2009 15:47:28 +0000 smatz (svn r17599) -Fix: configure script didn't detect icc when CC included path to compiler draft
Mon, 21 Sep 2009 11:01:16 +0000 smatz (svn r17597) -Codechange: rename namegen* to townname* draft
Sun, 20 Sep 2009 23:11:01 +0000 smatz (svn r17596) -Codechange: constify some tables draft
Sun, 20 Sep 2009 21:09:27 +0000 alberth (svn r17595) -Codechange: Tree build window uses pure nested widgets. draft
Sun, 20 Sep 2009 19:36:27 +0000 frosch (svn r17594) -Fix: Vehicle image was not always updated when needed. draft
Sun, 20 Sep 2009 19:01:38 +0000 yexo (svn r17593) -Fix (r17591): as always after a noai commit ... draft
Sun, 20 Sep 2009 18:52:12 +0000 smatz (svn r17592) -Fix [FS#3212](r17436): force all cargo being accepted when industry tiles accept it but industry itself doesn't draft
Sun, 20 Sep 2009 18:38:43 +0000 yexo (svn r17591) -Add [NoAI] [FS#3212]: AIAirport::IsAirportInformationAvailable. Also update several preconditions so it's now possible to get information on airports types that can no longer be build (small airport after 1960) draft
Sun, 20 Sep 2009 17:45:09 +0000 translators (svn r17590) -Update from WebTranslator v3.0: draft
Sun, 20 Sep 2009 17:44:33 +0000 smatz (svn r17589) -Codechange: rename town_acc to always_accepted draft
Sun, 20 Sep 2009 17:19:45 +0000 rubidium (svn r17588) -Fix [FS#3220]: erroneous message about changing the difficulty level draft
Sun, 20 Sep 2009 14:46:15 +0000 alberth (svn r17587) -Codechange: Town authority window uses pure nested widgets. draft
Sun, 20 Sep 2009 10:25:03 +0000 alberth (svn r17586) -Codechange: Adding documentation, and replacing some numbers with constants in the town authority window. draft
Sun, 20 Sep 2009 10:22:27 +0000 rubidium (svn r17585) -Fix [FS#3214]: also do the StringID conversion for StringIDs that are pushed on the (NewGRF string) stack draft
Sun, 20 Sep 2009 10:21:00 +0000 rubidium (svn r17584) -Codechange: split the NewGRF StringID mapping in a 'global' part and a part that's for NewGRF strings draft
Sun, 20 Sep 2009 10:19:13 +0000 rubidium (svn r17583) -Change: make SDL's video driver more likely to be loaded than Allegro's video driver; SDL seems to perform better. draft
Sun, 20 Sep 2009 10:08:10 +0000 alberth (svn r17582) -Codechange: Move TownActions and _town_action_costs[] to a header file to allow sharing. draft
Sat, 19 Sep 2009 17:45:13 +0000 translators (svn r17581) -Update from WebTranslator v3.0: draft
Sat, 19 Sep 2009 16:22:49 +0000 alberth (svn r17580) -Fix (r17541): Fix signed/unsigned mismatch with MSVC 2008. draft
Sat, 19 Sep 2009 15:17:47 +0000 rubidium (svn r17579) -Fix: remove doxygen docs for removed parameters, or change @param to @tparam if necessary draft
Sat, 19 Sep 2009 14:41:43 +0000 alberth (svn r17578) -Fix (r17572): Some compilers don't like default function template arguments. draft
Sat, 19 Sep 2009 13:57:02 +0000 alberth (svn r17577) -Codechange: Order window uses pure nested widgets. draft
Sat, 19 Sep 2009 13:55:37 +0000 rubidium (svn r17576) -Fix [FS#3208]: assertion triggered when the second vehicle in a 101+ (or 11+ if mammoth trains is disabled) vehicle free wagon chain is an engine and the first vehicle is moved to another chain draft
Sat, 19 Sep 2009 13:08:37 +0000 alberth (svn r17575) -Codechange: Adding a new combined button+dropdown widget. draft
Sat, 19 Sep 2009 12:52:49 +0000 alberth (svn r17574) -Fix (r17573): Insert NWID_SELECTION in nested_array when appropriate. draft
Sat, 19 Sep 2009 11:55:44 +0000 alberth (svn r17573) -Codechange: NWID_SELECTION containers have a selected widget-plane, and optionally an index in the nested_array. draft
Sat, 19 Sep 2009 11:31:12 +0000 alberth (svn r17572) -Codechange: Use the Window::GetWidget() function to access nested widgets through the nested_array. draft
Sat, 19 Sep 2009 10:19:15 +0000 rubidium (svn r17571) -Fix [FS#3213] (r17569): town view didn't show the right town in most of the cases draft
Sat, 19 Sep 2009 09:51:14 +0000 rubidium (svn r17570) -Fix: a number of Doxygen warnings about missing parameters, which were sometimes missing and sometimes just typos draft
Fri, 18 Sep 2009 19:59:05 +0000 alberth (svn r17569) -Codechange: Town view window runs with nested widgets. draft
Fri, 18 Sep 2009 17:45:12 +0000 translators (svn r17568) -Update from WebTranslator v3.0: draft
Fri, 18 Sep 2009 14:23:58 +0000 rubidium (svn r17567) -Fix: some doxygen warnings draft
Fri, 18 Sep 2009 14:23:39 +0000 rubidium (svn r17566) -Fix: ai_basestation.hpp.sq linked to the wrong header; it did work though draft
Thu, 17 Sep 2009 21:45:47 +0000 rubidium (svn r17563) -Fix: memory leak when viewing the NewGRF settings of a server draft
Thu, 17 Sep 2009 21:14:16 +0000 rubidium (svn r17562) -Fix [FS#2972]: the NewGRF settings of (remote) network games did not get properly updated when the NewGRFs were rescanned causing reading of freed data draft
Thu, 17 Sep 2009 18:56:31 +0000 smatz (svn r17561) -Fix: diacritics was missing at few places draft
Thu, 17 Sep 2009 17:45:18 +0000 translators (svn r17560) -Update from WebTranslator v3.0: draft
Thu, 17 Sep 2009 12:34:00 +0000 rubidium (svn r17559) -Fix [FS#3206]: close the "Add NewGRF" window when you close the "NewGRF Settings" window. The add window has a pointer to the settings which means that not deleting it would cause dereferencing an already freed pointer draft
Wed, 16 Sep 2009 19:10:50 +0000 rubidium (svn r17558) -Feature [NewGRF]: callbacks for houses to disable drawing foundations and to disable slope changes, like industry tile callbacks 30 and 3C. draft
Wed, 16 Sep 2009 19:00:53 +0000 alberth (svn r17557) -Codechange: Pass left and right edge to DrawOrderString(). draft
Wed, 16 Sep 2009 18:09:42 +0000 rubidium (svn r17556) -Fix (r12321): the OSX port doesn't use /Library/Application Support/OpenTTD. draft
Wed, 16 Sep 2009 17:45:17 +0000 translators (svn r17555) -Update from WebTranslator v3.0: draft
Wed, 16 Sep 2009 17:41:18 +0000 rubidium (svn r17554) -Update: documentation about bug reporting and known bugs draft
Wed, 16 Sep 2009 10:10:12 +0000 rubidium (svn r17553) -Update: some documentation about the callbacks draft
Tue, 15 Sep 2009 20:58:44 +0000 rubidium (svn r17552) -Codechange: rename load_unload_time_rem to something more generic as it's used for more than just load/unload. Also add some documentation about where it is used. draft
Tue, 15 Sep 2009 20:13:47 +0000 rubidium (svn r17551) -Fix [FS#3201] (r17222): vehicles waiting for their time table didn't load anymore after their initial load was completed draft
Tue, 15 Sep 2009 19:56:41 +0000 frosch (svn r17550) -Fix (r8973): Aircraft are good enough, don't make them even better. draft
Tue, 15 Sep 2009 18:47:42 +0000 frosch (svn r17549) -Fix (r17128): Distance limit for town to town subsidies got lost. draft
Tue, 15 Sep 2009 17:45:35 +0000 translators (svn r17548) -Update from WebTranslator v3.0: draft
Tue, 15 Sep 2009 17:24:18 +0000 rubidium (svn r17547) -Feature: [NewGRF] Implement callback 145 (custom station rating) draft
Tue, 15 Sep 2009 17:23:24 +0000 rubidium (svn r17546) -Fix (r9617): sign extending of profit calculation didn't work draft
Tue, 15 Sep 2009 16:18:10 +0000 rubidium (svn r17545) -Fix [FS#3202]: [NoAI] AIs had 'infinite' time when running code from the global scope draft
Tue, 15 Sep 2009 16:16:28 +0000 rubidium (svn r17544) -Fix [FS#3202]: [NoAI] Crash when doing commands in the 'global' scope draft
Mon, 14 Sep 2009 22:48:34 +0000 rubidium (svn r17543) -Fix [FS#3200]: allegro's sound output was worse than excepted draft
Mon, 14 Sep 2009 22:09:50 +0000 yexo (svn r17542) -Fix: don't access variables in the company struct after it has been deleted draft
Mon, 14 Sep 2009 20:59:46 +0000 frosch (svn r17541) -Feature: Filtering in Add-NewGRF dialog. draft
Mon, 14 Sep 2009 20:40:07 +0000 smatz (svn r17540) -Codechange: move functionality of PlaceProc_Town() to FoundTownWindow::OnPlaceObject() draft
Mon, 14 Sep 2009 20:24:17 +0000 frosch (svn r17539) -Codechange: Replace a magic number. draft
Mon, 14 Sep 2009 20:15:29 +0000 frosch (svn r17538) -Codechange: Rename STR_CONTENT_FILTER_(OSKTITLE|TOOLTIP) for more general usage. draft
Mon, 14 Sep 2009 19:30:13 +0000 smatz (svn r17537) -Fix: don't crash while printing gamelog in crash handler if we crashed before while gamelog action was active draft
Mon, 14 Sep 2009 17:45:14 +0000 translators (svn r17536) -Update from WebTranslator v3.0: draft
Mon, 14 Sep 2009 15:53:19 +0000 rubidium (svn r17535) -Fix: compiling without networking failed; also unhackify the crash logger a bit. draft
Mon, 14 Sep 2009 12:22:57 +0000 rubidium (svn r17534) -Codechange: unify the naming of callback masks/flags draft
Sun, 13 Sep 2009 23:30:29 +0000 smatz (svn r17533) -Fix: missing 'const' draft
Sun, 13 Sep 2009 19:15:59 +0000 frosch (svn r17532) -Codechange: Rename several Invalidate functions to SetDirty for more consistency and distinguishability. draft
Sun, 13 Sep 2009 17:58:00 +0000 rubidium (svn r17531) -Fix: wrong @file for ai_basestation.hpp draft
Sun, 13 Sep 2009 17:47:07 +0000 rubidium (svn r17530) -Codechange: use QSortT instead of qsort for sorting EngineIDs draft
Sun, 13 Sep 2009 17:45:15 +0000 translators (svn r17529) -Update from WebTranslator v3.0: draft
Sun, 13 Sep 2009 17:39:33 +0000 rubidium (svn r17528) -Codechange: use QSortT instead of qsort for sorting FiosItems draft
Sun, 13 Sep 2009 17:38:49 +0000 rubidium (svn r17527) -Codechange: use QSortT instead of qsort for sorting smallmaps draft
Sun, 13 Sep 2009 17:38:07 +0000 rubidium (svn r17526) -Codechange: use QSortT instead of qsort for sorting the language list in the network GUI draft
Sun, 13 Sep 2009 17:37:47 +0000 frosch (svn r17525) -Cleanup: Remove SetWindowDirty(), it is completely covered by other functions already. draft
Sun, 13 Sep 2009 17:36:50 +0000 rubidium (svn r17524) -Codechange: use QSortT instead of qsort for sorting NewGRFs draft
Sun, 13 Sep 2009 16:43:16 +0000 frosch (svn r17523) -Fix (r17514): InvalidateWindowClasses() only does SetDirty(), which is no longer enough. draft
Sun, 13 Sep 2009 14:50:52 +0000 frosch (svn r17522) -Fix: Scroll to selected content after sorting the list and after updating the scrollbar maximum. draft
Sun, 13 Sep 2009 10:58:41 +0000 rubidium (svn r17521) -Change: don't assume that there is always 'another' industry tile after two '0x18' industry tiles draft
Sun, 13 Sep 2009 07:48:47 +0000 rubidium (svn r17518) -Document: some of the callback 'masks' draft
Sat, 12 Sep 2009 20:31:41 +0000 rubidium (svn r17515) -Fix [FS#3189]: [Squirrel] In some cases the call stack would not be cleaned up properly during crash handling. Occasionally this causes asserts to be triggered or crashes. draft
Sat, 12 Sep 2009 18:40:02 +0000 frosch (svn r17514) -Codechange: Nestify Add-NewGRF dialog. draft
Sat, 12 Sep 2009 17:45:19 +0000 translators (svn r17513) -Update from WebTranslator v3.0: draft
Sat, 12 Sep 2009 17:32:24 +0000 rubidium (svn r17512) -Add: some basic information about the loaded AIs in the crash log draft
Sat, 12 Sep 2009 17:17:07 +0000 frosch (svn r17511) -Codechange: Simplify ShowNewGRFInfo() by passing 'right' instead of 'width'. draft
Sat, 12 Sep 2009 14:40:26 +0000 frosch (svn r17510) -Fix [FS#3197]: When loading GRFConfigs from ini file, validate them wrt. duplicate GRF IDs. draft
Sat, 12 Sep 2009 14:37:29 +0000 rubidium (svn r17509) -Fix [FS#3196]: if building a part fails during cloning, sell what was already cloned instead of leaving it 'for free' draft
Sat, 12 Sep 2009 12:56:49 +0000 rubidium (svn r17508) -Fix [FS#3195] (r16859): join station window didn't get updated when stations were removed from the pool draft
Sat, 12 Sep 2009 10:25:23 +0000 alberth (svn r17507) -Codechange: Make some methods of the OrdersWindow non-static. draft
Fri, 11 Sep 2009 22:21:54 +0000 rubidium (svn r17506) -Fix [FS#3191]: signs partly drawn out of the rectangle in 4/8x zoom out. draft
Fri, 11 Sep 2009 19:26:44 +0000 alberth (svn r17505) -Codechange: WWT_EMPTY is not a special case any more for invalidating widgets. draft
Fri, 11 Sep 2009 19:12:05 +0000 alberth (svn r17504) -Codechange: un-inlining SetFocusedWidget() as it is not often used. draft
Fri, 11 Sep 2009 18:54:33 +0000 alberth (svn r17503) -Fix (r17502): Save all files before commit. draft
Fri, 11 Sep 2009 18:52:56 +0000 alberth (svn r17502) -Codechange [FS#3184]: Extend QueryStringBaseWindow to support windows with nested widgets (by Terkhen with a few tweaks). draft
Fri, 11 Sep 2009 17:45:10 +0000 translators (svn r17501) -Update from WebTranslator v3.0: draft
Fri, 11 Sep 2009 17:18:06 +0000 yexo (svn r17500) -Fix (r16502): The wrong value was restored to SetAllowDoCommand possible resulting in an AI that wasn't allowed to do any actions draft
Thu, 10 Sep 2009 23:14:21 +0000 yexo (svn r17499) -Fix (r17498): remove 2 unused functions so some compilers stop warning about them draft
Thu, 10 Sep 2009 20:19:12 +0000 yexo (svn r17498) -Add [NoAI]: Enable the squirrel std math library draft
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
Sun, 06 Sep 2009 21:59:20 +0000 smatz (svn r17436) -Change: pay only for cargo actually delivered, not for all cargo unloaded at station (can differ with 'stockpiling' industries) draft
Sun, 06 Sep 2009 20:36:17 +0000 frosch (svn r17435) -Codechange: Move _cargo_payment_rates[] to CargoSpec::current_payment. draft
Sun, 06 Sep 2009 18:54:42 +0000 frosch (svn r17434) -Update (r17433): The regression needs a new trick to not become bankrupt. draft
Sun, 06 Sep 2009 18:53:57 +0000 frosch (svn r17433) -Codechange: Store cumulated inflation in savegame and compute all prices from that instead of storing all prices separately. draft
Sun, 06 Sep 2009 17:45:22 +0000 translators (svn r17432) -Update from WebTranslator v3.0: draft
Sun, 06 Sep 2009 16:36:22 +0000 smatz (svn r17431) -Fix (r16735): oldloader wasn't updated draft
Sun, 06 Sep 2009 12:08:45 +0000 frosch (svn r17430) -Fix: svn:mime-type property was missing from regression.sav. draft
Sun, 06 Sep 2009 09:56:12 +0000 smatz (svn r17429) -Fix (r16378): conversion of TTO/TTD savegames failed when vehicle 0 was a wagon draft
Sat, 05 Sep 2009 21:26:51 +0000 rubidium (svn r17428) -Codechange: add a function to get the name of a driver draft
Sat, 05 Sep 2009 19:44:53 +0000 alberth (svn r17427) -Codechange: Removing some unneeded widget parts (for reduced compilation time). draft
Sat, 05 Sep 2009 19:02:34 +0000 smatz (svn r17426) -Fix (r1): economy recession would never end when economy is set to Steady while in recession draft
Sat, 05 Sep 2009 17:45:29 +0000 translators (svn r17425) -Update from WebTranslator v3.0: draft
Sat, 05 Sep 2009 11:33:27 +0000 alberth (svn r17424) -Change: Unify 'list is empty' strings of the windows to '- None -'. draft
Sat, 05 Sep 2009 11:27:28 +0000 alberth (svn r17423) -Fix [FS#3174]: Show '- None -' with empty town or industry list, and use that text in the size computation as well. draft
Sat, 05 Sep 2009 10:53:26 +0000 alberth (svn r17422) -Codechange: Remove magic constants and compute vertical minimal size of the sign list window. draft
Sat, 05 Sep 2009 08:01:08 +0000 alberth (svn r17421) -Fix (r17418): Don't output debug information in signs list. draft
Fri, 04 Sep 2009 23:02:52 +0000 smatz (svn r17420) -Codechange: replace assert() by assert_compile() where possible draft
Fri, 04 Sep 2009 22:25:12 +0000 yexo (svn r17419) -Fix (r-old, r16378): the index of orders loaded from old savegames was owerwritten with an unitialized value, causing asserts. The issue has present for a long time but only since the new pool system did it trigger a (correct) assert draft
Fri, 04 Sep 2009 22:03:21 +0000 alberth (svn r17418) -Codechange [FS#3144]: Signs list window uses nested widget tree (mostly by Nickman). draft
Fri, 04 Sep 2009 20:31:49 +0000 rubidium (svn r17416) -Codechange: move the build date/time 'determination' to rev.cpp as that's the file most likely to be regularly recompiled draft
Fri, 04 Sep 2009 20:31:47 +0000 yexo (svn r17415) -Change: make sure aircraft don't move while turning as long as they are on the ground. This prevents a lot of unnecesary turns when leaving terminals draft
Fri, 04 Sep 2009 20:04:54 +0000 rubidium (svn r17414) -Codechange: only send/read the number of bits that can be actually useful when building industries draft
Fri, 04 Sep 2009 20:02:35 +0000 rubidium (svn r17413) -Fix: assert when trying to build an invalid industry type it did draft
Fri, 04 Sep 2009 17:45:20 +0000 translators (svn r17412) -Update from WebTranslator v3.0: draft
Thu, 03 Sep 2009 22:56:30 +0000 rubidium (svn r17411) -Codechange: silence an ICC compile warning draft
Thu, 03 Sep 2009 22:32:08 +0000 rubidium (svn r17410) -Codechange: use the same define for determining whether windows does crash reports instead of using several that aren't necessarily equal draft
Thu, 03 Sep 2009 21:56:29 +0000 rubidium (svn r17409) -Codechange: split the crash log and other windows 'glue' code draft
Thu, 03 Sep 2009 20:04:15 +0000 glx (svn r17408) -Codechange: remove unused win32 stuff draft
Thu, 03 Sep 2009 20:03:01 +0000 glx (svn r17407) -Fix (r17336): version_vs?0.vcproj not updated to new path draft
Thu, 03 Sep 2009 17:45:07 +0000 translators (svn r17406) -Update from WebTranslator v3.0: draft
Thu, 03 Sep 2009 12:11:31 +0000 yexo (svn r17405) -Fix (r100): aircraft shouldn't be allowed to make turns bigger then 45 degrees while in flight draft
Thu, 03 Sep 2009 11:56:29 +0000 rubidium (svn r17404) -Change (r17379): silence gcc warning caused by inlining of a virtual function draft
Thu, 03 Sep 2009 11:48:08 +0000 rubidium (svn r17403) -Fix [Squirrel]: guard against squirrel stack overflows; if assert is enabled assert (catch possible overflow bugs in nightlies/RCs), otherwise just increase the stack's size (don't get into invalid reads/writes in releases) draft
Thu, 03 Sep 2009 11:32:16 +0000 Yexo (svn r17402) -Fix (r16425): During every save a few slots on the squirrel stack were leaked draft
Thu, 03 Sep 2009 10:58:26 +0000 rubidium (svn r17401) -Fix [FS#3171] (r17384): order deletion didn't (correctly) update the order window draft
Thu, 03 Sep 2009 10:50:14 +0000 rubidium (svn r17400) -Fix [FS#3172] (r17380): total line of performance rating was calculated wrong draft
Thu, 03 Sep 2009 09:07:14 +0000 rubidium (svn r17399) -Fix (r17365): if scrollbar has more capacity than elements clicking on the "scroll down" button asserted (esminis) draft
Wed, 02 Sep 2009 20:59:30 +0000 alberth (svn r17398) -Codechange: Fill normal news item window with widgets. draft
Wed, 02 Sep 2009 20:55:55 +0000 alberth (svn r17397) -Codechange: Add new vehicle news window. draft
Wed, 02 Sep 2009 20:54:27 +0000 alberth (svn r17396) -Codechange: Add company news window. draft
Wed, 02 Sep 2009 20:52:58 +0000 alberth (svn r17395) -Codechange: Fill thin window with widgets. draft
Wed, 02 Sep 2009 20:49:25 +0000 alberth (svn r17394) -Codechange: Add news flags for viewport settings. draft
Wed, 02 Sep 2009 20:46:42 +0000 alberth (svn r17393) -Codechange: Fill small window with widgets. draft
Wed, 02 Sep 2009 20:44:36 +0000 alberth (svn r17392) -Codechange: Use 'default' for reacting on click. draft
Wed, 02 Sep 2009 20:40:56 +0000 alberth (svn r17391) -Codechange: Add string box calculation routine for multi-line strings. draft
Wed, 02 Sep 2009 20:39:40 +0000 alberth (svn r17390) -Codechange: Switch news item windows to nested widgets. draft
Wed, 02 Sep 2009 20:28:41 +0000 alberth (svn r17389) -Codechange: Add support for shaded viewports. draft
Wed, 02 Sep 2009 20:25:56 +0000 alberth (svn r17388) -Codechange: Paint the background of background widgets before painting its children. draft
Wed, 02 Sep 2009 20:21:30 +0000 alberth (svn r17387) -Codechange: Add news-item window description to NewsSubtypeData. draft
Wed, 02 Sep 2009 20:03:56 +0000 yexo (svn r17386) -Fix (r17011): AIBaseStation::IsValidBaseStation() returned false for stations with OWNER_NONE draft
Wed, 02 Sep 2009 19:57:22 +0000 alberth (svn r17385) -Codechange: Removed some unneeded parentheses. draft
Wed, 02 Sep 2009 17:54:40 +0000 rubidium (svn r17384) -Fix [FS#2859]: remove all order window state changes out of the drawing routine and call them immediately when changes happen instead of on the next OnPaint. This prevents pressing buttons when they should've been already disabled. draft
Wed, 02 Sep 2009 17:45:20 +0000 translators (svn r17383) -Update from WebTranslator v3.0: draft
Wed, 02 Sep 2009 15:13:33 +0000 yexo (svn r17382) -Cleanup: don't set load_unload_time_rem when an aircraft turns in the air as it's not used draft
Wed, 02 Sep 2009 14:09:51 +0000 yexo (svn r17381) -Codechange: music track selection window uses nested widgets draft
Wed, 02 Sep 2009 13:39:46 +0000 rubidium (svn r17380) -Codechange: move drawing the performance detail data to DrawWidget draft
Wed, 02 Sep 2009 13:24:36 +0000 rubidium (svn r17379) -Codechange: make the performance rating window nested, although it still needs some improvements draft
Wed, 02 Sep 2009 12:48:23 +0000 yexo (svn r17378) -Fix [NoAI]: Several AITile::* functions didn't check whether their parameters were valid draft
Wed, 02 Sep 2009 12:02:55 +0000 yexo (svn r17377) -Fix (r17365): MSVC complains about struct<>class difference draft
Wed, 02 Sep 2009 11:31:11 +0000 rubidium (svn r17376) -Fix: also draw the white "I've just opened" line for nested windows draft
Wed, 02 Sep 2009 08:58:20 +0000 rubidium (svn r17375) -Codechange: remove last direct usage of scrollbar variables draft
Wed, 02 Sep 2009 08:48:29 +0000 rubidium (svn r17374) -Codechange: make the town and vehicle GUIs use the scrollbar wrappers draft
Wed, 02 Sep 2009 08:40:31 +0000 rubidium (svn r17373) -Codechange: make the timetable, station and subsidy GUIs use scrollbar wrappers draft
Wed, 02 Sep 2009 08:28:50 +0000 rubidium (svn r17372) -Codechange: make the settings, rail and sign GUIs use the scrollbar wrappers draft
Wed, 02 Sep 2009 08:18:54 +0000 rubidium (svn r17371) -Codechange: make the newgrf, news and order GUIs use the scrollbar wrappers draft
Wed, 02 Sep 2009 08:08:30 +0000 rubidium (svn r17370) -Codechange: make the saveload and network GUIs use the scrollbar wrappers draft