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.cpp
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
Made -Weverything an error.
tycho
2015-05-24
1
-4
/
+4
*
Added cBlockArea:CountNonAirBlocks API function.
Mattes D
2015-04-30
1
-0
/
+31
*
Added cBlockArea::msSimpleCompare merge strategy.
Mattes D
2015-04-29
1
-1
/
+37
*
Added cBlockArea:GetNonAirCropRelCoords() API function.
Mattes D
2015-04-29
1
-0
/
+67
*
En masse NULL -> nullptr replace
Tiger Wang
2014-10-23
1
-44
/
+44
*
More template keyword fixes.
Mattes D
2014-08-28
1
-9
/
+9
*
Added initializers for class members.
Mattes D
2014-08-21
1
-1
/
+3
*
Normalized comments.
madmaxoft
2014-07-17
1
-2
/
+2
*
Fixed basic whitespace problems.
madmaxoft
2014-07-17
1
-5
/
+5
*
Fixed wrong types. (BLOCKTYPE -> NIBBLETYPE)
Howaner
2014-07-13
1
-1
/
+1
*
Nullify deleted pointers.
archshift
2014-06-19
1
-11
/
+17
*
Fixed a crash when creating negative-size blockareas.
madmaxoft
2014-06-09
1
-0
/
+8
*
cBlockArea reading hotfix.
madmaxoft
2014-06-02
1
-63
/
+109
*
Added comments, reformatted code.
madmaxoft
2014-05-29
1
-1
/
+1
*
Implemented style changes
Tycho
2014-05-24
1
-1
/
+1
*
Merge branch 'master' into chunksparsing/structs
Tycho
2014-05-24
1
-14
/
+11
|
\
|
*
Fixed a warning and a complaint about a never-read variable.
archshift
2014-05-11
1
-14
/
+11
*
|
Fixed stylistic issues
Tycho
2014-05-21
1
-4
/
+4
*
|
Renamed cChunkBuffer to cChunkData
Tycho
2014-05-21
1
-2
/
+2
*
|
Fixed minor style issues
Tycho
2014-05-21
1
-1
/
+1
*
|
Merge branch 'master' into chunksparsing/structs
Tycho
2014-05-10
1
-7
/
+7
|
\
|
|
*
Fixed MSVC 64-bit build warnings.
Mattes D
2014-05-09
1
-5
/
+5
|
*
Fixed a flipped condition in cBlockArea::Merge().
madmaxoft
2014-05-05
1
-2
/
+2
*
|
Merge branch 'master' into chunksparsing/structs
Tycho
2014-05-03
1
-2
/
+2
|
\
|
|
*
Fixed warnings in cBlockArea.
madmaxoft
2014-05-01
1
-2
/
+2
*
|
Merge branch 'master' into chunksparsing/structs
Tycho
2014-05-01
1
-167
/
+226
|
\
|
|
*
Disabled MSVC warnings about constant bool expressions.
madmaxoft
2014-04-28
1
-2
/
+19
|
*
Removed static from combinators.
Tycho
2014-04-28
1
-7
/
+7
|
*
Fixed unbraced ifs
Tycho
2014-04-28
1
-10
/
+40
|
*
Removed inlines from combinators
Tycho
2014-04-28
1
-7
/
+7
|
*
Template Magic
Tycho
2014-04-28
1
-168
/
+175
|
*
Worked around const pointer
Tycho
2014-04-27
1
-2
/
+3
|
*
Initialised MetaArrays in BlockArea
Tycho
2014-04-27
1
-2
/
+6
*
|
Fixed bad comment
Tycho
2014-04-27
1
-1
/
+1
*
|
Implemented Chunk Sparsing with segments
Tycho
2014-04-26
1
-97
/
+69
|
/
*
Fixed a few MSVC type warnings.
Mattes D
2014-04-03
1
-1
/
+1
*
Merged branch 'msDifference'.
madmaxoft
2014-04-01
1
-0
/
+34
|
\
|
*
Added new merge strategy "msDifference"
STRWarrior
2014-03-31
1
-0
/
+34
*
|
cBlockArea: Added the msMask merge strategy.
madmaxoft
2014-04-01
1
-0
/
+30
|
/
*
Implemented the msSpongePrint merge strategy.
madmaxoft
2014-03-28
1
-4
/
+34
*
BlockArea: Create() can take the size as Vector3i, too.
madmaxoft
2014-03-25
1
-0
/
+9
*
BlockArea: Switched internal coords to Vector3i.
madmaxoft
2014-03-25
1
-175
/
+149
*
Renamed cBlockArea Offset to WEOffset.
madmaxoft
2014-03-12
1
-2
/
+2
*
Renamed m_Offset to m_WEOffset
STRWarrior
2014-03-11
1
-3
/
+3
*
Using ```const Vector3i &```
STRWarrior
2014-03-11
1
-1
/
+1
*
This allows a blockarea to have an Offset.
STRWarrior
2014-03-10
1
-0
/
+19
*
Added useful parameter overloads to cBlockArea Lua API.
madmaxoft
2014-02-24
1
-0
/
+95
*
Fixed crash in cBlockArea rotation.
madmaxoft
2014-02-24
1
-6
/
+6
*
Moved Schematic file methods to seperate class
Tycho
2014-01-20
1
-158
/
+1
*
Seperated BlockArea From World
Tycho
2014-01-20
1
-5
/
+4
*
Fixed a few MSVC warnings.
madmaxoft
2014-01-07
1
-3
/
+3
*
fixed warnings in BlockArea.cpp
Tycho Bickerstaff
2013-12-31
1
-0
/
+2
*
cBlockArea: Fixed writing full-height areas.
madmaxoft
2013-12-26
1
-2
/
+2
*
Fixed block area height check.
madmaxoft
2013-12-25
1
-2
/
+2
*
Fixed a typo in cBlockArea merging code.
madmaxoft
2013-12-20
1
-2
/
+1
*
cBlockArea: origin is initialized in the constructor and the loader.
madmaxoft
2013-12-17
1
-0
/
+6
*
Moved source to src
Alexander Harkness
2013-11-24
1
-0
/
+2124