add a scroll to the creative's inventory #3840

Open
opened 2023-07-11 15:44:05 +02:00 by Heus_Sueh · 7 comments

Feature

add a scroll to the creative's inventory
image

like minecraft:
image

Why

It's very annoying having to keep changing pages from 1 to 2 and so on... the scroll makes navigation much easier

<!-- Got a new non-Minecraft feature request? Explain to us why we should consider your idea. Please follow our contributing guidelines first: https://git.minetest.land/MineClone2/MineClone2/src/branch/master/CONTRIBUTING.md#rules-about-both-bugs-and-feature-requests By submitting this issue, you agree to follow our Code of Conduct: https://git.minetest.land/MineClone2/MineClone2/src/branch/master/CODE_OF_CONDUCT.md --> ### Feature add a scroll to the creative's inventory ![image](/attachments/0a04b0c8-9fa1-4167-b780-ad5cfbdf0c01) like minecraft: ![image](/attachments/2beb97ad-f378-463d-b1ab-0c7f94f02e20) ### Why It's very annoying having to keep changing pages from 1 to 2 and so on... the scroll makes navigation much easier
Heus_Sueh added the
feature request
needs discussion
labels 2023-07-11 15:44:05 +02:00
Ghost removed the
feature request
label 2023-07-12 04:29:37 +02:00
Member

I know for a fact old versions of MineClone2 (4+ years ago) did actually have a scrollbar, however, it was removed because it didnt work really well, it was kinda like pressing these buttons today

I know for a fact old versions of MineClone2 (4+ years ago) did actually have a scrollbar, however, it was removed because it didnt work really well, it was kinda like pressing these buttons today
chmodsayshello added the
GUI/HUD
#P6: low
annoying
enhancement
creative mode
player
labels 2023-07-15 00:33:15 +02:00
Member

Using Minetest scrollbar would lead into a small server performance improvement (no longer need to generate all the "pages" server side, less client->server->client lag)

But IDK if is configurable enough to have scrollbar steps be exactly one inventory line (overwise it would look extremely bad).

Will do some research about it.

Using Minetest scrollbar would lead into a small server performance improvement (no longer need to generate all the "pages" server side, less client->server->client lag) But IDK if is configurable enough to have scrollbar steps be exactly one inventory line (overwise it would look extremely bad). Will do some research about it.
Member

nice the more preformance the better

nice the more preformance the better
Member

Using Minetest scrollbar would lead into a small server performance improvement (no longer need to generate all the "pages" server side, less client->server->client lag)

But IDK if is configurable enough to have scrollbar steps be exactly one inventory line (overwise it would look extremely bad).

Will do some research about it.

If that turns out to look good, might be something for your formspec odyssey...

> Using Minetest scrollbar would lead into a small server performance improvement (no longer need to generate all the "pages" server side, less client->server->client lag) > > But IDK if is configurable enough to have scrollbar steps be exactly one inventory line (overwise it would look extremely bad). > > Will do some research about it. If that turns out to look good, might be something for your formspec odyssey...
Member

I got an extremely small patch and really good looking scrolling behavior like mc but I am experiencing an issue when large amounts of items are displayed in a list (in the search tab): you can no longer really select items around the 1000th item, I think thats a Minetest bug

I got an extremely small patch and really good looking scrolling behavior like mc but I am experiencing an issue when large amounts of items are displayed in a list (in the search tab): you can no longer really select items around the 1000th item, I think thats a Minetest bug
Member
Discord forum post: https://discord.com/channels/369122544273588224/1129785640247107614
Member
It was a Minetest bug. https://github.com/minetest/minetest/pull/13669
rudzik8 self-assigned this 2024-06-28 12:57:04 +02:00
Sign in to join this conversation.
No Milestone
No project
No Assignees
4 Participants
Notifications
Due Date
The due date is invalid or out of range. Please use the format 'yyyy-mm-dd'.

No due date set.

Dependencies

No dependencies set.

Reference: VoxeLibre/VoxeLibre#3840
No description provided.