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
/
source
/
ChunkMap.cpp
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
Added OnExploding() and OnExploded() hooks.
madmaxoft
2013-08-09
1
-18
/
+21
*
Added cWorld::DoWithChunk() function.
madmaxoft
2013-08-03
1
-0
/
+15
*
Removed the unused BlockY parameter from cChunkDef::BlockToChunk()
madmaxoft
2013-08-03
1
-13
/
+13
*
Improved function names for protocol packet sending; alpha-sorted the function lists
madmaxoft@gmail.com
2013-07-07
1
-76
/
+69
*
Rewritten entity-on-fire management ("forever on fire" bugs)
madmaxoft@gmail.com
2013-07-01
1
-3
/
+3
*
Added a warning when spawning an entity in a non-existent chunk
madmaxoft@gmail.com
2013-06-25
1
-0
/
+3
*
Explosions don't produce warnings in cBlockArea; fixed logging in cBlockArea
madmaxoft@gmail.com
2013-06-21
1
-1
/
+7
*
Simulators are woken up after an explosion.
madmaxoft@gmail.com
2013-06-21
1
-3
/
+63
*
Improved comment
madmaxoft@gmail.com
2013-06-19
1
-1
/
+2
*
Explosions do not effect the terrain when they are in water.
nielsbreu@gmail.com
2013-06-18
1
-0
/
+11
*
More TNT fixes.
madmaxoft@gmail.com
2013-06-18
1
-37
/
+35
*
TNT fixes.
madmaxoft@gmail.com
2013-06-18
1
-6
/
+39
*
Added cWorld::SetSignLines(), re-exported to Lua manually to avoid ghost return values
madmaxoft@gmail.com
2013-06-12
1
-4
/
+4
*
Chunk / ChunkMap: Added support for unbounded querying blocktype-only or blockmeta-only
madmaxoft@gmail.com
2013-05-28
1
-0
/
+46
*
Implemented droppers
madmaxoft@gmail.com
2013-05-26
1
-0
/
+66
*
Fixed cWorld:ForEachEntity()
madmaxoft@gmail.com
2013-05-19
1
-1
/
+1
*
Explosion: Switched from a cube to a sphere. Implemented using cBlockArea and moved block changing code to ChunkMap
keyboard.osh@gmail.com
2013-05-04
1
-0
/
+30
*
Fixed a few possible crashes upon server stop
madmaxoft@gmail.com
2013-04-27
1
-3
/
+5
*
Proper entity removal functions
madmaxoft@gmail.com
2013-04-13
1
-34
/
+14
*
Rewritten entities so that they are owned by individual chunks and ticked within their chunk's Tick()
madmaxoft@gmail.com
2013-04-13
1
-62
/
+218
*
Added support for the packet #28 (0x1C): ENTITY_VELOCITY
keyboard.osh@gmail.com
2013-03-18
1
-0
/
+16
*
Fix for the Vaporize fluid simulator when loading chunks.
madmaxoft@gmail.com
2013-03-14
1
-1
/
+0
*
Player can sit in minecarts (but not move them yet)
madmaxoft@gmail.com
2013-03-03
1
-0
/
+15
*
Simulators now have direct access to the cChunk object in the WakeUp() call
madmaxoft@gmail.com
2013-02-28
1
-4
/
+21
*
Fixed a copypasta error from rev 1224
madmaxoft@gmail.com
2013-02-27
1
-1
/
+1
*
Made FAST_FLOOR_DIV work correctly, replaced all floorf() divisions with it.
madmaxoft@gmail.com
2013-02-27
1
-5
/
+5
*
Added new hooks: OnChunkAvailable(), OnChunkUnloaded() and OnChunkUnloading(). Modified OnChunkGenerated() signature.
madmaxoft@gmail.com
2013-02-05
1
-1
/
+9
*
Dispensers can dispense items and liquids now
luksor111@gmail.com
2012-12-26
1
-0
/
+33
*
cChunk now tracks its neighbors as direct pointers; used in UnboundedRelGetBlock et al.
madmaxoft@gmail.com
2012-12-14
1
-2
/
+74
*
Removed an unused obsolete function chain - cWorld::GetChunkBlockData()
madmaxoft@gmail.com
2012-11-11
1
-16
/
+0
*
Fixed a valgrind warning in BlockDirt.
madmaxoft@gmail.com
2012-10-26
1
-2
/
+6
*
Added jukeboxes (patch contributed by Luksor)
madmaxoft@gmail.com
2012-10-21
1
-0
/
+19
*
Made cWorld's block query functions more orthogonal, added GetBlockInfo() returning all info on a block.
madmaxoft@gmail.com
2012-10-20
1
-9
/
+44
*
Floody fluid simulator now dries up correctly, too.
madmaxoft@gmail.com
2012-10-14
1
-30
/
+49
*
BlockArea writing support (BlockTypes with BlockMeta only)
madmaxoft@gmail.com
2012-10-06
1
-0
/
+39
*
Beds can be slept in now (it doesn't change the time though)
faketruth
2012-09-29
1
-0
/
+19
*
Added the block dig animation packet (patch contributed by l0udPL)
madmaxoft@gmail.com
2012-09-25
1
-0
/
+19
*
Source files cleanup: The rest of the files renamed.
madmaxoft@gmail.com
2012-09-24
1
-0
/
+1874