madmaxoft
|
3f8ec7699f
|
Merge remote-tracking branch 'origin/master' into potions
|
2014-07-15 22:42:00 +02:00 |
|
madmaxoft
|
cc452f51c8
|
Restructured cSplashPotionEntity code.
The callback doesn't need declaration in the header.
Renamed PotionName to PotionParticleType.
|
2014-07-15 22:41:42 +02:00 |
|
Tiger Wang
|
74155f947c
|
Merge pull request #1191 from Masy98/Blocks
Removed stairs and carpet from IsSolid
|
2014-07-15 21:09:41 +01:00 |
|
Masy98
|
b579451731
|
Removed Stairs and carpet from the "isSolid" list to prevent mobs falling through them.
|
2014-07-15 20:34:49 +02:00 |
|
Masy98
|
d272e46821
|
Removed Stairs and carpet from the "isSolid" list to prevent mobs falling through them.
|
2014-07-15 20:32:49 +02:00 |
|
Howaner
|
74b6bf01a9
|
Derp.
|
2014-07-15 18:33:28 +02:00 |
|
Mattes D
|
5147220f12
|
Merge pull request #1189 from Masy98/Blocks
Added various missing blocks in the lists in BlockInfo.cpp
|
2014-07-15 14:54:45 +02:00 |
|
madmaxoft
|
9a970479ef
|
Fixed code formatting.
|
2014-07-15 14:54:24 +02:00 |
|
madmaxoft
|
639dfdb67d
|
Merge remote-tracking branch 'origin/ClearMetaMixin'
|
2014-07-15 14:44:18 +02:00 |
|
Mattes D
|
090cbad667
|
Merge pull request #1188 from mc-server/FindClosestPlayerFix
Fixed FindClosestPlayer
|
2014-07-15 14:12:17 +02:00 |
|
Masy98
|
7f4029f8f4
|
Added Brick fence to m_Transparent
|
2014-07-15 14:06:03 +02:00 |
|
Tycho
|
57f4e871bb
|
Fixed FindClosestPlayer
|
2014-07-15 12:52:02 +01:00 |
|
Masy98
|
2d245264b1
|
Added various missing blocks in the lists in BlockInfo.cpp
|
2014-07-15 13:34:45 +02:00 |
|
Tycho
|
01a31a1872
|
Added super typedef
|
2014-07-15 12:27:36 +01:00 |
|
madmaxoft
|
f5259d7651
|
Only the cEntityEffect::effXXX constants are Lua-exported.
The rest of the classes don't need exporting, there's no interface using them anyway.
|
2014-07-15 11:24:48 +02:00 |
|
madmaxoft
|
5193335efa
|
Reformatted EntityEffect code.
|
2014-07-15 09:48:11 +02:00 |
|
madmaxoft
|
d274851578
|
Fixed a MSVC warning in cEntityEffect::CreateEntityEffect().
|
2014-07-15 09:43:45 +02:00 |
|
madmaxoft
|
8e946da8ac
|
Merge branch 'master' into potions
|
2014-07-15 09:01:32 +02:00 |
|
madmaxoft
|
e2a1118f88
|
Pass cItem by reference.
Fixes CID 66445.
|
2014-07-15 08:48:12 +02:00 |
|
madmaxoft
|
7195c7dfe2
|
Added missing member initialization to cGridStructGen.
Fixes CID 68228.
|
2014-07-15 08:28:31 +02:00 |
|
Tycho
|
0e5fa2662a
|
COnverted Lilypad back to mixin
|
2014-07-15 00:01:16 +01:00 |
|
Tycho
|
8fd636aa72
|
Revert "Converted some blockhandlers to use cClearMetaOnDrop"
This reverts commit 333f4f982c .
|
2014-07-14 23:59:24 +01:00 |
|
Tiger Wang
|
82fe5c05f0
|
Fixed redstone simulator crash
* Fixes #1176
* Fixed #1186
|
2014-07-14 23:03:30 +01:00 |
|
Tiger Wang
|
5b1552435f
|
Fixed some meta resetting bugs
* Fixes #1174
* Fixes #1171
|
2014-07-14 21:57:44 +01:00 |
|
Tiger Wang
|
ad6494fb36
|
Maybe improved arrow sinking
|
2014-07-14 21:56:40 +01:00 |
|
Tiger Wang
|
f0187cc8f9
|
Fixed placing liquids over liquids
* Fixes #1182
|
2014-07-14 21:55:46 +01:00 |
|
archshift
|
40bb98510a
|
ItemHandler.cpp: removed redundant food and drink checks
|
2014-07-14 13:46:43 -07:00 |
|
archshift
|
061010288a
|
Readability and clarity changes
|
2014-07-14 13:46:43 -07:00 |
|
Tycho
|
2cd3443fbb
|
Added documentation
|
2014-07-14 21:21:17 +01:00 |
|
Tycho
|
333f4f982c
|
Converted some blockhandlers to use cClearMetaOnDrop
|
2014-07-14 20:50:56 +01:00 |
|
Tycho
|
093b5c6456
|
Simplified ClearMetaOnDrop
|
2014-07-14 20:33:30 +01:00 |
|
Tycho
|
515c3cbc67
|
Added cClearOnDrop Mixin to cPumpkin
|
2014-07-14 20:28:16 +01:00 |
|
Tycho
|
1929d16724
|
Added first implementation of cClearMetaOnDrop
|
2014-07-14 20:26:36 +01:00 |
|
Tiger Wang
|
4e24f711ab
|
Player properties are now retrieved
|
2014-07-14 19:49:31 +01:00 |
|
Howaner
|
1c6c612f76
|
Reset meta to zero when the block explode.
|
2014-07-14 19:07:31 +02:00 |
|
Mattes D
|
a4d9ccded4
|
Merge pull request #1177 from mc-server/ChestFix
Fixed Issue with Comparing agast the wrong chest, potentially causing crashes
|
2014-07-14 16:29:56 +02:00 |
|
archshift
|
554e1c0dd3
|
OnEntityAddEffect.lua: Removed Originator param
|
2014-07-13 16:10:01 -07:00 |
|
archshift
|
0409daf736
|
EntityEffect: Inlined functions, added explicit copy constructor and operator.
|
2014-07-13 15:43:49 -07:00 |
|
archshift
|
f77723128c
|
Changed separating comment style from asterisks to slashes.
|
2014-07-13 15:23:23 -07:00 |
|
Mattes D
|
69eaa55b55
|
Merge pull request #1172 from mc-server/coverity_fixes
Coverity fixes
|
2014-07-13 17:10:57 +02:00 |
|
madmaxoft
|
8bb0baa842
|
Tolua driver: Fixed wrong indentation.
|
2014-07-13 17:07:55 +02:00 |
|
worktycho
|
4315deb90b
|
Added parenthasies
|
2014-07-13 16:07:35 +01:00 |
|
Tycho
|
6892b448db
|
Merge branch 'master' into ChestFix
|
2014-07-13 16:03:29 +01:00 |
|
worktycho
|
e1a561286a
|
Fixed Issue with Comparing agast the wrong chest, potentially causing crashes.
|
2014-07-13 16:03:14 +01:00 |
|
Mattes D
|
760fe6b99d
|
Merge pull request #1178 from mc-server/projectilefix
Made projectile a_Item into a pointer
|
2014-07-13 16:48:13 +02:00 |
|
worktycho
|
132b367316
|
CopyPaste Error
Fixes CID 70460.
|
2014-07-13 15:32:44 +01:00 |
|
worktycho
|
64697f0cab
|
Another COpyPaste Error
Fixes CID 70461
|
2014-07-13 15:29:43 +01:00 |
|
Tycho
|
2a0c041ad8
|
Adjusted calls to CreateProjectile that passed Items
|
2014-07-13 15:25:52 +01:00 |
|
worktycho
|
4a6d606f74
|
Made CreateProjectile a pointer
|
2014-07-13 15:16:49 +01:00 |
|
worktycho
|
bfc485bfe2
|
Fix CopyPaste error that ment a_MaxRelX wasdn't checked
Fixes CID 70464
|
2014-07-13 15:05:54 +01:00 |
|