summaryrefslogtreecommitdiff
path: root/customizations/main_menu
AgeCommit message (Collapse)Author
2021-02-04Moved main menu class image controlCriticalFlaw
2021-01-31Updated Engineer's Building PanelCriticalFlaw
- Fixed the Engineer's building overlapping chat when respawning. - Fixed the Dispenser's upgrade progress bar not displaying. - Fixed the competitive KD stats not being positioned properly.
2020-12-30MiscellenaousCriticalFlaw
2020-12-30Bug Fixes, see notes.CriticalFlaw
- Fixed the casual and competitive stats not displaying properly. - Fixed the sapper building panel not displaying when sapping a building. - Fixed the time added label not being positioned properly. - Fixed the KOTH timers not displaying team colors. - Fixed the buyback label not appearing in Mann vs. Machine. - Fixed the TargetID not displaying a team colored panel when looking at players. - Fixed the TargetID missing a hand icon for picking up buildings. - Added a score panel for the Passtime game mode. - Added a missing help label to the spell counter. - Removed unused files. - Miscellenaous tweaks and improvements.
2020-12-28Added Hypnotize's IconsCriticalFlaw
- Updated to Hypnotize's icon pack. - Updated multiple files, removed unused code.
2020-08-07Font UpdateCriticalFlaw
- Converted Cerbetica fonts from TTF to OTF - Removed unused font definitions to reduce loading times
2020-08-07Added a Reload HUD ButtonCriticalFlaw
- Replaced the Twitch button with a button that refreshes the HUD that should correct any visual bugs.
2020-08-06Main Menu Updates, More Bug FixesCriticalFlaw
- Updated various main menu and store pages. - Updated the look of the TargetID and Friends list. - Fixed the position of the count of players on the payload - Fixed the size of the badge seen on the post match screen. - Fixed the item effect meter not being properly centered in minmode. - Removed icons from the abandon panels. - Updated font definitions throughout the hud.
2020-08-06Fixed Ubercharge Drop ShadowCriticalFlaw
- Updated the Mann Co. Catalogue page - fixed text description overlap. - Fixed the Ubercharge not displaying a drop shadow
2020-08-05Updated PDA, Achievement TrackerCriticalFlaw
- Updated the position of the achievement tracker and Engineer buildings. - Visual tweaks to the Engineer PDA and taunt menues.
2020-08-05Added Casual/Comp Stats to the DashboardCriticalFlaw
2020-08-05Updated Icons, Main Menu, Client SchemeCriticalFlaw
- Replaced multiple images with fonts to reduce space. - Updated the main menu and the client scheme. - Removed certain cp_icon files to correct visual glitches. - Removed unused files.
2020-08-04Formatting via CodeMaidCriticalFlaw
2020-04-15Fixed audio glitch on class selectionCriticalFlaw
https://github.com/CriticalFlaw/rayshud-Installer/issues/32
2020-04-15Corrected MOTD/Stream Panels in 4:3CriticalFlaw
2020-04-14Fixed Control Point IconsCriticalFlaw
- Removed the configuration file since it won't be automatically used on launch. - Fixed an issue where the control point icons would sometimes not display properly. - Bumped version number.
2020-04-12Updated the main menuCriticalFlaw
- Added MOTD button, panel and page for item testing. - Updated Twitch, Workshop, Replay and Matchmaking Dashboard panels.
2019-12-28Removed the Dashboard Dimmer (#141)CriticalFlaw
2019-12-08Backend ChangesCriticalFlaw
- Fixed certain colors not being enforced from the customizable files - Backend cleanup. Colors are assigned to their schema name. - Updated the PDA and killstreak count's use of #base. - Removed the Smissmas promo from the Mann Co. Store
2019-10-05Enabled Halloween BackgroundsCriticalFlaw
2019-08-07Fixed the #base directories in team select and scorebaordCriticalFlaw
2019-08-04Renamed customization folders for LinuxCriticalFlaw
Follow up to waylon531's pull request. Renaming customization folders to be lowercase and without spaces so that they can be read on Linux operating systems.
2019-08-04Renamed Main Menu to main_menuwaylon531
This fixes a linux-specific issue relating to paths. For whatever reason linux doesn't like either the space or uppercase letters in the old path to the main menu, so this was fixed with a simple renaming. Fixes #135