1
0
Fork 0
Commit Graph

9545 Commits

Author SHA1 Message Date
LogicParrot d0f815a64f Alphabetically sorted configuration files 2016-01-17 11:39:54 +02:00
LogicParrot c177a528e5 Merge pull request #2881 from LogicParrot/knockback
Fixed wrong knockback direction after explosion damage
2016-01-17 10:16:47 +02:00
worktycho 3805431ddd Merge pull request #2883 from jammet/patch-8
Update crafting.txt
2016-01-17 02:05:37 +00:00
jammet 4127d61284 Update crafting.txt
Added Mossy Cobblestone recipe
2016-01-17 01:44:52 +01:00
LogicParrot 1379b92edf Fixed wrong knockback direction after explosion damage 2016-01-16 18:48:07 +02:00
LogicParrot bc4a6ec3ea Merge pull request #2877 from LogicParrot/spawn2
Fixed non-natural spawning near player (egg, breeding, etc.)
2016-01-16 17:02:06 +02:00
LogicParrot dc33276dda Merge pull request #2878 from LogicParrot/wolf2
Fix crash when tamed wolf is hit by arrows
2016-01-16 16:58:49 +02:00
LogicParrot ac2c79f797 Fixed non-natural spawning near player (egg, breeding, etc.) 2016-01-16 16:40:47 +02:00
LogicParrot 8c12227687 Fix crash when tamed wolf is hit by arrows 2016-01-16 16:37:37 +02:00
LogicParrot 5ca2f4fd0c Merge pull request #2875 from LogicParrot/fallDamage
Fix fall damage crash when tamed wolves neabry
2016-01-16 11:56:19 +02:00
LogicParrot 0601adba25 Fix fall damage crash when tamed wolves neabry 2016-01-16 11:29:11 +02:00
LogicParrot 1aefef76d9 Merge pull request #2869 from LogicParrot/typos
compile.sh - 70 columns print limit
2016-01-13 12:41:06 +02:00
LogicParrot 0affb47c7d compile.sh - 70 columns print limit 2016-01-13 12:12:39 +02:00
Mattes D 4513f88a64 Merge pull request #2868 from bibo38/namelength
Limited the username length to 16 characters.
2016-01-13 10:21:48 +01:00
bibo38 41aa7cf123 Limited the username length to 16 characters.
This fixes a client crash, because Minecraft requires that a username is not longer than 16 characters.
See also: http://minecraft.gamepedia.com/The_Player#Name
Fixes #2545
2016-01-13 09:55:48 +01:00
LogicParrot da19b1708c Merge pull request #2867 from LogicParrot/compile2
compile.sh - Added updating note
2016-01-13 08:52:00 +02:00
LogicParrot 847ee1ede2 compile.sh - added updating note 2016-01-13 08:48:48 +02:00
LogicParrot 0902d5121c Merge pull request #2864 from LogicParrot/compile
Made compile.sh more generic
2016-01-12 20:11:23 +02:00
LogicParrot c948e852c5 Made compile.sh more generic
kk
2016-01-12 19:04:28 +02:00
LogicParrot 6d8a743ba6 Merge pull request #2863 from LogicParrot/spawn
Do not spawn mobs too close to player
2016-01-12 16:21:06 +02:00
LogicParrot e77af000df Do not spawn mobs too close to player 2016-01-12 15:47:13 +02:00
LogicParrot 062b51c822 Merge pull request #2862 from LogicParrot/creeper
Fixed creeper calling TargetIsInRange with null m_Target
2016-01-12 15:42:39 +02:00
LogicParrot 3a24ed4b61 Fixed creeper calling TargetIsInRange with null m_Target 2016-01-12 15:26:51 +02:00
Mattes D 0b20d7ab96 Merge pull request #2861 from LogicParrot/hotfix
Fixed crash introduced by #2821
2016-01-12 14:25:40 +01:00
LogicParrot 41f2b6c99f Fixed crash introduced by #2821 2016-01-12 15:13:53 +02:00
LogicParrot d4e99aedb1 Merge pull request #2859 from LogicParrot/attack2
Fix mob attack interval
2016-01-12 14:46:02 +02:00
LogicParrot 21df3cb0d8 Fix mob attack interval 2016-01-12 14:20:17 +02:00
LogicParrot e64790db74 Merge pull request #2860 from LogicParrot/wolfChecks
Friendly wolf attack safety checks
2016-01-12 13:41:20 +02:00
LogicParrot e0f13f9f26 Friendly wolf attack safety checks 2016-01-12 13:27:03 +02:00
LogicParrot e2a053263f Merge pull request #2857 from LogicParrot/wolf
AI: Tamed wolf defends owner
2016-01-12 12:13:36 +02:00
LogicParrot 359e772dee Tamed wolf assists owner (attack / defence) 2016-01-12 11:47:59 +02:00
Mattes D 97ef08de84 Merge pull request #2853 from cuberite/DetailedBlockAreaLogging
Added detailed logging to cBlockArea::Read() bad Y coords.
2016-01-12 10:20:35 +01:00
Mattes D e4adf2f9ae Added detailed logging to cBlockArea::Read() bad Y coords.
Ref.: http://forum.mc-server.org/showthread.php?tid=2307
2016-01-12 10:19:44 +01:00
Mattes D f1ca68051f Merge pull request #2849 from cuberite/export_getseed
Exported GetSeed to lua and added file extension opendb to .gitignore.
2016-01-12 10:19:14 +01:00
Lukas Pioch fe72eaaec2 Exported GetSeed to lua and added file extension opendb to .gitignore. 2016-01-12 10:18:24 +01:00
LogicParrot a4a17a2953 Merge pull request #2821 from LogicParrot/world2
Fix pre - #2815 default world linkage configs
2016-01-12 10:24:44 +02:00
worktycho 7aa0b7299d Merge pull request #2855 from bibo38/mobheads
Changed the format of the MobHead data
2016-01-11 23:52:25 +00:00
Alexander Harkness 1f9908c712 Merge pull request #2848 from Nakkar/master
Fix for issue #2218
2016-01-11 19:09:23 +00:00
bibo38 657b0ed007 Changed the format of the MobHead data to allow MobHeads working on MInecraft 1.8
The NBT format now carries the texture data and transmit it to the client.
See: http://minecraft.gamepedia.com/Head#Block_entity
Related to #2674
2016-01-11 17:55:32 +01:00
Austin Martin 8c7cc3ffe9 Fixed issue #2218 2016-01-10 20:53:02 -05:00
Mattes D 725db4475c Added "core.help" permission to Default rank. 2016-01-10 17:40:25 +01:00
Mattes D 7111154160 Merge pull request #2851 from bibo38/decompressfix
Fixed not working packet decompression
2016-01-10 15:36:15 +01:00
bibo38 a45315ee74 Fixed not working packet decompression
A compressed packed contains always the uncompressed size, but in the code this size was threatened as the compressed data size. This created a failure, when the client compressed a packet.
See: http://wiki.vg/Protocol#With_compression
Fixes #2841
Fixes #2467
2016-01-10 15:16:29 +01:00
worktycho 5593db13eb Merge pull request #2847 from cuberite/FixClangWarnings
Fixed Clang warnings.
2016-01-07 01:31:27 +00:00
Mattes D 491dbda7d3 Fixed Clang warnings. 2016-01-06 16:20:12 +01:00
Mattes D 4823e78440 Merge pull request #2844 from mathias-github/silktouch
Added blocks that can't be mined with silktouch
2016-01-05 15:01:13 +01:00
Mathias d17c8fa349 Fixed typo 2016-01-03 16:29:04 +02:00
Mathias 8e2b2e7a18 More blocks that can't be mined with silktouch 2016-01-03 16:27:02 +02:00
Mattes D c57bf8e538 Merge pull request #2842 from ameuret/typo-ammount
Typo [ammount]
2016-01-03 00:42:14 +01:00
Arnaud Meuret e19109465d Fix typo (ammount) 2016-01-02 22:02:02 +01:00