------------------------------------------------------------------------ r12973 | peter1138 | 2008-05-06 17:24:27 +0000 (Tue, 06 May 2008) | 2 lines -Codechange: Rename GRMSpriteEntry to GRFLocation, as it is not necessarily specific to GRM sprites... ------------------------------------------------------------------------ r12972 | glx | 2008-05-06 15:36:55 +0000 (Tue, 06 May 2008) | 1 line -Fix (r12971): forgot to close a comment ------------------------------------------------------------------------ r12971 | rubidium | 2008-05-06 15:11:33 +0000 (Tue, 06 May 2008) | 2 lines -Documentation: add @file in files that missed them and add something more than whitespace as description of files that don't have a description. ------------------------------------------------------------------------ r12970 | glx | 2008-05-06 15:06:19 +0000 (Tue, 06 May 2008) | 1 line -Codechange: coding style for some function names ------------------------------------------------------------------------ r12969 | rubidium | 2008-05-06 14:24:33 +0000 (Tue, 06 May 2008) | 2 lines -Codechange: remove a completely pointless file. ------------------------------------------------------------------------ r12968 | maedhros | 2008-05-06 10:31:50 +0000 (Tue, 06 May 2008) | 2 lines -Fix: Don't segfault when adding a server if 0.0.0.0 was entered for the address. ------------------------------------------------------------------------ r12967 | glx | 2008-05-05 23:04:24 +0000 (Mon, 05 May 2008) | 1 line -Fix (r12966): my lang update script failed ------------------------------------------------------------------------ r12966 | glx | 2008-05-05 22:52:49 +0000 (Mon, 05 May 2008) | 1 line -Update: apply english.txt changes from r12965 to other languages ------------------------------------------------------------------------ r12965 | glx | 2008-05-05 22:42:06 +0000 (Mon, 05 May 2008) | 1 line -Codechange: add support for callback 37 in industries directory window ------------------------------------------------------------------------ r12964 | glx | 2008-05-05 22:37:40 +0000 (Mon, 05 May 2008) | 1 line -Codechange: rewrite callback 37 related code so it will be easier to add supported windows ------------------------------------------------------------------------ r12963 | rubidium | 2008-05-05 22:35:33 +0000 (Mon, 05 May 2008) | 2 lines -Fix (r12960): loading some NewGRFs could cause an infinite loop. ------------------------------------------------------------------------ r12962 | smatz | 2008-05-05 22:22:12 +0000 (Mon, 05 May 2008) | 1 line -Fix (r12961): forgot one break ------------------------------------------------------------------------ r12961 | smatz | 2008-05-05 22:03:01 +0000 (Mon, 05 May 2008) | 1 line -Codechange: store the type of savegame we are loading in a global variable ------------------------------------------------------------------------ r12960 | rubidium | 2008-05-05 21:54:05 +0000 (Mon, 05 May 2008) | 2 lines -Codechange: handle return values of (some) file system related functions. ------------------------------------------------------------------------ r12959 | glx | 2008-05-05 21:09:03 +0000 (Mon, 05 May 2008) | 1 line -Fix: don't assume no production when the first produced cargo is invalid in industries directory ------------------------------------------------------------------------ r12958 | peter1138 | 2008-05-05 19:02:10 +0000 (Mon, 05 May 2008) | 2 lines -Codechange: Allocate sprites reserved by GRM in advance of 'Action 1' sprites, giving much less chance of GRM reservation failure if lots of NewGRF sets are loaded. ------------------------------------------------------------------------ r12957 | rubidium | 2008-05-05 18:27:57 +0000 (Mon, 05 May 2008) | 2 lines -Codechange: do not misuse snprintf when you just want to copy a string, also use DEBUG instead of fprintf in one case. ------------------------------------------------------------------------ r12956 | belugas | 2008-05-05 16:05:36 +0000 (Mon, 05 May 2008) | 1 line -Codechange: Code-style application on switch-case aligment ------------------------------------------------------------------------ r12955 | smatz | 2008-05-05 15:07:09 +0000 (Mon, 05 May 2008) | 1 line -Fix (r12858): compilation with desync debug was broken ------------------------------------------------------------------------ r12953 | peter1138 | 2008-05-05 11:36:43 +0000 (Mon, 05 May 2008) | 2 lines -Feature: Open a new viewport when ctrl-clicking on a 'Location' button, a town/station/industry list, or some news items. ------------------------------------------------------------------------ r12952 | peter1138 | 2008-05-05 11:24:58 +0000 (Mon, 05 May 2008) | 2 lines -Cleanup: Indenting and codestyle ------------------------------------------------------------------------ r12951 | belugas | 2008-05-05 02:11:12 +0000 (Mon, 05 May 2008) | 1 line -Fix(r9762)[FS#1977): Revert the new difficulty settings of town and industries back to their initial values. ------------------------------------------------------------------------ r12950 | belugas | 2008-05-05 02:02:32 +0000 (Mon, 05 May 2008) | 1 line -Fix: two includes is one too much ------------------------------------------------------------------------ r12949 | rubidium | 2008-05-04 22:57:50 +0000 (Sun, 04 May 2008) | 2 lines -Fix [FS#1978]: no loading/no unloading orders were 'forgotten' during manual replaces. ------------------------------------------------------------------------ r12948 | rubidium | 2008-05-04 22:38:18 +0000 (Sun, 04 May 2008) | 2 lines -Fix [FS#1982]: all vehicles would be available when an original scenario would be played. ------------------------------------------------------------------------ r12947 | glx | 2008-05-04 22:32:25 +0000 (Sun, 04 May 2008) | 1 line -Fix: keep only first 15 bits for non failed callback results ------------------------------------------------------------------------ r12946 | rubidium | 2008-05-04 22:19:44 +0000 (Sun, 04 May 2008) | 2 lines -Fix: do not allocate the OldNames table when creating a new game as it won't be used anyway. ------------------------------------------------------------------------ r12945 | rubidium | 2008-05-04 22:13:47 +0000 (Sun, 04 May 2008) | 2 lines -Fix: (small) memory leak when joining/exiting threads. ------------------------------------------------------------------------ r12944 | smatz | 2008-05-04 21:53:36 +0000 (Sun, 04 May 2008) | 1 line -Codechange: use rev.h instead of externs at many places ------------------------------------------------------------------------ r12943 | rubidium | 2008-05-04 21:47:36 +0000 (Sun, 04 May 2008) | 2 lines -Fix: reading/modifying invalid data under some circumstances. ------------------------------------------------------------------------ r12942 | rubidium | 2008-05-04 21:36:37 +0000 (Sun, 04 May 2008) | 2 lines -Fix [FS#1979]: closing some windows caused recursion in the Window deletion causing the reading invalid/freed data which could cause crashes. ------------------------------------------------------------------------ r12941 | rubidium | 2008-05-04 10:05:50 +0000 (Sun, 04 May 2008) | 2 lines -Codechange: don't access wndproc directly. Patch by Alberth. ------------------------------------------------------------------------ r12940 | bjarni | 2008-05-04 10:05:35 +0000 (Sun, 04 May 2008) | 2 lines -Fix [FS#1974](r12913): [autoreplace] a vehicle backup should include the cargo packets in the vehicle as well ------------------------------------------------------------------------ r12939 | rubidium | 2008-05-04 09:39:16 +0000 (Sun, 04 May 2008) | 2 lines -Codechange: do not use the window proc to determine whether a toolbar is a rail toolbar, but use the window number. ------------------------------------------------------------------------ r12938 | rubidium | 2008-05-04 08:56:59 +0000 (Sun, 04 May 2008) | 2 lines -Codechange: coding style fixes. Patch by Alberth. ------------------------------------------------------------------------ r12937 | rubidium | 2008-05-04 08:49:57 +0000 (Sun, 04 May 2008) | 2 lines -Codechange: split allocating and finding the spot to place a window. Patch by Alberth. ------------------------------------------------------------------------ r12936 | rubidium | 2008-05-04 08:38:21 +0000 (Sun, 04 May 2008) | 2 lines -Doc: a few structs in geometry_type.hpp. Patch by Alberth. ------------------------------------------------------------------------ r12935 | rubidium | 2008-05-02 08:15:36 +0000 (Fri, 02 May 2008) | 2 lines -Fix [FS#1975]: vehicles forget their manual depot order when stopping at a station. Now we just pass through the station without stopping when a vehicle has been given a depot order. ------------------------------------------------------------------------ r12934 | belugas | 2008-05-02 02:06:57 +0000 (Fri, 02 May 2008) | 2 lines -Codechange: Before verification of local authority, just make sure airport can physically be built there. Just moving tests ------------------------------------------------------------------------ r12933 | glx | 2008-05-01 22:51:53 +0000 (Thu, 01 May 2008) | 1 line -Fix: minor errors related to industries accepted/produced cargo ------------------------------------------------------------------------ r12932 | peter1138 | 2008-04-30 17:42:08 +0000 (Wed, 30 Apr 2008) | 2 lines -Fix [FS#1970]: Articulated engines ignored GRF engine overrides. ------------------------------------------------------------------------ r12930 | rubidium | 2008-04-30 07:39:46 +0000 (Wed, 30 Apr 2008) | 2 lines -Add: build support for NetBSD and HP-UX. Patch by ahoka. ------------------------------------------------------------------------ r12929 | smatz | 2008-04-29 23:11:55 +0000 (Tue, 29 Apr 2008) | 1 line -Fix [FS#1967](r12560): town rating was too often reset to Mediocre ------------------------------------------------------------------------ r12924 | peter1138 | 2008-04-29 21:31:29 +0000 (Tue, 29 Apr 2008) | 2 lines -Feature: Introducing the so called 'engine pool' which primarily removes the fixed engine type limits and also happens to allow (with the patch option 'dynamic_engines') multiple NewGRF vehicle sets to coexist. ------------------------------------------------------------------------ r12921 | rubidium | 2008-04-29 18:19:29 +0000 (Tue, 29 Apr 2008) | 2 lines -Codechange: coding style fixes and documentation updates. ------------------------------------------------------------------------ r12920 | smatz | 2008-04-29 18:08:14 +0000 (Tue, 29 Apr 2008) | 1 line -Fix (r12859): town rating was affected even after the test run ------------------------------------------------------------------------