------------------------------------------------------------------------ r2847 | tron | 2005-08-09 12:58:22 +0000 (Tue, 09 Aug 2005) | 3 lines Don't remember the size of sprites during initialisation. Since the sprite loading was altered this is no longer necessary. While here remove another write-only variable (_spritecache_size) and fix a comment (sprite replaces a lowercase letter instead of uppercase) ------------------------------------------------------------------------ r2846 | tron | 2005-08-08 21:42:27 +0000 (Mon, 08 Aug 2005) | 1 line Minor improvement of the french translation: use {P}, fix spelling of "brûlé", fully translate partly untranslated strings and remove gratuitous whitespace (i hope i got it right) ------------------------------------------------------------------------ r2845 | tron | 2005-08-08 21:35:27 +0000 (Mon, 08 Aug 2005) | 3 lines Remove sprite size caching, it was unused This makes GetSpriteDimension() superflous, because now it's just a thin wrapper around GetSprite() returning only part of the information, therefore remove it too ------------------------------------------------------------------------ r2844 | tron | 2005-08-08 20:27:05 +0000 (Mon, 08 Aug 2005) | 1 line Update the MSVC project files, thanks AsterixMG ------------------------------------------------------------------------ r2843 | tron | 2005-08-08 20:23:56 +0000 (Mon, 08 Aug 2005) | 1 line OSX doesn't like OBJC, so give it back its beloved CC, because it's the only ObjectiveC consumer ------------------------------------------------------------------------ r2842 | ludde | 2005-08-08 15:26:53 +0000 (Mon, 08 Aug 2005) | 1 line Fix bug with aircraft autoreplace (peter1138) ------------------------------------------------------------------------ r2841 | tron | 2005-08-08 15:10:37 +0000 (Mon, 08 Aug 2005) | 3 lines Pimp the Makefile: Determining the header dependencies is now a separate step. This should fix the dependency related problems and reduce the number of recompiled files when table/strings.h changes ------------------------------------------------------------------------ r2840 | tron | 2005-08-08 10:42:02 +0000 (Mon, 08 Aug 2005) | 1 line Remove 3 unnecessary strings (they're empty) and fix the alignment of the musick track display ------------------------------------------------------------------------ r2839 | tron | 2005-08-08 09:49:47 +0000 (Mon, 08 Aug 2005) | 1 line Remove stuff missed in r2833, properly calculate the size of two arrays and simplify GetSpriteDimension() a bit ------------------------------------------------------------------------ r2838 | miham | 2005-08-08 09:42:22 +0000 (Mon, 08 Aug 2005) | 1 line \[Translations\] Updating translations ------------------------------------------------------------------------ r2837 | miham | 2005-08-08 09:01:22 +0000 (Mon, 08 Aug 2005) | 1 line [Translations] Updated dutch langfile, started testing of the new SVN-handler in WebTranslator ------------------------------------------------------------------------ r2836 | bjarni | 2005-08-07 19:16:32 +0000 (Sun, 07 Aug 2005) | 1 line fixed the alphabetical order of the credits list like it says it is in ------------------------------------------------------------------------ r2833 | tron | 2005-08-07 17:52:41 +0000 (Sun, 07 Aug 2005) | 3 lines Remove saving of sprite cache data: the benefits are questionable, it's error prone, undocumented and hasn't been widely used for ages, if ever ------------------------------------------------------------------------ r2832 | tron | 2005-08-07 14:45:50 +0000 (Sun, 07 Aug 2005) | 1 line Missing #include ------------------------------------------------------------------------ r2831 | tron | 2005-08-07 14:18:17 +0000 (Sun, 07 Aug 2005) | 1 line Fix some potential and real buffer overflows ------------------------------------------------------------------------ r2830 | tron | 2005-08-07 12:41:57 +0000 (Sun, 07 Aug 2005) | 1 line Move CheckSwitchToEuro() to currency.[ch] and hide the truth about the custom currency behind a #define ------------------------------------------------------------------------ r2829 | tron | 2005-08-07 11:01:31 +0000 (Sun, 07 Aug 2005) | 1 line Remove sprite locking, it was never used anyway ------------------------------------------------------------------------ r2828 | tron | 2005-08-07 10:03:14 +0000 (Sun, 07 Aug 2005) | 1 line Only command.c needs to know about _docommand_recursive, so make it static. Tell me if there's a problem, because i removed it from network_server.c, but afaict it should be ok ------------------------------------------------------------------------ r2827 | tron | 2005-08-06 22:40:18 +0000 (Sat, 06 Aug 2005) | 1 line BeOS meets all prerequisites for extmidi ------------------------------------------------------------------------ r2826 | tron | 2005-08-06 22:12:45 +0000 (Sat, 06 Aug 2005) | 1 line Remove another write-only variable, thanks glx ------------------------------------------------------------------------ r2825 | truelight | 2005-08-06 21:50:26 +0000 (Sat, 06 Aug 2005) | 2 lines -Fix: GCC that put deps in the wrong dirs can now compile OTTD again ------------------------------------------------------------------------ r2824 | truelight | 2005-08-06 21:45:48 +0000 (Sat, 06 Aug 2005) | 2 lines -Fix: OSX can now also produce dedicated servers ------------------------------------------------------------------------ r2823 | truelight | 2005-08-06 20:53:02 +0000 (Sat, 06 Aug 2005) | 2 lines -Fix: MorphOS doesn't have pthread either! ------------------------------------------------------------------------ r2822 | truelight | 2005-08-06 20:34:41 +0000 (Sat, 06 Aug 2005) | 2 lines -Fix: don't compile pthread for win32 dedicated servers ------------------------------------------------------------------------ r2821 | tron | 2005-08-06 20:24:32 +0000 (Sat, 06 Aug 2005) | 1 line Remove a write-only variable ------------------------------------------------------------------------ r2820 | bjarni | 2005-08-06 19:12:44 +0000 (Sat, 06 Aug 2005) | 1 line -Fix: [autoreplace] fixed issue introduced in 2817 where autoreplace failed if new engine is cheaper than the old one (peter1138) ------------------------------------------------------------------------ r2819 | tron | 2005-08-06 17:40:21 +0000 (Sat, 06 Aug 2005) | 1 line Make variables, which are exclusive for internal use of the save/load code, static in saveload.c ------------------------------------------------------------------------ r2818 | tron | 2005-08-06 16:55:05 +0000 (Sat, 06 Aug 2005) | 1 line Don't tell the world about a local variable which is only used once ------------------------------------------------------------------------ r2817 | bjarni | 2005-08-06 16:07:22 +0000 (Sat, 06 Aug 2005) | 6 lines -Codechange: [autoreplace]: moved autoreplace and autorenew to serverside -This means that one company can only have one setting for renew and replacing more clients will not fight due to different settings anymore -This is a needed step in the line to fix autoreplacing dualheaded locomotives NOTE: savegame revision bump (peter1138 + me in coop) ------------------------------------------------------------------------ r2816 | tron | 2005-08-06 15:18:26 +0000 (Sat, 06 Aug 2005) | 1 line Forgot an Id tag and an #include ------------------------------------------------------------------------ r2815 | tron | 2005-08-06 14:59:54 +0000 (Sat, 06 Aug 2005) | 1 line Store the currency information in one central place instead of scattering it in several unrelated files ------------------------------------------------------------------------ r2814 | truelight | 2005-08-06 14:58:06 +0000 (Sat, 06 Aug 2005) | 2 lines -Fix: made MorphOS to compile again ------------------------------------------------------------------------ r2813 | tron | 2005-08-06 07:15:17 +0000 (Sat, 06 Aug 2005) | 1 line Plug a thread leak and prevent a race condition which could lead to multiple simultaneous saves and therefore severe corruption ------------------------------------------------------------------------ r2812 | tron | 2005-08-05 20:22:06 +0000 (Fri, 05 Aug 2005) | 1 line Move variables, which only vehicle_gui.c needs to know about, there ------------------------------------------------------------------------ r2811 | tron | 2005-08-05 20:18:08 +0000 (Fri, 05 Aug 2005) | 1 line Fix typos in r2810 ------------------------------------------------------------------------ r2810 | tron | 2005-08-05 11:53:48 +0000 (Fri, 05 Aug 2005) | 3 lines Threads may now return information when they terminate using a void*. Also add the new files to the MSVC project files. ------------------------------------------------------------------------ r2809 | tron | 2005-08-05 09:15:41 +0000 (Fri, 05 Aug 2005) | 2 lines Implement more generic threading functions, which allow more than one thread ------------------------------------------------------------------------ r2808 | celestar | 2005-08-05 08:31:29 +0000 (Fri, 05 Aug 2005) | 1 line -Fix: Removed 'kdevelop' from the doxygen project name (thanks tron) ------------------------------------------------------------------------ r2807 | tron | 2005-08-05 08:24:12 +0000 (Fri, 05 Aug 2005) | 5 lines Fix two major bugs in the threaded save code: - Do not dereference a local variable which no longer exists; this lead to random crashes when saving - (Win32) Do not close a handle before it is used last There are still many major problems (race conditions and resulting memory corruption/crashes) left ------------------------------------------------------------------------ r2806 | tron | 2005-08-04 18:02:03 +0000 (Thu, 04 Aug 2005) | 1 line Remove unnecessary #includes ------------------------------------------------------------------------ r2805 | tron | 2005-08-04 17:59:05 +0000 (Thu, 04 Aug 2005) | 1 line Revert r2804, something went wrong ------------------------------------------------------------------------ r2804 | miham | 2005-08-04 17:45:55 +0000 (Thu, 04 Aug 2005) | 1 line [Translators] Updated translations to 20050804 (21 lang(s)) ------------------------------------------------------------------------ r2803 | matthijs | 2005-08-03 23:46:33 +0000 (Wed, 03 Aug 2005) | 2 lines * Removed latvian from MSVC 6 and .NET project files, since it is now in lang/unfinished (bociusz). ------------------------------------------------------------------------