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
fixes for api changes in embedtls (#5540)
x12xx12x
2 days
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
2023-06-19
Fixed a wrong format string.
FixItemCountFormat
Mattes D
1
-1
/
+1
2023-06-08
Replaced hand-escaped JSON (#5508)
Seppe Degryse
6
-11
/
+26
2023-06-05
Update clang-tidy.sh (#5477)
x12xx12x
1
-2
/
+9
2023-05-29
Add Class and Function Identifier Macro (#5481)
x12xx12x
2
-3
/
+15
2023-05-26
Anvil: Refactored to use shared_ptr.
Mattes D
2
-14
/
+13
2023-05-26
Anvil: Allow loading chunks without HeightMap.
Mattes D
5
-62
/
+77
2023-05-26
Added cChunkCoords fmtlib formatter.
Mattes D
1
-0
/
+17
2023-05-25
Added a warning if the webadmin is enabled without any users. (#5499)
NiLSPACE
2
-0
/
+27
2023-05-19
Updated LTO Check to new standard. (#5476)
x12xx12x
1
-7
/
+11
2023-05-19
UrlClient: Fixed invalid Content-Length header.
Niels Breuker
1
-1
/
+1
2023-05-19
UrlClientTest: Added tests for root CA verification.
Mattes D
1
-1
/
+207
2023-05-19
UrlClient: Fixed blocking request's error return value.
Mattes D
2
-8
/
+16
2023-05-19
MojangAPI: Removed an unused TLS root CA.
Mattes D
1
-24
/
+1
2023-05-19
UrlClientTest: Added timeout to all tests.
Mattes D
1
-4
/
+20
2023-05-19
cTCPLink and cUrlClient accept list of trusted root CAs for TLS.
Mattes D
15
-195
/
+246
2023-05-19
cTCPLink: Use the original connection hostname for SNI.
Mattes D
6
-16
/
+36
2023-05-19
Auth SSL Fixes
x12xx12x
18
-379
/
+380
2023-05-16
Removed all Printf-family functions from StringUtils.
Mattes D
71
-620
/
+515
2023-04-17
Try a timeout for jobs.
Alexander Harkness
1
-0
/
+3
2023-04-08
Implement slime chunks. (#5484)
Michal Havlíček
6
-2
/
+49
2023-04-04
refactor: removed m_MojangAPI from RankManager (#5483)
stevenzr
3
-11
/
+2
2023-03-27
Small Team Creation Fixes (#5479)
x12xx12x
2
-4
/
+8
2023-03-22
Handle newlines in cIniFile (#5447)
Jomar Milan
2
-1
/
+9
2023-03-22
Removed C style arrays from the BlockEntity folder (#5005)
Tiger Wang
5
-35
/
+28
2023-03-08
Added small embedded devices to README
Mattes D
1
-1
/
+1
2023-01-25
TNT minecarts exploding when riding over activator rails (#5469)
Michal Havlíček
6
-5
/
+62
2023-01-25
Allow certain blocks to be placed on top of upside-down stairs/slabs (#5468)
Michal Havlíček
10
-51
/
+202
2022-12-26
Changed Windows instructions to build out-of-source.
Mattes D
1
-1
/
+7
2022-11-18
MojangAPI: Update certificates (#5456)
Tiger Wang
1
-94
/
+71
2022-11-15
Remove Travis from GETTING-STARTED.md
Alexander Harkness
1
-2
/
+2
2022-11-09
Added support for favicons of any filesize. (#5457)
Mattes D
2
-17
/
+16
2022-11-09
Fixed nonsensical comment.
Mattes D
1
-1
/
+1
2022-11-08
Protocol: Use correct calculation for delta movements (#5455)
Tiger Wang
6
-38
/
+56
2022-11-03
Chunk: Optimise idle ticking
Tiger Wang
5
-25
/
+20
2022-10-28
Update Core Plugin (#5453)
x12xx12x
1
-0
/
+0
2022-10-28
Kick clients when resource pack rejected (#5440)
plan1231
7
-0
/
+23
2022-10-25
rework of the color code with & and standard codes (#5416)
Debucquoy Anthony tonitch
6
-156
/
+105
2022-09-28
Update Core
Mat
1
-0
/
+0
2022-08-29
Update Core
Mat
1
-0
/
+0
2022-07-16
ClientHandle: Fix block interaction regressions (#5431)
Tiger Wang
6
-79
/
+61
2022-07-16
ItemHandler: Fix torch handler not being called (#5433)
Tiger Wang
1
-2
/
+2
2022-06-29
Fix detector rail breaking/replacing blocks (#5429)
Bond-009
1
-13
/
+13
2022-06-28
Fix trampling for older clients and mobs (#5414)
DarkoGNU
4
-34
/
+64
2022-06-25
Fix building with clang 14 (#5428)
Bond-009
1
-0
/
+1
2022-06-18
Additional Y height checks (#5405)
Debucquoy Anthony tonitch
18
-181
/
+157
2022-06-02
Remove redundant initialisations
Tiger Wang
2
-3
/
+3
2022-05-07
Avoid spawn of silverfish when exploded by tnt (#5420)
Debucquoy Anthony tonitch
1
-1
/
+1
2022-05-07
Added check for unexported but documented API (#5418)
x12xx12x
6
-136
/
+113
2022-05-07
Implement ranged attack for snow golems. Fix failed assertion (#5417)
DarkoGNU
4
-1
/
+40
2022-04-26
Implement relative SendPlayerMoveLook. Use it in TurnToDirt (#5413)
DarkoGNU
8
-24
/
+82
2022-04-21
Moved comment to top
Persson-dev
1
-1
/
+2
2022-04-21
Add support for 1.14.x protocols
Persson-dev
5
-1
/
+138
2022-04-21
Implement farmland trampling (#5401)
DarkoGNU
8
-4
/
+143
2022-04-21
Protocol sources fixes (#5411)
Simon Pribylski
8
-125
/
+32
2022-04-20
Improving 1.14 support (#5388)
Simon Pribylski
9
-15
/
+1434
2022-04-20
handled the infinite loop and style
x12xx12x
4
-19
/
+23
2022-04-20
Valid Height is now checked by vector.
x12xx12x
44
-211
/
+202
2022-04-20
Updated protocol functions to Vector3x
x12xx12x
41
-307
/
+317
2022-04-19
Check height is within world for pistons and digging (#5396)
KingCol13
2
-6
/
+15
2022-04-15
Changing Copyright Years (happy 11)
Debucquoy Anthony tonitch
1
-1
/
+1
2022-04-12
Added '#include <cctype>' in NamespaceSerializer.cpp.
TheHyper45
1
-1
/
+1
2022-04-12
split functions into basic and entity prettify
x12xx12x
3
-13
/
+22
2022-04-12
Removed an implicit cast from int to char.
TheHyper45
1
-1
/
+1
2022-04-12
Added #include <cctype> to NamespaceSerializer.cpp
TheHyper45
1
-0
/
+1
2022-04-12
Yet another style fix
TheHyper45
2
-2
/
+2
2022-04-12
Some refinements
TheHyper45
2
-7
/
+1
2022-04-12
NamespaceSerializer::Prettify function now takes a string and converts it into a prettfied string
TheHyper45
3
-78
/
+31
2022-04-12
The proper style fix
TheHyper45
1
-1
/
+1
2022-04-12
Style fix.
TheHyper45
1
-2
/
+1
2022-04-12
Small refinements in BroadcastDeathMessage method.
TheHyper45
1
-4
/
+15
2022-04-12
Add Prettify method to get player-friendly names of mobs
TheHyper45
3
-10
/
+88
2022-04-12
add hle0 to CONTRIBUTORS
hle0
1
-1
/
+2
2022-04-12
fix various compiler warnings (and some unwanted case statement fallthroughs)
hle0
9
-10
/
+13
2022-02-17
Disable u8 prefix C++20 warning since we need it
Tiger Wang
1
-2
/
+2
2022-02-13
BigFlower: handle environmental destruction
Tiger Wang
1
-1
/
+1
2022-02-12
ClientHandle: cancel multi-block placements correcty
Tiger Wang
1
-9
/
+7
2022-02-09
Update CONTRIBUTORS
Rodarg
1
-2
/
+2
2022-02-09
Update CONTRIBUTORS
Rodarg
1
-0
/
+1
2022-02-09
style
Tiger Wang
1
-12
/
+11
2022-02-09
Correct Indentation IF
Rodarg
1
-2
/
+5
2022-02-09
Update BlockBigFlower.h
Rodarg
1
-1
/
+9
2022-02-09
Update BlockBigFlower.h
Rodarg
1
-6
/
+2
2022-02-08
ClientHandle: update variable names
Tiger Wang
1
-6
/
+6
2022-02-08
Spectators: prevent using items and spawn eggs
Tiger Wang
1
-8
/
+17
2022-02-08
Spectation: keep track of spectators
Tiger Wang
4
-12
/
+72
2022-01-27
Custom 25565 port page (#5369)
Rorkh
4
-0
/
+43
2022-01-26
Update to libdeflate 1.9
Tiger Wang
1
-0
/
+0
2022-01-24
Add player permission level (#5358)
Simon Pribylski
11
-71
/
+143
2022-01-22
Add aarch64 to easyinstall. Fixes #5386
Alexander Harkness
1
-1
/
+1
2022-01-16
ByteBuffer: fully defined Position handling
Tiger Wang
1
-12
/
+12
2022-01-14
syntax
Tiger Wang
10
-12
/
+12
2022-01-14
eblockface
Tiger Wang
18
-66
/
+75
2022-01-14
so much big brain time - it hurts
x12xx12x
1
-1
/
+1
2022-01-14
fixed bad web merge
Marc Lorenz
1
-0
/
+3
2022-01-14
fixed possible 64+64 error
Marc Lorenz
1
-5
/
+2
2022-01-14
fixed cast
x12xx12x
1
-1
/
+1
2022-01-14
auto > char
x12xx12x
1
-1
/
+1
2022-01-14
fixed compile error in jenkins and more warnings
x12xx12x
3
-4
/
+4
2022-01-14
Fixed Compiler Warnings
x12xx12x
34
-169
/
+114
2022-01-14
Fix WriteXZYPosition64 and add tests
Bond_009
2
-1
/
+33
[...]
Clone
http://ni.sijanec.eu./anonymous/cuberite
https://ni.sijanec.eu./anonymous/cuberite