Wishes for Minetest 0.4.11 (or 0.5)

User avatar
Hybrid Dog
Member
Posts: 2835
Joined: Thu Nov 01, 2012 12:46
GitHub: HybridDog

Re: Wishes for Minetest 0.4.11 (or 0.5)

by Hybrid Dog » Post

Samson1 wrote:I wish that it would work on my computer properly
You could try the mesa llvmpipe.
It uses the cpu for graphics, and simulates opengl 2.1 l think.

‮‪‮
‮‪‮
‮‪‮
‮‪‮
‮‪‮
‮‪‮
‮‪‮
‮‪‮
‮‪

User avatar
jogag
Member
Posts: 106
Joined: Wed Aug 12, 2015 18:32
GitHub: jogag
IRC: jogag
In-game: jogag
Location: Online

Re: Wishes for Minetest 0.4.11 (or 0.5)

by jogag » Post

And here's another wish for 0.4.14 or whatever:
Mods should be able to use shaders. And I think this will be easy.

Should I make a pull request? :)

User avatar
Hybrid Dog
Member
Posts: 2835
Joined: Thu Nov 01, 2012 12:46
GitHub: HybridDog

Re: Wishes for Minetest 0.4.11 (or 0.5)

by Hybrid Dog » Post

jogag wrote:And here's another wish for 0.4.14 or whatever:
Mods should be able to use shaders. And I think this will be easy.

Should I make a pull request? :)
yes

‮‪‮
‮‪‮
‮‪‮
‮‪‮
‮‪‮
‮‪‮
‮‪‮
‮‪‮
‮‪

User avatar
Linuxdirk
Member
Posts: 3219
Joined: Wed Sep 17, 2014 11:21
In-game: Linuxdirk
Location: Germany
Contact:

Re: Wishes for Minetest 0.4.11 (or 0.5)

by Linuxdirk » Post

jogag wrote:And here's another wish for 0.4.14 or whatever:
Mods should be able to use shaders.
Yeah, shaders, whatever … :)

Mods should be able to be translated by simply adding a corresponding .mo file and the client sending the desired locale during connecting to the server and the server should send the translated string.

User avatar
jogag
Member
Posts: 106
Joined: Wed Aug 12, 2015 18:32
GitHub: jogag
IRC: jogag
In-game: jogag
Location: Online

Re: Wishes for Minetest 0.4.11 (or 0.5)

by jogag » Post

Linuxdirk wrote:
jogag wrote:And here's another wish for 0.4.14 or whatever:
Mods should be able to use shaders.
Yeah, shaders, whatever … :)

Mods should be able to be translated by simply adding a corresponding .mo file and the client sending the desired locale during connecting to the server and the server should send the translated string.
Good idea, I will also make a pull request for that.
Say goodbye to intllib!

EDIT: I posted two issues about language and shaders, link and link

User avatar
rubenwardy
Moderator
Posts: 6978
Joined: Tue Jun 12, 2012 18:11
GitHub: rubenwardy
IRC: rubenwardy
In-game: rubenwardy
Location: Bristol, United Kingdom
Contact:

Re: Wishes for Minetest 0.4.11 (or 0.5)

by rubenwardy » Post

Making an issue is not the same as making a pullrequest - a pr is where you actually fix the issue and attach code.

If it were easy, then it probably would have been done.
Renewed Tab (my browser add-on) | Donate | Mods | Minetest Modding Book

Hello profile reader

User avatar
Ferk
Member
Posts: 337
Joined: Tue Aug 18, 2015 17:18
GitHub: Ferk

Re: Wishes for Minetest 0.4.11 (or 0.5)

by Ferk » Post

I believe somewhere in the bug tracker I read that the irrlicht engine only supports 1 shader per object.

So you would be able to transform the current shader, but maybe not add a new one (replacing it would probably make you loose the lighting, fog and other built-in effects).

