log

age author description
Wed, 30 Sep 2009 21:11:29 +0000 rubidium (svn r17675) -Codechange: move the 'state' changes out of the OnPaint of the newgrf window draft
Wed, 30 Sep 2009 21:07:54 +0000 rubidium (svn r17674) -Codechange: replace SetDirty + OnInvalidateData with InvalidateData (which does the same). Also call InvalidateData in a few cases where that was actually meant. draft
Wed, 30 Sep 2009 21:00:35 +0000 rubidium (svn r17673) -Codechange: make InvalidateThisWindowData a function of the window class draft
Wed, 30 Sep 2009 20:25:59 +0000 frosch (svn r17672) -Revert (r8081): 'last_value' and 'reseed' are shared between procedure and main chain. draft
Wed, 30 Sep 2009 18:54:33 +0000 frosch (svn r17671) -Codechange: Move ResolverObject::info_view into u.vehicle as it is only needed for them. draft
Wed, 30 Sep 2009 18:36:18 +0000 frosch (svn r17670) -Cleanup (r12819): ResolverObject::procedure_call is not used anymore. draft
Wed, 30 Sep 2009 17:45:20 +0000 translators (svn r17669) -Update from WebTranslator v3.0: draft
Wed, 30 Sep 2009 15:14:34 +0000 yexo (svn r17668) -Codechange: Query window uses nested widgets draft
Wed, 30 Sep 2009 13:32:39 +0000 rubidium (svn r17667) -Fix [FS#3245]: autopause tried to (un)pause the server every tick when the pause command only gets processed once every frame_freq ticks. So it would spam the console with duplicate attempts. draft
Tue, 29 Sep 2009 20:34:18 +0000 rubidium (svn r17666) -Fix [FS#3193]: RPM spec failed for SUSE (Ammler) draft
Tue, 29 Sep 2009 20:16:03 +0000 rubidium (svn r17665) -Codechange: make the extra viewport window nested draft
Tue, 29 Sep 2009 17:45:30 +0000 translators (svn r17664) -Update from WebTranslator v3.0: draft
Mon, 28 Sep 2009 19:24:20 +0000 frosch (svn r17663) -Change: [NewGRF] Apply default refitmasks only when the NewGRF did not set any of the three refittability properties (xor mask, positive classes, negative classes). draft
Mon, 28 Sep 2009 19:12:15 +0000 rubidium (svn r17662) -Codechange: make the sign edit window nested draft
Mon, 28 Sep 2009 17:45:21 +0000 translators (svn r17661) -Update from WebTranslator v3.0: draft
Mon, 28 Sep 2009 14:15:23 +0000 glx (svn r17660) -Fix: StringID typo draft
Mon, 28 Sep 2009 13:42:47 +0000 rubidium (svn r17659) -Codechange: remove the last custom drawing from the signal GUI draft
Mon, 28 Sep 2009 12:38:35 +0000 rubidium (svn r17658) -Codechange: remove custom drawing of the signal density in the signal GUI draft
Mon, 28 Sep 2009 12:19:15 +0000 rubidium (svn r17657) -Fix [FS#3242]: some semaphore signals fell outside of the signal GUI. Now the signals are properly centered which should make that problem go away draft
Sun, 27 Sep 2009 18:36:05 +0000 rubidium (svn r17656) -Change: typo in function name. Also document the parameter (Terkhen) draft
Sun, 27 Sep 2009 17:45:11 +0000 translators (svn r17655) -Update from WebTranslator v3.0: draft
Sun, 27 Sep 2009 10:44:25 +0000 rubidium (svn r17654) -Fix [FS#3220] (r17612): the edit box of the town fund window wasn't updated properly (based on patch of Terkhen) draft
Sun, 27 Sep 2009 08:49:42 +0000 alberth (svn r17653) -Fix (r17649): Widgets at the bottom button bar of the depot window should adapt to differences in height. draft
Sun, 27 Sep 2009 08:28:49 +0000 alberth (svn r17652) -Codechange: Merging/renaming the depot block-size functions. draft
Sat, 26 Sep 2009 22:37:44 +0000 rubidium (svn r17651) -Fix [FS#3238] (r17644): crashes when commands related to company settings where done draft
Sat, 26 Sep 2009 19:26:08 +0000 alberth (svn r17650) -Codechange: Checking a condition once is enough. draft
Sat, 26 Sep 2009 19:21:20 +0000 alberth (svn r17649) -Codechange: Depot gui uses pure nested widgets. draft
Sat, 26 Sep 2009 18:47:41 +0000 alberth (svn r17648) -Codechange: Move type initialization and widget disabling to the constructor. draft
Sat, 26 Sep 2009 18:15:35 +0000 alberth (svn r17647) -Codechange: Moving widget array access to outside the function. draft
Sat, 26 Sep 2009 17:50:10 +0000 rubidium (svn r17646) -Fix (r17644): GCC 4.4/4.5 compile failure draft
Sat, 26 Sep 2009 17:45:12 +0000 translators (svn r17645) -Update from WebTranslator v3.0: draft
Sat, 26 Sep 2009 17:43:06 +0000 rubidium (svn r17644) -Fix [FS#3219]: some inconsistencies with the difficulty settings in the scenario editor. Also re-enable changing some difficulty settings (e.g. max loan) in the scenario editor. draft
Sat, 26 Sep 2009 16:06:54 +0000 alberth (svn r17643) -Codechange: Code style for variables in depot gui. draft
Sat, 26 Sep 2009 12:30:30 +0000 rubidium (svn r17642) -Change: make a comment more clear (Eddi) draft
Sat, 26 Sep 2009 10:06:48 +0000 rubidium (svn r17641) -Codechange: remove the {N:...} that's not needed anymore since the currency window is nested. draft
Sat, 26 Sep 2009 10:01:53 +0000 rubidium (svn r17640) -Codechange: make the custom currency window nested draft
Sat, 26 Sep 2009 08:30:02 +0000 rubidium (svn r17639) -Codechange: let the difficulty settings GUI make really use the nested widget features draft
Fri, 25 Sep 2009 21:08:45 +0000 rubidium (svn r17638) -Fix [FS#3235]: Crash when trying to build an industry that has no industry layout defined; yes, it's very similar to r17633 because one case was forgotten. draft
Fri, 25 Sep 2009 19:42:57 +0000 rubidium (svn r17637) -Codechange: move the game difficulty window's window/widget description below the window class draft
Fri, 25 Sep 2009 19:36:09 +0000 rubidium (svn r17636) -Codechange: make the difficulty setting window nested draft
Fri, 25 Sep 2009 18:15:41 +0000 rubidium (svn r17635) -Codechange: make the chat gui nested draft
Fri, 25 Sep 2009 17:45:21 +0000 translators (svn r17634) -Update from WebTranslator v3.0: draft
Fri, 25 Sep 2009 09:32:20 +0000 rubidium (svn r17633) -Fix [FS#3233]: [NewGRF] Crash when trying to build an industry that has no industry layout defined. draft
Thu, 24 Sep 2009 21:27:19 +0000 rubidium (svn r17632) -Change: enable the uninitialized variables warning (or actually undisable) draft
Thu, 24 Sep 2009 17:45:12 +0000 translators (svn r17628) -Update from WebTranslator v3.0: draft
Wed, 23 Sep 2009 22:15:57 +0000 yexo (svn r17627) -Document [FS#3216]: The remaining functions in info.nut draft
Wed, 23 Sep 2009 20:48:30 +0000 alberth (svn r17626) -Codechange: Use Dimension structs instead of array of length 2 for storing horizontal/vertical information. draft
Wed, 23 Sep 2009 20:14:59 +0000 rubidium (svn r17625) -Codechange: make a nested window of the station joiner draft
Wed, 23 Sep 2009 19:57:56 +0000 alberth (svn r17624) -Codechange: Swap entries in _resize_cap[][] so the code does what the docs say. draft
Wed, 23 Sep 2009 19:41:25 +0000 rubidium (svn r17623) -Codechange: don't update the station's joiner scrollbar count in the drawing code draft
Wed, 23 Sep 2009 17:45:31 +0000 translators (svn r17622) -Update from WebTranslator v3.0: draft
Wed, 23 Sep 2009 16:07:17 +0000 rubidium (svn r17621) -Document [FS#3216]: most of the functions an AI can/must use in their instantiation of AIInfo. draft
Wed, 23 Sep 2009 15:42:29 +0000 rubidium (svn r17620) -Fix (r17502): edit box offsets were off. Now they're still off, but look (in my opinion) even better than before draft
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