Thu, 11 Aug 2005 13:03:39 +0000 tron (svn r2852) Remove the unused field 'id' from struct FiosItem
Thu, 11 Aug 2005 12:56:03 +0000 orudge (svn r2851) - Update Watcom project with currency.c
Thu, 11 Aug 2005 12:51:59 +0000 miham (svn r2850) [newgrf] Patch from peter1139
Thu, 11 Aug 2005 07:29:24 +0000 tron (svn r2849) Fix r2806: pwd.h is necessary, but only if USE_HOMEDIR is defined
Wed, 10 Aug 2005 21:16:38 +0000 bjarni (svn r2848) -Fix: [ 1256044 ] fixed crash when loading a map made before rev 2817 in scenario editor. This was introduced in 2817
Tue, 09 Aug 2005 12:58:22 +0000 tron (svn r2847) Don't remember the size of sprites during initialisation. Since the sprite loading was altered this is no longer necessary.
Mon, 08 Aug 2005 21:42:27 +0000 tron (svn r2846) 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)
Mon, 08 Aug 2005 21:35:27 +0000 tron (svn r2845) Remove sprite size caching, it was unused
Mon, 08 Aug 2005 20:27:05 +0000 tron (svn r2844) Update the MSVC project files, thanks AsterixMG
Mon, 08 Aug 2005 20:23:56 +0000 tron (svn r2843) OSX doesn't like OBJC, so give it back its beloved CC, because it's the only ObjectiveC consumer
Mon, 08 Aug 2005 15:26:53 +0000 ludde (svn r2842) Fix bug with aircraft autoreplace (peter1138)
Mon, 08 Aug 2005 15:10:37 +0000 tron (svn r2841) Pimp the Makefile: Determining the header dependencies is now a separate step.
Mon, 08 Aug 2005 10:42:02 +0000 tron (svn r2840) Remove 3 unnecessary strings (they're empty) and fix the alignment of the musick track display
Mon, 08 Aug 2005 09:49:47 +0000 tron (svn r2839) Remove stuff missed in r2833, properly calculate the size of two arrays and simplify GetSpriteDimension()?a bit
Mon, 08 Aug 2005 09:42:22 +0000 miham (svn r2838) \[Translations\] Updating translations
Mon, 08 Aug 2005 09:01:22 +0000 miham (svn r2837) [Translations] Updated dutch langfile, started testing of the new SVN-handler in WebTranslator
Sun, 07 Aug 2005 19:16:32 +0000 bjarni (svn r2836) fixed the alphabetical order of the credits list like it says it is in
Sun, 07 Aug 2005 17:52:41 +0000 tron (svn r2833) Remove saving of sprite cache data:
Sun, 07 Aug 2005 14:45:50 +0000 tron (svn r2832) Missing #include
Sun, 07 Aug 2005 14:18:17 +0000 tron (svn r2831) Fix some potential and real buffer overflows
Sun, 07 Aug 2005 12:41:57 +0000 tron (svn r2830) Move CheckSwitchToEuro() to currency.[ch] and hide the truth about the custom currency behind a #define
Sun, 07 Aug 2005 11:01:31 +0000 tron (svn r2829) Remove sprite locking, it was never used anyway
Sun, 07 Aug 2005 10:03:14 +0000 tron (svn r2828) 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
Sat, 06 Aug 2005 22:40:18 +0000 tron (svn r2827) BeOS meets all prerequisites for extmidi
Sat, 06 Aug 2005 22:12:45 +0000 tron (svn r2826) Remove another write-only variable, thanks glx
Sat, 06 Aug 2005 21:50:26 +0000 truelight (svn r2825) -Fix: GCC that put deps in the wrong dirs can now compile OTTD again
Sat, 06 Aug 2005 21:45:48 +0000 truelight (svn r2824) -Fix: OSX can now also produce dedicated servers
Sat, 06 Aug 2005 20:53:02 +0000 truelight (svn r2823) -Fix: MorphOS doesn't have pthread either!
Sat, 06 Aug 2005 20:34:41 +0000 truelight (svn r2822) -Fix: don't compile pthread for win32 dedicated servers
Sat, 06 Aug 2005 20:24:32 +0000 tron (svn r2821) Remove a write-only variable
Sat, 06 Aug 2005 19:12:44 +0000 bjarni (svn r2820) -Fix: [autoreplace] fixed issue introduced in 2817 where autoreplace failed if new engine is cheaper than the old one (peter1138)
Sat, 06 Aug 2005 17:40:21 +0000 tron (svn r2819) Make variables, which are exclusive for internal use of the save/load code, static in saveload.c
Sat, 06 Aug 2005 16:55:05 +0000 tron (svn r2818) Don't tell the world about a local variable which is only used once
Sat, 06 Aug 2005 16:07:22 +0000 bjarni (svn r2817) -Codechange: [autoreplace]: moved autoreplace and autorenew to serverside
Sat, 06 Aug 2005 15:18:26 +0000 tron (svn r2816) Forgot an Id tag and an #include
Sat, 06 Aug 2005 14:59:54 +0000 tron (svn r2815) Store the currency information in one central place instead of scattering it in several unrelated files
Sat, 06 Aug 2005 14:58:06 +0000 truelight (svn r2814) -Fix: made MorphOS to compile again
Sat, 06 Aug 2005 07:15:17 +0000 tron (svn r2813) Plug a thread leak and prevent a race condition which could lead to multiple simultaneous saves and therefore severe corruption
Fri, 05 Aug 2005 20:22:06 +0000 tron (svn r2812) Move variables, which only vehicle_gui.c needs to know about, there
Fri, 05 Aug 2005 20:18:08 +0000 tron (svn r2811) Fix typos in r2810
Fri, 05 Aug 2005 11:53:48 +0000 tron (svn r2810) Threads may now return information when they terminate using a void*.
Fri, 05 Aug 2005 09:15:41 +0000 tron (svn r2809) Implement more generic threading functions, which allow more than one thread
Fri, 05 Aug 2005 08:31:29 +0000 celestar (svn r2808) -Fix: Removed 'kdevelop' from the doxygen project name (thanks tron)
Fri, 05 Aug 2005 08:24:12 +0000 tron (svn r2807) Fix two major bugs in the threaded save code:
Thu, 04 Aug 2005 18:02:03 +0000 tron (svn r2806) Remove unnecessary #includes
Thu, 04 Aug 2005 17:59:05 +0000 tron (svn r2805) Revert r2804, something went wrong
Thu, 04 Aug 2005 17:45:55 +0000 miham (svn r2804) [Translators] Updated translations to 20050804 (21 lang(s))
Wed, 03 Aug 2005 23:46:33 +0000 matthijs (svn r2803) * Removed latvian from MSVC 6 and .NET project files, since it is now in lang/unfinished (bociusz).
Wed, 03 Aug 2005 17:55:07 +0000 tron (svn r2802) Fix language files (again)
Wed, 03 Aug 2005 17:45:36 +0000 miham (svn r2801) [Translators] Updated translations to 20050803 (2 lang(s))
Wed, 03 Aug 2005 13:34:34 +0000 tron (svn r2800) Further improvement of the german translation
Wed, 03 Aug 2005 13:07:29 +0000 tron (svn r2799) Make the only two non-const widget lists const
Wed, 03 Aug 2005 11:08:13 +0000 celestar (svn r2798) -Codechange: Unified the rail toolbars into one that is modified by
Tue, 02 Aug 2005 20:14:23 +0000 bjarni (svn r2795) -Fix: [Clone vehilcle] all error messages should now tell the right vehicle type (chrishuebsch)
Tue, 02 Aug 2005 20:04:09 +0000 tron (svn r2794) Fix a comment and get rid of some parentheses using DeMorgan's law
Tue, 02 Aug 2005 19:38:18 +0000 miham (svn r2793) [Translations] Hand fixed polish.txt (thanks to Excumbed)
Tue, 02 Aug 2005 15:51:36 +0000 tron (svn r2792) Two more untranslated strings
Tue, 02 Aug 2005 15:24:48 +0000 celestar (svn r2789) -Fix: Wrong Id tag :)
Tue, 02 Aug 2005 15:12:36 +0000 tron (svn r2788) Fix Id tag
Tue, 02 Aug 2005 14:21:11 +0000 tron (svn r2787) Remove untranslated strings from several translations