Page 1 of 11

Wishes for Minetest 0.4.11 (or 0.5)

PostPosted: Wed Jul 09, 2014 08:58
by Ragnar
People, write here the stuff you would love to see in the version after 0.4.10.

My wish is a parameter for the player model transparency. =)

Re: Wishes for Minetest 0.4.11 (or 0.5)

PostPosted: Wed Jul 09, 2014 09:35
by Krock
It's not XMAS yet.

Re: Wishes for Minetest 0.4.11 (or 0.5)

PostPosted: Wed Jul 09, 2014 09:38
by Ragnar
But that doesnt mean that we cant wish for stuffzs

Re: Wishes for Minetest 0.4.11 (or 0.5)

PostPosted: Wed Jul 09, 2014 09:58
by rubenwardy
Optimisation.
Higher FPS.
Less (visible) server lag.
Game play polish.

Longer term:
Client side API for Graphics, Sounds and client side prediction for mods.

Re: Wishes for Minetest 0.4.11 (or 0.5)

PostPosted: Wed Jul 09, 2014 13:06
by Kilarin
There are several mods that use use the strategy of replacing an item in inventory in order to change the image for a tool. Screwdriver, clock, the compasses, bridgetool, etc. It's a hack, and a clumsy one in my opinion.

What I wish the brilliant devs could figure out how to do would be to allow a mod to override the image for a particular tool without having to replace it. It would be trivial to do it for the whole class of tools, but we need a way to modify the image for the particular compassgps, clock, or screwdriver that one player is carrying and not for every compassgps, clock or screwdriver in the game. And I'm afraid that might be complicated.

Re: Wishes for Minetest 0.4.11 (or 0.5)

PostPosted: Wed Jul 09, 2014 15:29
by TenPlus1
I would really love for this to be possible in the next version:

https://forum.minetest.net/viewtopic.php?f=5&t=9568&hilit=alpha

Re: Wishes for Minetest 0.4.11 (or 0.5)

PostPosted: Wed Jul 09, 2014 18:37
by prestidigitator
Sounds to me like a possible application of a "standard" metadata entry. Like formspec, infotext, and inventory are done for nodes. If the metadata entry didn't exist, the default texture/appearance would be used. Note that inventory items can have metadata too (see ItemStack).

Re: Wishes for Minetest 0.4.11 (or 0.5)

PostPosted: Thu Jul 10, 2014 06:16
by JPRuehmann
Hello
I´d love to see the Map feature of gsmanners integrated.
till then,
JPR

Re: Wishes for Minetest 0.4.11 (or 0.5)

PostPosted: Thu Jul 10, 2014 06:17
by JPRuehmann
Hello
Change of the behaviour of the Enter Key in Formspecs would be lovely.
Thanks,
JPR

Re: Wishes for Minetest 0.4.11 (or 0.5)

PostPosted: Thu Jul 10, 2014 07:46
by Ragnar
TenPlus1 wrote:I would really love for this to be possible in the next version:

https://forum.minetest.net/viewtopic.php?f=5&t=9568&hilit=alpha

If by that you mean having more control over the alpha channel (making the alpha channel a custom number) then i totally agree with you..

Re: Wishes for Minetest 0.4.11 (or 0.5)

PostPosted: Fri Jul 11, 2014 02:33
by HeroOfTheWinds
More efficient ABM's that cause less lag while playing on servers.

Re: Wishes for Minetest 0.4.11 (or 0.5)

PostPosted: Fri Jul 11, 2014 08:30
by Krock
HeroOfTheWinds wrote:More efficient ABM's that cause less lag while playing on servers.


Explain please. Do you mean code cleanups?

Re: Wishes for Minetest 0.4.11 (or 0.5)

PostPosted: Fri Jul 11, 2014 13:27
by hoodedice
Krock wrote:
HeroOfTheWinds wrote:More efficient ABM's that cause less lag while playing on servers.


Explain please. Do you mean code cleanups?


http://dev.minetest.net/minetest.register_abm

Re: Wishes for Minetest 0.4.11 (or 0.5)

PostPosted: Fri Jul 11, 2014 15:46
by rubenwardy
I am not sure what thread Lua is on, but Ithink that it should be on a thread that doesn't block how the server replies to the client. Slower reply times means more lag.

Re: Wishes for Minetest 0.4.11 (or 0.5)

PostPosted: Fri Jul 11, 2014 17:13
by HeroOfTheWinds
Krock wrote:
HeroOfTheWinds wrote:More efficient ABM's that cause less lag while playing on servers.


Explain please. Do you mean code cleanups?

More or less. Basically, any way to make the logic for triggering and threading them more efficient. Of course, one of the largest problems is how people usually code them, but....

Re: Wishes for Minetest 0.4.11 (or 0.5)

PostPosted: Sat Jul 12, 2014 21:48
by DS-minetest
I need seeds from dry shrub.

