Mathias
9460e3b2cd
Minor update
2016-02-02 23:16:44 +02:00
Mathias
89f3dec7ac
Updated old forum links
2016-01-31 02:25:03 +02:00
Mathias
752d99c8b8
MCServer to Cuberite
2016-01-29 21:47:00 +02:00
Mathias
152c7c064a
Front-end update
2016-01-28 20:01:42 +02:00
Mattes D
a62e7ff2c2
LuaTcpSsl: Disabled cert verification due to missing CA chain.
2016-01-24 17:22:05 +01:00
LogicParrot
439b3304f4
Improved tamed wolf pack cooperation and projectile reactions
2016-01-22 21:16:27 +02:00
LogicParrot
d0f815a64f
Alphabetically sorted configuration files
2016-01-17 11:39:54 +02:00
jammet
4127d61284
Update crafting.txt
...
Added Mossy Cobblestone recipe
2016-01-17 01:44:52 +01:00
Lukas Pioch
fe72eaaec2
Exported GetSeed to lua and added file extension opendb to .gitignore.
2016-01-12 10:18:24 +01: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
Arnaud Meuret
e19109465d
Fix typo (ammount)
2016-01-02 22:02:02 +01:00
Mattes D
14e7213f58
Updated plugins with the rename to Cuberite.
2016-01-01 21:40:18 +01:00
Mattes D
80e1eb37dd
Renamed leftover strings to Cuberite / Server, as needed.
...
Also upgraded the user setting file for MSVC to 2013.
2016-01-01 21:05:09 +01:00
Mattes D
7a778e2911
Debuggers plugin: Added "uuid" console command.
2015-12-28 11:08:46 +01:00
Alexander Harkness
831270f74c
Merge pull request #2825 from Gargaj/snowlayers
...
fix crafting recipe for snow layers
2015-12-27 14:02:38 +00:00
Safwat Halaby
bfafc39576
Merge pull request #2814 from SafwatHalaby/chunk2
...
Freeze player until chunk is loaded
2015-12-26 21:08:12 +02:00
worktycho
b99b60720a
Merge pull request #2820 from cuberite/UrlParser
...
Added the cUrlParser class, exported to Lua API.
2015-12-26 19:01:37 +00:00
Gargaj
fb69688fe9
fix crafting recipe for snow layers
2015-12-26 16:49:40 +01:00
Alexander Harkness
23e2bc5042
Added analytics to APIDump
2015-12-26 14:10:53 +00:00
Mattes D
958df6ad91
Added the cUrlParser class, exported to Lua API.
2015-12-25 18:50:25 +01:00
Safwat Halaby
400f875918
Freeze player until chunk is loaded
2015-12-25 17:47:06 +02:00
Mattes D
122d824a8a
Added a Json parser and serializer to Lua API.
2015-12-24 14:00:31 +01:00
Mathias
a72318bbc3
Added 1.7 item names
2015-12-22 23:19:35 +02:00
Alexander Harkness
8b851d5048
Added HTTPS links wherever they are supported.
2015-12-19 14:30:32 +00:00
Mattes D
086c8b1834
Revised the explosion-related Lua API and docs.
...
Fixes #2746 .
2015-12-18 12:40:34 +01:00
Gargaj
66e6589883
blockheight mechanism
2015-12-13 15:16:15 +01:00
Gargaj
f9008a4860
allow use failures to propagate from the entity/block to the player
2015-12-13 13:27:38 +01:00
Mathias
671e81966b
Fixed a few crafting recipes
2015-12-12 18:39:01 +02:00
Mattes D
b8fbba5eb9
Added PieceStructures generator.
2015-12-01 10:35:07 +01:00
NiLSPACE
93afb6398d
Updated DumpInfo plugin
2015-11-29 17:28:02 +01:00
Gargaj
853e6e6882
change from single followable item to multiple
2015-11-23 22:20:31 +01:00
Gargaj
2971758df3
add Golden Carrot
...
Yay!
2015-11-23 17:39:40 +01:00
Julian Laubstein
235023d3b5
Changed server favicon to more commonly used one
2015-11-03 23:13:17 +01:00
Lukas Pioch
9749c3aac9
Implemented brewing
2015-11-03 18:00:55 +01:00
Alexander Harkness
cb551e9512
Fixed typo that slipped through #2584
2015-10-31 22:32:50 +00:00
Alexander Harkness
2e836ed4e9
Fixed typo in description.
2015-10-31 22:19:31 +00:00
bibo38
73b8be0fef
Implemented the FireResistence potion effects.
...
This not only provides fire resistence, but also prevents blaze fireballs.
See #2556
2015-10-31 23:06:10 +01:00
Lukas Pioch
009a05e4f0
Updated Core and ProtectionAreas
2015-10-27 10:19:30 +01:00
Mattes D
7761f7e5b8
Debuggers: Added a plugin channel test with funny chars in data.
2015-10-21 20:59:54 +02:00
Lukas Pioch
ff08d3de19
Added missing hooks to cPluginManager
2015-10-12 11:03:49 +02:00
Mattes D
f6cd03db53
APIDump: Added a missing endline to the NewlyUndocumented output file.
2015-10-11 21:25:40 +02:00
Mattes D
b95d6a5b8a
Added 'net sclient' command to NetworkTest plugin.
2015-10-09 18:34:32 +02:00
Mattes D
28801493a8
Updated PlainsVillage prefabs.
...
Some connectors had been off by one block.
2015-10-05 21:19:35 +02:00
Mattes D
96879aa866
APIDump: Added an apicheck command.
...
This checks the current API for undocumented functions against the current list of official undocumented functions (http://apidocs.cuberite.org/_undocumented.lua ) and reports any newly found ones. To be used in CI to check against newly introduced API functions without documentation.
2015-09-27 13:57:07 +02:00
Mattes D
ad57ce5f99
Extended and fixed the cFile API.
2015-09-26 22:54:18 +02:00
Mattes D
f8554813cf
APIDump: Fixed ZBS integration filenames after project rename.
2015-09-14 11:22:50 +02:00
Mattes D
3211251b3a
Added gallery web previews to ignore list.
2015-09-07 10:08:12 +02:00
Mattes D
dac97826f7
Renamed output directory to Server
2015-09-05 22:01:21 +02:00