Wed, 09 Mar 2005 17:45:51 +0000 tron (svn r1974) Cleanups, quite similar to those done to win32.c in r1972 (code duplication, anyone?)
Wed, 09 Mar 2005 17:03:28 +0000 tron (svn r1973) Ignore the Windows binaries
Wed, 09 Mar 2005 16:56:26 +0000 tron (svn r1972) Several cleanups and fix some latent bugs
Wed, 09 Mar 2005 15:37:36 +0000 celestar (svn r1971) -Codechange: Got rid of two ugly gotos and replaced them by one elegant and one ugly non-goto. Credits for 1959 go to Darkvater. Sorry
Wed, 09 Mar 2005 11:49:34 +0000 tron (svn r1970) Fix some warnings which Cygwin showed
Tue, 08 Mar 2005 23:20:47 +0000 Darkvater (svn r1969) - GUI: Replace vehicle dropdown menu now looks a bit more comform the ones used throughout the game.
Tue, 08 Mar 2005 22:28:59 +0000 matthijs (svn r1968) - Fix: [NPF] Mixed declarations and statements
Tue, 08 Mar 2005 22:21:20 +0000 pasky (svn r1967) Codechange: A mix of mostly indentation-related tidyups.
Tue, 08 Mar 2005 21:47:22 +0000 Darkvater (svn r1966) - Fix: [ 1110437 ] Replace Vehicles GUI gets random clicks. Breaks people! Don't forget the breaks in switch() statements!!
Tue, 08 Mar 2005 20:13:21 +0000 matthijs (svn r1965) - Fix: [NPF] Forgot to update one line where NPFGetFlag() should have been used two commits ago.
Tue, 08 Mar 2005 19:59:56 +0000 matthijs (svn r1964) - Add: [NPF] Added a penalty
Tue, 08 Mar 2005 19:54:10 +0000 matthijs (svn r1963) - Add: [NPF] Penalty for a red signal that is the last signal on the path.
Tue, 08 Mar 2005 17:47:28 +0000 Darkvater (svn r1962) - SVN: set eol-style property for the last file
Tue, 08 Mar 2005 17:32:34 +0000 Darkvater (svn r1961) - Fix: [ 1158618 ] Segmentation fault when loading savegame, out of bounds array check.
Tue, 08 Mar 2005 17:28:41 +0000 Darkvater (svn r1960)
Tue, 08 Mar 2005 16:27:26 +0000 Celestar (svn r1959) -Fix: Repaired two memleaks I have hacked :(
Tue, 08 Mar 2005 00:26:30 +0000 pasky (svn r1958) GenerateStationName() tidyup.
Tue, 08 Mar 2005 00:18:31 +0000 pasky (svn r1957) Compilation fix.
Mon, 07 Mar 2005 23:28:27 +0000 matthijs (svn r1956) -Fix: [NPF] New target tile for heuristic should perform better with larger stations (HackyKid)
Mon, 07 Mar 2005 13:20:22 +0000 pasky (svn r1955) Fix: Make the town growth frequency scale properly both up and down. The scaling is now also based on the number of towns instead of the map size. (In cooperation with HackyKid.)
Mon, 07 Mar 2005 11:36:05 +0000 pasky (svn r1954) Fix: The new AI now does not think it can connect to the road by building its piece of road above the end of a tunnel anymore.
Mon, 07 Mar 2005 00:39:41 +0000 pasky (svn r1953) Codechange: Tidyup, reduced ridiculous indentation levels, some sprintf()s replced by snprintf()s.
Sun, 06 Mar 2005 23:46:52 +0000 pasky (svn r1952) Fix: Hopefully fixed the enormous towns growth slowdown in large maps. (Inspired by toholio.)
Sun, 06 Mar 2005 23:21:57 +0000 pasky (svn r1951) Introduced SeedModChance() (which is like SeedChance() but uses simple modulo instead of bitshifting and multiplication), explained why does it work better, used it in MakeCzechTownName() and added a TODO note about possibly using it in the other town name generators too.
Sun, 06 Mar 2005 22:28:35 +0000 pasky (svn r1950) Fix: A slight adjustment in the DoRandom() function which however causes dramatic improvement in the distribution of random numbers.
Sun, 06 Mar 2005 21:20:34 +0000 pasky (svn r1949) Fixed the CzechChoose usage in the Czech word tables. Now selecting colours actually works.
Sun, 06 Mar 2005 17:09:08 +0000 pasky (svn r1948) Add an explicit copyright notice regarding the Czech town names generator and an offer to help. :-)
Sun, 06 Mar 2005 16:58:42 +0000 pasky (svn r1947) As in r1946, permit DC_QUERY_COST even on non-depot tiles - so that it works for the ai_new. It is de iure not a bug yet but let's be safe against future annoying headaches. Signed-Off-By: TrueLight
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.