------------------------------------------------------------------------ r2906 | Darkvater | 2005-09-02 16:05:59 +0000 (Fri, 02 Sep 2005) | 1 line Fix some threaded saving problems. Now the thread only interfaces with the main program through a sort of mutex. Communication uses the function OTTD_SendThreadMessage() with the approiate message which is handled in ProcessSentMessage() during the main loop. ------------------------------------------------------------------------ r2905 | Darkvater | 2005-09-01 21:19:48 +0000 (Thu, 01 Sep 2005) | 1 line fix casing ------------------------------------------------------------------------ r2904 | Darkvater | 2005-09-01 21:19:07 +0000 (Thu, 01 Sep 2005) | 1 line Stupid editors, and renaming files with the same name just different casing is not really possible, so here comes another commit ------------------------------------------------------------------------ r2903 | Darkvater | 2005-09-01 21:10:05 +0000 (Thu, 01 Sep 2005) | 1 line Fix case mismatch for ottdmidi java file (moebius) ------------------------------------------------------------------------ r2902 | miham | 2005-08-31 09:19:34 +0000 (Wed, 31 Aug 2005) | 1 line [Translations] Updated finnish.txt (ln-) ------------------------------------------------------------------------ r2901 | Darkvater | 2005-08-29 22:27:22 +0000 (Mon, 29 Aug 2005) | 1 line Refix 'replace window' with wrong string-etc. coordinates. Also clean up, and make window-title a bit more meaningful (specify vehicle type replaced) ------------------------------------------------------------------------ r2900 | tron | 2005-08-28 14:45:44 +0000 (Sun, 28 Aug 2005) | 1 line Fix a bug, which incremented the counter of a loop twice and therefore calculated wrong argument indices ------------------------------------------------------------------------ r2899 | tron | 2005-08-28 12:24:57 +0000 (Sun, 28 Aug 2005) | 1 line -Fix: Several format string vulnerabilities and buffer overflows in the network code ------------------------------------------------------------------------ r2898 | tron | 2005-08-28 10:59:34 +0000 (Sun, 28 Aug 2005) | 1 line Fix typo in r2897 ------------------------------------------------------------------------ r2897 | tron | 2005-08-27 20:54:48 +0000 (Sat, 27 Aug 2005) | 1 line Check the return values of [cm]alloc and the length of an array, plus some smaller changes ------------------------------------------------------------------------ r2896 | tron | 2005-08-27 18:44:16 +0000 (Sat, 27 Aug 2005) | 1 line Use genders in the german translation ------------------------------------------------------------------------ r2895 | tron | 2005-08-27 13:06:59 +0000 (Sat, 27 Aug 2005) | 1 line Remove unused variables and bring a comment closer to reality ------------------------------------------------------------------------ r2894 | tron | 2005-08-27 13:04:15 +0000 (Sat, 27 Aug 2005) | 1 line Simplify colouring in owner-mode in the minimap regarding towns and get rid of some magic numbers ------------------------------------------------------------------------ r2893 | tron | 2005-08-27 09:49:52 +0000 (Sat, 27 Aug 2005) | 1 line Two chars got assigned a width of 0 since r2879, fix that ([1274302])' ------------------------------------------------------------------------ r2892 | tron | 2005-08-26 20:56:48 +0000 (Fri, 26 Aug 2005) | 1 line Fix indentation ------------------------------------------------------------------------ r2891 | tron | 2005-08-26 20:26:34 +0000 (Fri, 26 Aug 2005) | 1 line Fix indentation ------------------------------------------------------------------------