tron [Fri, 05 Aug 2005 20:22:06 +0000] rev 2288
(svn r2812) Move variables, which only vehicle_gui.c needs to know about, there
tron [Fri, 05 Aug 2005 20:18:08 +0000] rev 2287
(svn r2811) Fix typos in r2810
tron [Fri, 05 Aug 2005 11:53:48 +0000] rev 2286
(svn r2810) Threads may now return information when they terminate using a void*.
Also add the new files to the MSVC project files.
tron [Fri, 05 Aug 2005 09:15:41 +0000] rev 2285
(svn r2809) Implement more generic threading functions, which allow more than one thread
celestar [Fri, 05 Aug 2005 08:31:29 +0000] rev 2284
(svn r2808) -Fix: Removed 'kdevelop' from the doxygen project name (thanks tron)
tron [Fri, 05 Aug 2005 08:24:12 +0000] rev 2283
(svn r2807) 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
tron [Thu, 04 Aug 2005 18:02:03 +0000] rev 2282
(svn r2806) Remove unnecessary #includes
tron [Thu, 04 Aug 2005 17:59:05 +0000] rev 2281
(svn r2805) Revert r2804, something went wrong
miham [Thu, 04 Aug 2005 17:45:55 +0000] rev 2280
(svn r2804) [Translators] Updated translations to 20050804 (21 lang(s))
matthijs [Wed, 03 Aug 2005 23:46:33 +0000] rev 2279
(svn r2803) * Removed latvian from MSVC 6 and .NET project files, since it is now in lang/unfinished (bociusz).
tron [Wed, 03 Aug 2005 17:55:07 +0000] rev 2278
(svn r2802) Fix language files (again)
miham [Wed, 03 Aug 2005 17:45:36 +0000] rev 2277
(svn r2801) [Translators] Updated translations to 20050803 (2 lang(s))
tron [Wed, 03 Aug 2005 13:34:34 +0000] rev 2276
(svn r2800) Further improvement of the german translation
tron [Wed, 03 Aug 2005 13:07:29 +0000] rev 2275
(svn r2799) Make the only two non-const widget lists const
celestar [Wed, 03 Aug 2005 11:08:13 +0000] rev 2274
(svn r2798) -Codechange: Unified the rail toolbars into one that is modified by
request using the RailtypeInfo struct
bjarni [Tue, 02 Aug 2005 20:14:23 +0000] rev 2273
(svn r2795) -Fix: [Clone vehilcle] all error messages should now tell the right vehicle type (chrishuebsch)
tron [Tue, 02 Aug 2005 20:04:09 +0000] rev 2272
(svn r2794) Fix a comment and get rid of some parentheses using DeMorgan's law
miham [Tue, 02 Aug 2005 19:38:18 +0000] rev 2271
(svn r2793) [Translations] Hand fixed polish.txt (thanks to Excumbed)
tron [Tue, 02 Aug 2005 15:51:36 +0000] rev 2270
(svn r2792) Two more untranslated strings
celestar [Tue, 02 Aug 2005 15:24:48 +0000] rev 2269
(svn r2789) -Fix: Wrong Id tag :)
tron [Tue, 02 Aug 2005 15:12:36 +0000] rev 2268
(svn r2788) Fix Id tag
tron [Tue, 02 Aug 2005 14:21:11 +0000] rev 2267
(svn r2787) Remove untranslated strings from several translations
tron [Tue, 02 Aug 2005 12:38:09 +0000] rev 2266
(svn r2786) Add plural forms
tron [Tue, 02 Aug 2005 12:37:09 +0000] rev 2265
(svn r2785) Minor improvement of the german translation
miham [Tue, 02 Aug 2005 08:53:09 +0000] rev 2264
(svn r2784) [Translators] Updated translations to 20050802 (6 lang(s))
celestar [Mon, 01 Aug 2005 21:01:18 +0000] rev 2263
(svn r2783) Fix: Hopefully fix the ID tags of bridge.h and railtypes.h
celestar [Mon, 01 Aug 2005 20:23:38 +0000] rev 2262
(svn r2782) -Codechange: Started cleaning the bridge code. Removed numerous global variables containing bridge information and joined them in a struct. Introduced GetBridgeType and GetBridgePiece and fixed some minor stuff (whitespace etc)
ludde [Mon, 01 Aug 2005 16:31:19 +0000] rev 2261
(svn r2781) Fix some of the issues with variables in .h files.
tron [Mon, 01 Aug 2005 13:01:14 +0000] rev 2260
(svn r2780) Remove some more unused strings and make the use of a few strings more explicit
bjarni [Mon, 01 Aug 2005 12:55:21 +0000] rev 2259
(svn r2779) -Fix: [clone vehicles] fixed typos, which could lead to crashes when cloning refitted trains (chrishuebsch)