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
/
BlockArea.h
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
cBlockArea: Added CountSpecificBlocks() API function.
Mattes D
2015-06-08
1
-0
/
+9
*
Made -Weverything an error.
tycho
2015-05-24
1
-1
/
+1
*
Added cBlockArea:CountNonAirBlocks API function.
Mattes D
2015-04-30
1
-1
/
+5
*
Added cBlockArea::msSimpleCompare merge strategy.
Mattes D
2015-04-29
1
-0
/
+17
*
Added cBlockArea:GetNonAirCropRelCoords() API function.
Mattes D
2015-04-29
1
-0
/
+5
*
En masse NULL -> nullptr replace
Tiger Wang
2014-10-23
1
-70
/
+74
*
convert old style casts to fix warnings
Steven Riehl
2014-10-12
1
-70
/
+66
*
More template keyword fixes.
Mattes D
2014-08-28
1
-1
/
+1
*
Fixed basic whitespace problems.
madmaxoft
2014-07-17
1
-2
/
+2
*
Renamed cChunkBuffer to cChunkData
Tycho
2014-05-21
1
-1
/
+1
*
Fixed minor style issues
Tycho
2014-05-21
1
-2
/
+2
*
Fixed issue with types not being defined for an unused parameter
Tycho
2014-05-18
1
-0
/
+1
*
Merge branch 'master' into chunksparsing/structs
Tycho
2014-05-03
1
-1
/
+1
|
\
|
*
Fixed warning in cBlockArea.
madmaxoft
2014-05-01
1
-1
/
+1
*
|
Merge branch 'master' into chunksparsing/structs
Tycho
2014-05-01
1
-1
/
+4
|
\
|
|
*
Template Magic
Tycho
2014-04-28
1
-1
/
+4
*
|
Implemented Chunk Sparsing with segments
Tycho
2014-04-26
1
-4
/
+1
|
/
*
Merged branch 'msDifference'.
madmaxoft
2014-04-01
1
-0
/
+1
|
\
|
*
Added new merge strategy "msDifference"
STRWarrior
2014-03-31
1
-0
/
+1
*
|
cBlockArea: Added the msMask merge strategy.
madmaxoft
2014-04-01
1
-0
/
+9
|
/
*
Implemented the msSpongePrint merge strategy.
madmaxoft
2014-03-28
1
-2
/
+11
*
BlockArea: Create() can take the size as Vector3i, too.
madmaxoft
2014-03-25
1
-2
/
+8
*
BlockArea: Switched internal coords to Vector3i.
madmaxoft
2014-03-25
1
-17
/
+19
*
Merge remote-tracking branch 'xdot/master'
madmaxoft
2014-03-12
1
-1
/
+1
|
\
|
*
Unified Vector classes
andrew
2014-03-11
1
-1
/
+1
*
|
Renamed cBlockArea Offset to WEOffset.
madmaxoft
2014-03-12
1
-4
/
+5
*
|
Renamed m_Offset to m_WEOffset
STRWarrior
2014-03-11
1
-2
/
+3
*
|
Using ```const Vector3i &```
STRWarrior
2014-03-11
1
-2
/
+2
*
|
This allows a blockarea to have an Offset.
STRWarrior
2014-03-10
1
-0
/
+5
|
/
*
Added useful parameter overloads to cBlockArea Lua API.
madmaxoft
2014-02-24
1
-0
/
+38
*
Added cBlockArea::GetVolume, exported to Lua API.
madmaxoft
2014-02-23
1
-27
/
+30
*
Fixed bindings for cBlockArea:Get(Rel)BlockTypeMeta().
madmaxoft
2014-02-20
1
-0
/
+6
*
Moved Schematic file methods to seperate class
Tycho
2014-01-20
1
-17
/
+1
*
Seperated BlockArea From World
Tycho
2014-01-20
1
-6
/
+3
*
Moved source to src
Alexander Harkness
2013-11-24
1
-0
/
+310