------------------------------------------------------------------------ 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 :/ ------------------------------------------------------------------------ r1871 | miham | 2005-02-13 12:33:57 +0000 (Sun, 13 Feb 2005) | 1 line Daily langfile updates #2. ------------------------------------------------------------------------ r1870 | miham | 2005-02-13 11:55:35 +0000 (Sun, 13 Feb 2005) | 1 line Added new language: lithuanian ------------------------------------------------------------------------ r1869 | tron | 2005-02-13 11:31:35 +0000 (Sun, 13 Feb 2005) | 3 lines Fix some bugs in the bulldozer movement implementation. Now they move in a sane pattern. ------------------------------------------------------------------------ r1868 | tron | 2005-02-13 11:27:41 +0000 (Sun, 13 Feb 2005) | 1 line Improve readability of the bulldozer movement code ------------------------------------------------------------------------ r1867 | tron | 2005-02-13 11:18:02 +0000 (Sun, 13 Feb 2005) | 1 line Include tables/sprites.h only in files which need it ------------------------------------------------------------------------ r1866 | celestar | 2005-02-13 09:42:49 +0000 (Sun, 13 Feb 2005) | 4 lines -Fix: Intercepted generated maps with 0 towns on it. Currently just an error() is called, some more graceful handling should be implemented later. ------------------------------------------------------------------------ r1865 | tron | 2005-02-13 08:12:03 +0000 (Sun, 13 Feb 2005) | 1 line Fix some warnings ------------------------------------------------------------------------ r1864 | miham | 2005-02-13 07:44:32 +0000 (Sun, 13 Feb 2005) | 1 line Automatic langfile updates ------------------------------------------------------------------------ r1863 | tron | 2005-02-12 15:53:32 +0000 (Sat, 12 Feb 2005) | 3 lines Give the effect vehicle type enums more descriptive names and use the enum as parameter type for CreateEffectVehicle*() -Fix: [1116619] Generate the correct smoke type for diesel trains ------------------------------------------------------------------------ r1862 | darkvater | 2005-02-12 00:20:46 +0000 (Sat, 12 Feb 2005) | 1 line - Settings: No longer treat warnings as errors for VS.Net project files...just until spritecache is fixed up :) ------------------------------------------------------------------------