src/fiber_thread.cpp
Sun, 08 Jun 2008 15:27:57 +0000 rubidium (svn r13417) -Fix (r12945, r13413): freeing the ThreadObjects in a manner that hopefully doesn't cause crashes.
Sun, 08 Jun 2008 12:06:27 +0000 truebrain (svn r13412) -Add: OTTDThreadTerminateFunc, for all thread systems, which is called when a thread is terminated. Now GenWorld- and SaveLoad-thread cleanup theirselves correctly, while Fibers don't (as that causes access-violations)
Sun, 08 Jun 2008 10:51:36 +0000 rubidium (svn r13411) -Codechange: remove the return value from the thread procs because it is never used.
Mon, 14 Apr 2008 19:54:33 +0000 rubidium (svn r12706) -Merge: the thread rewrite from NoAI. The rewrite makes the threading we have better extendable.