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
Mattes D
74918ce805
cUrlClient: Refactored callbacks to use UniquePtr.
2016-08-22 23:44:37 +02:00
Mattes D
641cb063bc
cTCPLink supports TLS out of the box.
2016-08-22 23:44:36 +02:00
Mattes D
6c760ee348
UrlClient: Basic HTTP implementation.
2016-08-22 22:16:42 +02:00
Mattes D
a42033db1c
Merge pull request #3341 from cuberite/LuaStateImprovements
...
cLuaState improvements
2016-08-22 20:26:11 +02:00
Mattes D
11682d1386
cLuaState: Moved function param counting to PushCallPop() template.
...
The Push() functions can be used not only for function params, but also returns or temporaries, so it doesn't make sense to count the params there.
2016-08-22 20:10:48 +02:00
Mattes D
9493488e48
cLuaState: Added direct support for pushing a nil constant.
2016-08-22 20:09:56 +02:00
Mattes D
89c9c6fe46
cLuaState: Added support for optional params and AStringMap values.
2016-08-22 20:01:23 +02:00
ElNounch
e9d1a942d1
Delay EntityChangedWorld players' callback until Entity fully linked to world ( #3330 )
...
Otherwise, some API calls just don't seem to happen
.gitignore tweak for test executables
2016-08-22 19:43:43 +02:00
Mattes D
07c5f09ecf
WebAdmin: Report opened ports. ( #3333 )
2016-08-21 11:03:26 +02:00
Mattes D
d4aff474c2
cLuaState: Added template to push multiple values in a single call. ( #3331 )
2016-08-21 11:03:10 +02:00
LogicParrot
2f11655f00
Fix minecart destruction crash ( #3336 )
2016-08-20 23:12:48 +03:00
LogicParrot
7b3a8a535a
Fixed minecraft with chest destruction crash ( #3335 )
2016-08-20 18:19:54 +03:00
Mattes D
c61746a392
Merge pull request #3332 from cuberite/FixRounding
...
Fixed implicit rounding warnings.
2016-08-19 15:53:54 +02:00
Mattes D
7549f468b3
Fixed implicit rounding warnings.
2016-08-19 14:09:10 +02:00
Mattes D
891c57bc02
Removed Decoda project files, no longer used. ( #3320 )
2016-08-18 12:48:38 +02:00
Mattes D
47d23f7c76
Merge pull request #3329 from cuberite/FixIniFileNoId
...
Re-added the cIniFile.noID constant to Lua API.
2016-08-18 12:47:17 +02:00
Mattes D
c66bd7e206
Pull the cSettingsRepositoryInterface::noID constant into cIniFile Lua API.
...
This re-adds the cIniFile.noID constant into the Lua API
2016-08-18 12:12:31 +02:00
Mattes D
b5e6e0c460
Merge pull request #3327 from ElNounch/QueueTask
...
Fix cWorld:QueueTask() Lua's binding
2016-08-18 08:05:51 +02:00
ElNounch
787173351d
Fix cWorld:QueueTask() Lua's binding
...
Manual binding expect three parameters : self, a number, a function
And then read self and a function...
Removing the extra check for the broken second argument
2016-08-17 23:27:26 +00:00
Mattes D
04887cd81a
Merge pull request #3326 from ElNounch/WrongLitterals
...
Fixing string literal catching word letter as hexa-digit
2016-08-17 16:53:05 +02:00
ElNounch
d75bbdd03d
Fixing string literal catching word letter as hexa-digit
...
Was sending "\x08C""uberite" as plugin identifier, aka a String of lenght (Varint 0x8c 0x75 ->) 14988 characters but only 7 provided
Now sending "\x08""Cuberite" as plugin identifier, aka a String of lenght (Varint 0x08 ->) 8 characters, with 8 provided
Fix BungeeCord compatibility
2016-08-17 07:37:48 +00:00
ElNounch
343531bafa
Added cWorld:SetSpawn() API and Lua binding ( #3316 )
2016-08-15 10:41:32 +02:00
Mattes D
0f51f7e358
Fixed cWorld:ChunkStay bindings. ( #3319 )
...
Introduced new cLuaState::cOptionalCallback for representing optional callbacks (nil from Lua side).
Introduced new cLuaState::cStackTable class for easy access to Lua table's elements.
Fixes #3305 .
2016-08-14 16:26:31 +02:00
Mattes D
f9f406d261
Merge pull request #3072 from cuberite/blockclumps
...
Implemented OverworldClumpFlowers
2016-08-14 16:25:28 +02:00
NiLSPACE
ab6e8b790c
Implemented OverworldClumpFlowers
2016-08-14 13:32:39 +02:00
ElNounch
503a79f19a
Typo in IniFile:GetNumKeys() code sample ( #3317 )
2016-08-14 12:11:52 +01:00
Mattes D
0a58d1de58
Merge pull request #3311 from cuberite/LuaTrackedRef
2016-08-14 09:51:37 +02:00
Mattes D
dd5567a90c
IPLookup: Fixed a soft memory leak when looking up invalid IPs.
2016-08-13 21:16:21 +02:00
Mattes D
2d58789d66
Converted cLuaState::cTableRef to use cTrackedRef.
...
This makes the table-based callbacks resistent to LuaState unloads and safer to use.
2016-08-13 21:16:21 +02:00
Mattes D
6a6f0fb9e4
Revert "Added a BasicStyleCheck for virtual functions without override keyword."
...
This reverts commit a800b5bd9f
.
2016-08-13 10:22:41 +02:00
Mattes D
a800b5bd9f
Added a BasicStyleCheck for virtual functions without override keyword.
2016-08-13 10:19:55 +02:00