Sat, 06 Aug 2005 15:18:26 +0000(svn r2816) Forgot an Id tag and an #include
tron [Sat, 06 Aug 2005 15:18:26 +0000] rev 2292
(svn r2816) Forgot an Id tag and an #include

Sat, 06 Aug 2005 14:59:54 +0000(svn r2815) Store the currency information in one central place instead of scattering it in several unrelated files
tron [Sat, 06 Aug 2005 14:59:54 +0000] rev 2291
(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(svn r2814) -Fix: made MorphOS to compile again
truelight [Sat, 06 Aug 2005 14:58:06 +0000] rev 2290
(svn r2814) -Fix: made MorphOS to compile again

Sat, 06 Aug 2005 07:15:17 +0000(svn r2813) Plug a thread leak and prevent a race condition which could lead to multiple simultaneous saves and therefore severe corruption
tron [Sat, 06 Aug 2005 07:15:17 +0000] rev 2289
(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(svn r2812) Move variables, which only vehicle_gui.c needs to know about, there
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

Fri, 05 Aug 2005 20:18:08 +0000(svn r2811) Fix typos in r2810
tron [Fri, 05 Aug 2005 20:18:08 +0000] rev 2287
(svn r2811) Fix typos in r2810

Fri, 05 Aug 2005 11:53:48 +0000(svn r2810) Threads may now return information when they terminate using a void*.
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.

Fri, 05 Aug 2005 09:15:41 +0000(svn r2809) Implement more generic threading functions, which allow more than one thread
tron [Fri, 05 Aug 2005 09:15:41 +0000] rev 2285
(svn r2809) Implement more generic threading functions, which allow more than one thread

Fri, 05 Aug 2005 08:31:29 +0000(svn r2808) -Fix: Removed 'kdevelop' from the doxygen project name (thanks tron)
celestar [Fri, 05 Aug 2005 08:31:29 +0000] rev 2284
(svn r2808) -Fix: Removed 'kdevelop' from the doxygen project name (thanks tron)

Fri, 05 Aug 2005 08:24:12 +0000(svn r2807) Fix two major bugs in the threaded save code:
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