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
/
ChunkMap.h
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
Changed cEntity::m_UniqueID to UInt32.
Mattes D
2015-03-21
1
-24
/
+43
*
Initial convertion of a_Dt to std::chrono
Tycho
2015-01-11
1
-2
/
+2
*
Refactored all player block placing to go through hooks.
Mattes D
2014-12-24
1
-4
/
+19
*
Added a cWorld:PrepareChunk function.
Mattes D
2014-12-10
1
-0
/
+14
*
En masse NULL -> nullptr replace
Tiger Wang
2014-10-23
1
-25
/
+25
*
Functions in cPluginManager get references instead of pointers.
Mattes D
2014-10-15
1
-1
/
+1
*
Merge branch 'master' into 1.8-Protocol
Howaner
2014-09-13
1
-2
/
+2
|
\
|
*
Fixed farmland issues.
Howaner
2014-09-12
1
-2
/
+2
*
|
1.8: Added ParticleEffect packet.
Howaner
2014-09-11
1
-1
/
+1
|
/
*
Rewritten chunk status to specify whether the chunk is in queue.
Mattes D
2014-09-05
1
-6
/
+3
*
Merge remote-tracking branch 'origin/master' into EntitiesInBox
madmaxoft
2014-09-04
1
-7
/
+7
|
\
|
*
remove y-coord from chunks
LO1ZB
2014-08-28
1
-7
/
+7
*
|
Added cWorld::ForEachEntityInBox()
madmaxoft
2014-09-03
1
-0
/
+6
|
/
*
Exported the beacon.
Howaner
2014-07-30
1
-0
/
+5
*
Added a queue for setting chunk data.
madmaxoft
2014-07-24
1
-15
/
+5
*
Style: Normalized to no spaces before closing parenthesis.
madmaxoft
2014-07-21
1
-4
/
+4
*
Fixed basic whitespace problems.
madmaxoft
2014-07-17
1
-3
/
+3
*
Merge branch 'master' into Sounds
Howaner
2014-07-13
1
-3
/
+3
|
\
|
*
Fixed wrong types. (BLOCKTYPE -> NIBBLETYPE)
Howaner
2014-07-13
1
-3
/
+3
*
|
Changed BroadcastSoundEffect function to take floating pos.
Howaner
2014-07-13
1
-1
/
+1
|
/
*
Merge pull request #1154 from mc-server/trappedchests
Tiger Wang
2014-07-13
1
-1
/
+2
|
\
|
*
Implemented trapped chests & others
Tiger Wang
2014-07-07
1
-1
/
+2
*
|
Implemented support for forced chunk ticking.
madmaxoft
2014-07-10
1
-0
/
+7
|
/
*
Added generic entity-collecting.
Mattes D
2014-06-27
1
-0
/
+1
*
Merge branch 'master' into GlobalFixes
Howaner
2014-06-17
1
-3
/
+33
|
\
|
*
Fixed gcc compilation.
madmaxoft
2014-06-16
1
-1
/
+1
|
*
Merge branch 'master' of github.com:mc-server/MCServer
Tycho
2014-06-16
1
-1
/
+26
|
*
Fixed a race condition when adding a player to a world.
madmaxoft
2014-06-10
1
-0
/
+4
|
*
Merge remote-tracking branch 'origin/pistonfixes'
Tiger Wang
2014-06-02
1
-1
/
+1
|
|
\
|
|
*
Hopefully fixed piston duplication issues
Tiger Wang
2014-05-25
1
-1
/
+1
|
*
|
Fixed issue with types not being defined for an unused parameter
Tycho
2014-05-18
1
-1
/
+2
|
|
/
*
/
Add DoWithBlockEntityAt() to WorldInterface.h
Howaner
2014-06-17
1
-2
/
+2
|
/
*
Add Lua Bindings for FlowerPotEntity.h and add documentation.
Howaner
2014-03-07
1
-2
/
+2
*
Add Flower Pots
Howaner
2014-03-07
1
-0
/
+5
*
Merge pull request #697 from Howaner/Skull
Mattes D
2014-02-19
1
-0
/
+5
|
\
|
*
Rename SkullEntity to MobHeadEntity
Howaner
2014-02-19
1
-4
/
+4
|
*
Add Heads completely
Howaner
2014-02-18
1
-0
/
+5
*
|
Added cWorld:SetAreaBiome() API function.
madmaxoft
2014-02-18
1
-0
/
+9
|
/
*
Initial ChunkStay code.
madmaxoft
2014-02-08
1
-110
/
+89
*
Changed pointers to references
Tycho
2014-02-01
1
-1
/
+1
*
Refactored cBlockHandler::OnUse and dependents
Tycho
2014-01-26
1
-1
/
+8
*
Basic command block implementation
andrew
2014-01-18
1
-9
/
+14
*
Implented BroadcastParticleEffect
STRWarrior
2013-12-22
1
-0
/
+1
*
This adds the cWorld::BroadcastEntityEffect and cWorld::BroadcastRemoveEntityEffect functions.
STRWarrior
2013-12-15
1
-0
/
+2
*
Implemented note block playing and fixed wire
Tiger Wang
2013-12-14
1
-0
/
+5
*
Renamed animation function
Tiger Wang
2013-12-07
1
-1
/
+1
*
Fixed duplication glitch with QueueSetBlock
Tiger Wang
2013-12-06
1
-1
/
+1
*
Changed cBlockHandler->OnUpdate() to use cChunk directly.
madmaxoft
2013-11-30
1
-0
/
+3
*
Merge remote-tracking branch 'origin/master' into foldermove2
Alexander Harkness
2013-11-24
1
-2
/
+9
*
Moved source to src
Alexander Harkness
2013-11-24
1
-0
/
+432