------------------------------------------------------------------------ r12002 | peter1138 | 2008-01-28 17:51:45 +0000 (Mon, 28 Jan 2008) | 2 lines -Cleanup (r11981): Remove obsolete code to skip sprites from indexed GRFs. ------------------------------------------------------------------------ r12001 | frosch | 2008-01-28 15:55:59 +0000 (Mon, 28 Jan 2008) | 1 line -Fix: When skipping Action 11 or 12, also skip belonging sprites. ------------------------------------------------------------------------ r12000 | frosch | 2008-01-28 15:19:35 +0000 (Mon, 28 Jan 2008) | 1 line -Fix (r11926): If no river NewGRF is loaded, use sloped water from locks. ------------------------------------------------------------------------ r11999 | frosch | 2008-01-28 14:36:54 +0000 (Mon, 28 Jan 2008) | 1 line -Fix: Do entrance-slope-check for every tile of railstations. ------------------------------------------------------------------------ r11998 | smatz | 2008-01-28 12:40:31 +0000 (Mon, 28 Jan 2008) | 1 line -Fix [FS#1692](r10053): possible remote assert by setting bit 6 of p1 for CMD_REMOVE_ROAD ------------------------------------------------------------------------ r11997 | belugas | 2008-01-28 03:33:41 +0000 (Mon, 28 Jan 2008) | 1 line -Fix(FS#1712, r11985): Remove the code temporary, until a better scheme is implemented. ------------------------------------------------------------------------ r11996 | smatz | 2008-01-27 20:20:53 +0000 (Sun, 27 Jan 2008) | 1 line -Fix [FS#1706]: update train statusbar when stopping from zero speed ------------------------------------------------------------------------ r11995 | maedhros | 2008-01-27 17:34:08 +0000 (Sun, 27 Jan 2008) | 1 line -Cleanup (r11994): Change the string names in all the other languages. ------------------------------------------------------------------------ r11994 | maedhros | 2008-01-27 17:32:12 +0000 (Sun, 27 Jan 2008) | 1 line -Codechange: Remove numbers from string names where the strings aren't present in TTD, since they don't correspond to either TTD's TextIDs or OpenTTD's StringIDs. ------------------------------------------------------------------------ r11993 | peter1138 | 2008-01-27 11:01:10 +0000 (Sun, 27 Jan 2008) | 2 lines -Fix: Resize station/roadstop/dock/airport construction windows if cargo acceptance list is too long. ------------------------------------------------------------------------ r11992 | bjarni | 2008-01-27 02:09:46 +0000 (Sun, 27 Jan 2008) | 2 lines -Fix (r9905): When building two rail stations close to each other (with control) so they looked like one long track trains would see them as one (spotted and fixed by eddi) ------------------------------------------------------------------------ r11991 | peter1138 | 2008-01-26 22:41:24 +0000 (Sat, 26 Jan 2008) | 2 lines -Cleanup: Remove strings removed in r11990 ------------------------------------------------------------------------ r11990 | peter1138 | 2008-01-26 22:15:39 +0000 (Sat, 26 Jan 2008) | 4 lines -Codechange: Show all cargo sources (en-route from) in the station view cargo waiting list instead of just one. The station view window is now resizable to cope with the extra information. ------------------------------------------------------------------------ r11989 | peter1138 | 2008-01-26 21:02:35 +0000 (Sat, 26 Jan 2008) | 2 lines -Fix: Resize autoreplace window to fit purchase information text if it is too large. ------------------------------------------------------------------------ r11988 | peter1138 | 2008-01-26 20:55:04 +0000 (Sat, 26 Jan 2008) | 2 lines -Codechange: Add a generic way of changing a widget's size and adjust the widgets around it to suit. ------------------------------------------------------------------------ r11987 | belugas | 2008-01-26 03:11:27 +0000 (Sat, 26 Jan 2008) | 3 lines -Feature[newGRF]: Allow the industry view window to be resized only when callback 3A (Show additional text in industry window) is available for the current industry. This now allows grf authors to specify longer than 3 lines of text. ------------------------------------------------------------------------ r11986 | peter1138 | 2008-01-25 21:09:12 +0000 (Fri, 25 Jan 2008) | 2 lines -Fix: build system ignored changes to table/control_codes.h which require strgen to be rebuilt ------------------------------------------------------------------------ r11985 | belugas | 2008-01-25 18:13:04 +0000 (Fri, 25 Jan 2008) | 3 lines -Feature[FS#1697, newGRF]: Implement var 8F(random bits) during callback 28 (Industry location permissibility) ------------------------------------------------------------------------ r11984 | frosch | 2008-01-25 16:51:35 +0000 (Fri, 25 Jan 2008) | 1 line -Fix: Also draw corner shores under rail tracks. ------------------------------------------------------------------------ r11983 | frosch | 2008-01-25 15:47:58 +0000 (Fri, 25 Jan 2008) | 1 line -Codechange: Add some helper functions for slopes and use them. ------------------------------------------------------------------------ r11982 | frosch | 2008-01-25 13:54:27 +0000 (Fri, 25 Jan 2008) | 1 line -Revert (r8738): Now we have shores in corners. No need to remove them from TTDP games. ------------------------------------------------------------------------ r11981 | peter1138 | 2008-01-25 13:48:39 +0000 (Fri, 25 Jan 2008) | 4 lines -Fix [FS#1698]: Use unicode glyph mapping to fix up missing/shuffled sprites in original data files instead of shuffling or skipping sprites directly. Some required glyphs were not loaded. -Fix: Large capital U with grave (Ù) along with some other glyphs are broken in the original data files, so do no display them. ------------------------------------------------------------------------ r11980 | smatz | 2008-01-24 23:56:43 +0000 (Thu, 24 Jan 2008) | 1 line -Fix: newer versions of cut do not accept field index 0 ------------------------------------------------------------------------ r11979 | rubidium | 2008-01-24 18:47:05 +0000 (Thu, 24 Jan 2008) | 2 lines -Codechange: drop MSVC 2003 support because MSVC 2003 is broken in such a manner that it triggers an internal compiler error without any clue what of the code is wrong. Even trying to bisect the problem does not give a single line of code that causes the trouble. ------------------------------------------------------------------------ r11978 | skidd13 | 2008-01-24 18:35:35 +0000 (Thu, 24 Jan 2008) | 2 lines -Codechange: Replace some global variables with window owned ones ------------------------------------------------------------------------ r11977 | belugas | 2008-01-24 18:28:52 +0000 (Thu, 24 Jan 2008) | 2 lines -Fix(r11976): not a typo, not a bug. Just a removal that should have been done. Would help to compile first... ------------------------------------------------------------------------ r11976 | belugas | 2008-01-24 18:16:04 +0000 (Thu, 24 Jan 2008) | 3 lines -Fix: It seems that industries using results 0D/0E on callback cb29/35 were a bit too eager to close down. ------------------------------------------------------------------------ r11975 | frosch | 2008-01-24 17:32:03 +0000 (Thu, 24 Jan 2008) | 1 line -Documentation: Distinguish between station types in 'landscape_grid.html'. ------------------------------------------------------------------------ r11974 | frosch | 2008-01-24 14:57:43 +0000 (Thu, 24 Jan 2008) | 1 line -Fix [FS#1684]: Shore and sea tiles under bridges were converted to canals in old savegames. ------------------------------------------------------------------------ r11973 | frosch | 2008-01-24 14:49:40 +0000 (Thu, 24 Jan 2008) | 1 line -Fix (r11726, r11947)[FS#1683]: Use grass tiles for corner shores, if shores got replaced by ActionA. ------------------------------------------------------------------------ r11972 | smatz | 2008-01-24 14:22:10 +0000 (Thu, 24 Jan 2008) | 1 line -Fix: old AI shouldn't build fast planes with a small airport in orders ------------------------------------------------------------------------ r11971 | peter1138 | 2008-01-24 10:47:44 +0000 (Thu, 24 Jan 2008) | 2 lines -Codechange: use of FOR_ALL_ENGINES/ENGINEIDS_OF_TYPE instead of for-loops ------------------------------------------------------------------------ r11970 | peter1138 | 2008-01-24 10:41:12 +0000 (Thu, 24 Jan 2008) | 2 lines -Cleanup: Remove old comment ------------------------------------------------------------------------ r11969 | smatz | 2008-01-23 23:22:47 +0000 (Wed, 23 Jan 2008) | 1 line -Codechange: documentation update, there are no 'track bits under bridge' anymore ------------------------------------------------------------------------ r11968 | smatz | 2008-01-23 22:34:04 +0000 (Wed, 23 Jan 2008) | 1 line -Codechange: remove redundant FindLengthOfTunnel(), use GetTunnelBridgeLength() and/or GetOtherTunnelEnd() instead ------------------------------------------------------------------------ r11967 | smatz | 2008-01-23 20:02:30 +0000 (Wed, 23 Jan 2008) | 1 line -Fix (r1400): MP_ROAD can have railbits too - OPF searching over rail of diffent owner behind crossing ------------------------------------------------------------------------ r11966 | smatz | 2008-01-23 19:31:11 +0000 (Wed, 23 Jan 2008) | 2 lines -Fix: OPF was searching through depots and normal road stops In effect, it also fixes old AI bugs like FS#1403 and FS#1506 ------------------------------------------------------------------------ r11965 | smatz | 2008-01-23 18:24:04 +0000 (Wed, 23 Jan 2008) | 1 line -Codechange: simplified tunnel/bridge code in TPFMode1 ------------------------------------------------------------------------ r11964 | peter1138 | 2008-01-23 17:45:48 +0000 (Wed, 23 Jan 2008) | 2 lines -Fix [FS#1685]: Tropic zone data was returned incorrectly. ------------------------------------------------------------------------ r11963 | belugas | 2008-01-23 17:40:37 +0000 (Wed, 23 Jan 2008) | 1 line -Fix(r11961): Forgot to specify the meaning of the magical 6 substraction ------------------------------------------------------------------------ r11962 | smatz | 2008-01-23 17:30:28 +0000 (Wed, 23 Jan 2008) | 1 line -Cleanup: OPF is no longer used to update signals ------------------------------------------------------------------------ r11961 | belugas | 2008-01-23 17:08:35 +0000 (Wed, 23 Jan 2008) | 1 line -Feature[newGRF]: Add support for Action 0D, var 13: informations about current map size. ------------------------------------------------------------------------ r11960 | smatz | 2008-01-23 14:51:36 +0000 (Wed, 23 Jan 2008) | 1 line -Cleanup: simplify some IsTunnel(Tile) / IsBridge(Tile) conditions ------------------------------------------------------------------------ r11959 | peter1138 | 2008-01-23 13:20:51 +0000 (Wed, 23 Jan 2008) | 3 lines -Codechange: Use macro to loop for specific engine types instead of using specific indexes each time. -Codechange: Minor scope changes in said loops. ------------------------------------------------------------------------ r11958 | smatz | 2008-01-23 13:06:00 +0000 (Wed, 23 Jan 2008) | 1 line -Fix (r11204): NewAI couldn't build any road vehicles when there were any tram grfs loaded ------------------------------------------------------------------------ r11957 | peter1138 | 2008-01-23 09:43:53 +0000 (Wed, 23 Jan 2008) | 2 lines -Codechange [FS#1678]: Minor simplification and optimisation when checking for available road/rail types (bilbo) ------------------------------------------------------------------------ r11956 | peter1138 | 2008-01-23 08:47:49 +0000 (Wed, 23 Jan 2008) | 2 lines -Fix [FS#1675]: Disallow building locks and docks on rapids. ------------------------------------------------------------------------ r11955 | peter1138 | 2008-01-23 08:28:19 +0000 (Wed, 23 Jan 2008) | 2 lines -Fix (r11926): Prevent bridge and tunnel ends being placed on rivers. ------------------------------------------------------------------------ r11953 | smatz | 2008-01-23 00:36:48 +0000 (Wed, 23 Jan 2008) | 1 line -Fix (r11172): do not allow modifying roadbits when other roadtypes would need different foundation ------------------------------------------------------------------------ r11952 | peter1138 | 2008-01-22 22:17:28 +0000 (Tue, 22 Jan 2008) | 2 lines -Fix (r11926): Prevent industries from being built on rivers, unless they require water. ------------------------------------------------------------------------ r11951 | smatz | 2008-01-22 21:01:35 +0000 (Tue, 22 Jan 2008) | 1 line -Fix (r11279): loading of very old savegames was broken ------------------------------------------------------------------------ r11949 | peter1138 | 2008-01-22 20:04:30 +0000 (Tue, 22 Jan 2008) | 2 lines -Codechange: add river icon and cursor, drawn by skidd13. ------------------------------------------------------------------------ r11947 | frosch | 2008-01-22 17:48:08 +0000 (Tue, 22 Jan 2008) | 3 lines -Feature: Make use of new sprites added by Action5 type 0D. Tiles which only consist of shore do not flood anymore, instead they get removed if they are no longer connected to flooding water. ------------------------------------------------------------------------ r11946 | frosch | 2008-01-22 16:08:17 +0000 (Tue, 22 Jan 2008) | 3 lines -Fix: slope detection of bridge ramps. YAPF failed for steep slopes. Trolly failed for a lot. ------------------------------------------------------------------------ r11945 | glx | 2008-01-22 15:47:40 +0000 (Tue, 22 Jan 2008) | 1 line -Fix: FileExists() failed for non latin paths (win32) ------------------------------------------------------------------------ r11944 | smatz | 2008-01-22 15:40:29 +0000 (Tue, 22 Jan 2008) | 1 line -Fix: allow building drive-through road/tram stops at road/tram track that has no owner ------------------------------------------------------------------------ r11943 | rubidium | 2008-01-22 12:09:12 +0000 (Tue, 22 Jan 2008) | 2 lines -Codechange: add and use a simple structure to support small stacks by allocating it on the heap or pushing a few kB of data onto the stack when there is a large stack. ------------------------------------------------------------------------ r11942 | peter1138 | 2008-01-22 08:47:30 +0000 (Tue, 22 Jan 2008) | 2 lines -Codechange: Merge chars.grf into openttd[d|w].grf using action 12. Remove obsolete tables used for index mapping. ------------------------------------------------------------------------ r11940 | peter1138 | 2008-01-22 07:27:06 +0000 (Tue, 22 Jan 2008) | 2 lines -Codechange: Store short filename once per open file instead of once per sprite cache entry. Not all file types need this, but most of the time no sprite cache entry needed it either. ------------------------------------------------------------------------ r11939 | rubidium | 2008-01-21 23:55:57 +0000 (Mon, 21 Jan 2008) | 2 lines -Codechange: some type fixes and very initial steps into supporting NDS by default. Based on work by Dominik. ------------------------------------------------------------------------ r11938 | peter1138 | 2008-01-21 20:41:04 +0000 (Mon, 21 Jan 2008) | 2 lines -Codechange: support loading of canal/river properties (though still ignored) ------------------------------------------------------------------------