index
:
anonymous/cuberite
1.14
BlockFixes
BoundingBox
CArrays
Certificates
ChannelManagement
ComponentRewrite
FastNBTTest
FixItemCountFormat
InfoDumpParams
InteractRewrite
LuaNoCpp
LuaStateParamsRead
LuaWebControllers
Megumin
MultiLuaStack
Pickups
PieceGenClosurePieces
ProtocolRefactor
SeeBackup
Sponge
VillagerTrading
WarningsFixes
alwaysTicked
apidump-vscode
biomal-bedrock-shape
books
callbacks
daylightgrowth
dumpinfo-plugin-folder
endgen
fixes
fixesandfeatures
formattingcodes
ghastsounds
infodump-dependencies
issue4106
itemsinicleanup
master
mobs2
serverTick
spawning
threading
A lightweight, fast and extensible game server for Minecraft
mirror
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
src
/
Bindings
/
WebPlugin.cpp
(
follow
)
Commit message (
Collapse
)
Author
Age
Files
Lines
*
Refactored cWebPlugin for C++11 style and proper WebTab clearing.
Mattes D
2015-04-19
1
-38
/
+72
|
*
En masse NULL -> nullptr replace
Tiger Wang
2014-10-23
1
-4
/
+4
|
*
Removed more unessicary includes
Tycho
2014-09-26
1
-1
/
+0
|
*
CheckBasicStyle: multi-level indent change.
madmaxoft
2014-08-04
1
-0
/
+2
|
*
Style: Normalized to no spaces before closing parenthesis.
madmaxoft
2014-07-21
1
-7
/
+7
|
*
Style: Normalized spaces after if, for and while.
madmaxoft
2014-07-21
1
-5
/
+5
|
*
Basic style fixes.
madmaxoft
2014-07-17
1
-8
/
+12
|
*
Normalized comments.
madmaxoft
2014-07-17
1
-1
/
+1
|
|
|
|
|
This was mostly done automatically and then visually inspected for obvious errors. All //-style comments should have a 2-space separation from the code, and 1 space after the comment sign.
*
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
2014-03-25
1
-1
/
+1
|
|
|
|
Also had to undefine TOLUA_TEMPLATE_BIND a couple of times.
*
Moved bindings-related to a Bindings subfolder.
madmaxoft
2013-12-08
1
-0
/
+113
Ref.: #407