Mattes D
16c03be348
Merge pull request #1878 from jammet/patch-2
...
Fixing dyeing
2015-04-20 08:37:44 +02:00
Mattes D
c0bd482448
Protocol 1.8: Limit the amount of displayed data on NBT parse failure.
2015-04-20 08:35:32 +02:00
Mattes D
c9fbcea66d
ItemHandler: Using automatic array bounds.
2015-04-20 08:34:44 +02:00
jammet
60a90b0e7d
Fixing dyeing
...
Getting yellow dye and a lot of dye mixes were not working when it was just called "Flower".
2015-04-20 00:43:54 +02:00
Mattes D
e5e581043f
Updated the Core plugin.
2015-04-19 23:38:06 +02:00
Mattes D
c5ad058424
HangingEntity: Fixed a needless clang warning.
2015-04-19 21:34:56 +02:00
STRWarrior
423bbbdbe1
Fixed typo in NetherForts initialization
...
The S in NetherForts was missing
2015-04-19 20:53:25 +02:00
NiLSPACE
3056e6d324
Merge pull request #1877 from mc-server/GlowStone
...
Added GlowStone finisher
2015-04-19 20:23:15 +02:00
STRWarrior
f17f0fa3bd
GlowStone: Changed order of initialization of member variables
2015-04-19 20:08:51 +02:00
STRWarrior
f1558c6015
Fixed style
2015-04-19 19:59:27 +02:00
Mattes D
ba6f5aea4c
Merge pull request #1875 from mc-server/PluginFolders
...
Split the plugin names and plugin folders to avoid confusing them.
2015-04-19 19:53:14 +02:00
STRWarrior
e7542f676d
Added GlowStone finisher
2015-04-19 19:45:18 +02:00
Mattes D
fd497b8269
ClientHandle: Fixed re-sending refused right-clicks.
...
The coords weren't checked against Y boundary and -1 coords weren't sent.
This fixes mc-server/Gallery#45 .
2015-04-19 17:33:58 +02:00
Mattes D
d40078d163
HTTP: Error message is sent as the payload as well.
...
This shows the error message in the browsers. Before, the browsers would display just a blank page.
2015-04-19 17:32:44 +02:00
Mattes D
be40ea323a
Refresh plugin list before trying to load.
2015-04-19 17:25:48 +02:00
Mattes D
206932b94d
APIDump: Documented cPluginManager:IsPluginLoaded().
2015-04-19 17:23:59 +02:00
Mattes D
4a946aa8c4
Added cPluginManager:IsPluginLoaded() API, better load error msgs.
2015-04-19 17:20:15 +02:00
Mattes D
3b49a1d250
Merge pull request #1864 from mc-server/StrictRecipeMatching
...
Recipes match zero DamageValue strictly.
2015-04-19 14:41:35 +02:00
Mattes D
288d2280fa
Refactored cWebPlugin for C++11 style and proper WebTab clearing.
2015-04-19 14:35:04 +02:00
Mattes D
31cafb9621
Merge pull request #1876 from jammet/patch-1
...
Add StainedClay
2015-04-19 13:31:04 +02:00
jammet
f0878f31e0
Add StainedClay
...
For some reason StainedClay was entirely missing, so here it is.
2015-04-19 13:17:08 +02:00
Mattes D
a9b5a6c3a6
Split the plugin names and plugin folders to avoid confusing them.
...
Ref.: http://forum.mc-server.org/showthread.php?tid=1877
2015-04-19 10:57:41 +02:00
Mattes D
4fca2f566f
Merge pull request #1870 from mathias-gh/master
...
Fixed IronGolem sounds
2015-04-17 21:46:58 +02:00
mathias-gh
9cbd7f64c1
Update IronGolem.cpp
2015-04-17 21:18:34 +03:00
NiLSPACE
b018079eef
Merge pull request #1869 from mathias-gh/master
...
Added MobTypeName for Giant
2015-04-17 19:23:43 +02:00
mathias-gh
f370443b9b
Added MobTypeName for Giant
2015-04-17 19:33:34 +03:00
Tiger Wang
15afff1eab
Fixed arm swing animation
...
* Fixes #1861
2015-04-17 15:33:40 +01:00
Mattes D
0b3fd73f90
Recipes match zero DamageValue strictly.
...
To match any DamageValue for the ingredient, an explicit "-1" as the DamageValue must be specified.
Fixes #1859 .
2015-04-16 21:33:42 +02:00
Mattes D
ffe7dae4fc
Fixed PolishedGranite et al crafting recipes.
...
Fixes #1774 . Ref.: #1859
2015-04-16 20:59:57 +02:00
Mattes D
1d8a22cb7b
Merge pull request #1858 from mc-server/BucketPluginCalls
...
Bucket plugin calls
2015-04-15 11:07:03 +02:00
Mattes D
54289aeccb
Merge pull request #1844 from DevToaster/master
...
Modified physics for more vanilla-like behavior
2015-04-14 22:31:09 +02:00
Mattes D
d421befece
Scooping up fluid calls the player placement hooks.
...
Ref.: #1857 .
2015-04-14 10:55:48 +02:00
Mattes D
de8e5ea8e4
Placing a fluid from bucket calls plugin hooks.
...
Ref.: #1857 .
2015-04-14 10:49:01 +02:00
Mattes D
29af16143e
Removed HOOK_MAX and HOOK_NUM_HOOKS from Lua API.
2015-04-13 12:33:25 +02:00
Mattes D
ec741261f9
HookNotify: Rewritten for generic hooks.
2015-04-13 12:29:16 +02:00
Mattes D
a34aa77641
Debuggers: Renamed conflicting /cs command to /cstay.
...
/cs caused a conflict with WorldEdit.
2015-04-13 11:24:11 +02:00
Mattes D
9367d44cb4
Merge pull request #1854 from mc-server/FileOps
...
File ops
2015-04-12 10:54:05 +02:00
Mattes D
79e8f8fb20
cFile:ChangeFileExt now accepts extensions with leading dot, too.
2015-04-11 17:42:32 +02:00
Mattes D
c4842cb9aa
Added more cFile API functions.
...
GetLastModificationTime, GetPathSeparator() and GetExecutableExt()
2015-04-11 10:06:08 +02:00
Mattes D
38d666432d
Fixed plugin hook calls when unloading plugins.
...
If a plugin installs any hooks in its Initialize method and then causes the Lua runtime to abort, the server asserted because the hooks were called while the plugin was being unloaded.
2015-04-10 22:31:23 +02:00
Mattes D
65a1158e40
Added proper implementation of cFile::ChangeFileExt().
2015-04-10 21:40:45 +02:00
STRWarrior
13b96a40ea
Added extra divide operator to Vector3.
...
The multiply operator had one for both a different vector and a number, but the divide operator didn't.
2015-04-07 13:25:55 +02:00
Mattes D
514dadc3c4
Update GETTING-STARTED.md
2015-04-07 10:39:22 +02:00
Mattes D
4836d07bfa
Fixed MSVC warnings, improved comments.
2015-04-06 22:01:25 +02:00
Mattes D
6952f2295a
Added cFile:ChangeFileExt() function.
2015-04-06 22:00:54 +02:00
Mattes D
31953b19b8
Fixed crash on exit introduced with Windows Service capability.
...
Ref.: #1845
2015-04-05 17:07:29 +02:00
Mattes D
773ac22c30
Merge pull request #1847 from mc-server/DumpInfoFix
...
Fixed DumpInfo plugin
2015-04-04 15:44:39 +02:00
STRWarrior
5e8630649e
Fixed DumpInfo plugin
2015-04-04 13:38:35 +02:00
Mattes D
e42e46d5f9
Merge pull request #1846 from mc-server/WorldChanging
...
Fixed player switching world bug
2015-04-04 11:32:17 +02:00
STRWarrior
399392195f
Fixed players not appearing/disappearing when traveling to a new world.
2015-04-03 18:40:20 +02:00