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
/
BlockEntities
/
BeaconEntity.cpp
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2020-04-16
Using Super.
Mattes D
1
-2
/
+2
2020-04-03
Pulled the BlockID and BlockInfo headers from Globals.h. (#4591)
Mattes D
1
-0
/
+1
2019-09-29
Refactored more of Entities and BlockEntities to use Vector3. (#4403)
Mattes D
1
-8
/
+8
2018-05-02
Prefer static_cast to reinterpret_cast (#4223)
peterbell10
1
-1
/
+1
2017-10-02
Fixed 2 small warnings (#4055)
Bond-009
1
-6
/
+2
2017-09-19
Removed UTF-8 BOM (#4033)
Lukas Pioch
1
-1
/
+1
2017-09-11
Replace ItemCallbacks with lambdas (#3993)
peterbell10
1
-45
/
+15
2017-09-02
Revert "Replace ItemCallbacks with lambdas (#3948)"
LogicParrot
1
-15
/
+45
2017-09-01
Replace ItemCallbacks with lambdas (#3948)
peterbell10
1
-45
/
+15
2017-08-21
Award player an achievement when creating a beacon (#3930)
Bond-009
1
-13
/
+36
2017-08-18
cBeaconEntity fix no world crash
peterbell10
1
-1
/
+4
2017-06-16
BlockEntities: Support cloning self.
Mattes D
1
-11
/
+27
2017-06-05
Fixes problems with windows:
Lukas Pioch
1
-1
/
+1
2017-02-05
Fixed bindings for cBlockArea:Read and Write. (#3568)
Mattes D
1
-1
/
+1
2016-11-18
Removed ClientHandle.h dependencies from common headers.
Mattes D
1
-6
/
+7
2015-12-13
allow use failures to propagate from the entity/block to the player
Gargaj
1
-1
/
+2
2015-07-29
Silenced and fixed many warning messages across multiple files.
Samuel Barney
1
-2
/
+2
2015-05-24
Made -Weverything an error.
tycho
1
-3
/
+3
2015-03-10
Moved window code into cpp files
Howaner
1
-1
/
+1
2015-01-11
Initial convertion of a_Dt to std::chrono
Tycho
1
-1
/
+1
2014-12-13
Own classes for all windows.
Howaner
1
-0
/
+1
2014-11-27
BlockEntities: Removed the extra semicolon.
Mattes D
1
-9
/
+10
2014-10-23
En masse NULL -> nullptr replace
Tiger Wang
1
-9
/
+15
2014-10-20
En masse NULL -> nullptr replace
Tiger Wang
1
-5
/
+5
2014-10-12
fix std:min call, include algorithm and compare same type
Steven Riehl
1
-2
/
+2
2014-10-12
refactor an if block to std::min
Steven Riehl
1
-4
/
+1
2014-10-12
convert old style casts to fix warnings
Steven Riehl
1
-8
/
+4
2014-09-30
Removed WSSCompact
Tiger Wang
1
-62
/
+0
2014-08-02
Fixed a bug who can used from hacked clients.
Howaner
1
-0
/
+2
2014-07-31
Use "default:" in switch.
Howaner
1
-3
/
+6
2014-07-31
Renamed "select..." methods to "set..." and better IsValidEffect() function.
Howaner
1
-47
/
+11
2014-07-31
Renamed functions and added beacon json saving.
Howaner
1
-40
/
+38
2014-07-30
Added window update.
Howaner
1
-0
/
+23
2014-07-30
Exported the beacon.
Howaner
1
-2
/
+0
2014-07-30
Added beacon.
Howaner
1
-19
/
+290
2014-07-21
Style: Normalized to no spaces before closing parenthesis.
madmaxoft
1
-1
/
+1
2014-07-17
Basic style fixes.
madmaxoft
1
-1
/
+1
2014-04-19
Fixed formatting, made function static.
madmaxoft
1
-8
/
+9
2014-04-12
Some tweaks
STRWarrior
1
-5
/
+17
2014-04-12
Removed debug message.
STRWarrior
1
-1
/
+0
2014-04-12
Simplefied GetPyramidLevel
STRWarrior
1
-10
/
+3
2014-04-12
Implemented the skeleton code for the beacon.
STRWarrior
1
-0
/
+111