Skip to content
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

Version 2.3 #72

Merged
merged 30 commits into from
Aug 24, 2021
Merged

Version 2.3 #72

merged 30 commits into from
Aug 24, 2021

Conversation

CriticalFlaw
Copy link
Owner

@CriticalFlaw CriticalFlaw commented Jul 2, 2021

Editor Changes


HUD Changes


Documentation

  • Updated the documentation to match the latest changes.

- Added a new control property (Width) in which the user can override the default control width to be whatever they want.
- Increased the width of the color picker, integer counter and drop down list.
@CriticalFlaw CriticalFlaw linked an issue Jul 9, 2021 that may be closed by this pull request
CriticalFlaw and others added 14 commits July 10, 2021 14:49
- Implemented basic runtime localization.
- Main editor text is now derived from the resource file.
- Certain actions no longer bring up a message box.
- Moved some strings to the resource file.
- Added sample French translation for testing. This will need to be expanded to other languages and allowing the user to select from a list of multiple options.
- Added a toolbar to the top of the screen where the HUD name, status, presets, language selection and application-specific options will be listed.
- Removed the HUD title, it will now be displayed in the status label.
- Moved non-translatable strings from resources and into the settings file.
Russian translation for 2.3 version
- The toolbar is now hidden while on the main menu.
- Updated the resources, added additional fonts.
- Fixed certain elements not using the correct resource string.
- Enabled Russian localization.
Update Russian translation with new changes
- HUDs found in shared.json will display basic information, media links and the option to either install or uninstall the selected HUD. No customizations are included.
- Fixed missing images in rayshud and zeeshud schemas.
cooolbros and others added 5 commits August 17, 2021 17:39
- Added a warning message to let the user know that the new custom background will override the current background and that to go back to the default, they will have to reinstall the HUD.
- Changed the name of the Reset button for custom backgrounds to Clear.
Update Resources.fr-FR.resx
@CriticalFlaw
Copy link
Owner Author

Feature development on 2.3 is now done. The focus now is on testing and final polish for release.

@CriticalFlaw CriticalFlaw marked this pull request as ready for review August 22, 2021 16:32
@CriticalFlaw
Copy link
Owner Author

CriticalFlaw commented Aug 22, 2021

Below is a list of issues found (and fixed) so far during testing:

  • Selected HUD screenshots are not displaying. f6b8c17
  • Folder enabled customizations (zeeshud) throw an error if customization is already enabled (by default) f6b8c17
  • BtnAddSharedHUD is referencing an uninitialized converter. 7bd1484
  • The two TF2 icon fonts need to be consolidated. 7bd1484
  • BtnSave and BtnReset buttons are enabled on the main menu when selecting an installed HUD f6b8c17
  • There should be a button on the HUD information panel to open the customization view. It's not immediately obvious that the user has to double click on the HUD thumbnail to go to the customization view. f6b8c17
  • BtnRefresh should be renamed to "Check for Updates". f6b8c17
  • Backing out of changing tf/custom directory returns a message reserved for inputting an invalid path. There should be no messages when backing out of this operation if initiated manually. f6b8c17
  • The localization buttons need to be inlined. f6b8c17
  • Certain HUD customizations need to utilize the new control width override feature for better visibility. f6b8c17
  • The look of generic HUD customizations can be improved. f6b8c17
  • When converting a PNG into a background image, sometime the output will state there was an error. 2667ccd
  • The link buttons to Github, Discord, Steam and huds.tf should change to a similar color when hovered. 0283404
  • BtnAddSharedHUD is missing tooltip text explaining its function. 0283404

CriticalFlaw and others added 5 commits August 22, 2021 13:36
- Consolidated TF2 icon font files.
- Miscellaneous code tweaks.
- Fixed BtnAddSharedHUD is referencing an uninitialized converter.
- Added description text to remaining customizable HUDs.
- Fixed exception errors when creating a directory that already exists.
- Fixed "Apply" and "Reset" buttons being enabled while on the main menu.
- Fixed an error being shown when cancelling out of selecting a tf/custom path.
- Moved the "Set Directory" button to the hidden localization menu.
- Added a "Customize" button to the HUD details panel when highlighted.
- Renamed the schema update button from "Refresh" to "Check for Updates"
- Updated multiple HUD schemas to use the new width option where applicable.
- Updated the look of the generic HUD customization view.
- Link buttons on the bottom tray now change to a thematic color.
- Added a tooltip to the "Add new HUD" button.
@CriticalFlaw
Copy link
Owner Author

Completed testing, merging into master.

@CriticalFlaw CriticalFlaw merged commit ac87218 into master Aug 24, 2021
@CriticalFlaw CriticalFlaw deleted the 2.3 branch August 24, 2021 00:22
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment