Age | Commit message (Collapse) | Author | |
---|---|---|---|
2005-09-02 | (svn r2906) Fix some threaded saving problems. Now the thread only ↵ | Darkvater | |
interfaces with the main program through a sort of mutex. Communication uses the function OTTD_SendThreadMessage() with the approiate message which is handled in ProcessSentMessage() during the main loop. | |||
2005-08-05 | (svn r2810) Threads may now return information when they terminate using a ↵ | tron | |
void*. Also add the new files to the MSVC project files. | |||
2005-08-05 | (svn r2809) Implement more generic threading functions, which allow more ↵ | tron | |
than one thread |