summaryrefslogtreecommitdiffstats
path: root/src/Bindings/WebPlugin.cpp (unfollow)
Commit message (Expand)AuthorFilesLines
2014-10-23En masse NULL -> nullptr replaceTiger Wang1-4/+4
2014-10-20En masse NULL -> nullptr replaceTiger Wang1-4/+4
2014-09-26Removed more unessicary includesTycho1-1/+0
2014-08-04CheckBasicStyle: multi-level indent change.madmaxoft1-0/+2
2014-07-21Style: Normalized to no spaces before closing parenthesis.madmaxoft1-7/+7
2014-07-21Style: Normalized spaces after if, for and while.madmaxoft1-5/+5
2014-07-17Basic style fixes.madmaxoft1-8/+12
2014-07-17Normalized comments.madmaxoft1-1/+1
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
2013-12-08Moved bindings-related to a Bindings subfolder.madmaxoft1-3/+3
2013-11-24Moved source to srcAlexander Harkness1-0/+0
2013-07-29WebAdmin templates can use LuaFakeTruth1-1/+1
2013-01-12Merged branch "branches/hooks" into "trunk".madmaxoft@gmail.com1-9/+13
2012-09-24Source files cleanup: The rest of the files renamed.madmaxoft@gmail.com1-4/+4
2012-08-23Fixed WebAdmin showing tab names (thanks for pointing it out Lapayo)faketruth1-6/+6
2012-08-22WebAdmin should not cause crashes anymorefaketruth1-2/+85
2012-06-14Attempt to bring sanity to newlines across systems.cedeel@gmail.com1-25/+25
2012-01-29VC2008 / VC2010: Enabled precompiled header through Globals.h; the header included in every module in the project. Compilation optimization.madmaxoft@gmail.com1-2/+6
2011-10-03MCServer c++ source filesfaketruth1-0/+22