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
2015-11-11Always tick clients in the serverserverTicktycho11-218/+57
2015-11-11Merge pull request #2632 from Gargaj/patch-1worktycho1-4/+14
2015-11-10Avoid reading out of boundsGargaj1-4/+14
2015-11-10Merge pull request #2634 from cuberite/vhworktycho1-0/+6
2015-11-10Added cChunkDef::IsValidHeight()Julian Laubstein1-0/+6
2015-11-10Merge pull request #2631 from Gargaj/divby0worktycho1-1/+1
2015-11-10Avoid division by zeroGargaj1-1/+1
2015-11-10Merge pull request #2633 from cuberite/IncludeBrewingRecipesJulian Laubstein1-0/+1
2015-11-10Added brewing.txt to list of files packed with the windows build.Mattes D1-0/+1
2015-11-10Merge pull request #2630 from Gargaj/shallowwaterJulian Laubstein1-3/+11
2015-11-10fix shallow water + add future code for liquid fall dampeningGargaj1-3/+11
2015-11-09Merge pull request #2629 from Gargaj/slabfixworktycho1-3/+27
2015-11-09remove slab from inventory when using it on another slab (fixes #2610)Gargaj1-3/+27
2015-11-09Merge pull request #2628 from Gargaj/creeperdeflateAlexander Harkness2-2/+2
2015-11-09idle/deflating creeper should be -1Gargaj2-2/+2
2015-11-09Merge pull request #2627 from Gargaj/patch-1Lukas Pioch1-0/+4
2015-11-09Add comment to Attack() return valuesGargaj1-0/+4
2015-11-09Merge pull request #2625 from Gargaj/chilloutyoworktycho3-1/+8
2015-11-08neutral mobs shouldn't chase the player unless aggro'dGargaj3-1/+8
2015-11-08Merge pull request #2626 from cuberite/worktycho-patch-1Julian Laubstein1-1/+1
2015-11-08Fix memory leakworktycho1-1/+1
2015-11-08Merge pull request #2615 from Gargaj/cavespider-attackworktycho16-27/+48
2015-11-08Merge pull request #2616 from Gargaj/patch-1Julian Laubstein1-0/+2
2015-11-08Fix chicken flyingGargaj1-0/+2
2015-11-08Merge pull request #2619 from cuberite/worktycho-patch-1Alexander Harkness1-1/+4
2015-11-08Use .travis.yml to whitelist coverity_scan for push builds.worktycho1-1/+4
2015-11-08Merge pull request #2620 from Gargaj/pressureplatesndJulian Laubstein1-0/+9
2015-11-08fix cavespider poisoning even if attack is in cooldownGargaj16-27/+48
2015-11-08add sound to stone pressure platesGargaj1-0/+9
2015-11-07Merge pull request #2624 from Gargaj/patch-2worktycho1-3/+6
2015-11-07Only send creeper updates when there is a changeGargaj1-3/+6
2015-11-07Merge pull request #2609 from bibo38/slimeblockworktycho6-129/+238
2015-11-07Merge pull request #2621 from Gargaj/pressureplatepowerworktycho1-4/+4
2015-11-07Refactored code to use vectors in the cPistonHandler classbibo383-52/+42
2015-11-07Added some code improvementsbibo382-22/+42
2015-11-07Renamed GetDirectionVec into VectorFromMetaData to improve code readability.bibo382-6/+6
2015-11-07Commented the GetDirectionVec methodbibo381-0/+3
2015-11-07Fixed the style problems and added some commentsbibo382-6/+18
2015-11-07Removed unused CanPull methodbibo381-11/+0
2015-11-07Extracted block moving code into a seperate methodbibo382-77/+52
2015-11-07Replaced the usage of pistonMeta with a direction vector to allow better meta value abstractionbibo382-73/+63
2015-11-07Fixed pulling/pushing of breakable blocks, which are not required to be movedbibo381-3/+20
2015-11-07Implemented the basic slime block pullingbibo381-17/+62
2015-11-07Implemented the SlimeBlock into the CanPush method to allow slimeblocks to work correctly when pushedbibo381-15/+26
2015-11-07Piston extension now works with the new recursive CanPushBlock method.bibo381-36/+41
2015-11-07Added the CanPushBlock method for the piston push check.bibo382-24/+41
2015-11-07Implemented the slime block dropping behaviour.bibo383-0/+35
2015-11-07Merge branch 'pressureplatepower' of github.com:Gargaj/cuberite into pressureplatepowerGargaj0-0/+0
2015-11-07fix pressure plate power levelsGargaj1-4/+4
2015-11-07fix pressure plate power levelsGargaj1-4/+4
2015-11-07Merge pull request #2618 from Gargaj/deadmeansdeadworktycho1-1/+1
2015-11-07Merge pull request #2617 from Gargaj/pushcomestoshoveworktycho1-0/+36
2015-11-07don't attack if deadGargaj1-1/+1
2015-11-07code styleGargaj1-3/+3
2015-11-07implement pushing/shoving based on @NiLSPACE's suggestionGargaj1-0/+36
2015-11-06Merge pull request #2611 from Gargaj/chickenfallJulian Laubstein2-0/+6
2015-11-06chickens don't take fall damageGargaj2-0/+6
2015-11-05Added ignore=dirty to new submodulesJulian Laubstein1-1/+8
2015-11-05Merge pull request #2593 from cuberite/endereggJulian Laubstein2-92/+103
2015-11-05Destroy an ender crystal, damage a dragon when hit by an egg.Alexander Harkness2-92/+103
2015-11-05Merge pull request #2607 from cuberite/IgnoreLibArtefactsMattes D7-0/+0
2015-11-05Ignore MSVC build artefacts in submodularised libraries.Mattes D7-0/+0
2015-11-05Merge pull request #2606 from cuberite/MSVCWarningsMattes D1-3/+1
2015-11-05MSVC: Reviewed warnings, disabled a useless one, re-enabled an old one.Mattes D1-3/+1
2015-11-05Merge pull request #2605 from cuberite/SubmoduleChangeJulian Laubstein194-212340/+51
2015-11-04Outsourced all libraries into submodulesJulian Laubstein194-212340/+51
2015-11-04Merge pull request #2601 from Gargaj/patch-1Mattes D1-1/+1
2015-11-04Fix being set on fire while directly being under lavaGargaj1-1/+1
2015-11-04Merge pull request #2597 from cuberite/faviconChangeAlexander Harkness1-0/+0
2015-11-03Changed server favicon to more commonly used oneJulian Laubstein1-0/+0
2015-11-03Merge pull request #2497 from Seadragon91/brewingJulian Laubstein40-9/+1858
2015-11-03Implemented brewingLukas Pioch40-9/+1858
2015-11-03Merge pull request #2595 from cengizIO/masterMattes D1-9/+11
2015-11-03Use an unreserved qualifier for thread local storageCengiz Can1-9/+11
2015-11-03Merge pull request #2464 from bibo38/assertfixMattes D1-20/+23
2015-11-03Fixed failed assertationbibo381-20/+23
2015-11-03Merge pull request #2591 from cuberite/chunkprepare-deadlockworktycho1-1/+4
2015-11-02Examined a fix for #2588Tiger Wang1-0/+6
2015-11-02Merge branch 'master' into chunkprepare-deadlockAlexander Harkness1-1/+1
2015-11-02Merge pull request #2594 from cuberite/bearbin-patch-1Alexander Harkness1-1/+1
2015-11-02Fix shell location.Alexander Harkness1-1/+1
2015-11-02Fix deadlock, resolves #2521Alexander Harkness1-1/+4
2015-11-01Merge pull request #2587 from cuberite/bountysource-not-gratipayAlexander Harkness1-2/+2
2015-11-01Removed mentions of Gratipay, replaced with Bountysource.Alexander Harkness1-2/+2
2015-11-01Merge pull request #2586 from bibo38/drownpotionworktycho2-0/+16
2015-11-01Implemented the Water Breathing Potion functionality.bibo382-0/+16
2015-10-31Fixed typo that slipped through #2584Alexander Harkness1-1/+1
2015-10-31Fixed help text again, another part had changed.Alexander Harkness1-1/+1
2015-10-31Fixed outdated help text in easyinstall.Alexander Harkness1-1/+1
2015-10-31Fixed typo in description.Alexander Harkness1-1/+1
2015-10-31Merge pull request #2584 from bibo38/firepotionAlexander Harkness6-8/+37
2015-10-31Implemented the FireResistence potion effects.bibo386-8/+37
2015-10-31Merge pull request #2549 from cuberite/TouchGroundAlexander Harkness1-3/+3
2015-10-31Debug mode: Fixed assertion, if player below y < 0Lukas Pioch1-3/+3
2015-10-30Merge pull request #2581 from bibo38/clangfixLukas Pioch1-1/+1
2015-10-30Changed for-loop iterator in File.cpp to a reference type to reduce object copying and fix the clang build.bibo381-1/+1
2015-10-29Merge pull request #2567 from cuberite/cave_spiderLukas Pioch1-0/+11
2015-10-29Added cave spider to MobSpawnerLukas Pioch1-0/+11
2015-10-29Merge pull request #2578 from cuberite/revert-2574-pressure-plate-fixMattes D1-45/+14
2015-10-29Revert "Pressure plate fix"Mattes D1-45/+14
[...]
 
Clone
http://ni.4a.si./anonymous/cuberite
https://ni.4a.si./anonymous/cuberite