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
10 days
5588-resources-encoding
Manually specify UTF-8 encoding for Cuberite.rc
Alexander Harkness
11 days
canbeat-cleanup
Use cChunkDef::IsValidHeight for CanBeAt functions, and related helpers.
Alexander Harkness
2 weeks
template-id-ctor-warning
Remove simple template-id from constructors for Vector3 template.
Alexander Harkness
2 weeks
real-block-count
Use correct size integer type, fix compiler warning.
Alexander Harkness
2 weeks
clang-format-codebase
Apply new clang-formatting
Alexander Harkness
3 weeks
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-03-16
Implement formatting codes
formattingcodes
mathiascode
1
-93
/
+81
2020-03-07
Don't send entity velocity for boats (#4488)
Mat
4
-5
/
+35
2020-03-05
Attached entities can't enter portals (#4484)
Mat
2
-0
/
+18
2020-03-05
Don't spawn boats in ground
Mat
1
-1
/
+1
2020-03-05
Use LastSentPos for mob spawn packet in 1.11+ (#4490)
Mat
3
-109
/
+4
2020-03-05
Stabilise MoveToWorld (#4004)
Mat
22
-216
/
+400
2020-03-04
Update LastSentPosition when entity has no speed (#4487)
peterbell10
1
-53
/
+50
2020-03-04
Prevent container item duplication (#4476)
Mat
2
-15
/
+0
2020-03-04
Play correct sound when entities are hit by arrows (#4481)
Mat
1
-1
/
+1
2020-03-01
Boats can be spawned on land
Mat
1
-7
/
+0
2020-02-27
Update ProtectionAreas
mathiascode
1
-0
/
+0
2020-02-26
Update copyright year
Mat
1
-1
/
+1
2020-02-24
Create build script for Jenkins (and use it) (#4473)
Alexander Harkness
3
-1
/
+85
2020-02-24
BlockTypePalette: Improved loading speed in MSVC Debug builds.
Mattes D
2
-47
/
+132
2020-02-24
Remove 1.13 from supported protocol list
mathiascode
1
-3
/
+3
2020-02-23
Update submodules
mathiascode
1
-0
/
+0
2020-02-18
Show correct paths in compile script
Mat
1
-8
/
+3
2020-02-10
Remove unused file in Unix executable list
Mat
1
-1
/
+0
2020-02-10
Added server log to GitHub issue template
Mattes D
1
-3
/
+8
2020-01-16
Strip debug symbols from Android builds
Mat
1
-1
/
+1
2020-01-15
Blocks are usable in adventure mode (#4464)
Mat
1
-1
/
+1
2020-01-13
Added an UpgradeBlockTypePalette check script.
Mattes D
1
-0
/
+140
2020-01-13
Improved the UpgradeBlockTypePalette.
Mattes D
1
-307
/
+1440
2020-01-12
dev-docs/Plugin API.md: fix url
Zaoqi
1
-1
/
+1
2020-01-07
Added temporary block type mapping for 1.13+ protocols.
Mattes D
16
-76
/
+375
2020-01-07
StringUtils: Added note to StringsConcat about StringJoin.
Mattes D
1
-1
/
+2
2020-01-07
ProtocolRecognizer: Updated to unique_ptr.
Mattes D
2
-36
/
+20
2020-01-07
Root: Load the UpgradeBlockTypePalette on startup.
Mattes D
2
-0
/
+26
2020-01-07
main: Terminate if an exception is thrown.
Mattes D
1
-4
/
+7
2020-01-04
Removed old buildserver from README
Mattes D
1
-2
/
+0
2020-01-03
Bump Android API to min supported
Mat
1
-2
/
+2
2020-01-02
Clean up server folder for Android (#4448)
Mat
3
-8
/
+27
2020-01-02
Fix android builds (#4432)
Alexander Harkness
4
-27
/
+23
2019-12-31
Skip release builds outside master (#4447)
Mat
1
-0
/
+8
2019-12-30
Include missing server files (#4446)
Mat
1
-0
/
+2
2019-12-30
Updated Lua submodules
Mattes D
2
-0
/
+0
2019-12-30
Remove lang folder (#4445)
Mat
2
-604
/
+0
2019-12-30
Appveyor: Cache only the CMakeCache file.
Mattes D
1
-3
/
+3
2019-12-30
Change outdated support link
Mat
1
-1
/
+1
2019-12-30
Disable block placement in adventure mode (#4424)
Mat
3
-2
/
+20
2019-12-29
CMake: Fix builds in folders with spaces
Mattes D
1
-6
/
+5
2019-12-28
CMake: Don't create symlinks if link == orig.
Mattes D
1
-15
/
+25
2019-12-28
BlockTypePalette: Load from TSV or original reports' JSON.
Mattes D
14
-384
/
+21087
2019-12-28
Moved ProtocolBlockTypePalette functionality into BlockTypePalette.
Mattes D
11
-404
/
+268
2019-12-28
BlockTypePalette: Refactored for usage in both directions.
Mattes D
4
-77
/
+160
2019-12-28
Update submodules (#4439)
Mat
3
-1
/
+1
2019-12-28
Output the binaries into a per-configuration Server subfolder. (#4440)
Mattes D
22
-83
/
+143
2019-12-28
WebAdmin improvements (#4433)
Mat
23
-697
/
+301
2019-12-22
Improved large jungle and acacia tree generation (#4413)
NiLSPACE
8
-295
/
+410
2019-12-22
AppVeyor release builds
mathiascode
1
-10
/
+126
2019-12-12
Added CSS to increase the padding on the bottom of the second row (#4436)
Arham Jain
1
-0
/
+1
2019-12-05
Correct block transparencies
Peter Bell
1
-0
/
+5
2019-11-28
Add sponsor button
mathiascode
1
-0
/
+2
2019-11-10
CI: Add arm build to travis (#4422)
peterbell10
2
-5
/
+24
2019-10-28
Moved growing from cWorld / cChunk to cBlockHandler descendants.
Mattes D
42
-1300
/
+1513
2019-10-25
Update README.md (#4423)
SANDIP PALIT
1
-2
/
+2
2019-10-16
Refactored block-to-pickup conversion. (#4417)
Mattes D
121
-1738
/
+2490
2019-10-04
Fixed crash in hopper while pulling items from blockentity above itself (#4412)
NiLSPACE
1
-2
/
+2
2019-10-03
Added another check if the item is place able (#4404)
Lukas Pioch
1
-0
/
+7
2019-09-29
Refactored more of Entities and BlockEntities to use Vector3. (#4403)
Mattes D
122
-845
/
+1255
2019-09-29
Cactus can now grow and will be dropped if there is no place to grow.
Lukas Pioch
1
-4
/
+17
2019-09-27
Fixed MSVC warnings (#4400)
Mattes D
12
-28
/
+28
2019-09-24
Fix clang8.0 build (#4399)
Bond-009
1
-9
/
+13
2019-09-24
NBTChunkSerializer: Cleaned up interface.
Mattes D
9
-960
/
+909
2019-09-22
Add ProtocolBlockTypePalette (#4391)
E14
15
-0
/
+814
2019-09-20
Added missing closing } in message output
Lukas Pioch
1
-1
/
+1
2019-09-17
Clarify spaces vs unary operator
Mattes D
1
-1
/
+2
2019-09-16
Remove analytics code (#4394)
Mathias
8
-6723
/
+0
2019-09-16
Protocol 1.9: Alpha-sort, add useful debugging code.
Mattes D
2
-38
/
+47
2019-09-16
Initial support for 1.13 clients
Tiger Wang
8
-6
/
+669
2019-09-13
GCC: Added pragma to ignore fallthrough warnings within Unicode Inc. code (#4392)
E14
1
-0
/
+7
2019-09-10
Fix race condition in UrlClientTest
peterbell10
1
-15
/
+16
2019-09-10
Fixed warnings in ChunkDataSerializer.
Mattes D
1
-2
/
+2
2019-09-10
Protocol: Use logical outgoing packet types.
Mattes D
17
-517
/
+705
2019-09-08
ChunkGenerator: Changed to use cChunkCoords.
Mattes D
8
-31
/
+26
2019-09-08
ShapeGen, HeiGen: Changed to use cChunkCoords.
Mattes D
18
-188
/
+146
2019-09-08
BiomeGen: Changed to use cChunkCoords params.
Mattes D
11
-87
/
+82
2019-09-07
Generator: Added repeatability test.
Mattes D
3
-24
/
+118
2019-09-07
CompoGenNether: Fixed different data produced in Linux Release builds.
Mattes D
1
-20
/
+12
2019-09-06
Added a BasicGeneratorTest.
Mattes D
6
-9
/
+344
2019-09-06
Moved the generator defaults to ComposableGenerator.
Mattes D
9
-98
/
+177
2019-09-06
Separated chunk generator from world / plugin interfaces.
Mattes D
27
-688
/
+782
2019-09-04
Updated LibEvent to release 2.1.11-stable. (#4383)
Mattes D
4
-8
/
+15
2019-08-28
Added a basic PalettedBlockArea implementation (#4377)
Mattes D
9
-1
/
+1111
2019-08-26
Improved testing framework. (#4376)
Mattes D
18
-388
/
+413
2019-08-24
Added BlockState implementation for 1.13 support.
Mattes D
5
-0
/
+417
2019-08-24
Upgrade Appveyor's MSVC
Mattes D
1
-1
/
+2
2019-08-16
Fix mobs targeting dead players (#4344)
Julius Oeftiger
1
-1
/
+1
2019-08-11
Fix building with clang 8.0 (#4346)
Bond-009
20
-76
/
+95
2019-08-11
Wake up redstone simulator on slot changes for blockentities (#4348)
Bond-009
2
-0
/
+16
2019-08-11
Added null check for position (#4366)
Lukas Pioch
1
-0
/
+5
2019-08-10
APIDocs: Added missing return type and corrected one (#4353)
Lukas Pioch
2
-1
/
+7
2019-08-10
Improved CMake generator (#4365)
Mattes D
3
-4
/
+8
2019-08-10
Added more clamping operations to cCuboid.
Mattes D
3
-6
/
+75
2019-08-09
Removed coord-based API from cCuboid. (#4362)
Mattes D
5
-142
/
+185
2019-08-08
cBoundingBox: Fix tolua warning (#4361)
peterbell10
2
-23
/
+3
2019-08-08
Change TakeDamageInfo::FinalDamage from int to float (#4359)
Aplaus228
3
-9
/
+9
2019-08-06
Fixed compilation on VS2019
Mattes D
1
-0
/
+1
2019-08-05
Register vanilla blocks in BlockTypeRegistry.
Mattes D
6
-2
/
+738
2019-08-05
BlockTypeRegistry: Added hint manipulation
Mattes D
3
-3
/
+181
[...]
Clone
http://ni.xn--ijanec-9jb.eu./anonymous/cuberite
https://ni.xn--ijanec-9jb.eu./anonymous/cuberite