Sun, 06 Mar 2005 16:53:00 +0000 pasky (svn r1946) Fix: [AInew] Allow DC_QUERY_COST even on tiles with no depot built. This is used by the ai_new for deciding if it can afford the vehicles before actually building the depot. Was broken in r1728. Signed-Off-By: TrueLight ;-)
Sun, 06 Mar 2005 16:23:32 +0000 darkvater (svn r1945) - CodeChange: re-commit of rev 1835: "Reduce the visibility of network_core.h (Tron)".
Sun, 06 Mar 2005 16:08:19 +0000 pasky (svn r1944) Make --help output for -d at least somewhat useful.
Sun, 06 Mar 2005 15:22:28 +0000 pasky (svn r1943) Show the sprite ID in the check_length() error message. Also show the correct sprite ID in the spriteskip notice.
Sun, 06 Mar 2005 15:15:27 +0000 tron (svn r1942) Fix r1938
Sun, 06 Mar 2005 13:57:19 +0000 pasky (svn r1941) Report missing NewGRF file as a fatal error.
Sun, 06 Mar 2005 13:55:40 +0000 pasky (svn r1940) TODO about usrerror().
Sun, 06 Mar 2005 12:56:02 +0000 tron (svn r1939) Revert part of r1938 which accidently crept in
Sun, 06 Mar 2005 12:54:19 +0000 tron (svn r1938) Miscellaneous cleanups: const correctness, kill a goto, ...
Sun, 06 Mar 2005 12:46:29 +0000 tron (svn r1937) TILE_FROM_XY() returns a TileIndex, not an int
Sun, 06 Mar 2005 12:41:18 +0000 tron (svn r1936) End some void-pointer-as-int-abuse; this also fixes a latent bug where a TileIndex was only 24bit wide (on 32bit architectures)
Sun, 06 Mar 2005 12:33:33 +0000 tron (svn r1935) Missing braces; while here turn the ifs into a single switch
Sun, 06 Mar 2005 12:31:07 +0000 tron (svn r1934) Small cleanup (uint -> TileIndex, (uint)-1 -> INVALID_TILE and similar stuff)
Sun, 06 Mar 2005 12:26:38 +0000 tron (svn r1933) typedef socklen_t for BeOS
Sun, 06 Mar 2005 00:39:38 +0000 pasky (svn r1932) Fix: [SDL] On Linux console, the backquote scancode is 41. Let's hope nothing conflicts with it in X.
Sat, 05 Mar 2005 22:21:43 +0000 pasky (svn r1931) Added Krystofova, Udoli and Hut. Zdar is s. masc., not s. neut.
Sat, 05 Mar 2005 22:21:02 +0000 pasky (svn r1930) Cleaned up the postfix-ending connecting code and introduced some simple postfix-last-letter transformations when the ending first letter is 'i'.
Sat, 05 Mar 2005 21:00:13 +0000 pasky (svn r1929) Feature: [namegen] Support for dynamic generation of the Czech town names.
Sat, 05 Mar 2005 18:44:26 +0000 tron (svn r1928) Miscellaneous cleanups (data types, whitespace, const correctness)
Sat, 05 Mar 2005 17:41:51 +0000 tron (svn r1927) Replace implementation of UpdateStationAcceptance(). The new one doesn't malloc() and calculates the station area in one pass instead of 3
Sat, 05 Mar 2005 14:54:11 +0000 pasky (svn r1926) Codechange: Renamed some of the predefined town names arrays for consistent naming.
Sat, 05 Mar 2005 13:49:43 +0000 pasky (svn r1925) Fixed an infinite loop if the town generator runs out of town names. The number of generated towns is then limited by the number of available names.
Fri, 04 Mar 2005 10:34:44 +0000 tron (svn r1924) Use same type names in declaration and implementation
Fri, 04 Mar 2005 00:14:28 +0000 Darkvater (svn r1923) - Fix: [ 1155696 ] Crash with german umlauts in station names. The width was not calculated using unsigned values, so all characters above 128 were "negative"
Thu, 03 Mar 2005 23:26:35 +0000 Darkvater (svn r1922) - Fix: Disappearing of crashed trains inside tunnels were not checked properly.
Thu, 03 Mar 2005 19:54:46 +0000 tron (svn r1921) -Fix: Out of bounds array access which caused oil rigs to accept other cargo types besides passengers and mail
Thu, 03 Mar 2005 14:56:28 +0000 truelight (svn r1920) -Fix: no longer a station where you only unload is bad for your town-rating
Tue, 01 Mar 2005 19:32:55 +0000 truelight (svn r1919) -Fix: Minimum profit of vehicles was calculated wrong for Performance Rating
Tue, 01 Mar 2005 17:32:47 +0000 truelight (svn r1918) -Fix: [ 1101874 ] Dedicated server now accepts '-g' (load game) as param
Tue, 01 Mar 2005 01:14:27 +0000 pasky (svn r1917) - Makefile: Revamped VERBOSE support, build mechanics changed.
Mon, 28 Feb 2005 22:33:31 +0000 pasky (svn r1916) Fix compilation on the glibc-2.2 systems. Part of the inspiration comes from patch 1149710 by Mr. Nobody. Also fixes the comment describing what to do if one's system doesn't have ifaddrs.h.
Mon, 28 Feb 2005 21:54:04 +0000 pasky (svn r1915) Support for a VERBOSE flag which will make the full compiler invocations to be shown instead of ===> Brief summaries.
Sat, 26 Feb 2005 13:57:40 +0000 Darkvater (svn r1914) - Fix: [ 1119147 ] Stop startup memory corruption crash using optimized MSVC6. MSVC6 workaround as it's too stupid again for its own good
Thu, 24 Feb 2005 22:37:35 +0000 miham (svn r1913) Weekly langfile update
Thu, 24 Feb 2005 17:17:36 +0000 Darkvater (svn r1912) - Fix: [ 1149766 ] Single tile Bridge in Volcano City scenario. Some bridges still had the old single-tile bridge bug that was caused by improper town growth in combination with DC_AUTO. Fixed the scenario.
Wed, 23 Feb 2005 14:12:32 +0000 tron (svn r1911) Put back an "if" i accidently removed in r1898
Wed, 23 Feb 2005 09:13:12 +0000 tron (svn r1910) Move two variables out of variables.h which are only used locally
Wed, 23 Feb 2005 00:07:03 +0000 Darkvater (svn r1909) - Fix: [ 1145593 ] assertion failed when saving the game. It is nice to also update the savegame format when you update town statistics :)
Tue, 22 Feb 2005 22:29:19 +0000 Darkvater (svn r1908) - Fix: [ 1149403 ] Signals dissaper after typing text and pressing enter!. Signs in Scenario Editor have no owner so ignore that.
Tue, 22 Feb 2005 22:14:27 +0000 darkvater (svn r1907) - Fix: [ 1114261 ] Speeding up when pressing ALT+TAB (Windows)
Tue, 22 Feb 2005 20:32:26 +0000 Darkvater (svn r1906) - Fix: [ 1117327 ] Assertion error on kick. When a company is cleaned all its windows need to be closed. For global vehicle lists, the no-staiton index of -1 was not taken into account
Tue, 22 Feb 2005 19:38:44 +0000 Darkvater (svn r1905) - Fix: [ 1118810 ] openttd: ship_cmd.c:642 ... Assertion failed. Mapwrap fixed in ship_cmd.c (was implicitely ok before biggermaps).
Tue, 22 Feb 2005 18:28:20 +0000 tron (svn r1904) Remove some more unused stuff
Tue, 22 Feb 2005 18:27:57 +0000 tron (svn r1903) Replace some casts and macro magic with proper typing, similar to r1902
Tue, 22 Feb 2005 15:39:45 +0000 tron (svn r1902) Replace some casts with proper typing
Tue, 22 Feb 2005 14:52:20 +0000 Darkvater (svn r1901) - Fix: unwanted behaviour of the savegame dialog, as well as a bug with a sloppy termination of a string. When any editbox is open, scrolling is disabled. If any new types of editboxes come up, please use SET/CLRBIT of _no_scroll with its unique identifier (ttd.h)
Tue, 22 Feb 2005 14:37:52 +0000 tron (svn r1900) Simplify a piece of code in the oldloader
Tue, 22 Feb 2005 13:13:57 +0000 Darkvater (svn r1899) - Fix: fix braindead strcmp from previous commit. /me bangs head into the wall
Tue, 22 Feb 2005 12:48:03 +0000 tron (svn r1898) Remove some unused macros from macros.h and move some others to more appropriate headers
Tue, 22 Feb 2005 12:27:33 +0000 Darkvater (svn r1897) - Fix: [ 1120424 ] Set name overwrites same name. Renamings because your name is in use are virtual though so if name "b" is in use your name will become "b #1", renaming yourself again to "b" will become "b #2", and will toggle between these two.
Tue, 22 Feb 2005 11:33:13 +0000 Darkvater (svn r1896) - Fix: remove Translated by hack since it's not used
Mon, 21 Feb 2005 19:14:16 +0000 Darkvater (svn r1895) - Fix: add assert for charwidth getter just in case
Mon, 21 Feb 2005 18:59:54 +0000 Darkvater (svn r1894) - Codechange: cleaned up the console a bit, wholly unified handling of text with that of editboxes
Sun, 20 Feb 2005 09:05:28 +0000 tron (svn r1893) If -i was specified respect it
Sun, 20 Feb 2005 07:58:38 +0000 celestar (svn r1892) -Fix: [ 1117730 ] Production values of temperate-climate banks can now be altered
Sun, 20 Feb 2005 07:47:42 +0000 celestar (svn r1891) -Fix: [ 1143587 ] carriages of newgrfs can be refitted again
Sat, 19 Feb 2005 14:40:32 +0000 tron (svn r1890) Begin to clean up the edit box: Remove one global variable and split the combined edit/original buffer into two
Fri, 18 Feb 2005 22:17:33 +0000 celestar (svn r1889) -Fix: [ 1108637 ] 'Play scenario' now loads game options and difficulty, 'Load game' starts game with user-selected values.
Fri, 18 Feb 2005 21:20:55 +0000 tron (svn r1888) The landscape template sprites are ordinary sprites, treating them as non-sprites resulted in yet another endianess issue. This fixes the problem introduced in r1855
Fri, 18 Feb 2005 08:49:04 +0000 tron (svn r1887) Stylistic change of ConExec()