-
Notifications
You must be signed in to change notification settings - Fork 53
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
(Mistake, please delete) #29
Closed
Closed
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
* Allow other mods to register a handler to display protected areas in the hud * remove the protector mod specific code from this areas code
* `api.lua` create separate handler for listing registered nodes, leave the areas list clean * `hud.lua` call second handler separately * `api.md` extended and clarified documentaion
Merge ShadowNinja's version
Cleaning up deprecated calls.
update player location when protected
Use the new `minetest.safe_file_write` API if possible when saving database.
* update player location when protected * function anti_lag added * Add delay for anti_lag * remove obsolete code * localization * utf-8 * make self_protection true by default
* add protector blocks to hud * change from unknown source * add mod explicit name * Add handler for other mods to advise protection * Allow other mods to register a handler to display protected areas in the hud * remove the protector mod specific code from this areas code * support non-numeric IDs * adjusted handler registration name * add API documentation for modding extension * rename to explicit variables * De-couple from original code * `api.lua` create separate handler for listing registered nodes, leave the areas list clean * `hud.lua` call second handler separately * `api.md` extended and clarified documentaion * fixed typo in documentation * ignore vim cache files * adjust handler registration function name * reinstate the format string unsigned int] * reverting auth change * restore code style, adjust further style * added space for stylistic imrpovement * stylistic fixes etc * Merge branch 'master' of https://github.com/ShadowNinja/areas *Merge ShadowNinja's version * Cleaning up deprecated calls. * Merge pull request #1 from EdwardThorsten/master *Cleaning up deprecated calls.
This adds part of PR #4 and they came from inpos/areas repo, author for the changes is ElementW.
This adds part of PR #4 and they came from inpos/areas repo, this adds i18n : intllib po/pot method and french translation. Author is fat115
This adds part of PR #4 and they came from inpos/areas repo, author for the changes is inpos.
sorry, wrong selection (was trying to merge to my fork) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
No description provided.