-
-
Notifications
You must be signed in to change notification settings - Fork 220
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
fix: clean cache + Change language in options #983
Conversation
konfiguracja
@InnerCircleTFS add the prefix improve or fix |
commit 5c5dc58 Author: InnerCircleTFS <[email protected]> Date: Mon Dec 9 17:04:32 2024 -0300 improve: UIGraph with new features by oen (mehah#984) UIGraph widget got massive update including: Multiple graphs in a single widget Showing value of a closest point on a line when widget is hovered Better performance due to A LOT of caching author: Oen
There are several errors in the project related to onInit, onTerminate, when reloading all the modules (when I am online). The biggest problem is in the game interface. I couldn't find the error, so I did this:
I noticed an error in the function Controller:terminate(). I believe that self:onTerminate() should be after onGameEnd and not before. In terminate, I clean a variable, later in onGameEnd, I could use that variable. (This only applies when reloading).
|
@InnerCircleTFS |
@InnerCircleTFS |
yes |
Quality Gate passedIssues Measures |
konfiguracja
Description
Please include a summary of the change and which issue is fixed. Please also include relevant motivation and context. List any dependencies that are required for this change.
Behavior
Actual
Do this and that doesn't happens
Expected
Do this and that happens
Fixes
# (issue)
Type of change
Please delete options that are not relevant.
How Has This Been Tested
Please describe the tests that you ran to verify your changes. Provide instructions so we can reproduce. Please also list any relevant details for your test configuration
Test Configuration:
Checklist