summaryrefslogtreecommitdiffstats
BranchCommit messageAuthorAge
masterFix filename template for saved maps (#5556)mjagdis9 days
infodump-dependenciesAdded extra possible Info.lua parameter that describes the dependenciesNiels Breuker6 weeks
endgenUse auto instead of NOISE_DATATYPENiels Breuker8 weeks
InfoDumpParamsPlugin InfoDump: Fall back to gPluginInfo if g_PluginInfo not found.Mattes D2 months
LuaNoCppReverted moving Lua to C++.Mattes D2 months
FixItemCountFormatFixed a wrong format string.Mattes D11 months
PieceGenClosurePiecesInstead of explicit closure pieces try to place pieces with a single connector.Niels Breuker14 months
apidump-vscodeAdded article explaining how to configure lua-language-serverNiels Breuker14 months
Certificates🌺Tiger Wang18 months
threadingAdded small plugin to show multithreadingNiels Breuker20 months
[...]
 
TagDownloadAuthorAge
1.7EOLcuberite-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 Harkness8 years
1.6EoScuberite-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 Harkness10 years
ProtoProxy_1.7.2_001cuberite-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  madmaxoft10 years
ProtoProxy_1.6.4_001cuberite-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 D10 years
 
AgeCommit messageAuthorFilesLines
2014-01-08ProtoProxy: Fixed EntityProperties packet parsing.ProtoProxy_1.6.4_001Mattes D1-11/+10
2013-10-28ProtoProxy: Fixed compilation after the previous cByteBuffer changes.madmaxoft1-0/+4
2013-10-28MC uses VarInts only up to 32-bits.madmaxoft2-13/+13
2013-10-28cByteBuffer: Added the VarInt and VarUTF8String type reading and writing.madmaxoft2-5/+147
2013-10-28Fixed indentation in tonibm19's code.madmaxoft1-3/+3
2013-10-28Merge pull request #294 from tonibm19/patch-3Mattes D1-2/+5
2013-10-28Fixed compilationtonibm191-1/+1
2013-10-28Use STR_Warrior code and changed variable nametonibm191-17/+4
2013-10-28Debuggers: Fixed after the cWindow API change.madmaxoft1-2/+2
2013-10-28APIDump: Documented cWindow.madmaxoft1-21/+33
2013-10-28Renamed cWindow constants to include the "wt" prefix.madmaxoft8-40/+40
2013-10-28APIDump: Documented HTTPFormData and HTTPRequest.madmaxoft1-5/+39
2013-10-28APIDump: Fixed a failure in documented classes with no functions.madmaxoft1-0/+1
2013-10-27Extra linetonibm191-0/+1
2013-10-27Sheep fixes.tonibm191-4/+19
2013-10-27APIDump: Documented cWorld.madmaxoft1-0/+1
2013-10-27APIDump: Documented cRoot.madmaxoft1-3/+12
2013-10-27APIDump: Documented cProjectileEntity.madmaxoft1-3/+21
2013-10-27Added cChunk::UnboundedRelGetBlockLights().madmaxoft2-0/+28
2013-10-27Authenticator doesn't save the ini file.madmaxoft2-2/+2
2013-10-27Merge branch 'origin/LoadWorlds/cAuthenticatorINI'madmaxoft4-18/+9
2013-10-26APIDump: Documented cPickup.madmaxoft1-1/+2
2013-10-26Changed "cIniFile IniFile" to cIniFile & IniFile"STRWarrior4-6/+6
2013-10-26Merge branch 'IniFileCleanup'madmaxoft17-927/+572
2013-10-26Both the LoadWorlds() function and cAuthenticator now use the cIniFile object from the Root::Start() function.STRWarrior4-17/+9
2013-10-26APIDump: Documented cIniFile.madmaxoft1-81/+135
2013-10-26cIniFile: Improved doxy-comments.madmaxoft1-5/+5
2013-10-25ChunkWorx: Updated for the cIniFile changes.madmaxoft2-52/+62
2013-10-25cIniFile: Renamed functions to make meaning more explicit.madmaxoft6-584/+322
2013-10-25cIniFile doesn't store filename internally anymore.madmaxoft14-213/+56
2013-10-25cMonster: Improved doxycomments.madmaxoft1-2/+2
2013-10-24APIDump: Documented cMonster.madmaxoft1-3/+52
2013-10-24Renamed cMonster::GetSpawnRate() to GetSpawnDelay().madmaxoft5-35/+76
2013-10-24cPickup cleanup.madmaxoft1-1/+1
2013-10-24APIDump: Documented cEnchantments.madmaxoft1-4/+37
2013-10-24APIDump: Documented cPickup.madmaxoft1-8/+10
2013-10-24Fixed cPickup's constructor's parameter naming.madmaxoft2-3/+3
2013-10-24APIDump: Documented cItemGrid and cPlayer.madmaxoft1-30/+75
2013-10-24Cleanup in cPlayer.madmaxoft1-2/+4
2013-10-24Unified cPlayer's Heal() function with cEntity's.madmaxoft2-11/+11
2013-10-24Merge pull request #286 from tigerw/pickupdelayAlexander Harkness7-13/+19
2013-10-24Pickups now have collection delay when vomitedTiger Wang7-13/+19
2013-10-23APIDump: Added cChatColor constants.madmaxoft1-3/+23
2013-10-23Fixed cLuaWindow's binding.madmaxoft3-25/+6
2013-10-23APIDump: Documented the cHopperEntity class.madmaxoft1-0/+22
2013-10-23APIDump: Linkified cEntity returns.madmaxoft1-4/+7
2013-10-23Fixed bindings for cHopperEntity:GetOutputBlockPos().madmaxoft4-51/+48
2013-10-23Fixed cDropSpenserEntity bindings generating an extra var.madmaxoft3-30/+11
2013-10-23Exported cHopperEntity to API.madmaxoft4-21/+157
2013-10-23Removed cRoot:m_PrimaryServerVersion from Lua API.madmaxoft4-41/+10
2013-10-22APIDump: member variables without a setter are considered constants.madmaxoft1-1/+8
2013-10-22APIDump: Inheritance is tested properly.madmaxoft1-6/+4
2013-10-22Temporary fix for world not locking chunkmap in TickMobs.madmaxoft1-0/+3
2013-10-22Fixed an assert in cMonstermadmaxoft1-2/+2
2013-10-22Implemented UnboundedRel BlockLight and SkyLight.madmaxoft2-258/+124
2013-10-21Ignoring a few generated files.madmaxoft2-0/+2
2013-10-21Added ASSERTs to all ChunkDef operations.madmaxoft1-15/+40
2013-10-21Fixed GetHTMLEscapedString() binding, removed obsolete memory function from API.madmaxoft4-57/+13
2013-10-20APIDump: Added link from cItem to the global ItemToString() et al.madmaxoft1-1/+5
2013-10-20APIDump: Fixed link in cPawn's desc.madmaxoft1-1/+1
2013-10-20APIDump: Various small fixes and additions.madmaxoft1-6/+53
2013-10-20APIDump: Fixed a few broken links.madmaxoft1-4/+4
2013-10-20APIDump: Statistics have a graphical meter; added hooks.madmaxoft1-9/+39
2013-10-20Fixed memory leak in cMobFamilyCollecter.madmaxoft3-52/+21
2013-10-20Reimplemented cMonster::FamilyFromType() as a simple switch (duh!)madmaxoft1-38/+27
2013-10-20Fixed memory leaks in cMobCensus, moved GetSpawnRate() to cMonster.madmaxoft7-89/+96
2013-10-20Fixed binary search in StringToMobType().madmaxoft1-3/+3
2013-10-20Fixed memory leaks in cMobSpawner.madmaxoft3-62/+55
2013-10-20Moved all MobTypesManager functions to cMonster.madmaxoft9-298/+351
2013-10-20Rewritten MobTypesManager not to leak memory.madmaxoft2-126/+112
2013-10-20APIDump: Added basic statistics about the docs.madmaxoft2-6/+83
2013-10-20APIDump: Fixed listing undocumented objects.madmaxoft1-5/+27
2013-10-20Fixed loading allowed mobs in world.madmaxoft43-161/+320
2013-10-20Merge branch 'htmlescape'.madmaxoft4-113/+150
2013-10-19APIDump: Undocumented member variables are listed.madmaxoft1-4/+16
2013-10-19Added a string reserve.Alexander Harkness1-0/+1
2013-10-19APIDump: Extra pages use the local prettify and CSS.madmaxoft1-2/+7
2013-10-19Fixed compile error. silly parentheses creeping in.Alexander Harkness1-1/+1
2013-10-19APIDump: Added member-variable filtering.madmaxoft2-0/+14
2013-10-19Added a APIDump description for GetHTMLEscapedString.Alexander Harkness1-63/+66
2013-10-19Changed the code according to xoft's suggestions.Alexander Harkness1-10/+10
2013-10-19APIDump: Member variables are read from the API.madmaxoft1-10/+48
2013-10-19APIDump: Better header text for classes.madmaxoft1-1/+1
2013-10-19Fixed general failings with everything. Fixes #211.Alexander Harkness2-15/+16
2013-10-19Added a HTML escaping function to cWebAdmin.Alexander Harkness2-38/+80
2013-10-18APIDump: Added cIniFile additional info.madmaxoft2-1/+29
2013-10-18APIDump: Offline prettify is working.madmaxoft1-1/+11
2013-10-18APIDump: Added example code to cItem.madmaxoft1-0/+32
2013-10-18APIDump: Documented cItem's variables.madmaxoft1-4/+11
2013-10-18APIDump: Added support for member variables.madmaxoft2-4/+59
2013-10-18APIDump: Added prettify's license.madmaxoft1-0/+191
2013-10-18APIDump: Fixed offline JS.madmaxoft5-108/+41
2013-10-18APIDump: Do not list empty Constants or Functions sections.madmaxoft1-14/+46
2013-10-18APIDump: Split long code into functions.madmaxoft2-94/+110
2013-10-18APIDump: Ignore internal APIDump stuff.madmaxoft1-0/+2
2013-10-18APIDump: using local JS files instead of networked.madmaxoft3-4/+100
2013-10-18Adapted code style.madmaxoft5-85/+157
2013-10-18StringToItem() recognizes "ItemName:Dmg" strings.madmaxoft1-18/+21
2013-10-18Fixed item-breaking.madmaxoft1-1/+1
2013-10-18Fixed indentation and re-styled conditions.madmaxoft1-38/+44
[...]
 
Clone
http://ni.xn--ijanec-9jb.eu/anonymous/cuberite
https://ni.xn--ijanec-9jb.eu/anonymous/cuberite