Age | Commit message (Expand) | Author |
2005-03-08 | (svn r1965) - Fix: [NPF] Forgot to update one line where NPFGetFlag() should ... | matthijs |
2005-03-08 | (svn r1964) - Add: [NPF] Added a penalty | matthijs |
2005-03-08 | (svn r1963) - Add: [NPF] Penalty for a red signal that is the last signal on ... | matthijs |
2005-03-08 | (svn r1962) - SVN: set eol-style property for the last file | Darkvater |
2005-03-08 | (svn r1961) - Fix: [ 1158618 ] Segmentation fault when loading savegame, out ... | Darkvater |
2005-03-08 | (svn r1960) | Darkvater |
2005-03-08 | (svn r1959) -Fix: Repaired two memleaks I have hacked :( | Celestar |
2005-03-08 | (svn r1958) GenerateStationName() tidyup. | pasky |
2005-03-08 | (svn r1957) Compilation fix. | pasky |
2005-03-07 | (svn r1956) -Fix: [NPF] New target tile for heuristic should perform better w... | matthijs |
2005-03-07 | (svn r1955) Fix: Make the town growth frequency scale properly both up and do... | pasky |
2005-03-07 | (svn r1954) Fix: The new AI now does not think it can connect to the road by ... | pasky |
2005-03-07 | (svn r1953) Codechange: Tidyup, reduced ridiculous indentation levels, some s... | pasky |
2005-03-06 | (svn r1952) Fix: Hopefully fixed the enormous towns growth slowdown in large ... | pasky |
2005-03-06 | (svn r1951) Introduced SeedModChance() (which is like SeedChance() but uses s... | pasky |
2005-03-06 | (svn r1950) Fix: A slight adjustment in the DoRandom() function which however... | pasky |
2005-03-06 | (svn r1949) Fixed the CzechChoose usage in the Czech word tables. Now selecti... | pasky |
2005-03-06 | (svn r1948) Add an explicit copyright notice regarding the Czech town names g... | pasky |
2005-03-06 | (svn r1947) As in r1946, permit DC_QUERY_COST even on non-depot tiles - so th... | pasky |
2005-03-06 | (svn r1946) Fix: [AInew] Allow DC_QUERY_COST even on tiles with no depot buil... | pasky |
2005-03-06 | (svn r1945) - CodeChange: re-commit of rev 1835: "Reduce the visibility of ne... | darkvater |
2005-03-06 | (svn r1944) Make --help output for -d at least somewhat useful. | pasky |
2005-03-06 | (svn r1943) Show the sprite ID in the check_length() error message. Also show... | pasky |
2005-03-06 | (svn r1942) Fix r1938 | tron |
2005-03-06 | (svn r1941) Report missing NewGRF file as a fatal error. | pasky |
2005-03-06 | (svn r1940) TODO about usrerror(). | pasky |
2005-03-06 | (svn r1939) Revert part of r1938 which accidently crept in | tron |
2005-03-06 | (svn r1938) Miscellaneous cleanups: const correctness, kill a goto, ... | tron |
2005-03-06 | (svn r1937) TILE_FROM_XY() returns a TileIndex, not an int | tron |
2005-03-06 | (svn r1936) End some void-pointer-as-int-abuse; this also fixes a latent bug ... | tron |
2005-03-06 | (svn r1935) Missing braces; while here turn the ifs into a single switch | tron |
2005-03-06 | (svn r1934) Small cleanup (uint -> TileIndex, (uint)-1 -> INVALID_TILE and s... | tron |
2005-03-06 | (svn r1933) typedef socklen_t for BeOS | tron |
2005-03-06 | (svn r1932) Fix: [SDL] On Linux console, the backquote scancode is 41. Let's ... | pasky |
2005-03-05 | (svn r1931) Added Krystofova, Udoli and Hut. Zdar is s. masc., not s. neut. | pasky |
2005-03-05 | (svn r1930) Cleaned up the postfix-ending connecting code and introduced some... | pasky |
2005-03-05 | (svn r1929) Feature: [namegen] Support for dynamic generation of the Czech to... | pasky |
2005-03-05 | (svn r1928) Miscellaneous cleanups (data types, whitespace, const correctness) | tron |
2005-03-05 | (svn r1927) Replace implementation of UpdateStationAcceptance(). The new one ... | tron |
2005-03-05 | (svn r1926) Codechange: Renamed some of the predefined town names arrays for ... | pasky |
2005-03-05 | (svn r1925) Fixed an infinite loop if the town generator runs out of town nam... | pasky |
2005-03-04 | (svn r1924) Use same type names in declaration and implementation | tron |
2005-03-04 | (svn r1923) - Fix: [ 1155696 ] Crash with german umlauts in station names. Th... | Darkvater |
2005-03-03 | (svn r1922) - Fix: Disappearing of crashed trains inside tunnels were not che... | Darkvater |
2005-03-03 | (svn r1921) -Fix: Out of bounds array access which caused oil rigs to accept ... | tron |
2005-03-03 | (svn r1920) -Fix: no longer a station where you only unload is bad for your t... | truelight |
2005-03-01 | (svn r1919) -Fix: Minimum profit of vehicles was calculated wrong for Perform... | truelight |
2005-03-01 | (svn r1918) -Fix: [ 1101874 ] Dedicated server now accepts '-g' (load game) a... | truelight |
2005-03-01 | (svn r1917) - Makefile: Revamped VERBOSE support, build mechanics changed. | pasky |
2005-02-28 | (svn r1916) Fix compilation on the glibc-2.2 systems. Part of the inspiration... | pasky |