I'm pretty sure someone had already posted an issue for that, but there's no PR with a fix. (EDIT: here's the issue)

Also for the language there was already an issue.. I'm not sure if it's in minetest or in minetest_game. (EDIT: here)
{ ☠ Dungeontest ☠ , ᗧ••myarcade•• }

User avatar
Chinchow
Member
Posts: 684
Joined: Tue Sep 18, 2012 21:37

Re: Wishes for Minetest 0.4.11 (or 0.5)

by Chinchow » Post

I'm not sure if it's possible, but texturing the buttons in things like creative inventory, and chat would be nice.

User avatar
Ferk
Member
Posts: 337
Joined: Tue Aug 18, 2015 17:18
GitHub: Ferk

Re: Wishes for Minetest 0.4.11 (or 0.5)

by Ferk » Post

Imho, the most important thing for the inventory is a way to automatically switch items from/to chests without having to drag and drop.

I think this is already in the TODO list:
Add double-click-to-move-inventory-to-chest support
{ ☠ Dungeontest ☠ , ᗧ••myarcade•• }

User avatar
Don
Member
Posts: 1643
Joined: Sat May 17, 2014 18:40
GitHub: DonBatman
IRC: Batman
In-game: Batman

Re: Wishes for Minetest 0.4.11 (or 0.5)

by Don » Post

Ferk wrote:Imho, the most important thing for the inventory is a way to automatically switch items from/to chests without having to drag and drop.

I think this is already in the TODO list:
Add double-click-to-move-inventory-to-chest support
Shift click is done already. It is in the dev version
Last edited by Don on Tue Sep 15, 2015 15:34, edited 1 time in total.
Many of my mods are now a part of Minetest-mods. A place where you know they are maintained!

A list of my mods can be found here

User avatar
benrob0329
Member
Posts: 1341
Joined: Thu Aug 06, 2015 22:39
GitHub: Benrob0329
IRC: benrob0329
In-game: benrob03
Location: Michigan
Contact:

Re: Wishes for Minetest 0.4.11 (or 0.5)

by benrob0329 » Post

You can use shift click.

User avatar
rubenwardy
Moderator
Posts: 6978
Joined: Tue Jun 12, 2012 18:11
GitHub: rubenwardy
IRC: rubenwardy
In-game: rubenwardy
Location: Bristol, United Kingdom
Contact:

Re: Wishes for Minetest 0.4.11 (or 0.5)

by rubenwardy » Post

You can use shift click in 0.4.13.
Last edited by rubenwardy on Tue Sep 15, 2015 15:54, edited 1 time in total.
Renewed Tab (my browser add-on) | Donate | Mods | Minetest Modding Book

Hello profile reader

User avatar
benrob0329
Member
Posts: 1341
Joined: Thu Aug 06, 2015 22:39
GitHub: Benrob0329
IRC: benrob0329
In-game: benrob03
Location: Michigan
Contact:

Re: Wishes for Minetest 0.4.11 (or 0.5)

by benrob0329 » Post

@rubenwardy I think you meant to put 0.4.13, shift click wasn't in .12

User avatar
jogag
Member
Posts: 106
Joined: Wed Aug 12, 2015 18:32
GitHub: jogag
IRC: jogag
In-game: jogag
Location: Online

Re: Wishes for Minetest 0.4.11 (or 0.5)

by jogag » Post

rubenwardy wrote:Making an issue is not the same as making a pullrequest - a pr is where you actually fix the issue and attach code.

If it were easy, then it probably would have been done.
Sorry, but I don't know much C++ and how minetest works internally. I will make a PR if I will fix the bug.

User avatar
jogag
Member
Posts: 106
Joined: Wed Aug 12, 2015 18:32
GitHub: jogag
IRC: jogag
In-game: jogag
Location: Online

Re: Wishes for Minetest 0.4.11 (or 0.5)

by jogag » Post

Chinchow wrote:I'm not sure if it's possible, but texturing the buttons in things like creative inventory, and chat would be nice.
That's possible, the engine provides texturing buttons (did you seen Unified Inventory?), but chat is hardcoded and you can't texture the button without modding the engine internals (you need to edit C++ and recompile the engine).

User avatar
Linuxdirk
Member
Posts: 3219
Joined: Wed Sep 17, 2014 11:21
In-game: Linuxdirk
Location: Germany
Contact:

Re: Wishes for Minetest 0.4.11 (or 0.5)

by Linuxdirk » Post

Shift-click doesn’t work for a lot of containers. Most of them are from mods but still.

Inventory management and performance still feels like in pre-alpha state and not in a releasted “public beta version”.

User avatar
rubenwardy
Moderator
Posts: 6978
Joined: Tue Jun 12, 2012 18:11
GitHub: rubenwardy
IRC: rubenwardy
In-game: rubenwardy
Location: Bristol, United Kingdom
Contact:

Re: Wishes for Minetest 0.4.11 (or 0.5)

by rubenwardy » Post

The mods have to add support for it themselves - it's called listrings.
Renewed Tab (my browser add-on) | Donate | Mods | Minetest Modding Book

Hello profile reader

User avatar
kaadmy
Member
Posts: 706
Joined: Thu Aug 27, 2015 23:07
GitHub: kaadmy
IRC: KaadmY
In-game: KaadmY kaadmy NeD

Re: Wishes for Minetest 0.4.11 (or 0.5)

by kaadmy » Post

rubenwardy wrote:The mods have to add support for it themselves - it's called listrings.
My mods all use listrings since I found out what they did, the lua_api.txt isn't too clear with some stuff.
Never paint white stripes on roads near Zebra crossings.

Pixture

User avatar
Linuxdirk
Member
Posts: 3219
Joined: Wed Sep 17, 2014 11:21
In-game: Linuxdirk
Location: Germany
Contact:

Re: Wishes for Minetest 0.4.11 (or 0.5)

by Linuxdirk » Post

rubenwardy wrote:The mods have to add support for it themselves - it's called listrings.
Yes. And it should work by default when you define such a container. It’s all about consistency.

User avatar
Fixer
Member
Posts: 904
Joined: Sun Jul 31, 2011 11:23
IRC: Fixer
In-game: Fixer
Location: Ukraine

Re: Wishes for Minetest 0.4.11 (or 0.5)

by Fixer » Post

STABILITY. Next release should be about stability: crashless and max_lagless and fpsmaxing!

Clear goals for developers:
1) Achieving 24 hr uptime for TOP 3 crash multiplayer servers (today many servers with lots of players are plagued by max_lag or stop responding after XX XXX sec uptime). This needs to be fixed. Notable examples: Xanadu (extreme crash survival), Extreme Survival Minetest (after 20000-40000 sec suddenly starts lagging and passes away slowly)
2) https://github.com/minetest/minetest/pull/3166 (easier on net and fps? I would like to test it).
3) Better occlusion culing (per block), people need more FPS, I have R6870, it is powerful card with >90fps in COD4 and MT just turns it to its knees on crowded areas up to 20 FPS!)
4) Fix this graphics regression: viewtopic.php?f=6&t=10862&p=192752#p192752
5) Fix big fps drops when block generation occurs on singleplayer games, make it easier on client even if it means slower generation.
6) VBOs
7) Network speedup

