Commit message (Expand) | Author | Files | Lines | |
---|---|---|---|---|
2014-04-18 | Did some static analysis, fixed some bugs and optimized a lot of code | jfhumann | 1 | -2/+2 |
2014-03-25 | More fixes to get it to compile for me on Mac 10.9. Mostly just newline additions, but some of the unused variables were causing errors, so I wrapped them in #ifndef __APPLE__ calls, since I didn't know if they were going to be used in the future. | Samuel Barney | 1 | -1/+1 |
2014-02-05 | Removed deprecated HasCommand function | STRWarrior | 1 | -20/+1 |
2014-02-05 | Improvements: | STRWarrior | 1 | -4/+27 |
2013-11-24 | Moved source to src | Alexander Harkness | 1 | -0/+0 |
2012-09-24 | Source files cleanup: The rest of the files renamed. | madmaxoft@gmail.com | 1 | -1/+1 |
2012-06-14 | Attempt to bring sanity to newlines across systems. | cedeel@gmail.com | 1 | -36/+36 |
2012-01-29 | VC2008 / VC2010: Enabled precompiled header through Globals.h; the header included in every module in the project. Compilation optimization. | madmaxoft@gmail.com | 1 | -0/+3 |
2011-10-03 | MCServer c++ source files | faketruth | 1 | -0/+34 |