Closed hysonglet closed 3 months ago
Modified Build Settings Adjusted some settings related to the compilation process of our source code. This is to prevent some warnings from popping up without affecting the functioning of our product.
Adjusted Text Output Made changes to how some text gets outputted in our data-oriented script. This makes the display messages look cleaner for our developers and users.
Improved Source Code Identifier Usage Improved how we reference certain identifiers in our layout handling script. Instead of using a manually set value, we are now using a dynamically generated ID. This change makes any future modification more manageable and reduces errors.
Added Documentation Added more detailed comments to specific, complex functions in our financial transaction handling script. This helps our developers to better understand how these functions operate, making it easier for future updates and problem-solving.
This commit is to fix the bixin_dev branch of code compiling on Mac