1
0
Commit Graph

10056 Commits

Author SHA1 Message Date
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
Mattes D
e169043a84 Fixed cCompositeChat's constructor LuaAPI bindings.
The tolua-generated constructor would return an extra string value.
2016-09-25 12:42:05 +02:00
Mattes D
af4e88030b InfoReg: Don't fail if there are no commands to register. 2016-09-22 12:54:13 +02:00
Mattes D
95b9a00eb5 InfoDump: Trim description string before outputting to README.md. 2016-09-22 12:53:56 +02:00
Mattes D
815acd56ac APIDump: Fixed descriptions for "array table of strings". 2016-09-19 11:25:23 +02:00
Mattes D
f9a01897c1 APIDump: Replaced "callback" type with "function". 2016-09-16 18:19:04 +02:00
Mattes D
26769c6113 InfoReg: Fixed cPluginManager usage. 2016-09-16 16:30:52 +02:00
Mattes D
7f8a4eb726 APIDesc: Fixed modifiers for sqlite3 functions. 2016-09-15 21:57:00 +02:00
Mattes D
06c0ebee6d APIDesc: Fixed some leftover "<unknown>" types. 2016-09-14 01:12:21 +02:00
Mattes D
ca99e754ea Merge pull request #3376 from cuberite/LuaApiReformat
Lua API description reformat
2016-09-13 09:43:02 +02:00
Mattes D
96e8e95386 CIBuild: Mark as failure on duplicate API docs. 2016-09-12 23:23:45 +02:00