------------------------------------------------------------------------ r12993 | smatz | 2008-05-07 17:36:28 +0000 (Wed, 07 May 2008) | 1 line -Fix (r11175): list used for sorting GRFs wasn't freed ------------------------------------------------------------------------ r12992 | smatz | 2008-05-07 15:53:58 +0000 (Wed, 07 May 2008) | 1 line -Fix (r12976): main toolbar wasn't marked dirty when a child combobox was destroyed ------------------------------------------------------------------------ r12991 | glx | 2008-05-07 14:12:20 +0000 (Wed, 07 May 2008) | 1 line -Codechange: removed some unneeded includes ------------------------------------------------------------------------ r12990 | rubidium | 2008-05-07 13:37:53 +0000 (Wed, 07 May 2008) | 2 lines -Fix: silence the redundanct declaration warning when compiling with iconv. ------------------------------------------------------------------------ r12989 | rubidium | 2008-05-07 13:18:33 +0000 (Wed, 07 May 2008) | 2 lines -Codechange: move ViewportSign to viewport_type.h. ------------------------------------------------------------------------ r12988 | bjarni | 2008-05-07 13:11:33 +0000 (Wed, 07 May 2008) | 2 lines -Fix [FS#1992](r12913): [autoreplace] failing to replace a road vehicle could free it's slot without the vehicle knowing it (leading to assert) ------------------------------------------------------------------------ r12987 | rubidium | 2008-05-07 13:10:15 +0000 (Wed, 07 May 2008) | 2 lines -Codechange: split viewport and tile selection. ------------------------------------------------------------------------ r12986 | rubidium | 2008-05-07 09:07:19 +0000 (Wed, 07 May 2008) | 2 lines -Codechange: move the landscape and transport related types from openttd.h to their own headers. ------------------------------------------------------------------------ r12985 | bjarni | 2008-05-07 08:38:56 +0000 (Wed, 07 May 2008) | 2 lines -Fix (r12977): [OSX] fixed missing includes in the cocoa files ------------------------------------------------------------------------ r12984 | rubidium | 2008-05-07 08:27:55 +0000 (Wed, 07 May 2008) | 2 lines -Codechange: some coding style in window.cpp. ------------------------------------------------------------------------ r12983 | belugas | 2008-05-07 00:04:40 +0000 (Wed, 07 May 2008) | 1 line -Codechange [FS#1987] : Unification of all dynamite tools calls to only one. Thanks to Roujin ------------------------------------------------------------------------ r12982 | smatz | 2008-05-06 23:45:25 +0000 (Tue, 06 May 2008) | 1 line -Fix: compiler warning when compiling without asserts ------------------------------------------------------------------------ r12981 | glx | 2008-05-06 23:43:47 +0000 (Tue, 06 May 2008) | 1 line -Codechange: remove some useless includes and defines ------------------------------------------------------------------------ r12980 | rubidium | 2008-05-06 22:50:55 +0000 (Tue, 06 May 2008) | 2 lines -Fix: MorphOS threading support. Patch by Fabien Coeurjoly. ------------------------------------------------------------------------ r12979 | rubidium | 2008-05-06 22:42:10 +0000 (Tue, 06 May 2008) | 2 lines -Codechange: support using MORPHOS in sources.list. ------------------------------------------------------------------------ r12978 | rubidium | 2008-05-06 22:41:28 +0000 (Tue, 06 May 2008) | 2 lines -Codechange: "\\0" is not needed for the MorphOS revision string. Patch by tokai. ------------------------------------------------------------------------ r12977 | rubidium | 2008-05-06 22:17:12 +0000 (Tue, 06 May 2008) | 2 lines -Codechange: remove quite some redundant (duplicate) function declarations. ------------------------------------------------------------------------ r12976 | rubidium | 2008-05-06 22:08:18 +0000 (Tue, 06 May 2008) | 2 lines -Codechange: use w->SetDirty() instead of SetWindowDirty(w) when it's certain that w != NULL. ------------------------------------------------------------------------ r12975 | rubidium | 2008-05-06 21:28:30 +0000 (Tue, 06 May 2008) | 2 lines -Codechange: replace DeleteWindow(w) with delete w. ------------------------------------------------------------------------ r12974 | rubidium | 2008-05-06 21:07:47 +0000 (Tue, 06 May 2008) | 2 lines -Codechange: check whether loading/saving highscores goes as it should be. ------------------------------------------------------------------------ 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 ------------------------------------------------------------------------