Commit message (Collapse) | Author | Files | Lines | ||
---|---|---|---|---|---|
2015-06-22 | Fixed minor errors in Tycho's code | Tiger Wang | 1 | -6/+9 | |
Everything should work now :) | |||||
2014-12-25 | cIsThread: Fixed a race condition on thread start. | Mattes D | 1 | -5/+14 | |
2014-10-24 | Suggestions | Tiger Wang | 1 | -4/+1 | |
2014-10-20 | Migrated cSleep and cTimer to std::chrono | Tiger Wang | 1 | -1/+1 | |
2014-10-19 | Use std::thread | Tiger Wang | 1 | -42/+2 | |
2014-10-12 | convert old style casts to fix warnings | Steven Riehl | 1 | -20/+16 | |
2014-09-14 | OSSupport: Fixed UNICODE Windows builds. | Mattes D | 1 | -1/+1 | |
The files now compile even inside UNICODE applications. | |||||
2014-06-08 | Fixed deadlock when moving players to other worlds. | Mattes D | 1 | -0/+4 | |
Fixes #1039, fixes #851 | |||||
2014-04-11 | Fixed issues with 64-bit MSVC compilation. | madmaxoft | 1 | -1/+1 | |
2014-03-09 | Fix IsThread destructor | Tycho | 1 | -1/+1 | |
2013-12-31 | clean up code for patching | Tycho Bickerstaff | 1 | -0/+1 | |
2013-12-31 | refactored chunk Queue to seperate class | Tycho Bickerstaff | 1 | -1/+0 | |
2013-11-24 | Moved source to src | Alexander Harkness | 1 | -0/+0 | |
2013-11-13 | Fix for NULL arithmetic compiler warning in Linux. | madmaxoft | 1 | -0/+13 | |
2013-09-21 | Fixed Linux threading issues. | madmaxoft | 1 | -2/+1 | |
2013-08-11 | cIsThread threads get a window identification on Win. | madmaxoft | 1 | -0/+2 | |
This enables tools such as TaskInfo to report the thread name directly. | |||||
2013-08-11 | cIsThread: Added the Stop() method and debugging output in Wait() | madmaxoft | 1 | -1/+3 | |
2013-08-11 | Added doxyComments for cIsThread. | madmaxoft | 1 | -5/+11 | |
2012-09-23 | Source files cleanup: OSSupport-related files in a separate subfolder, renamed. | madmaxoft@gmail.com | 1 | -1/+1 | |
git-svn-id: http://mc-server.googlecode.com/svn/trunk@885 0a769ca7-a7f5-676a-18bf-c427514a06d6 | |||||
2012-06-14 | Attempt to bring sanity to newlines across systems. | cedeel@gmail.com | 1 | -78/+78 | |
git-svn-id: http://mc-server.googlecode.com/svn/trunk@606 0a769ca7-a7f5-676a-18bf-c427514a06d6 | |||||
2012-03-10 | Fixed *nix threading issue; | madmaxoft@gmail.com | 1 | -9/+9 | |
Thread objects now use variable names consistent with MCS convention; Fixed a few *nix threading cornercases git-svn-id: http://mc-server.googlecode.com/svn/trunk@392 0a769ca7-a7f5-676a-18bf-c427514a06d6 | |||||
2012-02-18 | cIsThread: Added support for getting current thread ID | madmaxoft@gmail.com | 1 | -0/+2 | |
git-svn-id: http://mc-server.googlecode.com/svn/trunk@288 0a769ca7-a7f5-676a-18bf-c427514a06d6 | |||||
2012-02-13 | Rewritten most of the code for multithreading; still not 100%, but getting there. If this commit proves to be too problematic, we can always undo it. | madmaxoft@gmail.com | 1 | -1/+0 | |
git-svn-id: http://mc-server.googlecode.com/svn/trunk@251 0a769ca7-a7f5-676a-18bf-c427514a06d6 | |||||
2012-02-01 | new cIsThread object for thread encapsulation | madmaxoft@gmail.com | 1 | -0/+77 | |
git-svn-id: http://mc-server.googlecode.com/svn/trunk@214 0a769ca7-a7f5-676a-18bf-c427514a06d6 |