Age | Commit message (Collapse) | Author | |
---|---|---|---|
2009-01-25 | (svn r15266) -Fix (r15159): compilation without threads was broken | smatz | |
2009-01-20 | (svn r15159) -Fix: move the UDP queries that resolve a hostname into threads ↵ | rubidium | |
so they don't freeze OpenTTD when for example the network connection got severed. Thanks to glx for writing the mutex implementation for Windows. | |||
2009-01-20 | (svn r15158) -Cleanup: remove some unused/unneeded cruft from the thread ↵ | rubidium | |
generalisation. | |||
2009-01-12 | (svn r15008) -Revert (r12706): remove fibers | glx | |
2008-06-08 | (svn r13417) -Fix (r12945, r13413): freeing the ThreadObjects in a manner ↵ | rubidium | |
that hopefully doesn't cause crashes. | |||
2008-06-08 | (svn r13412) -Add: OTTDThreadTerminateFunc, for all thread systems, which is ↵ | truebrain | |
called when a thread is terminated. Now GenWorld- and SaveLoad-thread cleanup theirselves correctly, while Fibers don't (as that causes access-violations) | |||
2008-04-14 | (svn r12706) -Merge: the thread rewrite from NoAI. The rewrite makes the ↵ | rubidium | |
threading we have better extendable. |