summaryrefslogtreecommitdiffstats
path: root/src/Group.cpp (unfollow)
Commit message (Expand)AuthorFilesLines
2014-07-21Style: Normalized to no spaces before closing parenthesis.madmaxoft1-5/+5
2014-04-18Did some static analysis, fixed some bugs and optimized a lot of codejfhumann1-2/+2
2014-03-25More 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 Barney1-1/+1
2014-02-05Removed deprecated HasCommand functionSTRWarrior1-20/+1
2014-02-05Improvements:STRWarrior1-4/+27
2013-11-24Moved source to srcAlexander Harkness1-0/+0
2012-09-24Source files cleanup: The rest of the files renamed.madmaxoft@gmail.com1-1/+1
2012-06-14Attempt to bring sanity to newlines across systems.cedeel@gmail.com1-36/+36
2012-01-29VC2008 / VC2010: Enabled precompiled header through Globals.h; the header included in every module in the project. Compilation optimization.madmaxoft@gmail.com1-0/+3
2011-10-03MCServer c++ source filesfaketruth1-0/+34