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
/
Chunk.h
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
Removed redundant semicolons and re-added warning
archshift
2014-07-24
1
-3
/
+3
*
Added a queue for setting chunk data.
madmaxoft
2014-07-24
1
-10
/
+4
*
Style: Normalized to no spaces before closing parenthesis.
madmaxoft
2014-07-21
1
-6
/
+6
*
Fixed spaces around single-line comments.
madmaxoft
2014-07-17
1
-1
/
+0
*
Fixed basic whitespace problems.
madmaxoft
2014-07-17
1
-2
/
+2
*
Changed BroadcastSoundEffect function to take floating pos.
Howaner
2014-07-13
1
-1
/
+1
*
Fixed style consistency.
madmaxoft
2014-07-10
1
-2
/
+2
*
Implemented support for forced chunk ticking.
madmaxoft
2014-07-10
1
-4
/
+26
*
Added generic entity-collecting.
Mattes D
2014-06-27
1
-1
/
+1
*
Merge branch 'master' of github.com:mc-server/MCServer
Tycho
2014-06-16
1
-1
/
+2
*
Redstone fixes and improvements [SEE DESC]
Tiger Wang
2014-06-05
1
-1
/
+8
*
Merge remote-tracking branch 'origin/pistonfixes'
Tiger Wang
2014-06-02
1
-2
/
+2
|
\
|
*
Hopefully fixed piston duplication issues
Tiger Wang
2014-05-25
1
-2
/
+2
|
*
Redstone simulator now directly accesses cChunk
Tiger Wang
2014-04-27
1
-5
/
+4
*
|
Implemented style changes
Tycho
2014-05-24
1
-2
/
+2
*
|
Changed cChunkData::SetMeta to return a bool indicating whether the value changed
Tycho
2014-05-21
1
-3
/
+3
*
|
Renamed cChunkBuffer to cChunkData
Tycho
2014-05-21
1
-6
/
+6
*
|
Fixed stupid error
Tycho
2014-05-10
1
-1
/
+1
*
|
Fixed bug in setting metas
Tycho
2014-05-10
1
-1
/
+7
*
|
Merge branch 'master' into chunksparsing/structs
Tycho
2014-04-27
1
-2
/
+2
|
\
|
|
*
Merge pull request #863 from mc-server/chunkysparsing
Mattes D
2014-04-26
1
-7
/
+7
|
|
\
|
|
*
Implemented comments
Tiger Wang
2014-04-25
1
-4
/
+4
|
*
|
Fixed clang compilation errors. Apparently gcc and MSVC do not care about the order of initializer lists, but clang does.
jfhumann
2014-04-18
1
-1
/
+1
|
*
|
Did some static analysis, fixed some bugs and optimized a lot of code
jfhumann
2014-04-18
1
-1
/
+1
*
|
|
Implemented Chunk Sparsing with segments
Tycho
2014-04-26
1
-16
/
+16
|
|
/
|
/
|
*
|
Maybe speed improvements?
Tiger Wang
2014-04-07
1
-1
/
+1
*
|
Blocklight and skylight now compressed
Tiger Wang
2014-04-07
1
-4
/
+4
*
|
Nibbletypes are compressed
Tiger Wang
2014-04-05
1
-1
/
+1
*
|
Speed and memory improvements
Tiger Wang
2014-04-04
1
-1
/
+1
*
|
Sort of implementation of chunk sparsing
Tiger Wang
2014-03-23
1
-1
/
+1
|
/
*
Add Lua Bindings for FlowerPotEntity.h and add documentation.
Howaner
2014-03-07
1
-2
/
+2
*
Add Flower Pots
Howaner
2014-03-07
1
-1
/
+6
*
Removed an unused member variable from cChunk.
madmaxoft
2014-02-24
1
-1
/
+0
*
Merge pull request #697 from Howaner/Skull
Mattes D
2014-02-19
1
-1
/
+6
|
\
|
*
Rename SkullEntity to MobHeadEntity
Howaner
2014-02-19
1
-4
/
+4
|
*
Add Heads completely
Howaner
2014-02-18
1
-1
/
+6
*
|
Added cWorld:SetAreaBiome() API function.
madmaxoft
2014-02-18
1
-0
/
+8
|
/
*
Sizeable speed improvements to redstone
Tiger Wang
2014-02-15
1
-2
/
+12
*
Initial ChunkStay code.
madmaxoft
2014-02-08
1
-54
/
+56
*
Renamed cRedstoneManager to cRedstoneSimulator and renamed cRedstoneSimulator to cIncrementalRedstoneSimulator (Might change later).
STRWarrior
2014-02-07
1
-1
/
+1
*
Changed signitures of Several BLockHandler Methods
Tycho
2014-02-01
1
-1
/
+1
*
Basic command block implementation
andrew
2014-01-18
1
-6
/
+10
*
Fixed compilation in VC2008.
madmaxoft
2013-12-30
1
-23
/
+0
*
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
-1
/
+5
*
Renamed animation function
Tiger Wang
2013-12-07
1
-1
/
+1
*
Fixed duplication glitch with QueueSetBlock
Tiger Wang
2013-12-06
1
-3
/
+4
*
Changed cBlockHandler->OnUpdate() to use cChunk directly.
madmaxoft
2013-11-30
1
-3
/
+3
*
Merge remote-tracking branch 'origin/master' into foldermove2
Alexander Harkness
2013-11-24
1
-0
/
+9
*
Moved source to src
Alexander Harkness
2013-11-24
1
-0
/
+475