------------------------------------------------------------------------ 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) ------------------------------------------------------------------------ r11937 | frosch | 2008-01-21 15:48:00 +0000 (Mon, 21 Jan 2008) | 2 lines -Feature: Allow building bridge heads on more slopes. These are SLOPE_NW, SLOPE_SW, SLOPE_SE, SLOPE_NE (with bridge perpendicular to the slope) and SLOPE_NS, SLOPE_EW. ------------------------------------------------------------------------ r11936 | frosch | 2008-01-21 15:20:58 +0000 (Mon, 21 Jan 2008) | 1 line -Fix: 'BRIDGE_TOO_LOW_FOR_TERRAIN'-check was wrong for steep slopes. ------------------------------------------------------------------------ r11935 | bjarni | 2008-01-21 10:31:27 +0000 (Mon, 21 Jan 2008) | 4 lines -Fix (r11875)[FS#1672]: autosend aircraft to hangar for replacement check inverted the check for autorenew Now it triggers when renew setting is on and only if it's on Note: aircraft already enroute to hangars due to this bug will still go there. They will only head there once though ------------------------------------------------------------------------ r11934 | peter1138 | 2008-01-20 18:30:53 +0000 (Sun, 20 Jan 2008) | 2 lines -Codechange: add persistent random data for river and canal tiles. ------------------------------------------------------------------------ r11933 | miham | 2008-01-20 17:43:38 +0000 (Sun, 20 Jan 2008) | 13 lines -Update: WebTranslator2 update to 2008-01-20 18:42:56 brazilian_portuguese - 2 fixed by fukumori (2) catalan - 6 fixed by arnaullv (6) croatian - 4 changed by blozo (4) czech - 6 fixed by Hadez (6) dutch - 2 fixed by habell (2) french - 6 fixed by glx (6) hungarian - 15 fixed by miham (15) italian - 6 fixed by lorenzodv (6) portuguese - 5 fixed, 2 changed by nars (7) russian - 1 changed by HMage (1) spanish - 3 fixed by eusebio (3) ------------------------------------------------------------------------ r11932 | belugas | 2008-01-20 04:01:28 +0000 (Sun, 20 Jan 2008) | 2 lines -Codechange: Forgot two occurences of widget enumification ------------------------------------------------------------------------ r11931 | belugas | 2008-01-20 03:56:15 +0000 (Sun, 20 Jan 2008) | 2 lines -Codechange: enumify the widgets numbers. Give breathing room on the case switches too... ------------------------------------------------------------------------ r11930 | belugas | 2008-01-20 03:11:14 +0000 (Sun, 20 Jan 2008) | 2 lines -Codechange: a bit of code style application ------------------------------------------------------------------------ r11929 | bjarni | 2008-01-19 23:34:52 +0000 (Sat, 19 Jan 2008) | 3 lines -Fix (r9981)[FS#1624]: [autoreplace] fixed a case where a single headed locomotive caused an assert when being replaced to a dualheaded one This triggered if the player had enough money to replace and refit one of them but not enough to refit the last one as well ------------------------------------------------------------------------ r11928 | bjarni | 2008-01-19 22:47:07 +0000 (Sat, 19 Jan 2008) | 3 lines -Fix (r6393): [autoreplace] autoreplace could refit train engines to the wrong cargo type if the old engine had no cargo capacity and the new one had Now autoreplace will always look at the wagons to figure out what to replace to (as originally intended) ------------------------------------------------------------------------