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
/
ChunkDef.h
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2012-08-03
Fixed a few gcc pedantic warnings; made BLOCKTYPE an unsigned char type.
madmaxoft@gmail.com
1
-15
/
+15
2012-07-02
BLOCKTYPE and NIBBLETYPE are finally exported in Lua API as numbers, not usertypes
madmaxoft@gmail.com
1
-4
/
+5
2012-07-02
cBlockArea object added (with only minimal testing so far)
madmaxoft@gmail.com
1
-0
/
+6
2012-07-02
ChunkDef: Fixed getters taking a const ptr
madmaxoft@gmail.com
1
-5
/
+11
2012-06-14
Attempt to bring sanity to newlines across systems.
cedeel@gmail.com
1
-492
/
+492
2012-06-02
Added the Biomal height generator, made it the default height generator.
madmaxoft@gmail.com
1
-0
/
+4
2012-05-27
Added some useful biome synonyms; added block property IsSnowable; alphabetically sorted block property setting
madmaxoft@gmail.com
1
-3
/
+3
2012-05-25
Merged the composable_generator branch into the trunk
madmaxoft@gmail.com
1
-30
/
+150
2012-04-23
Anvil storage writing (Basic storage is working, NO entities except for chests are working! Don't use for real servers)
madmaxoft@gmail.com
1
-1
/
+48
2012-03-14
Unified the chunk data to use the BLOCKDATA datatype.
madmaxoft@gmail.com
1
-0
/
+1
2012-03-14
Split chunk data into separate arrays; decoupled most sources from cChunk.h dependency
madmaxoft@gmail.com
1
-0
/
+320