Mercurial > hg > openttd
log src/thread_win32.cpp @ 10123:57aa34285d05 draft
age | author | description |
---|---|---|
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. draft |
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) draft |
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. draft |
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. draft |