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
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2014-03-28
Implemented the msSpongePrint merge strategy.
madmaxoft
1
-4
/
+34
2014-03-25
BlockArea: Create() can take the size as Vector3i, too.
madmaxoft
1
-0
/
+9
2014-03-25
BlockArea: Switched internal coords to Vector3i.
madmaxoft
1
-175
/
+149
2014-03-11
Using ```const Vector3i &```
STRWarrior
1
-1
/
+1
2014-03-12
Renamed cBlockArea Offset to WEOffset.
madmaxoft
1
-2
/
+2
2014-03-11
Renamed m_Offset to m_WEOffset
STRWarrior
1
-3
/
+3
2014-03-10
This allows a blockarea to have an Offset.
STRWarrior
1
-0
/
+19
2014-02-24
Added useful parameter overloads to cBlockArea Lua API.
madmaxoft
1
-0
/
+95
2014-02-24
Fixed crash in cBlockArea rotation.
madmaxoft
1
-6
/
+6
2014-01-20
Moved Schematic file methods to seperate class
Tycho
1
-158
/
+1
2014-01-20
Seperated BlockArea From World
Tycho
1
-5
/
+4
2014-01-07
Fixed a few MSVC warnings.
madmaxoft
1
-3
/
+3
2013-12-31
fixed warnings in BlockArea.cpp
Tycho Bickerstaff
1
-0
/
+2
2013-12-26
cBlockArea: Fixed writing full-height areas.
madmaxoft
1
-2
/
+2
2013-12-25
Fixed block area height check.
madmaxoft
1
-2
/
+2
2013-12-20
Fixed a typo in cBlockArea merging code.
madmaxoft
1
-2
/
+1
2013-12-17
cBlockArea: origin is initialized in the constructor and the loader.
madmaxoft
1
-0
/
+6
2013-11-24
Moved source to src
Alexander Harkness
1
-0
/
+0
2013-07-29
Changed everyting to Unix line endings.
Alexander Harkness
1
-2124
/
+2124
2013-06-21
Explosions don't produce warnings in cBlockArea; fixed logging in cBlockArea
madmaxoft@gmail.com
1
-7
/
+7
2013-03-31
BlockArea: Added runtime check for coords in Debug mode
madmaxoft@gmail.com
1
-0
/
+7
2013-03-26
BlockArea: Finished rotation and mirroring with meta. Implemented example meta handling for vines, stairs and torches.
madmaxoft@gmail.com
1
-12
/
+143
2013-03-26
cBlockArea: Fixed type / meta copypasta errors in mirroring and rotation code
madmaxoft@gmail.com
1
-7
/
+37
2013-03-25
BlockArea: Implemented rotation without meta manipulation
madmaxoft@gmail.com
1
-6
/
+76
2013-03-25
BlockArea: Implemented mirroring without meta manipulation
madmaxoft@gmail.com
1
-0
/
+182
2013-03-19
The subgenerators use cChunkDesc instead of raw arrays. cChunkDesc is based on cBlockArea. Initial version of Lakes generator.
madmaxoft@gmail.com
1
-0
/
+79
2013-02-13
Implemented the cBlockArea:RelLine() API function.
madmaxoft@gmail.com
1
-1
/
+135
2013-02-13
Added HOOK_WEATHER_CHANGING.
madmaxoft@gmail.com
1
-0
/
+12
2013-02-11
Added a forgotten part of the cBlockArea::FillRelCuboid() function.
madmaxoft@gmail.com
1
-0
/
+21
2013-02-11
More API functions in cBlockArea: Create(), Fill(), FillRelArea()
madmaxoft@gmail.com
1
-0
/
+130
2013-02-10
Added cBlockArea:Merge() API function to merge two block areas using different strategies.
madmaxoft@gmail.com
1
-1
/
+180
2013-02-10
cBlockArea: Added empty NBT tags to schematic file saving for better compatibility.
madmaxoft@gmail.com
1
-0
/
+5
2013-02-09
Added cBlockArea:Expand() API function (untested)
madmaxoft@gmail.com
1
-0
/
+90
2013-02-08
cChunkDesc can now read and write cBlockAreas.
madmaxoft@gmail.com
1
-0
/
+34
2013-02-07
Added cBlockArea:CopyTo() and :CopyFrom(), so now block areas can be duplicated easily.
madmaxoft@gmail.com
1
-0
/
+45
2013-02-07
cBlockArea can now be saved as a .schematic file.
madmaxoft@gmail.com
1
-0
/
+46
2013-02-07
Added a sanity check to cBlockArea:Crop()
madmaxoft@gmail.com
1
-0
/
+13
2013-02-07
Added a cGZipFile class for reading GZipped files.
madmaxoft@gmail.com
1
-13
/
+6
2013-02-06
cBlockArea can now be loaded from a .schematic file.
madmaxoft@gmail.com
1
-0
/
+122
2013-02-06
Added a new API call to cBlockArea: Crop().
madmaxoft@gmail.com
1
-1
/
+82
2013-01-04
cBlockArea now has a GetBlockTypeMeta() and GetRelBlockTypeMeta() methods
madmaxoft@gmail.com
1
-0
/
+37
2012-10-14
BlockArea: Added const-ness to non-modifying functions, so that a const cBlockArea & can be used.
madmaxoft@gmail.com
1
-11
/
+11
2012-10-06
BlockArea writing support (BlockTypes with BlockMeta only)
madmaxoft@gmail.com
1
-4
/
+61
2012-09-24
Source files cleanup: The rest of the files renamed.
madmaxoft@gmail.com
1
-1
/
+1
2012-07-09
BlockArea name change reverted
lapayo94@gmail.com
1
-1
/
+1
2012-07-08
Squirrel Plugins
lapayo94@gmail.com
1
-1
/
+1
2012-07-02
cBlockArea object added (with only minimal testing so far)
madmaxoft@gmail.com
1
-0
/
+626