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

Commits on Jun 30, 2021

  1. Improve animations support

    cooolbros committed Jun 30, 2021
    Configuration menu
    Copy the full SHA
    aef62e2 View commit details
    Browse the repository at this point in the history

Commits on Jul 1, 2021

  1. Add presets

    Solves #52
    cooolbros committed Jul 1, 2021
    Configuration menu
    Copy the full SHA
    5e3d2ad View commit details
    Browse the repository at this point in the history

Commits on Jul 9, 2021

  1. Added a control width override

    - 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 committed Jul 9, 2021
    Configuration menu
    Copy the full SHA
    7001c8d View commit details
    Browse the repository at this point in the history

Commits on Jul 10, 2021

  1. Runtime Localization Support (#67)

    - 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.
    CriticalFlaw committed Jul 10, 2021
    Configuration menu
    Copy the full SHA
    4d25e26 View commit details
    Browse the repository at this point in the history

Commits on Jul 11, 2021

  1. Added a toolbar for additional 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.
    CriticalFlaw committed Jul 11, 2021
    Configuration menu
    Copy the full SHA
    48287e9 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    46a35bb View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    f1ffe5b View commit details
    Browse the repository at this point in the history
  4. Merge pull request #77 from Blueberryy/2.3

    Russian translation for 2.3 version
    CriticalFlaw committed Jul 11, 2021
    Configuration menu
    Copy the full SHA
    ed63989 View commit details
    Browse the repository at this point in the history

Commits on Jul 12, 2021

  1. Localization Corrections

    - 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.
    CriticalFlaw committed Jul 12, 2021
    Configuration menu
    Copy the full SHA
    9e33db2 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    642d3b9 View commit details
    Browse the repository at this point in the history

Commits on Jul 13, 2021

  1. Merge pull request #78 from Blueberryy/2.3

    Update Russian translation with new changes
    CriticalFlaw committed Jul 13, 2021
    Configuration menu
    Copy the full SHA
    fd0355a View commit details
    Browse the repository at this point in the history

Commits on Jul 15, 2021

  1. Header style changes

    cooolbros committed Jul 15, 2021
    Configuration menu
    Copy the full SHA
    5bd8146 View commit details
    Browse the repository at this point in the history

Commits on Jul 28, 2021

  1. Updated AutoUpdater.NET

    CriticalFlaw committed Jul 28, 2021
    Configuration menu
    Copy the full SHA
    cde9d90 View commit details
    Browse the repository at this point in the history

Commits on Aug 5, 2021

  1. Configuration menu
    Copy the full SHA
    eae9656 View commit details
    Browse the repository at this point in the history
  2. Support for HUDs without customization (#61)

    - 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.
    CriticalFlaw committed Aug 5, 2021
    Configuration menu
    Copy the full SHA
    4032c3d View commit details
    Browse the repository at this point in the history

Commits on Aug 13, 2021

  1. Move shared.json

    cooolbros committed Aug 13, 2021
    Configuration menu
    Copy the full SHA
    2165857 View commit details
    Browse the repository at this point in the history

Commits on Aug 16, 2021

  1. Configuration menu
    Copy the full SHA
    7903d73 View commit details
    Browse the repository at this point in the history

Commits on Aug 17, 2021

  1. Configuration menu
    Copy the full SHA
    b62ded6 View commit details
    Browse the repository at this point in the history

Commits on Aug 19, 2021

  1. Added a warning for custom backgrounds. (#70)

    - 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.
    CriticalFlaw committed Aug 19, 2021
    Configuration menu
    Copy the full SHA
    9e35cfc View commit details
    Browse the repository at this point in the history
  2. Code Cleanup

    CriticalFlaw committed Aug 19, 2021
    Configuration menu
    Copy the full SHA
    391a2b9 View commit details
    Browse the repository at this point in the history

Commits on Aug 21, 2021

  1. Update Resources.fr-FR.resx

    tacokete committed Aug 21, 2021
    Configuration menu
    Copy the full SHA
    555c8fe View commit details
    Browse the repository at this point in the history
  2. Merge pull request #84 from tacokete/patch-1

    Update Resources.fr-FR.resx
    CriticalFlaw committed Aug 21, 2021
    Configuration menu
    Copy the full SHA
    581f967 View commit details
    Browse the repository at this point in the history
  3. Code Cleanup

    CriticalFlaw committed Aug 21, 2021
    Configuration menu
    Copy the full SHA
    948e7fe View commit details
    Browse the repository at this point in the history

Commits on Aug 22, 2021

  1. Configuration menu
    Copy the full SHA
    39d6a2f View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    8bf7e4e View commit details
    Browse the repository at this point in the history
  3. Bug Fixes

    - Consolidated TF2 icon font files.
    - Miscellaneous code tweaks.
    - Fixed BtnAddSharedHUD is referencing an uninitialized converter.
    - Added description text to remaining customizable HUDs.
    CriticalFlaw committed Aug 22, 2021
    Configuration menu
    Copy the full SHA
    7bd1484 View commit details
    Browse the repository at this point in the history

Commits on Aug 23, 2021

  1. Bug Fixes

    - 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.
    CriticalFlaw committed Aug 23, 2021
    Configuration menu
    Copy the full SHA
    f6b8c17 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    2667ccd View commit details
    Browse the repository at this point in the history
  3. Corrected link button colors

    - Link buttons on the bottom tray now change to a thematic color.
    - Added a tooltip to the "Add new HUD" button.
    CriticalFlaw committed Aug 23, 2021
    Configuration menu
    Copy the full SHA
    0283404 View commit details
    Browse the repository at this point in the history

Commits on Aug 24, 2021

  1. Configuration menu
    Copy the full SHA
    eedaa29 View commit details
    Browse the repository at this point in the history