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
2016-05-17
Don't care about _s in item names.
itemsinicleanup
Alexander Harkness
3
-302
/
+17
2016-05-16
Some 1.9 Crafting Recipes and Items.
Alexander Harkness
3
-140
/
+224
2016-05-15
Added "Chissled Stone Bricks" recipe (#3192)
LogicParrot
1
-0
/
+1
2016-05-15
Added needed information to Issue template (#3188)
Julian Laubstein
1
-0
/
+5
2016-05-14
1.9 / 1.9.2 / 1.9.3 / 1.9.4 protocol support (#3135)
Pokechu22
35
-101
/
+5374
2016-05-03
Fixed death on teleportation or leaving Minecart (#3181)
LogicParrot
4
-6
/
+32
2016-05-03
Fix crash on world travel (#3180)
LogicParrot
1
-1
/
+1
2016-05-01
Fix Crash on stopping the server (#3176)
LogicParrot
3
-2
/
+14
2016-04-30
Proper minecart DoSetSpeed Override (#3174)
LogicParrot
1
-1
/
+1
2016-04-30
Updated the Core submodule (#3172)
LogicParrot
1
-0
/
+0
2016-04-30
Disable Enderman Spawn (Issue #3108) (#3170)
benf516
1
-2
/
+2
2016-04-24
Merge pull request #3165 from LogicParrot/chunkLayer2
LogicParrot
2
-62
/
+61
2016-04-24
ChunkLayers now stored in std::map
LogicParrot
2
-62
/
+61
2016-04-24
Merge pull request #3164 from LogicParrot/clientHandle3
LogicParrot
1
-2
/
+3
2016-04-24
Fixed some logout crashes
LogicParrot
1
-2
/
+3
2016-04-24
Merge pull request #3163 from cuberite/revert-3153-chunkLayer
LogicParrot
2
-54
/
+62
2016-04-24
Revert "ChunkLayers now stored in std::map"
LogicParrot
2
-54
/
+62
2016-04-24
Merge pull request #3153 from LogicParrot/chunkLayer
LogicParrot
2
-62
/
+54
2016-04-23
ChunkLayers now stored in std::map
LogicParrot
2
-62
/
+54
2016-04-23
Merge pull request #3160 from LogicParrot/clientHandleThread
LogicParrot
1
-2
/
+13
2016-04-23
ClientHandle destruction thread safety
LogicParrot
1
-2
/
+13
2016-04-23
Merge pull request #3090 from LogicParrot/outOfWorld
LogicParrot
4
-63
/
+33
2016-04-23
Out of world blocks are now always considered air blocks
LogicParrot
4
-63
/
+33
2016-04-23
Updated readme to inform that clang 3.4 is minimum required version. (#3158)
taylor24
1
-1
/
+1
2016-04-23
Merge pull request #3149 from LogicParrot/meta
LogicParrot
16
-91
/
+54
2016-04-22
Reduced unnecessary block updates
LogicParrot
16
-91
/
+54
2016-04-22
Merge pull request #3048 from Woazboat/minecarts
LogicParrot
1
-10
/
+56
2016-04-22
Fix minecart block collision on curved rails
Woazboat
1
-10
/
+56
2016-04-22
Merge pull request #3156 from LogicParrot/hashFix
LogicParrot
1
-6
/
+4
2016-04-22
Updated vector hashing bit operations
LogicParrot
1
-6
/
+4
2016-04-19
Merge pull request #3150 from LogicParrot/worldTweaks
LogicParrot
3
-17
/
+16
2016-04-19
Auto clean bad world linkages
LogicParrot
3
-17
/
+16
2016-04-19
Proper fix for #3136 (#3143)
Alexander Harkness
1
-17
/
+11
2016-04-18
Merge pull request #3148 from LogicParrot/pathFinderFix
LogicParrot
4
-11
/
+21
2016-04-18
Fix issues below y = 0
LogicParrot
4
-11
/
+21
2016-04-16
Merge pull request #3146 from LogicParrot/snowFix
LogicParrot
1
-2
/
+4
2016-04-16
Prevented snow from killing grass
LogicParrot
1
-2
/
+4
2016-04-16
Merge pull request #3129 from LogicParrot/quietMeta
LogicParrot
10
-26
/
+39
2016-04-16
Updated cChunk::SetMeta, fixed grass growth, reduced markDirty/setMeta usage
LogicParrot
10
-26
/
+39
2016-04-16
Merge pull request #3144 from cuberite/issue-template
Julian Laubstein
1
-0
/
+7
2016-04-16
Create ISSUE_TEMPLATE
Julian Laubstein
1
-0
/
+7
2016-04-15
Merge pull request #3037 from marvinkopf/minecart
LogicParrot
2
-41
/
+54
2016-04-15
Add speed limit enforcement for minecarts
Marvin Kopf
2
-41
/
+54
2016-04-14
Merge pull request #3140 from cuberite/revert-3137-issue3136
LogicParrot
3
-14
/
+27
2016-04-14
Revert "Issue3136"
LogicParrot
3
-14
/
+27
2016-04-13
Merge pull request #3139 from LogicParrot/freezeFix
LogicParrot
2
-39
/
+42
2016-04-13
Fix occasional freeze bug
LogicParrot
2
-39
/
+42
2016-04-13
Merge pull request #3137 from cuberite/issue3136
Alexander Harkness
3
-27
/
+14
2016-04-12
Fixed port override code.
Alexander Harkness
3
-27
/
+14
2016-04-07
Merge pull request #3133 from LogicParrot/readme10
LogicParrot
1
-2
/
+3
2016-04-07
Added more links to README
LogicParrot
1
-2
/
+3
2016-04-07
Merge pull request #3132 from LogicParrot/readme
Alexander Harkness
1
-1
/
+7
2016-04-07
Rewrite README.md's contribution section
LogicParrot
1
-1
/
+7
2016-04-06
Merge pull request #3128 from LogicParrot/typo
Alexander Harkness
1
-1
/
+1
2016-04-06
Readme typo fix
LogicParrot
1
-1
/
+1
2016-04-06
Merge pull request #3126 from cuberite/revert-3100-mobTick2
LogicParrot
2
-40
/
+56
2016-04-06
Revert "Move mob tick code to cChunk"
LogicParrot
2
-40
/
+56
2016-04-06
Merge pull request #3100 from LogicParrot/mobTick2
LogicParrot
2
-56
/
+40
2016-04-06
Move mob tick code to cChunk
LogicParrot
2
-56
/
+40
2016-04-06
Merge pull request #3102 from LogicParrot/burn
LogicParrot
1
-7
/
+34
2016-04-06
Manual mob burn code
LogicParrot
1
-7
/
+34
2016-04-06
Merge pull request #3125 from LogicParrot/noFall3
LogicParrot
2
-5
/
+5
2016-04-05
Minor improvements to player freeze
LogicParrot
2
-5
/
+5
2016-04-05
Merge pull request #3124 from LogicParrot/noFall2
LogicParrot
8
-76
/
+99
2016-04-05
Improved player freeze code
LogicParrot
8
-76
/
+99
2016-04-04
Merge pull request #3121 from LogicParrot/loops
LogicParrot
1
-1
/
+1
2016-04-04
Prevent Nether teleportation loops
LogicParrot
1
-1
/
+1
2016-04-04
Merge pull request #3097 from LogicParrot/noFall
LogicParrot
5
-29
/
+138
2016-03-31
Players never fall through unloaded chunks or end up inside solids on teleport
LogicParrot
5
-29
/
+138
2016-03-31
Merge pull request #3118 from LogicParrot/fixWorld
LogicParrot
1
-1
/
+1
2016-03-31
Fix adding players to world
LogicParrot
1
-1
/
+1
2016-03-31
Merge pull request #3116 from LogicParrot/bedFix
LogicParrot
1
-2
/
+4
2016-03-31
Player death crashfix
LogicParrot
1
-2
/
+4
2016-03-31
Merge pull request #3105 from LogicParrot/chunkStability
LogicParrot
3
-32
/
+19
2016-03-30
Entities are never lost
LogicParrot
3
-32
/
+19
2016-03-30
Merge pull request #3109 from LogicParrot/moveToNewWorld
Alexander Harkness
3
-6
/
+24
2016-03-30
MoveToWorld defaults to spawnpoint
LogicParrot
3
-6
/
+24
2016-03-30
Merge pull request #3091 from LogicParrot/bed
LogicParrot
3
-5
/
+48
2016-03-29
Bed's world is now saved
LogicParrot
3
-5
/
+48
2016-03-29
Merge pull request #3096 from mathias-github/icons
Julian Laubstein
10
-4
/
+2
2016-03-28
Updated icons and logo
Mathias
10
-4
/
+2
2016-03-28
Merge pull request #3099 from LogicParrot/passive
LogicParrot
1
-0
/
+1
2016-03-28
Fix passive mob destruction crashes
LogicParrot
1
-0
/
+1
2016-03-26
Merge pull request #3093 from mathias-github/patch-2
Alexander Harkness
1
-0
/
+1
2016-03-25
Added donator to list
Mathias
1
-0
/
+1
2016-03-23
Merge pull request #2994 from LogicParrot/mobTick
LogicParrot
1
-18
/
+41
2016-03-23
Rewrite mob tick code
LogicParrot
1
-18
/
+41
2016-03-21
Merge pull request #3086 from cuberite/revert-2872-LuaCallback
Mattes D
22
-1314
/
+1951
2016-03-21
Revert "Lua callback"
Mattes D
22
-1314
/
+1951
2016-03-19
Merge pull request #3084 from cuberite/seadragon91-patch-1
Mattes D
2
-5
/
+5
2016-03-18
Fixed misuse of comma.
Lukas Pioch
2
-5
/
+5
2016-03-18
Fixed leaping potion not giving jump boost
Blitz Rakete
1
-0
/
+1
2016-03-17
Merge pull request #2872 from cuberite/LuaCallback
Mattes D
22
-1951
/
+1314
2016-03-17
Changed cLuaWindow callbacks to use cLuaState::cCallback.
Mattes D
7
-182
/
+242
2016-03-17
Removed the cPluginLua::cResettable class.
Mattes D
2
-82
/
+1
2016-03-17
Changed world tasks to use cLuaState::cCallback.
Mattes D
2
-69
/
+40
2016-03-17
Changed plugin hook registrations to use cLuaState::cCallback.
Mattes D
5
-1008
/
+190
2016-03-17
Removed cWebPlugin, WebAdmin uses cLuaState::cCallback.
Mattes D
14
-630
/
+637
2016-03-17
Added cLuaState::cCallback for representing (resettable) Lua callbacks.
Mattes D
2
-7
/
+231
2016-03-17
Merge pull request #3081 from Arthur2e5/master
Mattes D
1
-44
/
+54
[...]
Clone
http://ni.4a.si./anonymous/cuberite
https://ni.4a.si./anonymous/cuberite