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