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
*
Reverted moving Lua to C++.
Mattes D
2024-03-15
1
-0
/
+5
*
Valid Height is now checked by vector.
x12xx12x
2022-04-20
1
-1
/
+1
*
Item frame maps (#5258)
KingCol13
2021-07-09
1
-1
/
+1
*
cBlockInfo: further cleanup (#5001)
Tiger Wang
2020-10-18
1
-121
/
+0
*
Use pitch lookup in noteblock block entity (#4826)
12xx12
2020-09-05
1
-0
/
+106
*
Changed tree-growing functions in cWorld to use Vector3i coords.
Mattes D
2020-08-27
1
-2
/
+119
*
More Vector3 in cBlockHandler (#4644)
Mattes D
2020-04-17
1
-0
/
+38
*
Bindings: Allow coercion between Vector3 subtypes. (#4646)
Mattes D
2020-04-14
1
-58
/
+0
*
Removed the obsolete cTracer class. (#4594)
Mattes D
2020-04-03
1
-46
/
+0
*
Pulled the BlockID and BlockInfo headers from Globals.h. (#4591)
Mattes D
2020-04-03
1
-0
/
+1
*
cBlockInfo: Deprecate direct access to variables. (#4184)
peterbell10
2018-02-20
1
-9
/
+55
*
Removed cBlockInfo.m_IsSnowable (#4105)
Bond-009
2018-01-23
1
-0
/
+39
*
Fixed Clang 5.0 compile errors (#4085)
bibo38
2017-12-21
1
-1
/
+1
*
Represent cItem::m_Lore as an AStringVector (#3882)
peterbell10
2017-08-18
1
-0
/
+56
*
cBlockInfo: Deprecate place sound
peterbell10
2017-08-07
1
-0
/
+61
*
Remove double includes part 2 (#3890)
peterbell10
2017-08-03
1
-1
/
+0
*
Tracer replacement (#3704)
Mattes D
2017-05-11
1
-0
/
+46
*
Normalized Vector3 API to use the same capitalization as all else.
Mattes D
2016-06-10
1
-0
/
+58
*
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