Search Results
Post Author Forum Replies Views Posted [asc]
    Thread: Discussion incident removal blockpalettes
Post: RE: Discussion incident removal blockpalettes

Looking at the git history, Tiger seems to have made a habit of committing direct to master. His latest PR was merged on the 27th of July (#4780 (https://github.com/cuberite/cuberite/pull/4780)). Yet ...
peterbell10 Development 8 5,585 09-12-2020, 02:24 AM
    Thread: Random Chitchat 2019
Post: RE: Random Chitchat 2019

Seadragon91 Wrote: (06-09-2019, 01:52 AM) -- I started taking a look at the protocol changes of 1.14. Does someone know what the change for the packet "Chunk Data" means? https://wiki.vg/Pre-release...
peterbell10 Off Topic Discussion 113 63,502 06-10-2019, 11:44 PM
    Thread: Towards 1.13
Post: RE: Towards 1.13

Actually, reading that wiki.vg page it seems like the global palette values are fundemental to the serialisation format.  No maps or strings involved. Maybe I had already read that when 1.13 first ca...
peterbell10 Development 56 41,004 01-24-2019, 02:59 AM
    Thread: Towards 1.13
Post: RE: Towards 1.13

xoft Wrote: (01-24-2019, 12:07 AM) -- And that's the main problem of your solution - for some blocks this number is really huge. -- I don't see how this is problem, could you explain? Quote: -- A ...
peterbell10 Development 56 41,004 01-24-2019, 02:35 AM
    Thread: Towards 1.13
Post: RE: Towards 1.13

Late to the party here but I had some ideas that I thought might be worth sharing. The idea of a global palette is mentioned as just an optimisation but I think it might be a key part of the initia...
peterbell10 Development 56 41,004 01-23-2019, 09:49 AM
    Thread: Random Chitchat 2018
Post: RE: Random Chitchat 2018

tigerw Wrote: (07-16-2018, 06:51 AM) -- I'm assuming the internals of Cuberite isn't getting rewritten to remove data values -- It's seems unlikely. However, I'm guessing there will come a time whe...
peterbell10 Off Topic Discussion 46 39,507 07-20-2018, 07:52 AM
    Thread: Fishing Speed Too Slow
Post: RE: Fishing Speed Too Slow

I think I've figured it out: https://github.com/cuberite/cuberite/pull/4217 (https://github.com/cuberite/cuberite/pull/4217) The timer just wasn't being updated every tick so it was taking longer than...
peterbell10 Discussion 5 5,519 04-27-2018, 09:47 AM
    Thread: Teleport Player with a command block don't work
Post: RE: Teleport Player with a command block don't wor...

trungus Wrote: (02-14-2018, 08:37 PM) -- 2- There is any way I can help with the C++ development? -- You can take a look at the GitHub (https://github.com/cuberite/cuberite).  Probably beginning wi...
peterbell10 Discussion 5 6,529 02-15-2018, 06:20 AM
    Thread: Random Chitchat 2018
Post: RE: Random Chitchat 2018

Mathias Wrote: (01-28-2018, 12:59 AM) -- Any idea what happened to Cuberite's Bountysource page? It returns a 404 error for me. https://salt.bountysource.com/teams/cuberite -- The normal page works...
peterbell10 Off Topic Discussion 46 39,507 01-28-2018, 08:50 AM
    Thread: ToDo Lists
Post: RE: ToDo Lists

TC1061 Wrote: (01-09-2018, 02:43 AM) -- Why explosion damages players in creative mode?  :huh: -- Sounds like a bug, you'd be best off submitting an issue on Cuberite's Github (https://github.com/c...
peterbell10 Development 18 29,520 01-09-2018, 04:56 AM
    Thread: What is blocking the merge of pull request?
Post: RE: What is blocking the merge of pull request?

The problems with CI not linking to GitHub also makes things a bit tricky. 9caihezi (https://forum.cuberite.org/user-4727.html)'s PR is failing on CircleCI (https://circleci.com/gh/cuberite/cuberite/...
peterbell10 Development 5 6,389 12-21-2017, 02:25 AM
    Thread: cItem: Store custom data
Post: RE: cItem: Store custom data

In which case there would need to be a reserved name, maybe "CuberitePluginData" or something similar.
peterbell10 Plugin Discussion 20 19,297 09-20-2017, 02:44 AM
    Thread: cItem: Store custom data
Post: RE: cItem: Store custom data

In the end it will all have to stored in NBT anyway so I can't see any way to separate them.  However, storing as JSON and finding a way to attach extra type metadata sounds backward to me.  JSON::Val...
peterbell10 Plugin Discussion 20 19,297 09-20-2017, 01:31 AM
    Thread: cItem: Store custom data
Post: RE: cItem: Store custom data

Doesn't storing NBT as JSON lose type information?  I suppose this would either break world compatibility or require extra handling for each item.
peterbell10 Plugin Discussion 20 19,297 09-19-2017, 02:04 AM
    Thread: [SOLVED] Compilation failure on centOS 7
Post: RE: [SOLVED] Compilation failure on centOS 7

Apparently dos2unix will also remove any UTF-8 BOM.  Maybe that's what cmake is choking on.
peterbell10 Discussion 11 11,151 09-19-2017, 01:01 AM
    Thread: Add Virtual Packet ID Method to Protocols
Post: RE: Add Virtual Packet ID Method to Protocols

I don't think super::GetPacketId would be a performance hit, in fact if all the GetPacketId functions were put in one translation unit then it should be easily inlined.  The initial virtual call would...
peterbell10 Development 3 4,424 08-29-2017, 05:58 AM