-
Notifications
You must be signed in to change notification settings - Fork 55
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
New extension: OfflineTimeTracker #1093
base: main
Are you sure you want to change the base?
Conversation
Hello @Mahan-Ashrafi 👋 thank you for submitting this amazing extension ! ❤️ Fix this issues and let me know, so I can review the extension 👍 |
Thx ill fix it in a minute |
9d354d7
to
d642733
Compare
@VegeTato Here You go ! |
Actually, it would just be
Where do you think a comment is needed? This extension only use storage actions and a subtraction, this looks straightforward to me. |
I added comments to the extension code |
"textG": 0, | ||
"textR": 0 | ||
}, | ||
"comment": "Creation of a timestamp with the given name" |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This is paraphrasing the action description. It won't help readers.
You can remove all of them, sorry for the burden.
Your extension name is |
Maybe OfflineTimeTracker |
Indeed, "OfflineTimeTracker" is great. Yes, you can still use "timestamp" in the actions. |
Ohh i can keep timestamp 😅 |
d642733
to
43e9270
Compare
Please attach the new version of the example. It's the example that is used to do the review. |
I just checked I did |
I can't find it. I mean the same example but which uses the new extension version. |
https://github.com/GDevelopApp/GDevelop-extensions/files/14731017/ExampleProject.zip Its in this page already @D8H |
This is the link to the example that uses the 1st version of the extension, right? Edit: sorry, it seems the bot updated the links. |
|
Ok ill delete the rounding part as it removes the precision. So whats the purpose of saving a timestamp then if you want to have autosave ? So you mean add an action to change a timestamps name? |
My point is that users don't know when they should save them as there is no way to know when the game is closed and if they want to compare timestamps during the same sessions they don't need an extension and should probably use timers. |
Timestamps make it easier to manage and track time in and out of the game. |
i think auto saving is essential. |
Description
Calculation of the time passed (in and out of the game).
By LazyPanda(Mahan-ashrafi)
How to use the extension
for calculating the time between 2 points in time.
no matter the game/app is open or closed , if you have a timestamp saved when the game/app is open it will keep track of the time passed
Checklist
What tier of review do you aim for your extension?
Reviewed
Example file
ExampleProject.zip
Extension file
OfflineTimeTrackerExtension.zip