Re: Wishes for Minetest 0.4.11 (or 0.5)

PostPosted: Tue Jul 15, 2014 03:54
by freejack
Would love to see lockable chests and doors without adding a mod......... Mods work till a point where they are not updated or what they depend on is not updated. It sucks.......

Re: Wishes for Minetest 0.4.11 (or 0.5)

PostPosted: Tue Jul 15, 2014 05:01
by kaeza
freejack wrote:Would love to see lockable chests and doors without adding a mod......... Mods work till a point where they are not updated or what they depend on is not updated. It sucks.......

Uhh... Locked chests and steel doors ("locked" doors) are part of the default game...

Re: Wishes for Minetest 0.4.11 (or 0.5)

PostPosted: Tue Jul 15, 2014 05:38
by freejack
sorry meant furnaces......... and I know steel doors I wanted wooden............I know picky....

Re: Wishes for Minetest 0.4.11 (or 0.5)

PostPosted: Tue Jul 15, 2014 09:29
by DS-minetest
freejack wrote:Would love to see lockable chests and doors without adding a mod......... Mods work till a point where they are not updated or what they depend on is not updated. It sucks.......

You cant play MT without mods.
If you think, you have no mod installed, say "/mods".

Re: Wishes for Minetest 0.4.11 (or 0.5)

PostPosted: Tue Jul 15, 2014 09:44
by freejack
I know I have mods....... I am saying it would be nice to have this in the API

Re: Wishes for Minetest 0.4.11 (or 0.5)

PostPosted: Tue Jul 15, 2014 12:45
by Wuzzy
This is way too high level to deserve dedicated API calls for that.

But the doors mods of minetest_game provides some utility functions. Look for doors.register_door in the source code.

Re: Wishes for Minetest 0.4.11 (or 0.5)

PostPosted: Tue Jul 15, 2014 16:27
by rubenwardy
There is no reason not to install mods. Also, quite a lot of mods written two years ago still work. Not a low of the API has changed.

Re: Wishes for Minetest 0.4.11 (or 0.5)

PostPosted: Tue Jul 15, 2014 20:35
by Mg
Hello everyone,
I would like to add (in version 0.4.11, or 0.5, if it's possible) :
- Extinguish fire with water
- Enable/Disable fire (burning of flammable nodes) in minetest.conf
(Here is a modified version of fire mod :
+ Spoiler


It's a little modification, but I would want your opinion about it.)
- Better modstore
- Less bugs than in this version (I found one or two... from minetest core...)

I will probably post a new topic about the fire mod in a few days in the Features Discussion.

Thanks.

Re: Wishes for Minetest 0.4.11 (or 0.5)

PostPosted: Wed Jul 16, 2014 06:26
by webdesigner97
Mg wrote:Hello everyone,
I would like to add (in version 0.4.11, or 0.5, if it's possible) :
- Extinguish fire with water
- Enable/Disable fire (burning of flammable nodes) in minetest.conf
(Here is a modified version of fire mod :
+ Spoiler


It's a little modification, but I would want your opinion about it.)
- Better modstore
- Less bugs than in this version (I found one or two... from minetest core...)

I will probably post a new topic about the fire mod in a few days in the Features Discussion.

Thanks.

Water can already put out fires.

Re: Wishes for Minetest 0.4.11 (or 0.5)

PostPosted: Wed Jul 16, 2014 07:28
by Mg
Ho, good, I didn't know it, thank you for the information. I will look at the new codes as soon as possible to get others new good informations.
Thanks.

Re: Wishes for Minetest 0.4.11 (or 0.5)

PostPosted: Wed Jul 16, 2014 15:44
by JPRuehmann
Hello

I think it would be a good Idea to split the world.mt File into to Files.
A world.mt withe database ant game settings.
A mod.mt with the List of enabled mods.

Thanks,
JPR

Re: Wishes for Minetest 0.4.11 (or 0.5)

PostPosted: Wed Jul 16, 2014 16:28
by TenPlus1
JPRuehmann wrote:Hello

I think it would be a good Idea to split the world.mt File into to Files.
A world.mt withe database ant game settings.
A mod.mt with the List of enabled mods.

Thanks,
JPR


Why ? the world.mt file isnt that big and contains only what it needs...

Re: Wishes for Minetest 0.4.11 (or 0.5)

PostPosted: Thu Jul 17, 2014 12:36
by JPRuehmann
Hello

See this Post for explanation.
https://forum.minetest.net/viewtopic.php?f=5&t=9655

Till then,
JPR

Re: Wishes for Minetest 0.4.11 (or 0.5)

PostPosted: Sat Jul 19, 2014 20:27
by ivalin
Would be good to see the "Use key in action = E (be default)"
You should place blocks with second mouse button and use the furnace and etc. with the use key .
And not pressing the "sneak key" + Right Mouse Button .