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 |
|
Mattes D
|
9c7e18bf9b
|
Updated Core.
|
2016-11-10 16:59:48 +01:00 |
|
Mattes D
|
9af17f7c39
|
LuaState: Fixed stack balance when calling functions (#3428)
|
2016-11-10 16:46:31 +01:00 |
|
Mattes D
|
0870649994
|
Fixed TrappedChest saving. (#3423)
Vanilla uses "Chest" in NBT for trapped chests.
|
2016-11-07 21:16:55 +01:00 |
|
mohe2015
|
32b38fb264
|
Anticheat fastbreak (#3411)
Added block hardness checks when breaking blocks.
|
2016-11-06 19:30:19 +01:00 |
|
Mattes D
|
733401ec5f
|
Merge pull request #3416 from cuberite/JsonSerializerErrorReport
LuaJson: Report serialization errors instead of crashing.
|
2016-10-28 19:43:22 +02:00 |
|
Mattes D
|
9eff6f390d
|
LuaJson: Report serialization errors instead of crashing.
|
2016-10-27 23:47:36 +02:00 |
|
Mattes D
|
471ae7e47b
|
Merge pull request #3415 from cuberite/FailCIOnApiProblem
CI: API test defaults to failure, unless explicitly succeeded.
|
2016-10-26 11:08:58 +02:00 |
|
Mattes D
|
5552feafca
|
CI: API test defaults to failure, unless explicitly succeeded.
This fixes problems with the CI build succeeding when the API description has a syntax error in it and the APIDump plugin won't even load.
|
2016-10-25 18:49:58 +02:00 |
|
Lukas Pioch
|
824f5dbbd6
|
Merge pull request #3410 from cuberite/message_json
Added SendMessageRaw for sending json string.
|
2016-10-23 22:52:10 +02:00 |
|
Lukas Pioch
|
b088123d18
|
Added SendMessageRaw for sending json string.
|
2016-10-21 11:17:39 +02:00 |
|
mohe2015
|
502b5ec732
|
StyleCheck: Add "else has to be on a separate line" (#3412)
|
2016-10-20 19:09:18 +02:00 |
|
NiLSPACE
|
f8f0dc4558
|
APIDump: Added missing syntax to cUrlClient (#3407)
Added the simple single-callback versions of the methods.
|
2016-10-17 21:19:20 +02:00 |
|
Mattes D
|
be916bc7e8
|
APIDump: Fixed cWorld:QueueTask signature, moved to separate file. (#3400)
|
2016-10-13 19:48:15 +02:00 |
|
bibo38
|
cb640ffea4
|
Spectators added (#2852)
|
2016-10-12 14:38:45 +02:00 |
|
LogicParrot
|
4e33569110
|
Fixed cProjectileEntity double destroy bug (#3397)
|
2016-10-09 17:22:34 +02:00 |
|
LogicParrot
|
1e8cae6415
|
cChunk::SetAlwaysTicked implies cChunk::stay (#3361)
|
2016-10-09 15:46:09 +03:00 |
|
Mattes D
|
cab09f54d3
|
Updated the Core plugin.
|
2016-10-08 11:25:43 +02:00 |
|
Mattes D
|
fb1a130964
|
Merge pull request #3395 from sgtbigman/initialize-player-is-in-bed
Initialize m_bIsInBed in cPlayer constructor.
|
2016-10-08 11:22:41 +02:00 |
|
sgtbigman
|
7bcc3535fd
|
Initialize m_bIsInBed in cPlayer constructor.
This fixes an issue where the return value from the IsInBed method of
the cPlayer class in the lua API would not return a boolean value.
|
2016-10-08 00:58:43 -04:00 |
|
Mattes D
|
7775f54054
|
Merge pull request #3394 from cuberite/FixApiDesc
Fix api desc
|
2016-10-06 23:08:56 +02:00 |
|
Mattes D
|
71d46bbbd8
|
APIDump: Fixed descriptions for cPluginManager:ForEachPlugin().
|
2016-10-06 22:34:47 +02:00 |
|
Mattes D
|
59c77ca3db
|
APIDump: Fixed descriptions for cWorld:ChunkStay.
|
2016-10-06 22:34:19 +02:00 |
|
Mattes D
|
e2f5187217
|
Merge pull request #3393 from cuberite/FixRankMgrApi
Fixed cRankManager API docs.
|
2016-10-06 21:56:32 +02:00 |
|
Mattes D
|
e0f158bba9
|
Fixed cRankManager API docs.
|
2016-10-06 21:24:31 +02:00 |
|
Mattes D
|
0b08911286
|
Merge pull request #3391 from cuberite/ApiCheckTypes
APIDump: Check param and return types.
|
2016-10-04 12:36:47 +02:00 |
|
Mattes D
|
437ac874a0
|
APIDump: Check param and return types.
|
2016-10-03 16:24:47 +02:00 |
|
Mattes D
|
334de0db64
|
APIDump: Fixed description for schematic file loading.
|
2016-10-02 17:48:48 +02:00 |
|
Mattes D
|
b7d992d211
|
APIDesc: Reformatted ConstantGroups to match the enum names.
|
2016-10-01 22:27:04 +02:00 |
|
Moritz Borcherding
|
b268db4caa
|
Use cChunkDef::Height for Y coord comparison where applicable.
|
2016-09-27 14:32:20 +02:00 |
|
Mattes D
|
a893c53d46
|
APIDump: Fixed description for tolua functions.
|
2016-09-27 14:28:37 +02:00 |
|
Mattes D
|
b1530bb28e
|
LuaAPI: Fixed possible crashes in HTTPRequest bindings.
|
2016-09-26 12:47:40 +02:00 |
|
Mattes D
|
7fdcba657d
|
Merge pull request #3381 from cuberite/FixCompositeChat
Fixed cCompositeChat's LuaAPI bindings.
|
2016-09-25 15:55:03 +02:00 |
|