TheJumper
|
6d188f1018
|
Merge remote-tracking branch 'origin/master'
|
2014-02-23 20:03:32 +01:00 |
|
TheJumper
|
2cc597372a
|
Fixed Formatting, Added DropChances and CanPickUpLoot attributes to Monsters
|
2014-02-23 19:50:51 +01:00 |
|
TheJumper
|
8716263238
|
BlockBed.cpp: Fixed Multiple people in one bed.
OnUse in BlockBed.cpp now checks whether bit flag 0x4 in the Data values of the bed is set before somebody can try to sleep in the bed.
|
2014-02-23 19:50:51 +01:00 |
|
madmaxoft
|
ea2420e8b4
|
APIDump: Fixed cBlockArea:GetRelBlockType() return types.
|
2014-02-23 19:50:51 +01:00 |
|
madmaxoft
|
fd4af0f992
|
Fixed bindings for cBlockArea:Get(Rel)BlockTypeMeta().
They no longer require the ghost output params.
|
2014-02-23 19:50:51 +01:00 |
|
Howaner
|
1f726b7d9d
|
Rename SkullEntity to MobHeadEntity
|
2014-02-23 19:50:50 +01:00 |
|
Howaner
|
a71e8be4d2
|
Add break to Protocol17x.cpp and use new comment delimiter
|
2014-02-23 19:50:50 +01:00 |
|
Howaner
|
7bc5946883
|
Add Heads completely
|
2014-02-23 19:50:50 +01:00 |
|
Howaner
|
ab2eba17ec
|
Add Skulls/Heads
|
2014-02-23 19:50:50 +01:00 |
|
TheJumper
|
68e0ffdc58
|
Merge branch 'master' of http://github.com/TheJumper/MCServer
|
2014-02-23 19:39:22 +01:00 |
|
TheJumper
|
2f59517023
|
Fixed Formatting, Added DropChances and CanPickUpLoot attributes to Monsters
|
2014-02-23 19:35:56 +01:00 |
|
TheJumper
|
847aef898d
|
Fixed Formatting, Added DropChances and CanPickUpLoot attributes to Monsters
|
2014-02-23 19:12:34 +01:00 |
|
TheJumper
|
72dd48f7e7
|
Fixed Compiling Issues
|
2014-02-23 18:43:47 +01:00 |
|
TheJumper
|
1afcc255bf
|
Fixed Formatting, Added DropChance attributes to Monsters
|
2014-02-23 18:13:49 +01:00 |
|
TheJumper
|
beba3e55d7
|
Finally corrected the Enchantment constants.
|
2014-02-23 14:03:01 +01:00 |
|
TheJumper
|
43b2370bac
|
Changed formatting again
|
2014-02-22 22:59:12 +01:00 |
|
TheJumper
|
90574d083d
|
Changed formatting, encapsuled armor drop, introduced better static Enchantment IDs
|
2014-02-22 22:57:40 +01:00 |
|
TheJumper
|
b15ca0055b
|
Fixed Looting segment fault - a_Killer can be NULL
|
2014-02-22 12:58:32 +01:00 |
|
TheJumper
|
748a9c60b3
|
Mooshroom.cpp: Added right click interaction
|
2014-02-22 02:11:54 +01:00 |
|
TheJumper
|
f45d7d9769
|
Monster.h: Added doxy-comments for drop methods
|
2014-02-22 01:42:49 +01:00 |
|
TheJumper
|
c4bfe670c6
|
Monster.cpp: Fixed Formatting in AddRandomUncommonDropItem
|
2014-02-22 01:29:50 +01:00 |
|
TheJumper
|
764de9c399
|
Changed killer detection by using cEntity methods
|
2014-02-22 01:27:32 +01:00 |
|
TheJumper
|
7a7b9e88b2
|
Added static Enchantment Constants, Replaced cryptic Looting ID
|
2014-02-22 01:21:49 +01:00 |
|
TheJumper
|
1b32b00562
|
Fixed Mob Drops, Add Rare and Uncommon Drops, Looting inflicts Drops
|
2014-02-21 18:45:00 +01:00 |
|
TheJumper
|
1b081a0fbb
|
BlockBed.cpp: Fixed space at if statement
Added a space after an if statement and before the first bracket to keep up code conventions.
|
2014-02-20 17:31:38 +01:00 |
|
TheJumper
|
c2277c6fee
|
BlockBed.cpp: Fixed Multiple people in one bed.
OnUse in BlockBed.cpp now checks whether bit flag 0x4 in the Data values of the bed is set before somebody can try to sleep in the bed.
|
2014-02-20 16:26:50 +01:00 |
|
madmaxoft
|
7b8ff7c986
|
APIDump: Fixed cBlockArea:GetRelBlockType() return types.
|
2014-02-20 11:06:15 +01:00 |
|
madmaxoft
|
a3fa52ec73
|
Fixed bindings for cBlockArea:Get(Rel)BlockTypeMeta().
They no longer require the ghost output params.
|
2014-02-20 11:06:14 +01:00 |
|
Mattes D
|
87db4b6a90
|
Merge pull request #697 from Howaner/Skull
Add Skulls/Heads to MCServer
|
2014-02-19 22:12:38 +01:00 |
|
Howaner
|
d63ce62f3b
|
Rename SkullEntity to MobHeadEntity
|
2014-02-19 14:45:09 +01:00 |
|
Howaner
|
823ee3a125
|
Add break to Protocol17x.cpp and use new comment delimiter
|
2014-02-19 14:12:34 +01:00 |
|
Mattes D
|
1d9b02c956
|
Merge pull request #694 from mc-server/itemframes
Implemented item frames, a part of #689
|
2014-02-18 23:21:05 +01:00 |
|
Tiger Wang
|
a686656253
|
Merge branch 'master' into itemframes
Conflicts:
src/Entities/Entity.h
src/WorldStorage/NBTChunkSerializer.cpp
|
2014-02-18 22:13:44 +00:00 |
|
Mattes D
|
98332c5b76
|
Merge pull request #696 from mc-server/paintings
Implemented paintings, fixes #689
|
2014-02-18 23:08:12 +01:00 |
|
Tiger Wang
|
08229956ff
|
Merge branch 'itemframes' of https://github.com/mc-server/MCServer into itemframes
|
2014-02-18 22:07:30 +00:00 |
|
Tiger Wang
|
8b2153ba97
|
De-breaked stuff
|
2014-02-18 22:07:21 +00:00 |
|
Tiger Wang
|
5b961453d1
|
Fixed possible ASSERT failure
|
2014-02-18 21:54:53 +00:00 |
|
Tiger Wang
|
05789f9e66
|
Changed BlockFace type to eBlockFace
|
2014-02-18 21:33:33 +00:00 |
|
Howaner
|
52c41f8869
|
Add Heads completely
|
2014-02-18 21:40:02 +01:00 |
|
madmaxoft
|
29269a6ef8
|
ProtoProxy: ignoring PolarSSL build files.
|
2014-02-18 13:51:45 +01:00 |
|
madmaxoft
|
600861988e
|
APIDump: Documented missing cWorld functions.
|
2014-02-18 13:49:24 +01:00 |
|
madmaxoft
|
b1c6b4f584
|
The cuboid for cWorld::SetAreaBiome() doesn't need sorting.
|
2014-02-18 13:49:24 +01:00 |
|
madmaxoft
|
71b6fd3da9
|
Debuggers: Added a test for the cWorld:SetAreaBiome() function.
|
2014-02-18 13:49:23 +01:00 |
|
madmaxoft
|
803ea41236
|
Added cWorld:SetAreaBiome() API function.
Fixes #675.
|
2014-02-18 13:49:23 +01:00 |
|
madmaxoft
|
fc8743df96
|
Added a bit more documentation to cForEachChunkProvider.
|
2014-02-18 13:49:23 +01:00 |
|
Tiger Wang
|
8ad4ab5bc1
|
Updated Core
|
2014-02-18 12:48:25 +00:00 |
|
Tiger Wang
|
9c409fc65c
|
Merge branch 'itemframes' of https://github.com/mc-server/MCServer into itemframes
|
2014-02-18 11:44:19 +00:00 |
|
Tiger Wang
|
d5ee899d0e
|
Added a brace
====
{ }
{ __ }
{ | | }
====
REMOVE ALL THE BRACES!!
|
2014-02-18 11:44:09 +00:00 |
|
Tiger Wang
|
6788dbe7f2
|
Properly exported and documented paintings
|
2014-02-18 11:37:45 +00:00 |
|
Mattes D
|
d05964cbd2
|
Merge pull request #695 from narroo/Issue673
ChunkWorx uses QueueUnloadUnusedChunks
|
2014-02-18 07:07:45 +01:00 |
|