log

age author description
Sat, 03 Jan 2009 13:52:06 +0000 rubidium (svn r14803) -Codechange: move order list management into it's own class and remove the order count from the savegame as we can easily count that (PhilSophus) draft
Sat, 03 Jan 2009 13:27:08 +0000 rubidium (svn r14802) -Fix [FS#2490]: "(undefined string)" in default savegame/screenshot names when there's no company in the game. draft
Sat, 03 Jan 2009 13:20:32 +0000 rubidium (svn r14801) -Codechange: don't reference Vehicle::num_orders directly but through a method GetNumOrders() (PhilSophus) draft
Sat, 03 Jan 2009 11:24:27 +0000 rubidium (svn r14800) -Codechange: make the advanced settings window resizeable and scrollable (most by Alberth) draft
Sat, 03 Jan 2009 11:07:43 +0000 rubidium (svn r14799) -Codechange: move drawing a single settings entry to it's own function (Alberth) draft
Sat, 03 Jan 2009 11:03:53 +0000 rubidium (svn r14798) -Codechange: move variable declaration to first use of variable (Alberth) draft
Sat, 03 Jan 2009 11:00:40 +0000 rubidium (svn r14797) -Codechange: replace even more magic numbers with constants (Alberth) draft
Sat, 03 Jan 2009 10:56:38 +0000 rubidium (svn r14796) -Fix: if using variable, use it everywhere instead of hardcoding it's value sometimes (Alberth) draft
Sat, 03 Jan 2009 10:53:49 +0000 rubidium (svn r14795) -Codechange: replace a magic number with a constant (Alberth) draft
Sat, 03 Jan 2009 10:52:22 +0000 rubidium (svn r14794) -Document: a few functions/variables (Alberth) draft
Sat, 03 Jan 2009 01:01:12 +0000 rubidium (svn r14793) -Update (r14792): replace a string parameter in the other languages too draft
Sat, 03 Jan 2009 00:58:59 +0000 rubidium (svn r14792) -Feature: make the date format for default savegame/screenshot names configurable draft
Sat, 03 Jan 2009 00:56:16 +0000 rubidium (svn r14791) -Add: the ability to make ISO dates with the string system (PhilSophus) draft
Fri, 02 Jan 2009 22:49:43 +0000 rubidium (svn r14790) -Codechange: unify generation of default savegame/screenshot names (PhilSophus) draft
Fri, 02 Jan 2009 22:42:05 +0000 rubidium (svn r14789) -Feature: allow scrolling with the left mouse button pressed (if enabled). Primarily useful for systems with touch screen (aapo) draft
Fri, 02 Jan 2009 22:18:05 +0000 rubidium (svn r14788) -Fix [FS#2489]: some TTDPatch flags were wrong (Swallow) draft
Fri, 02 Jan 2009 21:01:27 +0000 rubidium (svn r14787) -Fix: landscape toolbar getting closed when rail/road/water/airport toolbar gets closed with linked toolbars turned on. draft
Fri, 02 Jan 2009 21:01:13 +0000 rubidium (svn r14786) -Fix: road/rail/water/airport toolbar opened over terraform toolbar when toolbar linking is turned on. draft
Fri, 02 Jan 2009 20:59:04 +0000 rubidium (svn r14785) -Fix [FS#2132]: vehicle list for station gets closed when station view is closed even when the vehicle list is stickied. Other vehicle lists are not deleted when their 'opening' window gets closed so do the same with the station view. draft
Fri, 02 Jan 2009 20:01:28 +0000 rubidium (svn r14784) -Change: don't close and reopen the vehicle order/detail windows, just refocus them instead. draft
Fri, 02 Jan 2009 19:45:46 +0000 rubidium (svn r14783) -Fix (r12661): don't add vehicles with "go to nearest depot" to the vehicle list of the depot with index 0. draft
Fri, 02 Jan 2009 18:38:33 +0000 translators (svn r14782) -Update: WebTranslator2 update to 2009-01-02 18:38:20 draft
Thu, 01 Jan 2009 22:21:25 +0000 rubidium (svn r14781) -Change: someone changed _cur_year; so update it in a few hardcoded places... happy new year! draft
Thu, 01 Jan 2009 18:18:17 +0000 glx (svn r14780) -Fix (r14777): of course VBS evaluates all parts of a boolean expression draft
Wed, 31 Dec 2008 17:52:42 +0000 rubidium (svn r14779) -Fix (r14747) [FS#2485]: selling an articulated vehicle removed only the first part and not the rest. draft
Wed, 31 Dec 2008 17:01:33 +0000 glx (svn r14778) -Change: completely hide 'Submit report' button on crash dialog (MSVC) draft
Wed, 31 Dec 2008 16:53:43 +0000 glx (svn r14777) -Fix: be sure to update ottdres.rc and rev.cpp when their .in changes (MSVC) draft
Tue, 30 Dec 2008 21:04:09 +0000 peter1138 (svn r14776) -Fix (r14742): ListPositionMap relied on std::map having sorted the map, which is now done by a manual key sorter on SmallMap. This fixes engine ID list sorting. draft
Tue, 30 Dec 2008 18:44:40 +0000 translators (svn r14775) -Update: WebTranslator2 update to 2008-12-30 18:44:32 draft
Tue, 30 Dec 2008 15:32:46 +0000 rubidium (svn r14774) -Change: show which tile caused the "error" when leveling land like raising and lowering does and use the same sound. draft
Tue, 30 Dec 2008 15:14:23 +0000 rubidium (svn r14773) -Fix-ish[FS#2469]: attach a signal handler during loading savegames to catch any crashes due to broken savegames/missing NewGRFs and tell the user about that instead of "just" crashing without explanation. draft
Mon, 29 Dec 2008 21:50:25 +0000 rubidium (svn r14772) -Codechange: make the "dump log of game to reproduce" desync debug stuff a runtime configurable debug option instead of a compile time option. draft
Mon, 29 Dec 2008 21:41:20 +0000 rubidium (svn r14771) -Fix (r14764): resolving of error types to error messages kinda failed :( draft
Mon, 29 Dec 2008 21:33:27 +0000 rubidium (svn r14770) -Fix: gracefully handle an invalid packet instead of asserting. draft
Mon, 29 Dec 2008 20:36:12 +0000 rubidium (svn r14769) -Change: when loading games in "network" mode use the start date of the save game for the server and all clients when loading the NewGRFs instead of the current date. Prevents desyncs caused by action 7/9s skipping parts of the GRF based on the date or some other variables that can differ at NewGRF load time. draft
Mon, 29 Dec 2008 18:40:59 +0000 translators (svn r14768) -Update: WebTranslator2 update to 2008-12-29 18:40:47 draft
Mon, 29 Dec 2008 15:46:14 +0000 rubidium (svn r14767) -Codechange: remove some unneeded artificial limits from currencies and use the bounds of the data type. draft
Mon, 29 Dec 2008 11:17:12 +0000 rubidium (svn r14766) -Fix (r14730ish): remove unused typedef. draft
Mon, 29 Dec 2008 10:40:43 +0000 rubidium (svn r14765) -Update (r14764): remove changed strings from translations. draft
Mon, 29 Dec 2008 10:37:53 +0000 rubidium (svn r14764) -Codechange: make the '***' chat messages like "Game paused (not enough players)" fully translateable. draft
Sun, 28 Dec 2008 22:23:43 +0000 rubidium (svn r14761) -Fix (r14730): missed the one DEREF_CLIENT in the random debug code :( draft
Sun, 28 Dec 2008 21:45:41 +0000 rubidium (svn r14760) -Fix (rlongago): network connection of clients being closed twice (found due to added assertion in r14730) draft
Sun, 28 Dec 2008 21:07:45 +0000 rubidium (svn r14759) -Fix (r14730): tab completion causing out-of-bounds read. draft
Sun, 28 Dec 2008 20:53:19 +0000 rubidium (svn r14758) -Fix: determine the real size of a depot before trying to place it. draft
Sun, 28 Dec 2008 18:42:00 +0000 translators (svn r14757) -Update: WebTranslator2 update to 2008-12-28 18:41:48 draft
Sun, 28 Dec 2008 16:13:10 +0000 rubidium (svn r14756) -Update (r14755): remove removed string from other languages too. draft
Sun, 28 Dec 2008 16:09:58 +0000 rubidium (svn r14755) -Codechange: remove ending year as it can't be changed anyways. draft
Sun, 28 Dec 2008 14:37:19 +0000 rubidium (svn r14754) -Codechange: get rid of _cmd_text and just pass it as (optional) parameter. draft
Fri, 26 Dec 2008 23:53:07 +0000 smatz (svn r14753) -Fix (r1): after buying a company, one could have more vehicles with the same UnitID draft
Fri, 26 Dec 2008 23:37:53 +0000 rubidium (svn r14752) -Fix [FS#2438]: revenue when clearing land would show up in red in the land info window as negative cost. draft
Fri, 26 Dec 2008 22:44:13 +0000 smatz (svn r14751) -Codechange: put VehicleEnterTile declaration where it should be and use correct return type draft
Fri, 26 Dec 2008 21:49:00 +0000 rubidium (svn r14750) -Fix [FS#1993]: in an MP game in SP mode no company would go bankrupt. Furthermore companies that passed the "bankrupt" period (4 quarters) wouldn't go bankrupt when loading the game back in MP. Now any company that is in MP or not "currently controlled by the player" in SP will bankrupt. draft
Fri, 26 Dec 2008 21:16:15 +0000 rubidium (svn r14749) -Codechange: replace a few wrapper functions that only called delete by a direct delete instead. draft
Fri, 26 Dec 2008 21:08:51 +0000 rubidium (svn r14748) -Codechange: unduplicate window updating when deleting vehicles. draft
Fri, 26 Dec 2008 20:45:02 +0000 rubidium (svn r14747) -Codechange: remove DeleteVehicleChain in favour of the vehicle destructor as that was already doing the same for a few vehicle types. draft
Fri, 26 Dec 2008 19:37:50 +0000 smatz (svn r14746) -Fix: don't let any disaster vehicle (Helicopter or Airplane) target invalid industry draft
Fri, 26 Dec 2008 18:26:11 +0000 rubidium (svn r14745) -Codechange: move "depot_list" and "leave_depot_immediately" out of the vehicle struct (saving up to 16 bytes per vehicle) as it is only used to tell a calling function entered a depot (for autoreplace). draft
Fri, 26 Dec 2008 18:24:05 +0000 rubidium (svn r14744) -Fix [FS#2474]: don't tell loading a savegame failed in two distinct ways. draft
Fri, 26 Dec 2008 18:01:15 +0000 smatz (svn r14743) -Codechange: use INVALID_TILE to indicate station doesn't have queried facility (or station/roadstop is invalid) instead of 0 (Yexo) draft
Fri, 26 Dec 2008 13:50:46 +0000 smatz (svn r14742) -Codechange: use SmallMap in two cases to reduce compilation time and binary size draft