index
:
anonymous/cuberite
1.14
5588-resources-encoding
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
Manually specify UTF-8 encoding for Cuberite.rc (#5589)
Alexander Harkness
4 days
5588-resources-encoding
Manually specify UTF-8 encoding for Cuberite.rc
Alexander Harkness
5 days
canbeat-cleanup
Use cChunkDef::IsValidHeight for CanBeAt functions, and related helpers.
Alexander Harkness
9 days
template-id-ctor-warning
Remove simple template-id from constructors for Vector3 template.
Alexander Harkness
11 days
real-block-count
Use correct size integer type, fix compiler warning.
Alexander Harkness
11 days
clang-format-codebase
Apply new clang-formatting
Alexander Harkness
13 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
[...]
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-09-22
Added binding to cPluginLua:ExecuteOffThread
MultiLuaStack
NiLSPACE
1
-1
/
+2
2020-09-22
Added tiny PoC to create new luastate in a different thread.
NiLSPACE
1
-0
/
+28
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
2020-08-20
More tar incompatibility changes
Alexander Harkness
1
-1
/
+1
2020-08-20
Exclude .git only, mac has inferior tar
Alexander Harkness
1
-1
/
+1
2020-08-20
Exclude VCS files from archives for jenkins binaries
Alexander Harkness
1
-1
/
+1
2020-08-19
Adding block entity transmission to 1.13 (#4829)
12xx12
2
-1
/
+38
2020-08-19
Add statistics upgrade mapping
Tiger Wang
2
-13
/
+122
2020-08-19
Add FileStream wrapper
Tiger Wang
3
-1
/
+43
2020-08-19
Add statistics palette for 1.15 & 1.16
Tiger Wang
4
-6
/
+171
2020-08-19
Add Statistics and Achievements for newer Network standards
12xx12
31
-507
/
+1047
2020-08-12
Add enhanced Gold generation in Mesa-Type Biomes (#4821)
12xx12
4
-0
/
+65
2020-08-10
Remove BountySource from funding sources
Alexander Harkness
3
-5
/
+2
2020-08-10
Update FinishGen.cpp
12xx12
1
-1
/
+0
2020-08-10
small issues addressed in #4817 fixed because was merged to fast
12xx12
3
-11
/
+3
2020-08-09
Fix enderchest placement rotation
ion232
1
-2
/
+2
2020-08-09
Adding Emeralds to generation (#4817)
12xx12
4
-1
/
+72
2020-08-09
Fix arrows preventing block placement
ion232
2
-0
/
+12
2020-08-09
Update CONTRIBUTORS to add ion232
ion232
1
-0
/
+1
2020-08-08
Remove the redstone solid block handler
Tiger Wang
35
-568
/
+731
2020-08-08
const-ify some Chunk functions
Tiger Wang
2
-11
/
+11
2020-08-06
Add documentation for @tigerw's new CMake flags (#4814)
Alexander Harkness
2
-5
/
+21
2020-08-06
Revert "Hotpatch optional for macOSX builds on buildserver"
Alexander Harkness
1
-4
/
+4
2020-08-05
Update bed behavior (#4545)
Mat
2
-7
/
+30
2020-08-05
imprementing plugin message to send server brand (#4786)
12xx12
1
-2
/
+6
2020-08-05
Update Core
mathiascode
1
-0
/
+0
2020-08-05
Fix big tree ring radius calculations. Ring radius now stays within range.
Alexander Harkness
1
-2
/
+2
2020-08-05
edit comment
mBornand
1
-1
/
+1
2020-08-05
update comment
mBornand
1
-1
/
+1
2020-08-05
correct error
mBornand
1
-3
/
+1
2020-08-05
correct error
mBornand
1
-1
/
+3
2020-08-05
large conifers sapplings grow
mBornand
1
-1
/
+6
2020-08-05
error in comment end
mBornand
1
-1
/
+1
2020-08-05
add Large conifers
mBornand
3
-18
/
+288
2020-08-05
WakeUpSimulators correct Y computation
Tiger Wang
2
-7
/
+12
2020-08-05
Delete unreferenced variable
Tiger Wang
1
-1
/
+0
2020-08-05
Adjust incorrect palette inclusions
Tiger Wang
3
-3
/
+3
2020-08-05
Delete redundant std::move in World loader
Tiger Wang
1
-14
/
+14
2020-08-05
fixup! Disable LTO on Android
Alexander Harkness
1
-1
/
+1
2020-08-05
Disable LTO on Android
Alexander Harkness
1
-0
/
+1
2020-08-05
Fix android builds (hopefully)
Alexander Harkness
1
-0
/
+0
2020-08-05
Hotpatch optional for macOSX builds on buildserver
Alexander Harkness
1
-4
/
+4
2020-08-04
Code cleanup in cChunk.PlaceBlock() for checking if BlockEntity should be spawned (#4812)
12xx12
1
-27
/
+4
2020-08-04
Fixup test block handler stubs
Tiger Wang
3
-51
/
+3
2020-08-04
Simply Y-check in door handler
Tiger Wang
1
-1
/
+1
2020-08-04
Continue with placement when using iron doors
Tiger Wang
1
-2
/
+4
2020-08-04
Door drops respect player gamemode
Tiger Wang
2
-12
/
+11
2020-08-04
Corrected wakeup sequences
Tiger Wang
10
-139
/
+70
2020-08-04
OnBroken/OnPlaced are for entity actions
Tiger Wang
16
-260
/
+92
2020-08-04
Do not GetBlock individually in simulators
Tiger Wang
7
-75
/
+93
2020-08-02
Use std::queue for the block tick queue
Tiger Wang
2
-11
/
+9
2020-08-02
Remove unused block tick related cChunk functions
Tiger Wang
4
-81
/
+17
2020-08-02
Always use relative coordinates in AddBlock
Tiger Wang
21
-228
/
+136
2020-08-02
Add WakeUp/AddBlock distinction
Tiger Wang
20
-120
/
+140
2020-08-02
Do not impose redstone wakup penalty for all blocks
Tiger Wang
1
-19
/
+6
2020-08-02
Delegate simulator wakeup to cChunk
Tiger Wang
2
-12
/
+12
2020-08-02
Ensure updating relatives calls the correct base case
Tiger Wang
9
-14
/
+15
2020-08-01
Replaced cpp14::make_unique<> with std::make_unique<>.
Mattes D
35
-257
/
+252
2020-08-01
Added HandleCraftItem call to ShiftClickedResult to make sure achievements are awarded (#4791)
12xx12
1
-0
/
+3
2020-07-28
Correct Serialise393/477 version annotations
Tiger Wang
1
-2
/
+3
[...]
Clone
http://ni.xn--ijanec-9jb.eu./anonymous/cuberite
https://ni.xn--ijanec-9jb.eu./anonymous/cuberite