------------------------------------------------------------------------ r1893 | tron | 2005-02-20 09:05:28 +0000 (Sun, 20 Feb 2005) | 1 line If -i was specified respect it ------------------------------------------------------------------------ r1892 | celestar | 2005-02-20 07:58:38 +0000 (Sun, 20 Feb 2005) | 1 line -Fix: [ 1117730 ] Production values of temperate-climate banks can now be altered ------------------------------------------------------------------------ r1891 | celestar | 2005-02-20 07:47:42 +0000 (Sun, 20 Feb 2005) | 1 line -Fix: [ 1143587 ] carriages of newgrfs can be refitted again ------------------------------------------------------------------------ r1890 | tron | 2005-02-19 14:40:32 +0000 (Sat, 19 Feb 2005) | 1 line Begin to clean up the edit box: Remove one global variable and split the combined edit/original buffer into two ------------------------------------------------------------------------ r1889 | celestar | 2005-02-18 22:17:33 +0000 (Fri, 18 Feb 2005) | 1 line -Fix: [ 1108637 ] 'Play scenario' now loads game options and difficulty, 'Load game' starts game with user-selected values. ------------------------------------------------------------------------ r1888 | tron | 2005-02-18 21:20:55 +0000 (Fri, 18 Feb 2005) | 1 line 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 ------------------------------------------------------------------------ r1887 | tron | 2005-02-18 08:49:04 +0000 (Fri, 18 Feb 2005) | 1 line Stylistic change of ConExec() ------------------------------------------------------------------------ r1886 | tron | 2005-02-18 08:36:11 +0000 (Fri, 18 Feb 2005) | 1 line Correctly process the last line of a script, even if it's not newline terminated. Also print an error message if something goes wrong while reading from the script file ------------------------------------------------------------------------ r1885 | tron | 2005-02-18 08:32:25 +0000 (Fri, 18 Feb 2005) | 1 line Fix typo in r1884 ------------------------------------------------------------------------ r1884 | tron | 2005-02-18 08:29:17 +0000 (Fri, 18 Feb 2005) | 1 line Change palette detection algorithm: Use the DOS palette if there are no Windows .grfs but at least one DOS .grf ------------------------------------------------------------------------ r1883 | tron | 2005-02-17 17:38:17 +0000 (Thu, 17 Feb 2005) | 1 line -Fix: [1109400] Better test if a string actually contains any console command ------------------------------------------------------------------------ r1882 | tron | 2005-02-17 15:53:47 +0000 (Thu, 17 Feb 2005) | 4 lines Add a basic check if a non-existent sprite gets accessed. Now ottd bails out with an error message instead of segfaulting. This is far from perfect, some checks after loading a savegame should be added. ------------------------------------------------------------------------ r1881 | celestar | 2005-02-17 10:56:19 +0000 (Thu, 17 Feb 2005) | 1 line -Fix: [ 1119308 ] Max passengers / mail variables are now 32 bit ------------------------------------------------------------------------ r1880 | miham | 2005-02-17 07:49:31 +0000 (Thu, 17 Feb 2005) | 1 line [Codechange] Added isocodes to langfiles and support code to strgen (Lauri Nurmi) ------------------------------------------------------------------------ r1879 | tron | 2005-02-17 06:46:36 +0000 (Thu, 17 Feb 2005) | 1 line Revise name handling, no functional changes ------------------------------------------------------------------------ r1878 | darkvater | 2005-02-15 23:27:46 +0000 (Tue, 15 Feb 2005) | 1 line - Change: MSVC.NET project file, remove WITH_SDL since it is really unneeded from windows builds. And put back 'treat warnings as errors' flag. ------------------------------------------------------------------------ r1877 | tron | 2005-02-14 22:19:56 +0000 (Mon, 14 Feb 2005) | 1 line Forgot to remove two now unused variables ------------------------------------------------------------------------ r1876 | tron | 2005-02-14 22:17:21 +0000 (Mon, 14 Feb 2005) | 1 line Make placement of oil rigs and refineries map size agnostic ------------------------------------------------------------------------ r1875 | tron | 2005-02-14 20:34:31 +0000 (Mon, 14 Feb 2005) | 1 line Effect vehicle overhaul: enumerate sprites, descriptive names for functions and miscellaneous improvements ------------------------------------------------------------------------ r1874 | tron | 2005-02-14 18:55:10 +0000 (Mon, 14 Feb 2005) | 1 line Fix bug introduced in r1839 which placed snow covered trees below the snow line ([1121680]) ------------------------------------------------------------------------ r1873 | tron | 2005-02-13 23:29:58 +0000 (Sun, 13 Feb 2005) | 1 line Ignore SIGPIPE ------------------------------------------------------------------------ r1872 | celestar | 2005-02-13 21:51:47 +0000 (Sun, 13 Feb 2005) | 1 line -Fix: Fixed an inline problem which caused MSVC6 to not compile :/ ------------------------------------------------------------------------