summaryrefslogtreecommitdiffstats
BranchCommit messageAuthorAge
masterManually specify UTF-8 encoding for Cuberite.rc (#5589)Alexander Harkness10 days
5588-resources-encodingManually specify UTF-8 encoding for Cuberite.rcAlexander Harkness11 days
canbeat-cleanupUse cChunkDef::IsValidHeight for CanBeAt functions, and related helpers.Alexander Harkness2 weeks
template-id-ctor-warningRemove simple template-id from constructors for Vector3 template.Alexander Harkness2 weeks
real-block-countUse correct size integer type, fix compiler warning.Alexander Harkness2 weeks
clang-format-codebaseApply new clang-formattingAlexander Harkness3 weeks
biomal-bedrock-shapeMake biomal composition gen respect the shapegen when placing bedrockNiels3 months
dumpinfo-plugin-folderFixed dumpinfo plugin not finding Info.lua file if the plugin folder and name don't matchNiels6 months
infodump-dependenciesAdded extra possible Info.lua parameter that describes the dependenciesNiels Breuker7 months
endgenUse auto instead of NOISE_DATATYPENiels Breuker8 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  madmaxoft11 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 D11 years
 
AgeCommit messageAuthorFilesLines
2014-12-14derpBlockFixesHowaner1-2/+2
2014-12-14Chests uses the transparent list.Howaner1-2/+2
2014-12-14Merge branch 'master' into BlockFixesHowaner11-14/+191
2014-12-14Fixed mob invisibilityHowaner1-1/+0
2014-12-14Merge pull request #1635 from mc-server/CocoaMattes D6-4/+158
2014-12-14Merge pull request #1670 from Masy98/craftingFranz Reiter2-3/+4
2014-12-14Fixed fence/-gates and door recipes and added baked potato recipeMasy982-3/+4
2014-12-14Merge branch 'master' into CocoaHowaner2-5/+26
2014-12-14"& 0x0f" isn't neededHowaner2-3/+3
2014-12-13Clang needs the libstdc++ that comes with gcc-4.8Tycho1-3/+5
2014-12-13final syntax errorsTycho1-5/+4
2014-12-13Double equalsTycho1-5/+5
2014-12-13Fix forgoten thensTycho1-4/+4
2014-12-13"Don't set compiler to gcc on clang builds"Tycho1-4/+5
2014-12-13Merge pull request #1664 from mc-server/SandstoneCavesMattes D1-3/+22
2014-12-13FixesHowaner4-5/+22
2014-12-13Merge branch 'master' into CocoaHowaner104-1751/+2182
2014-12-13Why random melon/pumpkin meta?Howaner1-1/+1
2014-12-13Fixed leaves drops.Howaner2-2/+1
2014-12-13Debug?Howaner1-1/+1
2014-12-13Merge pull request #1663 from mc-server/APIDumpSizeAlexander Harkness1-1/+3
2014-12-13WormNestCaves occasionally generates sandstone around the caveSTRWarrior1-3/+22
2014-12-13Made comment in example code smallerSTRWarrior1-1/+3
2014-12-13Reverted main_APIDump.lua changesSTRWarrior1-4/+4
2014-12-13Fixed random.break sound double-play.Howaner1-1/+1
2014-12-13Ice uses the IsSolid() list.Howaner1-1/+1
2014-12-13Fixed leaves drop chance.Howaner1-4/+9
2014-12-13Fixed grass spreadHowaner1-11/+14
2014-12-13Fixed the width sometimes going over the div sizeSTRWarrior1-4/+4
2014-12-13Merge branch 'master' into BlockFixesHowaner103-1750/+2179
2014-12-12Merge pull request #1660 from Seadragon91/masterMattes D1-1/+1
2014-12-12Fixed print of milliseconds from chronoLukas Pioch1-1/+1
2014-12-12Updated the Core.Mattes D1-0/+0
2014-12-12LightingThread: Fixed a memory leak.Mattes D1-2/+2
2014-12-12Exported cWorld:PrepareChunk to Lua API, test in Debuggers.Mattes D2-1/+73
2014-12-11Debuggers: Added loadchunk and preparechunk commands.Mattes D2-0/+87
2014-12-11Debuggers: Changed to use Info.lua file.Mattes D2-33/+222
2014-12-11Merge pull request #1657 from mc-server/PrepareChunkMattes D11-51/+293
2014-12-11Cosmetic touchups.Mattes D5-10/+11
2014-12-11Merge remote-tracking branch 'planetx/master'Mattes D2-5/+33
2014-12-11Fixed DungeonRooms edges not generating sometimes.Mattes D1-2/+2
2014-12-10Added a cWorld:PrepareChunk function.Mattes D9-51/+260
2014-12-10Lighting thread: skip chunks that are already lit.Mattes D1-0/+10
2014-12-10Merge pull request #1655 from tonibm19/patch-2Mattes D1-1/+1
2014-12-10Moved NetherOreNeststonibm191-1/+1
2014-12-10Merge pull request #1623 from p-mcgowan/issue_1253Mattes D8-3/+94
2014-12-10Changed method call to DoesAllowMultiLogin() instead of IsAllowMultiLogin()Vincent1-1/+1
2014-12-09Fixed return value in CheckMultiLogin()Vincent1-1/+2
2014-12-09Fixed compiling.Howaner1-1/+1
2014-12-09Fixed indent problems and added return definitions to CheckMultiLogin().Vincent3-7/+8
2014-12-09Added a RemoveIf() function to cQueueMattes D1-0/+23
2014-12-09Changed DoWithPlayer to auto instead of using iterator.Vincent1-2/+2
2014-12-08Changed CheckMultiLogin() to not have main body wrapped in an if statement.Vincent4-21/+28
2014-12-08Moved NaturalPatches in front of PreSimulator and Animals.Mattes D1-1/+1
2014-12-08Check to see if header write out is requiredplanetx1-17/+15
2014-12-08Added NetherOreNests to nether default generator.tonibm191-1/+1
2014-12-08Merge pull request #1654 from tonibm19/patch-1Alexander Harkness1-1/+1
2014-12-08Added NaturalPatches to finisherstonibm191-1/+1
2014-12-08Added timestamp to merged files WSSAnvilplanetx1-1/+1
2014-12-08Added timestamp to merged files WSSAnvilplanetx1-62/+62
2014-12-08Added timestamp to new files WSSAnvilplanetx2-79/+149
2014-12-08created callback in Root and changed CheckMultiLogin() to use the DoWithPlayer function at Root instead of World.Vincent2-2/+9
2014-12-08Fixed compile errorsVincent6-18/+14
2014-12-08removed last space in handlehandshakeVincent1-1/+0
2014-12-08Changed HandleHandshake to return the result of CheckMultiLogin instead of just true since it already returns true if it finds and kicks the current player.Vincent1-24/+23
2014-12-08Moved the check into a new function and just calls that function and a blank FindAndDoWithPlayer added.Vincent4-23/+52
2014-12-07Added Timestamp info to chunks in WSSAnvilplanetx2-87/+47
2014-12-07Merge pull request #1563 from mc-server/c++11EventsMattes D4-143/+72
2014-12-07Merge branch 'issue_1253' of https://github.com/p-mcgowan/MCServer into issue_1253Vincent1-5/+5
2014-12-07changed from using iterator to auto for server and clienthandleVincent2-4/+4
2014-12-07cMojangAPI: Fixed a possible problem with thread termination order.Mattes D1-5/+17
2014-12-07Fixed integer overflow problems.Mattes D2-4/+4
2014-12-07Merge remote-tracking branch 'origin/master' into c++11EventsMattes D178-3914/+5859
2014-12-07Fixed format warning.Mattes D1-2/+2
2014-12-07Fixed crash on server stop.Mattes D1-0/+9
2014-12-07Fixed c++11 branch issues.Mattes D8-45/+59
2014-12-07Merge pull request #1555 from mc-server/c++11Mattes D49-1248/+353
2014-12-07Reduced river heightSTRWarrior1-2/+2
2014-12-07Fixed error message in cFinishGenPassiveMobsSTRWarrior1-1/+1
2014-12-06Replaced most auto_ptr with unique_ptr.Mattes D2-62/+62
2014-12-06Merge remote-tracking branch 'origin/master' into c++11Tiger Wang37-149/+695
2014-12-06Merge pull request #1647 from mc-server/SocketThreadsFixMattes D1-3/+11
2014-12-05FinishGenPassiveMobs: Cosmetic changes.Mattes D2-30/+33
2014-12-05Merge pull request #1642 from p-mcgowan/animalTerrainFinisherMattes D5-3/+274
2014-12-05formatting and default spawn percentagep-mcgowan1-1/+2
2014-12-05Merge branch 'master' of github.com:p-mcgowan/MCServer into animalTerrainFinisherp-mcgowan38-184/+496
2014-12-05CheckBasicStyle: Check missing braces for control statements.Mattes D1-0/+19
2014-12-05BasicStyle: Added missing braces to control statements.Mattes D17-54/+241
2014-12-05CheckBasicStyle: Added a check for parentheses around comparisons.Mattes D1-0/+22
2014-12-05Fixed reported parentheses around comparisons.Mattes D14-83/+99
2014-12-05reformatp-mcgowan1-9/+5
2014-12-05restructure, with logic this timep-mcgowan1-5/+13
2014-12-05Merge pull request #1649 from jonfabe/InfoDumpFixMattes D1-1/+12
2014-12-05Fix duplicate commands added to README.mdJonathan Fabian1-1/+12
2014-12-05restructured random animals, added check for desert (update as per wiki)p-mcgowan1-19/+17
2014-12-05handle non-vanilla dimensionsp-mcgowan1-2/+2
2014-12-05handle non-vanilla dimensionsp-mcgowan1-2/+3
2014-12-05formatting fixesp-mcgowan1-4/+11
2014-12-04Merge pull request #1648 from mc-server/CraftingLuaFixMattes D6-6/+6
2014-12-04Merge pull request #1638 from p-mcgowan/cactiNoLongerSpawnOnBeachesMattes D2-1/+19
[...]
 
Clone
http://ni.4a.si./anonymous/cuberite
https://ni.4a.si./anonymous/cuberite