Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Move join and left mesages to lua #4460

Merged
merged 1 commit into from
Aug 22, 2016
Merged

Move join and left mesages to lua #4460

merged 1 commit into from
Aug 22, 2016

Conversation

xunto
Copy link
Contributor

@xunto xunto commented Aug 21, 2016

When I was reading #4454, I found out that messages that is written when player join and leave the game is defined in cpp. I don't see any reason for that, so I moved it to builtin. Now you can modify it by editing builtin lua.

I'm waiting for suggestion about how to make it customizable by mods(there are several ways). My opinion is that we shouldn't define any default, so if somebody would want those messages, they should be defined in mod.

@est31
Copy link
Contributor

est31 commented Aug 22, 2016

👍 looks good.

I don't think it needs to be exposed via the modding api. It will make it much much easier for server owners to customize the message now that's it in builtin.

@nerzhul
Copy link
Member

nerzhul commented Aug 22, 2016

okay for me

@xunto
Copy link
Contributor Author

xunto commented Aug 22, 2016

@HybridDog I think that is should be done in separate pull request, because objective of this PR is to move messages to builtin and to make them customizable.

Not everybody would like to have grey colour. It should be discussed and not here.

@xunto
Copy link
Contributor Author

xunto commented Aug 22, 2016

@HybridDog lol, you shouldn't delete your messages, you are breaking the discussion. And there is nothing to be sorry about(only about deleting your message).

@est31 est31 merged commit 0b0075e into minetest:master Aug 22, 2016
@HybridDog
Copy link
Contributor

It'sn't even my idea #4454 (comment)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

4 participants