1
0
Commit Graph

10248 Commits

Author SHA1 Message Date
Mattes D
0e3b3be766 Initial support for the 1.11 protocol. 2016-12-16 00:07:22 +01:00
Mattes D
506ce33101 APIDump: Load the official undocumented from alternate location.
This fixes the CI builds until the apidocs.cuberite.org subdomain gets functional again.
2016-12-15 21:25:33 +01:00
Mattes D
3516edff5b APIDump: Make "apicheck" errors stand out in the log. 2016-12-15 20:22:19 +01:00
Mattes D
fc40932ab1 Merge pull request #3478 from cuberite/FixBadChunkCoordsLoad
Fixed minecart destruction using deallocated memory.
2016-12-15 15:28:15 +01:00
Mattes D
caa05e7935 Fixed minecart destruction using deallocated memory. 2016-12-15 14:57:48 +01:00
Mattes D
f5adb67f2f APIDump: Proper error messages on apicheck failures. 2016-12-15 14:13:09 +01:00
Mattes D
775ad81f4d Fixed ToLua compatibility between Lua 5.1 and Lua 5.2+. 2016-12-15 11:11:02 +01:00
Mattes D
3987f63058 Fixed and extended TestRails cubeset. 2016-12-15 11:09:11 +01:00
Cl1608Ho
83ff2e9348 Added Compile script for Leenucks 2016-12-12 14:32:32 +00:00
Tiger Wang
b9609c3b76 Documented steps for compilation
As requested by @madmaxoft.
2016-12-12 14:32:32 +00:00
Tiger Wang
8c6d0b51c7 Use CMake's Android generators to crosscompile 2016-12-12 14:32:32 +00:00
Mattes D
c59ff9b431 Merge pull request #3476 from Seadragon91/patch-1
Export GetPosition and GetSpeed from cEntity as a copy instead of a pointer to lua.
2016-12-11 21:22:09 +01:00
Lukas Pioch
0c10704d1f Export GetPosition and GetSpeed from cEntity as a copy instead of a pointer to lua. 2016-12-10 13:32:11 +01:00
Marvin Kopf
ff4be64edc Powered rails can kick-start minecarts (#3472) 2016-12-10 09:53:35 +01:00
Mattes D
e8fb85be88 Fix meta mirror (#3470) 2016-12-09 12:29:04 +01:00
Julian Laubstein
e8ea1f8cc3 Merge pull request #3471 from marvinkopf/fix-3417
Fix comparator segfaults
2016-12-06 23:48:32 +01:00
Marvin Kopf
d394042694 Fix comparator segfaults
The handler would get called for any BlockEntity, but not every BlockEntity is a BlockEntityWithItems. Downcasting with static_cast is UB on fail.
2016-12-06 19:40:00 +01:00
Mattes D
7e8f66cf94 APIDesc: Fixed wrong cBlockArea parameter descriptions. 2016-12-04 18:13:26 +01:00
James Balajan
df5be57c1e Fix floating large trees (#3460) 2016-12-02 10:52:29 +01:00
Mattes D
27718cca45 Merge pull request #3468 from cuberite/FixVillageGen
Fix Village generator
2016-12-01 22:17:18 +01:00
Mattes D
bb78bd88b5 Fixed villages generating under-water.
The CompoGenBiomal didn't update the heightmap properly.
2016-12-01 17:45:31 +01:00
Mattes D
26a349b4f5 Updated the prefabs. 2016-12-01 17:45:30 +01:00
Mattes D
3c9f1a9d31 Merge pull request #3469 from QuImUfu/patch-1
Added code to handle signs replacing blocks
2016-12-01 17:40:50 +01:00
QuImUfu
fb2eaaa847 Added code to handle signs replacing blocks 2016-12-01 15:20:03 +01:00
Mattes D
12071bc51a Debuggers: Added commands to investigate item's custom Lua properties. 2016-11-26 20:45:01 +01:00
Mattes D
56f8dedb6b Debuggers: Added commands to investigate item's custom name. 2016-11-26 19:24:24 +01:00
Mattes D
3872e813f3 Debuggers: Added commands to investigate item's Lore. 2016-11-26 17:52:33 +01:00
Mattes D
3c8affeee8 Debuggers: Sorted the Info.lua commands. 2016-11-26 16:47:15 +01:00
Mattes D
4e9da46a85 Merge pull request #3459 from cuberite/ExpandFloorStrategy
Prefabs: Implemented support for ExpandFloorStrategy.
2016-11-26 11:19:25 +01:00
Mattes D
6b70574da9 Prefabs: Implemented support for ExpandFloorStrategy. 2016-11-24 15:51:53 +01:00
Lukas Pioch
59f34ab801 Merge pull request #3442 from Seadragon91/luacheck_config
Added API export for LuaCheck
2016-11-23 07:36:13 +01:00
Lukas Pioch
d929fbe665 Added API export for LuaCheck. 2016-11-22 18:25:49 +01:00
Lukas Pioch
852dbe9ab4 Merge pull request #3440 from cuberite/FixWolfTarget
cWolf: Fixed targetting a nullptr.
2016-11-22 18:01:57 +01:00
Mattes D
d17b21da55 cWolf: Fixed targetting a nullptr. 2016-11-22 17:51:53 +01:00
Lukas Pioch
59463be832 Merge pull request #3439 from cuberite/ClientHandleThreading
Fixed race conditions in cClientHandle's State.
2016-11-22 14:20:54 +01:00
Mattes D
2aecc7d701 Fixed race conditions in cClientHandle's State. 2016-11-19 23:24:01 +01:00
Mattes D
4ff9973987 Merge pull request #3438 from cuberite/ClientHandleUntangle
Removed ClientHandle.h dependencies from common headers.
2016-11-19 18:17:35 +01:00
Mattes D
0bffa29358 Removed ClientHandle.h dependencies from common headers. 2016-11-18 20:00:04 +01:00
Mattes D
3a89e9959b Updated the Core. 2016-11-16 14:26:46 +01:00
Mattes D
525ced77c2 Merge pull request #3435 from cuberite/TemplatizeNoiseSpeedTest
NoiseSpeedTest: use a single templatized function.
2016-11-15 23:13:45 +01:00
Mattes D
4ce26c6f0e NoiseSpeedTest: use a single templatized function. 2016-11-15 22:52:03 +01:00
Mattes D
98b983e98a Merge pull request #3432 from cuberite/NoiseSpeedTest
Added NoiseSpeedTest project.
2016-11-15 08:27:01 +01:00
Mattes D
eedc1174a5 Added NoiseSpeedTest project. 2016-11-15 07:38:00 +01:00
Mattes D
1f68e3b33b Merge pull request #3431 from cuberite/StrictCast
Added strict static_cast to void * in printf.
2016-11-13 19:56:49 +01:00
Mattes D
d825456127 Added strict static_cast to void * in printf. 2016-11-13 17:26:58 +01:00
Mattes D
7e15912a8b Merge pull request #3430 from cuberite/Overrides
Added missing "override" specifier.
2016-11-13 16:44:22 +01:00
Mattes D
da2ea3c2ff Added missing "override" specifier. 2016-11-13 16:22:03 +01:00
mohe2015
a990a6d133 Add Lua API export for titles. (#3408) 2016-11-13 16:04:18 +01:00
Mattes D
7ce931d353 Merge pull request #3429 from mathiascode/itemscrafting
Added blocks and crafting recipes
2016-11-12 11:18:24 +01:00
Mathias
c2727a45ad Added blocks and crafting recipes 2016-11-12 01:43:47 +02:00