Also, this :))

Code: Select all

21:55 	VanessaE 	so..
21:56 		can we PLEASE stick to the original plan where the 0.4.13 -> 0.4.14 period was supposed to be all about bugfixes?????
Last edited by Fixer on Wed Oct 07, 2015 12:00, edited 4 times in total.

User avatar
kaadmy
Member
Posts: 706
Joined: Thu Aug 27, 2015 23:07
GitHub: kaadmy
IRC: KaadmY
In-game: KaadmY kaadmy NeD

Re: Wishes for Minetest 0.4.11 (or 0.5)

by kaadmy » Post

I found out recently that the Redcrab server has an uptime of around 63 days...
Never paint white stripes on roads near Zebra crossings.

Pixture

Sokomine
Member
Posts: 4290
Joined: Sun Sep 09, 2012 17:31
GitHub: Sokomine
IRC: Sokomine
In-game: Sokomine

Re: Wishes for Minetest 0.4.11 (or 0.5)

by Sokomine » Post

Fixerol wrote: 1) Achieving 24 hr uptime for TOP 3 crash multiplayer servers (today many servers with lots of players are plagued by max_lag or stop responding after XX XXX sec uptime). This needs to be fixed. Notable examples: Xanadu (extreme crash survival), Extreme Survival Minetest (after 20000-40000 sec suddenly starts lagging and passes away slowly)
Although there's many lag now on extreme survival, I'm still astonished as to how well it works most of the time. At night you're literally sourrounded by hundreds of stone mobs which are out there to kill you! And a dozen or so friendly mobs fight against otheer hostile ones.
Fixerol wrote: 3) Better occlusion culing (per block), people need more FPS, I have R6870, it is powerful card with >90fps in COD4 and MT just turns it to its knees on crowded areas up to 20 FPS!)
For unknown reasons, MT seems to be more friendly towards weaker graphics hardware than towards better one. Maybe it's just sympathy for those of us without a dedicated graphics card :-)

But yes, stability would be highly welcome. Especially by server owners. I just wanted to point out that MT has come a long way. Mobs didn't always work so well as they seem to do now.
A list of my mods can be found here.

User avatar
Fixer
Member
Posts: 904
Joined: Sun Jul 31, 2011 11:23
IRC: Fixer
In-game: Fixer
Location: Ukraine

Re: Wishes for Minetest 0.4.11 (or 0.5)

by Fixer » Post

Although there's many lag now on extreme survival, I'm still astonished as to how well it works most of the time.
It works good for first 20 000 seconds :)

User avatar
jogag
Member
Posts: 106
Joined: Wed Aug 12, 2015 18:32
GitHub: jogag
IRC: jogag
In-game: jogag
Location: Online

Re: Wishes for Minetest 0.4.11 (or 0.5)

by jogag » Post

My minetest goes at 6-7 fps on a big ultra gaming pc, and at 40 fps on a 10 years old laptop with 1gb of ram :)

And remember the client side lua scripting for 0.4.14!

User avatar
kaadmy
Member
Posts: 706
Joined: Thu Aug 27, 2015 23:07
GitHub: kaadmy
IRC: KaadmY
In-game: KaadmY kaadmy NeD

Re: Wishes for Minetest 0.4.11 (or 0.5)

by kaadmy » Post

Client-side scripting would really be a godsend, as right now there is no way to make inventorys interact fluidly, or have dynamic HUD stuff, ie. animated health/breath bars.
Never paint white stripes on roads near Zebra crossings.

Pixture

Locked

Who is online

Users browsing this forum: No registered users and 12 guests