summaryrefslogtreecommitdiffstats
BranchCommit messageAuthorAge
masterManually specify UTF-8 encoding for Cuberite.rc (#5589)Alexander Harkness4 days
5588-resources-encodingManually specify UTF-8 encoding for Cuberite.rcAlexander Harkness5 days
canbeat-cleanupUse cChunkDef::IsValidHeight for CanBeAt functions, and related helpers.Alexander Harkness9 days
template-id-ctor-warningRemove simple template-id from constructors for Vector3 template.Alexander Harkness11 days
real-block-countUse correct size integer type, fix compiler warning.Alexander Harkness11 days
clang-format-codebaseApply new clang-formattingAlexander Harkness13 days
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
2016-01-18MoreFastNBTTesttycho3-41/+54
2016-01-18Fixed some type issuestycho23-247/+256
2016-01-18More NBTTeststycho4-2/+124
2016-01-18More teststycho1-0/+13
2016-01-18First NBT Teststycho6-0/+64
2016-01-18Merge pull request #2895 from LogicParrot/readmeLogicParrot1-1/+1
2016-01-18Readme update - compile.sh works for *nixLogicParrot1-1/+1
2016-01-18Merge pull request #2884 from LogicParrot/sortLogicParrot4-404/+404
2016-01-17Merge pull request #2871 from cuberite/seadragon91-patch1worktycho2-2/+2
2016-01-17Fixed race conditionsLukas Pioch2-2/+2
2016-01-17Merge pull request #2887 from LogicParrot/waterLogicParrot1-1/+1
2016-01-17Use IsBlockWater in cPathLogicParrot1-1/+1
2016-01-17Merge pull request #2885 from SteveWinfield/masterLogicParrot3-3/+0
2016-01-17No second spawn broadcast necessaryWinfieldSteve3-3/+0
2016-01-17Alphabetically sorted configuration filesLogicParrot4-404/+404
2016-01-17Merge pull request #2881 from LogicParrot/knockbackLogicParrot1-0/+4
2016-01-17Merge pull request #2883 from jammet/patch-8worktycho1-0/+1
2016-01-17Update crafting.txtjammet1-0/+1
2016-01-16Fixed wrong knockback direction after explosion damageLogicParrot1-0/+4
2016-01-16Merge pull request #2877 from LogicParrot/spawn2LogicParrot2-183/+184
2016-01-16Merge pull request #2878 from LogicParrot/wolf2LogicParrot7-61/+79
2016-01-16Fixed non-natural spawning near player (egg, breeding, etc.)LogicParrot2-183/+184
2016-01-16Fix crash when tamed wolf is hit by arrowsLogicParrot7-61/+79
2016-01-16Merge pull request #2875 from LogicParrot/fallDamageLogicParrot1-1/+5
2016-01-16Fix fall damage crash when tamed wolves neabryLogicParrot1-1/+5
2016-01-13Merge pull request #2869 from LogicParrot/typosLogicParrot1-35/+42
2016-01-13compile.sh - 70 columns print limitLogicParrot1-35/+42
2016-01-13Merge pull request #2868 from bibo38/namelengthMattes D2-0/+8
2016-01-13Limited the username length to 16 characters.bibo382-0/+8
2016-01-13Merge pull request #2867 from LogicParrot/compile2LogicParrot1-0/+3
2016-01-13compile.sh - added updating noteLogicParrot1-0/+3
2016-01-12Merge pull request #2864 from LogicParrot/compileLogicParrot1-26/+52
2016-01-12Made compile.sh more genericLogicParrot1-26/+52
2016-01-12Merge pull request #2863 from LogicParrot/spawnLogicParrot1-54/+63
2016-01-12Do not spawn mobs too close to playerLogicParrot1-54/+63
2016-01-12Merge pull request #2862 from LogicParrot/creeperLogicParrot1-2/+2
2016-01-12Fixed creeper calling TargetIsInRange with null m_TargetLogicParrot1-2/+2
2016-01-12Merge pull request #2861 from LogicParrot/hotfixMattes D1-29/+31
2016-01-12Fixed crash introduced by #2821LogicParrot1-29/+31
2016-01-12Merge pull request #2859 from LogicParrot/attack2LogicParrot7-24/+28
2016-01-12Fix mob attack intervalLogicParrot7-24/+28
2016-01-12Merge pull request #2860 from LogicParrot/wolfChecksLogicParrot1-1/+14
2016-01-12Friendly wolf attack safety checksLogicParrot1-1/+14
2016-01-12Merge pull request #2857 from LogicParrot/wolfLogicParrot11-149/+292
2016-01-12Tamed wolf assists owner (attack / defence)LogicParrot11-149/+292
2016-01-12Merge pull request #2853 from cuberite/DetailedBlockAreaLoggingMattes D1-4/+12
2016-01-12Added detailed logging to cBlockArea::Read() bad Y coords.Mattes D1-4/+12
2016-01-12Merge pull request #2849 from cuberite/export_getseedMattes D3-0/+5
2016-01-12Exported GetSeed to lua and added file extension opendb to .gitignore.Lukas Pioch3-0/+5
2016-01-12Merge pull request #2821 from LogicParrot/world2LogicParrot2-3/+49
2016-01-12Merge pull request #2855 from bibo38/mobheadsworktycho7-19/+130
2016-01-11Merge pull request #2848 from Nakkar/masterAlexander Harkness1-3/+5
2016-01-11Changed the format of the MobHead data to allow MobHeads working on MInecraft 1.8bibo387-19/+130
2016-01-11Fixed issue #2218Austin Martin1-3/+5
2016-01-10Added "core.help" permission to Default rank.Mattes D1-0/+1
2016-01-10Merge pull request #2851 from bibo38/decompressfixMattes D1-13/+18
2016-01-10Fixed not working packet decompressionbibo381-13/+18
2016-01-07Merge pull request #2847 from cuberite/FixClangWarningsworktycho7-33/+50
2016-01-06Fixed Clang warnings.Mattes D7-33/+50
2016-01-05Merge pull request #2844 from mathias-github/silktouchMattes D2-2/+29
2016-01-03Fixed typoMathias1-1/+1
2016-01-03More blocks that can't be mined with silktouchMathias1-1/+28
2016-01-03Merge pull request #2842 from ameuret/typo-ammountMattes D2-4/+4
2016-01-02Fix typo (ammount)Arnaud Meuret2-4/+4
2016-01-02Merge pull request #2840 from cuberite/RenameToCuberiteJulian Laubstein54-257/+112
2016-01-01Updated plugins with the rename to Cuberite.Mattes D3-0/+0
2016-01-01Renamed leftover strings to Cuberite / Server, as needed.Mattes D51-257/+112
2015-12-30Merge pull request #2838 from cuberite/clang-3.8-ignore-flagworktycho1-0/+6
2015-12-30Clang-3.8: Added ignore flag for double promotionLukas Pioch1-0/+6
2015-12-30Merge pull request #2836 from cuberite/FixDefaultWorldGenParamsMattes D1-1/+1
2015-12-30Fixed default Nether generator params.Mattes D1-1/+1
2015-12-30Merge pull request #2831 from cuberite/BlockingSslClientSocketFixMattes D3-11/+24
2015-12-30Fixed problems in cBlockingSslClientSocket.Mattes D3-11/+24
2015-12-30Merge pull request #2837 from cuberite/FixMonsterBurnJulian Laubstein1-3/+15
2015-12-30Fixed the monster burn code.Mattes D1-3/+15
2015-12-28Debuggers plugin: Added "uuid" console command.Mattes D2-0/+37
2015-12-28Removed excessive logging in redstone simulator.Mattes D1-7/+0
2015-12-27Merge pull request #2829 from LogicParrot/fences2Julian Laubstein3-34/+13
2015-12-27Deleted cPath::BlockTypeIsFenceLogicParrot3-34/+13
2015-12-27Merge pull request #2825 from Gargaj/snowlayersAlexander Harkness1-1/+1
2015-12-27Merge pull request #2828 from LogicParrot/contribLogicParrot1-1/+1
2015-12-27Update CONTRIBUTORSLogicParrot1-1/+1
2015-12-26Merge pull request #2814 from SafwatHalaby/chunk2Safwat Halaby3-1/+116
2015-12-26Merge pull request #2820 from cuberite/UrlParserworktycho8-4/+515
2015-12-26fix crafting recipe for snow layersGargaj1-1/+1
2015-12-26Merge pull request #2789 from cuberite/apidump-analyticsMattes D8-57/+6780
2015-12-26Added analytics to APIDumpAlexander Harkness8-57/+6780
2015-12-26Added ProtoProxy and MCADefrag binaries to .gitignoreJulian Laubstein1-0/+2
2015-12-25Merge pull request #2822 from SafwatHalaby/fenceSafwat Halaby1-2/+9
2015-12-25Added the cUrlParser class, exported to Lua API.Mattes D8-4/+515
2015-12-25Update fences and gates listSafwat Halaby1-2/+9
2015-12-25Freeze player until chunk is loadedSafwat Halaby3-1/+116
2015-12-25Merge pull request #2795 from SafwatHalaby/doorsSafwat Halaby10-215/+396
2015-12-25Fix pre - #2815 default world linkage configsSafwat Halaby2-3/+49
2015-12-25Merge pull request #2815 from SafwatHalaby/worldSafwat Halaby2-4/+18
2015-12-25Nether and End in settings.ini by default, and created at startupSafwat Halaby2-4/+18
2015-12-24Merge pull request #2816 from SafwatHalaby/redstoneSafwat Halaby17-20/+20
2015-12-24Silenced the Redstone Simulator console spamSafwat Halaby17-20/+20
2015-12-24Merge pull request #2801 from cuberite/ExposeJsonMattes D8-48/+500
2015-12-24Added a Json parser and serializer to Lua API.Mattes D8-48/+500
[...]
 
Clone
http://ni.xn--ijanec-9jb.eu./anonymous/cuberite
https://ni.xn--ijanec-9jb.eu./anonymous/cuberite