1
0
Commit Graph

10181 Commits

Author SHA1 Message Date
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
Mattes D
2622a8622a APIDump: Reformatted the docs to include type information.
Also fixed a bit of documentation in the CPP source.
2016-09-12 23:21:15 +02:00
Mattes D
08861becc3 APIDump: Support structured parameter info.
Ref.: GH#3375
2016-09-09 11:19:22 +02:00
Mattes D
c83b051c1a Bindings: Fixed some function signatures comments. 2016-09-08 23:06:38 +02:00
Mattes D
d3cf47cc5d APIDump: Removed trailing whitespace. 2016-09-08 23:05:52 +02:00
hangyas
911aed26d8 remove hopper from dropper's recipe (#3374) 2016-09-07 21:53:26 +03:00
bibo38
015ab00e12 Enclosed Clang pragmas with ifdef's (#3373)
Fixes a warning in MSVC
2016-09-06 23:00:28 +02:00
Mattes D
e8c84519da APIDoc: Allow to create a link to an object. (#3371) 2016-09-06 22:03:18 +03:00
Mattes D
f7029eddd4 Merge branch 'master' of https://github.com/cuberite/cuberite 2016-09-05 15:05:54 +02:00
Mattes D
08110ae91b PluginLua: Removed unneeded assignment.
Duplicated in SetLoadError().
2016-09-05 15:05:25 +02:00
Mattes D
d273c9bad3 APIDump: Fixed documentation for cPluginManager:GetPluginsPath(). 2016-09-05 15:05:05 +02:00
LogicParrot
7e9e7f7911 Configurable dirty unused chunk cap to avoid RAM overuse (#3359)
Configurable dirty unused chunk cap to avoid RAM overuse
2016-09-03 18:38:29 +03:00
LogicParrot
90be4e7efd Entities now bail out of ticks if destroyed (#3363) 2016-09-03 14:31:27 +03:00
LogicParrot
5625598afa Improve cPlayer::DoMoveToWorld (#3113) 2016-09-03 10:39:52 +03:00
bibo38
61078e8402 Added support for the Minecraft 1.10 protocol(#210) (#3348)
* Added support for the Minecraft 1.10 protocol(#210)

* Fixed the Clang compilation errors

* Fixed wrong sound pitch value and fixed SendPlayerSpawn Metadata value.

* Prefixed each enum item with the appropriate class name.
2016-09-02 20:22:06 +03:00
LogicParrot
dd8daaf63e Remove settings.ini world migration code (#3360) 2016-08-29 17:27:38 +03:00
Mattes D
c6c2c5afdf Merge pull request #3351 from LogicParrot/spawnPackets
Proper respawn packets on dimension travel
2016-08-29 13:32:34 +02:00
LogicParrot
c088f7ff0a Proper respawn packets on dimension travel 2016-08-29 11:16:06 +03:00
LogicParrot
d5b3fbcadb Fixed SendUnloadChunk bug (#3353) 2016-08-28 12:42:34 +03:00
ElNounch
40b929c02e Fix breaking ice in survival not giving a water's source (#3356)
Fix #3355
2016-08-28 08:18:32 +03:00
Mattes D
d52afadad4 Merge pull request #3346 from cuberite/FixWarnings
Fixed type-casting-related warnings.
2016-08-25 09:04:17 +02:00
Mattes D
d2e8643607 Fixed type-casting-related warnings. 2016-08-24 22:26:53 +02:00
Mattes D
6c57cc389c Merge pull request #3342 from cuberite/FixEmptyHeader
HTTP: Fixed empty headers parsing.
2016-08-24 09:32:27 +02:00
Mattes D
c45bd4b968 HTTP: Fixed empty headers parsing. 2016-08-24 08:28:44 +02:00
Mattes D
c94628959d Merge pull request #3310 from cuberite/UrlClient
Added UrlClient API
2016-08-23 14:17:30 +02:00
Mattes D
5ca371bb9a cUrlClient: Exported to Lua API. 2016-08-23 13:20:43 +02:00