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
2014-01-08
ProtoProxy: Fixed EntityProperties packet parsing.
ProtoProxy_1.6.4_001
Mattes D
1
-11
/
+10
2013-10-28
ProtoProxy: Fixed compilation after the previous cByteBuffer changes.
madmaxoft
1
-0
/
+4
2013-10-28
MC uses VarInts only up to 32-bits.
madmaxoft
2
-13
/
+13
2013-10-28
cByteBuffer: Added the VarInt and VarUTF8String type reading and writing.
madmaxoft
2
-5
/
+147
2013-10-28
Fixed indentation in tonibm19's code.
madmaxoft
1
-3
/
+3
2013-10-28
Merge pull request #294 from tonibm19/patch-3
Mattes D
1
-2
/
+5
2013-10-28
Fixed compilation
tonibm19
1
-1
/
+1
2013-10-28
Use STR_Warrior code and changed variable name
tonibm19
1
-17
/
+4
2013-10-28
Debuggers: Fixed after the cWindow API change.
madmaxoft
1
-2
/
+2
2013-10-28
APIDump: Documented cWindow.
madmaxoft
1
-21
/
+33
2013-10-28
Renamed cWindow constants to include the "wt" prefix.
madmaxoft
8
-40
/
+40
2013-10-28
APIDump: Documented HTTPFormData and HTTPRequest.
madmaxoft
1
-5
/
+39
2013-10-28
APIDump: Fixed a failure in documented classes with no functions.
madmaxoft
1
-0
/
+1
2013-10-27
Extra line
tonibm19
1
-0
/
+1
2013-10-27
Sheep fixes.
tonibm19
1
-4
/
+19
2013-10-27
APIDump: Documented cWorld.
madmaxoft
1
-0
/
+1
2013-10-27
APIDump: Documented cRoot.
madmaxoft
1
-3
/
+12
2013-10-27
APIDump: Documented cProjectileEntity.
madmaxoft
1
-3
/
+21
2013-10-27
Added cChunk::UnboundedRelGetBlockLights().
madmaxoft
2
-0
/
+28
2013-10-27
Authenticator doesn't save the ini file.
madmaxoft
2
-2
/
+2
2013-10-27
Merge branch 'origin/LoadWorlds/cAuthenticatorINI'
madmaxoft
4
-18
/
+9
2013-10-26
APIDump: Documented cPickup.
madmaxoft
1
-1
/
+2
2013-10-26
Changed "cIniFile IniFile" to cIniFile & IniFile"
STRWarrior
4
-6
/
+6
2013-10-26
Merge branch 'IniFileCleanup'
madmaxoft
17
-927
/
+572
2013-10-26
Both the LoadWorlds() function and cAuthenticator now use the cIniFile object from the Root::Start() function.
STRWarrior
4
-17
/
+9
2013-10-26
APIDump: Documented cIniFile.
madmaxoft
1
-81
/
+135
2013-10-26
cIniFile: Improved doxy-comments.
madmaxoft
1
-5
/
+5
2013-10-25
ChunkWorx: Updated for the cIniFile changes.
madmaxoft
2
-52
/
+62
2013-10-25
cIniFile: Renamed functions to make meaning more explicit.
madmaxoft
6
-584
/
+322
2013-10-25
cIniFile doesn't store filename internally anymore.
madmaxoft
14
-213
/
+56
2013-10-25
cMonster: Improved doxycomments.
madmaxoft
1
-2
/
+2
2013-10-24
APIDump: Documented cMonster.
madmaxoft
1
-3
/
+52
2013-10-24
Renamed cMonster::GetSpawnRate() to GetSpawnDelay().
madmaxoft
5
-35
/
+76
2013-10-24
cPickup cleanup.
madmaxoft
1
-1
/
+1
2013-10-24
APIDump: Documented cEnchantments.
madmaxoft
1
-4
/
+37
2013-10-24
APIDump: Documented cPickup.
madmaxoft
1
-8
/
+10
2013-10-24
Fixed cPickup's constructor's parameter naming.
madmaxoft
2
-3
/
+3
2013-10-24
APIDump: Documented cItemGrid and cPlayer.
madmaxoft
1
-30
/
+75
2013-10-24
Cleanup in cPlayer.
madmaxoft
1
-2
/
+4
2013-10-24
Unified cPlayer's Heal() function with cEntity's.
madmaxoft
2
-11
/
+11
2013-10-24
Merge pull request #286 from tigerw/pickupdelay
Alexander Harkness
7
-13
/
+19
2013-10-24
Pickups now have collection delay when vomited
Tiger Wang
7
-13
/
+19
2013-10-23
APIDump: Added cChatColor constants.
madmaxoft
1
-3
/
+23
2013-10-23
Fixed cLuaWindow's binding.
madmaxoft
3
-25
/
+6
2013-10-23
APIDump: Documented the cHopperEntity class.
madmaxoft
1
-0
/
+22
2013-10-23
APIDump: Linkified cEntity returns.
madmaxoft
1
-4
/
+7
2013-10-23
Fixed bindings for cHopperEntity:GetOutputBlockPos().
madmaxoft
4
-51
/
+48
2013-10-23
Fixed cDropSpenserEntity bindings generating an extra var.
madmaxoft
3
-30
/
+11
2013-10-23
Exported cHopperEntity to API.
madmaxoft
4
-21
/
+157
2013-10-23
Removed cRoot:m_PrimaryServerVersion from Lua API.
madmaxoft
4
-41
/
+10
2013-10-22
APIDump: member variables without a setter are considered constants.
madmaxoft
1
-1
/
+8
2013-10-22
APIDump: Inheritance is tested properly.
madmaxoft
1
-6
/
+4
2013-10-22
Temporary fix for world not locking chunkmap in TickMobs.
madmaxoft
1
-0
/
+3
2013-10-22
Fixed an assert in cMonster
madmaxoft
1
-2
/
+2
2013-10-22
Implemented UnboundedRel BlockLight and SkyLight.
madmaxoft
2
-258
/
+124
2013-10-21
Ignoring a few generated files.
madmaxoft
2
-0
/
+2
2013-10-21
Added ASSERTs to all ChunkDef operations.
madmaxoft
1
-15
/
+40
2013-10-21
Fixed GetHTMLEscapedString() binding, removed obsolete memory function from API.
madmaxoft
4
-57
/
+13
2013-10-20
APIDump: Added link from cItem to the global ItemToString() et al.
madmaxoft
1
-1
/
+5
2013-10-20
APIDump: Fixed link in cPawn's desc.
madmaxoft
1
-1
/
+1
2013-10-20
APIDump: Various small fixes and additions.
madmaxoft
1
-6
/
+53
2013-10-20
APIDump: Fixed a few broken links.
madmaxoft
1
-4
/
+4
2013-10-20
APIDump: Statistics have a graphical meter; added hooks.
madmaxoft
1
-9
/
+39
2013-10-20
Fixed memory leak in cMobFamilyCollecter.
madmaxoft
3
-52
/
+21
2013-10-20
Reimplemented cMonster::FamilyFromType() as a simple switch (duh!)
madmaxoft
1
-38
/
+27
2013-10-20
Fixed memory leaks in cMobCensus, moved GetSpawnRate() to cMonster.
madmaxoft
7
-89
/
+96
2013-10-20
Fixed binary search in StringToMobType().
madmaxoft
1
-3
/
+3
2013-10-20
Fixed memory leaks in cMobSpawner.
madmaxoft
3
-62
/
+55
2013-10-20
Moved all MobTypesManager functions to cMonster.
madmaxoft
9
-298
/
+351
2013-10-20
Rewritten MobTypesManager not to leak memory.
madmaxoft
2
-126
/
+112
2013-10-20
APIDump: Added basic statistics about the docs.
madmaxoft
2
-6
/
+83
2013-10-20
APIDump: Fixed listing undocumented objects.
madmaxoft
1
-5
/
+27
2013-10-20
Fixed loading allowed mobs in world.
madmaxoft
43
-161
/
+320
2013-10-20
Merge branch 'htmlescape'.
madmaxoft
4
-113
/
+150
2013-10-19
APIDump: Undocumented member variables are listed.
madmaxoft
1
-4
/
+16
2013-10-19
Added a string reserve.
Alexander Harkness
1
-0
/
+1
2013-10-19
APIDump: Extra pages use the local prettify and CSS.
madmaxoft
1
-2
/
+7
2013-10-19
Fixed compile error. silly parentheses creeping in.
Alexander Harkness
1
-1
/
+1
2013-10-19
APIDump: Added member-variable filtering.
madmaxoft
2
-0
/
+14
2013-10-19
Added a APIDump description for GetHTMLEscapedString.
Alexander Harkness
1
-63
/
+66
2013-10-19
Changed the code according to xoft's suggestions.
Alexander Harkness
1
-10
/
+10
2013-10-19
APIDump: Member variables are read from the API.
madmaxoft
1
-10
/
+48
2013-10-19
APIDump: Better header text for classes.
madmaxoft
1
-1
/
+1
2013-10-19
Fixed general failings with everything. Fixes #211.
Alexander Harkness
2
-15
/
+16
2013-10-19
Added a HTML escaping function to cWebAdmin.
Alexander Harkness
2
-38
/
+80
2013-10-18
APIDump: Added cIniFile additional info.
madmaxoft
2
-1
/
+29
2013-10-18
APIDump: Offline prettify is working.
madmaxoft
1
-1
/
+11
2013-10-18
APIDump: Added example code to cItem.
madmaxoft
1
-0
/
+32
2013-10-18
APIDump: Documented cItem's variables.
madmaxoft
1
-4
/
+11
2013-10-18
APIDump: Added support for member variables.
madmaxoft
2
-4
/
+59
2013-10-18
APIDump: Added prettify's license.
madmaxoft
1
-0
/
+191
2013-10-18
APIDump: Fixed offline JS.
madmaxoft
5
-108
/
+41
2013-10-18
APIDump: Do not list empty Constants or Functions sections.
madmaxoft
1
-14
/
+46
2013-10-18
APIDump: Split long code into functions.
madmaxoft
2
-94
/
+110
2013-10-18
APIDump: Ignore internal APIDump stuff.
madmaxoft
1
-0
/
+2
2013-10-18
APIDump: using local JS files instead of networked.
madmaxoft
3
-4
/
+100
2013-10-18
Adapted code style.
madmaxoft
5
-85
/
+157
2013-10-18
StringToItem() recognizes "ItemName:Dmg" strings.
madmaxoft
1
-18
/
+21
2013-10-18
Fixed item-breaking.
madmaxoft
1
-1
/
+1
2013-10-18
Fixed indentation and re-styled conditions.
madmaxoft
1
-38
/
+44
[...]
Clone
http://ni.4a.si/anonymous/cuberite
https://ni.4a.si/anonymous/cuberite