summaryrefslogtreecommitdiff
path: root/customizations/main_menu/mainmenuoverride.res
AgeCommit message (Collapse)Author
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-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 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