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
2014-09-28
Merge pull request #1463 from mc-server/sp_docs
1.6EoS
Alexander Harkness
2
-1
/
+52
2014-09-28
Add Code example.
Alexander Harkness
1
-0
/
+26
2014-09-27
1.8: Fixed plugin messages.
Howaner
1
-3
/
+4
2014-09-27
changed description to be more readable.
Alexander Harkness
1
-3
/
+2
2014-09-27
Copy edit.
Alexander Harkness
1
-1
/
+1
2014-09-27
Fixed return value descriptions.
Alexander Harkness
1
-1
/
+3
2014-09-27
QtBiomeVisualiser: fixed compilation.
madmaxoft
1
-1
/
+10
2014-09-27
Fixed another redstone crash.
madmaxoft
1
-1
/
+6
2014-09-27
Merge pull request #1465 from Masy98/blocks
Mattes D
2
-3
/
+12
2014-09-27
BioGen: TwoLevel is now fully settable in INI.
madmaxoft
2
-44
/
+31
2014-09-27
Combined conditions
Masy98
1
-8
/
+11
2014-09-27
Fixed minor style issues.
madmaxoft
3
-3
/
+3
2014-09-27
Wrapped clang-specific pragma into an #ifdef block.
madmaxoft
1
-1
/
+6
2014-09-27
Added barriers correctly
Masy98
2
-0
/
+6
2014-09-27
Merge pull request #1461 from mc-server/RedstoneFix
Tiger Wang
3
-1
/
+8
2014-09-27
Fixed typo again.
Alexander Harkness
1
-1
/
+1
2014-09-27
Typo fix.
Alexander Harkness
1
-1
/
+1
2014-09-27
Fixed line left in.
Alexander Harkness
1
-4
/
+3
2014-09-27
Remaining part of fix.
Alexander Harkness
1
-0
/
+1
2014-09-27
Hopefully fix #1384
Alexander Harkness
1
-0
/
+24
2014-09-27
Update creatable.cpp
worktycho
1
-0
/
+1
2014-09-27
Update IncrementalRedstoneSimulator.inc
worktycho
1
-1
/
+1
2014-09-27
Update IncrementalRedstoneSimulator.inc
worktycho
1
-1
/
+1
2014-09-27
Correct method name.
worktycho
1
-1
/
+1
2014-09-27
Set chunk data
worktycho
1
-0
/
+5
2014-09-27
Add data accessor.
worktycho
1
-0
/
+1
2014-09-27
Merge pull request #1459 from Masy98/blocks
Alexander Harkness
3
-2
/
+45
2014-09-27
Added default value to switch and spruce gate to fence gate handler
Masy98
2
-0
/
+6
2014-09-27
Fixed convertToPickups for fence gates
Masy98
1
-1
/
+1
2014-09-27
Fixed convertToPickups for doors
Masy98
1
-1
/
+38
2014-09-27
Removed polarSSL makefile. Fixes #591.
Alexander Harkness
2
-1
/
+1
2014-09-26
Merge pull request #1456 from Howaner/Fixes
Mattes D
16
-77
/
+41
2014-09-26
Fixed UNUSED macro so that it doesn't require type knowledge.
madmaxoft
2
-5
/
+14
2014-09-26
Updated Core
Tiger Wang
1
-0
/
+0
2014-09-26
Merge pull request #1415 from Masy98/blocks
Mattes D
13
-41
/
+287
2014-09-26
Merge branch 'master' into Fixes
Howaner
113
-3157
/
+3556
2014-09-26
Merge pull request #1455 from mc-server/includes
Tiger Wang
10
-22
/
+15
2014-09-26
Update Plugin.h
worktycho
1
-2
/
+0
2014-09-26
Moved curly brace to seperate line
Masy98
1
-1
/
+2
2014-09-26
Re-added 1.8 blocks to the redstone simulator
Masy98
1
-9
/
+46
2014-09-26
Merge branch 'master' of https://github.com/mc-server/MCServer
Tycho
3
-3
/
+8
2014-09-26
Removed more unessicary includes
Tycho
49
-59
/
+55
2014-09-26
Merge branch 'master' into blocks
Masy98
184
-6551
/
+12716
2014-09-26
Fixed issue with casting
tycho
3
-3
/
+8
2014-09-26
Fixed players custom name in 1.8
Howaner
14
-66
/
+30
2014-09-26
Removed a few unnessicary includes
Tycho
10
-21
/
+16
2014-09-26
Merge pull request #1419 from mc-server/redstoneTests
worktycho
62
-3075
/
+3480
2014-09-26
Added type checking to map loading.
Howaner
2
-11
/
+11
2014-09-26
Improved searching for spawn.
madmaxoft
1
-3
/
+14
2014-09-25
cByteBuffer: Simplified ReadPosition().
madmaxoft
1
-6
/
+9
2014-09-25
Protocol 1.8: Fixed plugin message packet.
madmaxoft
1
-1
/
+3
2014-09-25
cByteBuffer: Fixed position reading.
madmaxoft
1
-3
/
+3
2014-09-25
TwoLevel BioGen: reads params from INI file.
madmaxoft
1
-9
/
+26
2014-09-25
Added cByteBuffer::WriteBEUShort().
madmaxoft
3
-1
/
+15
2014-09-25
Merge pull request #1452 from Howaner/Fixes
Mattes D
7
-18
/
+55
2014-09-25
Protocol 1.8: Handling packet compression properly.
madmaxoft
2
-14
/
+39
2014-09-25
Protocol 1.8: Added checks for values presence.
madmaxoft
1
-2
/
+8
2014-09-25
Comment style
Howaner
1
-1
/
+1
2014-09-25
Merge branch 'master' into Fixes
Howaner
4
-25
/
+41
2014-09-25
Fixed wrong Surrounding size
Howaner
1
-3
/
+3
2014-09-25
Anvil: Arrow Tile tags are a short in Vanilla
Howaner
2
-7
/
+24
2014-09-25
Merge branch 'master' into redstoneTests
Tycho
4
-23
/
+42
2014-09-25
Use the json writer to write sign texts.
Howaner
1
-5
/
+10
2014-09-25
Fixed dispender direction bug
Howaner
1
-1
/
+1
2014-09-25
Fixed hanging direction bugs.
Howaner
3
-2
/
+17
2014-09-25
Redstone: Fixed a crash with repeaters on a chunk border.
madmaxoft
1
-13
/
+22
2014-09-25
1.8 Protocol: Fixed problems with no-payload packets.
madmaxoft
1
-6
/
+7
2014-09-25
1.7 Protocol: fixed potential problems with no-payload packets.
madmaxoft
1
-4
/
+4
2014-09-25
HangingEntity: Silenced a crash.
madmaxoft
1
-2
/
+8
2014-09-25
Fixed style
Tycho
4
-2
/
+108
2014-09-25
Merge branch 'master' into redstoneTests
Tycho
83
-948
/
+6850
2014-09-24
Merge pull request #1449 from mc-server/WorldLoader
Mattes D
3
-5
/
+59
2014-09-24
derp
Howaner
1
-4
/
+4
2014-09-24
Don't create two entity lists.
Howaner
2
-7
/
+14
2014-09-24
Merge branch 'master' into WorldLoader
Howaner
9
-14
/
+33
2014-09-24
QtBiomeVisualiser: Fixed MSVC path-crossing.
madmaxoft
7
-10
/
+15
2014-09-23
Anvil: Wolf collar color is a byte in Vanilla.
madmaxoft
2
-4
/
+18
2014-09-23
Merge branch 'master' into WorldLoader
Howaner
2
-5
/
+5
2014-09-23
Fixed compiler warnings in 1.8 protocol.
madmaxoft
1
-2
/
+2
2014-09-23
Fixed a crash in WSSAnvil.
madmaxoft
1
-3
/
+3
2014-09-23
MCServer world compatiblity with vanilla and mcedit.
Howaner
3
-5
/
+52
2014-09-23
Merge pull request #1372 from mc-server/EntityCustomName
Franz Reiter
20
-31
/
+267
2014-09-23
Fixed SQLiteCpp downgrade
Howaner
1
-0
/
+0
2014-09-23
Merge branch 'master' into EntityCustomName
Howaner
232
-4784
/
+10892
2014-09-23
QtBiomeVisualiser: Fixed confusion about Globals.h.
madmaxoft
5
-21
/
+21
2014-09-23
Made ExpBottleEntity break on entities.
archshift
2
-1
/
+23
2014-09-23
Merge pull request #1447 from cedeel/patch-2
worktycho
5
-44
/
+47
2014-09-23
A few compiler warning fixes
Chris Darnell
5
-44
/
+47
2014-09-22
Updated README.md
Howaner
2
-2
/
+2
2014-09-22
Hotfixed 1.8 item reading.
Howaner
2
-6
/
+6
2014-09-22
QtBiomeVisualiser: Implemented live-update for the generator setup.
madmaxoft
5
-17
/
+49
2014-09-22
QtBiomeVisualiser: generator source is read from generator setup ini.
madmaxoft
3
-16
/
+13
2014-09-22
QtBiomeVisualiser: Moved the generator setup into a side-pane.
madmaxoft
5
-39
/
+96
2014-09-22
Merge pull request #1398 from mc-server/1.8-Protocol
Alexander Harkness
36
-680
/
+4729
2014-09-22
Changed metadata reading again.
Howaner
2
-173
/
+7
2014-09-22
Fixed item nbt reading.
Howaner
2
-3
/
+168
2014-09-22
Merge pull request #1446 from cedeel/patch-1
Alexander Harkness
6
-11
/
+11
2014-09-22
Made it compile with clang
Chris Darnell
6
-11
/
+11
2014-09-21
QtBiomeVisualiser: Added the base for INI editting.
madmaxoft
5
-20
/
+266
2014-09-21
Fix crash in cLineBlockTracer
Tiger Wang
1
-8
/
+7
[...]
Clone
http://ni.sijanec.eu./anonymous/cuberite
https://ni.sijanec.eu./anonymous/cuberite