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
canbeat-cleanup
clang-format-codebase
daylightgrowth
dumpinfo-plugin-folder
endgen
fixes
fixesandfeatures
formattingcodes
ghastsounds
infodump-dependencies
issue4106
itemsinicleanup
master
mobs2
real-block-count
serverTick
spawning
template-id-ctor-warning
threading
A lightweight, fast and extensible game server for Minecraft
mirror
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
Branch
Commit message
Author
Age
master
Fix Block Entity Placement in Generation (#5060)
x12xx12x
7 hours
canbeat-cleanup
Use cChunkDef::IsValidHeight for CanBeAt functions, and related helpers.
Alexander Harkness
3 days
template-id-ctor-warning
Remove simple template-id from constructors for Vector3 template.
Alexander Harkness
5 days
real-block-count
Use correct size integer type, fix compiler warning.
Alexander Harkness
5 days
clang-format-codebase
Apply new clang-formatting
Alexander Harkness
7 days
biomal-bedrock-shape
Make biomal composition gen respect the shapegen when placing bedrock
Niels
3 months
dumpinfo-plugin-folder
Fixed dumpinfo plugin not finding Info.lua file if the plugin folder and name don't match
Niels
6 months
infodump-dependencies
Added extra possible Info.lua parameter that describes the dependencies
Niels Breuker
7 months
endgen
Use auto instead of NOISE_DATATYPE
Niels Breuker
8 months
InfoDumpParams
Plugin InfoDump: Fall back to gPluginInfo if g_PluginInfo not found.
Mattes D
8 months
[...]
Tag
Download
Author
Age
1.7EOL
cuberite-1.7EOL.tar
cuberite-1.7EOL.tar.gz
cuberite-1.7EOL.tar.bz2
cuberite-1.7EOL.tar.lz
cuberite-1.7EOL.tar.xz
cuberite-1.7EOL.tar.zst
cuberite-1.7EOL.zip
Alexander Harkness
8 years
1.6EoS
cuberite-1.6EoS.tar
cuberite-1.6EoS.tar.gz
cuberite-1.6EoS.tar.bz2
cuberite-1.6EoS.tar.lz
cuberite-1.6EoS.tar.xz
cuberite-1.6EoS.tar.zst
cuberite-1.6EoS.zip
Alexander Harkness
10 years
ProtoProxy_1.7.2_001
cuberite-ProtoProxy_1.7.2_001.tar
cuberite-ProtoProxy_1.7.2_001.tar.gz
cuberite-ProtoProxy_1.7.2_001.tar.bz2
cuberite-ProtoProxy_1.7.2_001.tar.lz
cuberite-ProtoProxy_1.7.2_001.tar.xz
cuberite-ProtoProxy_1.7.2_001.tar.zst
cuberite-ProtoProxy_1.7.2_001.zip
madmaxoft
11 years
ProtoProxy_1.6.4_001
cuberite-ProtoProxy_1.6.4_001.tar
cuberite-ProtoProxy_1.6.4_001.tar.gz
cuberite-ProtoProxy_1.6.4_001.tar.bz2
cuberite-ProtoProxy_1.6.4_001.tar.lz
cuberite-ProtoProxy_1.6.4_001.tar.xz
cuberite-ProtoProxy_1.6.4_001.tar.zst
cuberite-ProtoProxy_1.6.4_001.zip
Mattes D
11 years
Age
Commit message
Author
Files
Lines
2020-10-01
Update Entity.cpp
BoundingBox
Tiger Wang
1
-62
/
+72
2020-10-01
Cleanup of entity riding code
Tiger Wang
2
-4
/
+9
2020-09-30
Fix boats in the new physics system
Tiger Wang
8
-104
/
+97
2020-09-30
Explodinator: fix division by zero
Tiger Wang
2
-3
/
+3
2020-09-29
Remove allocation in getting all the blocks to test
Tiger Wang
1
-134
/
+137
2020-09-29
Gracefully handle rounding issues
Tiger Wang
2
-14
/
+27
2020-09-29
Box size changes
Tiger Wang
3
-9
/
+9
2020-09-29
Improved entity bounding box collision
Tiger Wang
4
-79
/
+173
2020-09-29
Doors: check power & toggle correctly
Tiger Wang
2
-32
/
+63
2020-09-29
HandleEnchantItem: use a lambda (#4944)
Tiger Wang
1
-5
/
+8
2020-09-28
Fortune Drops (#4932)
KingCol13
13
-72
/
+149
2020-09-28
Enchanting consumes lapis, removes correct number of levels (#4934)
KingCol13
1
-11
/
+51
2020-09-28
Plugin reload <plugin_name> feature (#4942)
[IPSA] Chris de Claverie
6
-28
/
+89
2020-09-27
Fixing Mob spawner behaviour (#4930)
12xx12
6
-143
/
+137
2020-09-25
Remove unused Temporary namespace
Tiger Wang
6
-719
/
+2
2020-09-25
Do not call into things we don't own in destructors
Tiger Wang
9
-55
/
+35
2020-09-25
Grass spread: check chunk & light validity correctly
Tiger Wang
1
-2
/
+2
2020-09-25
Fix the build. Merge conflict between two PRs (#4936)
Alexander Harkness
1
-1
/
+1
2020-09-25
Deleted BiomeDef.h and ChunkDef.h from Globals.h (#4885)
KingCol13
27
-33
/
+26
2020-09-25
Put phonograph on right part of visual spectrum
Tiger Wang
2
-1
/
+2
2020-09-25
BlockEntity: clarify ConvertToPickups behaviour
Tiger Wang
1
-1
/
+1
2020-09-25
Unify block entity pickup conversion
Tiger Wang
80
-214
/
+181
2020-09-25
Small cleanup in Jukeboxes
Tiger Wang
2
-13
/
+18
2020-09-25
Fix cItems::AddItemGrid adding empty items
Tiger Wang
1
-3
/
+6
2020-09-24
Fix ice behaviour in world (#4927)
12xx12
4
-3
/
+89
2020-09-23
TABS OUT OF BED! TABS IN THE CORRIDORS!
Tiger Wang
2
-2
/
+2
2020-09-23
Limit fortune level, style fixes
Tiger Wang
8
-40
/
+45
2020-09-22
Added dtEnvitonment to player damage text (#4925)
12xx12
1
-0
/
+1
2020-09-21
added dtEnvironment to string conversion
12xx12
1
-0
/
+2
2020-09-21
Implement redstone quasi-connectivity (#4889)
Tiger Wang
5
-28
/
+76
2020-09-21
Implement Dropspenser Hook (#4903)
KrystilizeNevaDies
9
-4
/
+69
2020-09-21
Trapdoor crash fix (#4890)
theophriene
2
-6
/
+29
2020-09-21
Synchronously save chunks on server shutdown (#4900)
Alexander Harkness
3
-1
/
+17
2020-09-20
Implement fortune for ores, glowstone and sea lanterns (#4897)
KingCol13
5
-19
/
+48
2020-09-20
IBM Z (#4892)
Tiger Wang
1
-12
/
+11
2020-09-20
Cauldron: backport "use" behaviour to 1.12 (#4902)
Tiger Wang
1
-10
/
+20
2020-09-20
BlockHandler initialisation is a constant expression (#4891)
Tiger Wang
115
-2193
/
+1724
2020-09-20
Added armor and shulker box cleaning (#4875)
12xx12
1
-2
/
+57
2020-09-20
Added end portal and enchanting table block entities
12xx12
22
-321
/
+657
2020-09-19
Fixed missing case: in entity damaging crashin the server (#4899)
12xx12
1
-0
/
+1
2020-09-19
Changing jungle trees a bit (#4823)
12xx12
1
-12
/
+28
2020-09-19
added 12xx12 to CONTRIBUTORS (#4896)
12xx12
1
-0
/
+1
2020-09-19
Fix silk-touching glowing redstone (#4893)
KingCol13
2
-1
/
+7
2020-09-18
Style, no need to tag struct with s
Tiger Wang
1
-9
/
+9
2020-09-18
Remove unused ServerPort argument
Tiger Wang
5
-21
/
+20
2020-09-18
Add State enum to protocol
Tiger Wang
8
-62
/
+55
2020-09-18
Remove unused ServerPort member
Tiger Wang
2
-3
/
+1
2020-09-18
Cleanup Protocol classes
Tiger Wang
5
-49
/
+46
2020-09-18
Adding Generator For Single Piece Structures (#4830)
12xx12
9
-0
/
+1890
2020-09-17
Added recipe for the observer. (#4880)
KingCol13
2
-0
/
+3
2020-09-17
Fixed leaves and wheat not breakable with piston (#4882)
Elias Thomson
1
-1
/
+4
2020-09-17
Fixed snow golems and added documentation to damage type and added damage type for damage from environment to mobs (#4877)
12xx12
5
-4
/
+165
2020-09-17
BlockHandler: no dynamic allocation (#4862)
Tiger Wang
8
-249
/
+552
2020-09-17
Add some const qualifiers to functions (#4874)
12xx12
4
-11
/
+11
2020-09-15
Fixed doors not breakable by piston (#4869)
Elias Thomson
1
-0
/
+5
2020-09-13
Rail: avoid invalid game states (#4864)
Tiger Wang
1
-12
/
+10
2020-09-13
Beds: derestrict clicking block face (#4863)
Tiger Wang
1
-20
/
+8
2020-09-12
Reverse order of ChunkSender priorities (#4858)
Tiger Wang
7
-34
/
+31
2020-09-12
Use tracing for explosions (#4845)
Tiger Wang
22
-299
/
+530
2020-09-10
fixed missing include for FreeBSD. (#4852)
SatoKaito
1
-1
/
+8
2020-09-05
Add more statistic tracking (#4837)
12xx12
18
-6
/
+88
2020-09-05
Use pitch lookup in noteblock block entity (#4826)
12xx12
6
-50
/
+220
2020-09-05
WriteConsoleInput can return FALSE when running as servic
Tiger Wang
1
-6
/
+2
2020-09-05
Reformat messages in NonCtrlHandler
Tiger Wang
1
-12
/
+16
2020-09-05
Streamline startup sequence
Tiger Wang
13
-681
/
+737
2020-09-03
Rename AddEntityIfNotPresent to AddPlayer
Tiger Wang
3
-17
/
+7
2020-08-30
Define _DEBUG macro for tests and main server (#4843)
Alexander Harkness
1
-0
/
+5
2020-08-29
Entities can fail to add into a chunk
Tiger Wang
3
-11
/
+10
2020-08-29
Unused/duplicate function cleanup
Tiger Wang
5
-29
/
+2
2020-08-28
Remove redundant DoWithChunkAt in chests
Tiger Wang
2
-12
/
+6
2020-08-28
Minor style fixes
Tiger Wang
3
-1
/
+13
2020-08-28
FastNBTWriter: AddString now uses string_view
Tiger Wang
2
-5
/
+5
2020-08-28
Broadcaster: don't loop over all entities to broadcast one's position
Tiger Wang
1
-1
/
+1
2020-08-28
Save enderchest block entities to storage
Tiger Wang
5
-71
/
+38
2020-08-28
WorldStorage: Removed unused callback parameters
Tiger Wang
3
-50
/
+13
2020-08-28
Clean up pickup collection to use ForEachEntityInBox
Tiger Wang
3
-54
/
+22
2020-08-28
Chunk: Make StayCount/AlwaysTicked unsigned
Tiger Wang
1
-3
/
+2
2020-08-28
Simplify MoveEntityToNewChunk
Tiger Wang
2
-8
/
+4
2020-08-28
Clean up GenerateChunk/TouchChunk
Tiger Wang
6
-128
/
+9
2020-08-28
ChunkMap: do not wantonly make empty chunks
Tiger Wang
5
-245
/
+133
2020-08-28
Remove unneeded MarkDirty, SendToClients parameters of SetMeta
Tiger Wang
11
-62
/
+33
2020-08-28
1.13+: Send length-prefixed server Brand string
Tiger Wang
2
-18
/
+4
2020-08-27
Removed const
Mattes D
1
-2
/
+2
2020-08-27
Changed tree-growing functions in cWorld to use Vector3i coords.
Mattes D
5
-90
/
+176
2020-08-27
Added a "reloadweb" command for reloading web admin config.
Mattes D
1
-1
/
+9
2020-08-26
Fixed windows hack in Compile.sh (#4834)
Azurethi
1
-1
/
+2
2020-08-25
Fix doors and trapdoors closing on server restart
Peter Bell
2
-2
/
+6
2020-08-21
ChunkDataSerializer: don't repeatedly mallocate
Tiger Wang
5
-171
/
+216
2020-08-21
CompressPacket: reserve CompressedSize, not the uncompressed size
Tiger Wang
1
-3
/
+3
2020-08-21
StatSerializer: use std::move
Tiger Wang
2
-7
/
+7
2020-08-21
Make StatSerializer a namespace
Tiger Wang
3
-95
/
+81
2020-08-21
Consolidate various Chunk serialisers under one roof
Tiger Wang
2
-141
/
+43
2020-08-21
Remove unused variables in ChestEntity/BlockEntityWithItems
Tiger Wang
2
-4
/
+0
2020-08-21
Made cProtocol::Version, EntityMetadata enums less verbose
Tiger Wang
11
-273
/
+273
2020-08-21
Remove complex templated SendBlockChange
Tiger Wang
4
-94
/
+48
2020-08-21
Replace PowerData struct with PowerLevel
Tiger Wang
25
-189
/
+171
2020-08-21
cChunk's deleted copy constructor needs const
Tiger Wang
1
-1
/
+1
2020-08-21
Remove level of indirection in cChunk storage
Tiger Wang
4
-87
/
+67
2020-08-21
Remove std::make_unique from redstone handler creation
Tiger Wang
28
-545
/
+494
2020-08-21
Minor typo fixes
Tiger Wang
3
-19
/
+21
[...]
Clone
http://ni.4a.si./anonymous/cuberite
https://ni.4a.si./anonymous/cuberite