GDevelop-extensions
GDevelop-extensions copied to clipboard
CLOCK ⏰
Description
CLOCK
Add clocks to your game with ease including
- 12 - hour time
- 24 - hour time
- English date
- Numeral date
How to use the extension
Add the corresponding behavior to any TEXT object Use additional parameters (if provided) to modify values
Checklist
- [X] I've followed all of the best practices.
- [X] I confirm that this extension can be integrated to this GitHub repository, distributed and MIT licensed.
Example
Clock.zip
Build
Extension file
Clock.zip
Hello, thank you for submitting this.
Did you take a look at the "Time formatter" extension? Does your extension have different features? https://wiki.gdevelop.io/gdevelop5/extensions/time-formatter/reference
Hello @DaddyPluM 👋
A review has started for this extension, but a new option has presented itself in the meantime. We now have a list of unreviewed "Community extensions", and your extension can be added to it, bypassing the review phase.
If you chose to not take a review, you need to keep the following in mind:
- As of now, community extensions are not yet shown to users, but they should be until next update
- Community extensions will never be shown to GDevelop users directly, they will have to check a checkbox for them to be shown
- All community extension have a warning about them being unstable and unreviewed displayed on their store page
- Your extension will be added immediately, no question asked, and without you needing to do any changes to your extension
- You will still need to make an extension that passes the bot's tests (meaning you still should respect the extension best practices)
tl;dr You will not need to do any more (or only minimal) work on your extension, but it might not meet the standards of all users, and reach less users.
If you chose to continue on with the review:
- The reviewing process might require of you to make some changes to your extension until it meets our reviewer's standards
- Your extension will reach more users
- You will be delivering a better extension to the community
- It will take a bit more time for your extension to be added to the store
tl;dr You will need to do a bit more work but deliver a high quality contribution that will reach more people
The choice is yours, please tell us how you would like to continue.
📌If the owner of this extension @DaddyPluM didn't respond on the latest reviews within 10 days, we are going to close this topic because the owner has been inactive for too long.
Note: the owner or any contributor can revive this topic/extension by pushing updates.
📌If the owner of this extension @DaddyPluM didn't respond on the latest reviews within 10 days, we are going to close this topic because the owner has been inactive for too long.
Note: the owner or any contributor can revive this topic/extension by pushing updates.
poop :(
❗ An internal error has occured. See logs at https://github.com/GDevelopApp/GDevelop-extensions/actions/runs/2741088383.
!update https://github.com/GDevelopApp/GDevelop-extensions/files/9191661/Clock.zip
✅ Successfully updated the extension.
❗ An internal error has occured. See logs at https://github.com/GDevelopApp/GDevelop-extensions/actions/runs/2741138113.
Hello, thank you for submitting this.
Did you take a look at the "Time formatter" extension? Does your extension have different features? https://wiki.gdevelop.io/gdevelop5/extensions/time-formatter/reference
It does. My extension converts text objects into time or date values using behaviours working on the "Lifestyle Method (doStepPreEvent)" function allowing it to work without events. So it basically turns text into your current system time or date.
Do you have any ideas on how to make it better?
Hello @DaddyPluM 👋
A review has started for this extension, but a new option has presented itself in the meantime. We now have a list of unreviewed "Community extensions", and your extension can be added to it, bypassing the review phase.
If you chose to not take a review, you need to keep the following in mind:
* As of now, community extensions are not yet shown to users, but they should be until next update * Community extensions will never be shown to GDevelop users directly, they will have to check a checkbox for them to be shown * All community extension have a warning about them being unstable and unreviewed displayed on their store page * Your extension will be added immediately, no question asked, and without you needing to do any changes to your extension * You will still need to make an extension that passes the bot's tests (meaning you still should respect the extension best practices)
tl;dr You will not need to do any more (or only minimal) work on your extension, but it might not meet the standards of all users, and reach less users.
If you chose to continue on with the review:
* The reviewing process might require of you to make some changes to your extension until it meets our reviewer's standards * Your extension will reach more users * You will be delivering a better extension to the community * It will take a bit more time for your extension to be added to the store
tl;dr You will need to do a bit more work but deliver a high quality contribution that will reach more people
The choice is yours, please tell us how you would like to continue.
Second option
I would like to change to Community Extension please
I would like to change to Community Extension please
Sure thing ! Moved to community extension.
My review on the extension: I noticed one issue need to be fixed:
• Your variables should meet the best extension practices, for example: your variable var_t should be replaced with __Clock.var_t same thing apply to all your variables.
Fix it then update your extension, then let us know 👍
I would like to change to Community Extension please
Sure thing ! Moved to community extension.
My review on the extension: I noticed one issue need to be fixed:
• Your variables should meet the best extension practices, for example: your variable var_t should be replaced with __Clock.var_t same thing apply to all your variables.
Fix it then update your extension, then let us know 👍
I did it
I would like to change to Community Extension please
Sure thing ! Moved to community extension. My review on the extension: I noticed one issue need to be fixed: • Your variables should meet the best extension practices, for example: your variable var_t should be replaced with __Clock.var_t same thing apply to all your variables. Fix it then update your extension, then let us know 👍
I did it
I checked the variables, and they didn't fully change, for example:
you changed the variable var_d to _Clock.var_d
while it should be __Clock.var_d
please make sure it's Double underscore __ not 1 _
same apply to all variables.
Fix it and let us know 👍
I would like to change to Community Extension please
Sure thing ! Moved to community extension. My review on the extension: I noticed one issue need to be fixed: • Your variables should meet the best extension practices, for example: your variable var_t should be replaced with __Clock.var_t same thing apply to all your variables. Fix it then update your extension, then let us know 👍
I did it
I checked the variables, and they didn't fully change, for example: you changed the variable var_d to _Clock.var_d while it should be __Clock.var_d please make sure it's Double underscore __ not 1 _ same apply to all variables. Fix it and let us know 👍
Oh Thanks for the information I'll change the version number to 0.2.2 Is that good?
I would like to change to Community Extension please
Sure thing ! Moved to community extension. My review on the extension: I noticed one issue need to be fixed: • Your variables should meet the best extension practices, for example: your variable var_t should be replaced with __Clock.var_t same thing apply to all your variables. Fix it then update your extension, then let us know 👍
I did it
I checked the variables, and they didn't fully change, for example: you changed the variable var_d to _Clock.var_d while it should be __Clock.var_d please make sure it's Double underscore __ not 1 _ same apply to all variables. Fix it and let us know 👍
Updated
Hi ! I have checked your events once again, please make sure to read and follow the best practices here: https://wiki.gdevelop.io/gdevelop5/extensions/best-practices
• Make sure to unfold all your groups inside the extension, so anyone wants to check the codes can see everything smoothly. • Your example project is supposed to be a downloadable GDevelop project, not an online game/example.
• Since your extension includes JavaScript, I will leave this to @arthuro555 or @D8H to review 👍
Hi ! I have checked your events once again, please make sure to read and follow the best practices here: https://wiki.gdevelop.io/gdevelop5/extensions/best-practices
• Make sure to unfold all your groups inside the extension, so anyone wants to check the codes can see everything smoothly. • Your example project is supposed to be a downloadable GDevelop project, not an online game/example.
• Since your extension includes JavaScript, I will leave this to @arthuro555 or @D8H to review 👍
Hello I'm sorry if reviewing the extension is causing any inconveniences It's my first time
Hello @DaddyPluM 👋 After double-checking your extension, everything looks functional and ready to go ! Thank you for making this great extension, I hope to see more extensions from you in the future ❤️
Clock extension is now merged with GDevelop community extensions ✅