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
/
DeprecatedBindings.cpp
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
Some warning fixes
Julian Laubstein
2015-08-18
1
-24
/
+40
*
Refactored code to use cLuaState
Samuel Barney
2015-08-07
1
-27
/
+18
*
Silenced and fixed many warning messages across multiple files.
Samuel Barney
2015-07-29
1
-35
/
+35
*
BasicStyle: Added missing braces to control statements.
Mattes D
2014-12-05
1
-0
/
+14
*
clearing CheckBasicStyle.lua messages
p-mcgowan
2014-12-03
1
-2
/
+2
*
Mark StringToMobType() as deprecated. Use cMonster:StringToMobType() instead
Howaner
2014-11-29
1
-0
/
+38
*
Use cLuaState's stack trace.
Howaner
2014-11-17
1
-48
/
+27
*
Added UpdateSign() method to DeprecatedBindings.cpp
Howaner
2014-11-17
1
-0
/
+86
*
En masse NULL -> nullptr replace
Tiger Wang
2014-10-23
1
-18
/
+18
*
Removed a few unnessicary includes
Tycho
2014-09-26
1
-5
/
+0
*
Merge branch 'master' into saplingsandleaves
Tiger Wang
2014-07-20
1
-25
/
+25
|
\
|
*
Fixed style: spaces after commas.
madmaxoft
2014-07-19
1
-19
/
+19
|
*
Normalized comments.
madmaxoft
2014-07-17
1
-9
/
+9
*
|
Fixed issues relating to saplings and leaves
Tiger Wang
2014-07-17
1
-27
/
+0
|
/
*
Removed the bindings to set old g_BlockXXX arrays.
Mattes D
2014-04-03
1
-297
/
+65
*
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
-0
/
+1
*
Fixed MSVC warnings in DeprecatedBindings.
madmaxoft
2014-03-02
1
-8
/
+76
*
GetById => Get
andrew
2014-03-02
1
-9
/
+9
*
Removed g_BlockXXX arrays
andrew
2014-03-02
1
-0
/
+4
*
Manually exported g_Block tables
andrew
2014-03-02
1
-0
/
+434