-
Notifications
You must be signed in to change notification settings - Fork 76
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Sync master. All know issues resolved. * Omega update - Add Video version support - Convert skin from 720p to 1080p - Update scrollbars - Add grid overlay - Add game agents - Add disabled slider texture * Fix scaling issue * Fix default home selection issue Fix an old typo Fix issue when no Movie or TV Shows library exists Remove unneeded actions for Master Mode * Fix missing label * Fix close button alignment * Update progress bar textures * Rework versions/extras textures * Fix home focus problems * Change Symbol button label * Fix Formed/Born overlap issue * Update script-cu-lrclyrics-main.xml * Fix 'Movie' and 'TV Shows' buttons visible condition * Fix Original/Localised title * Fix panel height * Add video version/extra select dialog * Omega bump * Fix conflict * Delete Includes.xml * Remove pointless font style * Fix returning to home after playing video/music from home * Remove 'More...' buttons from home lists * Fix sub menu label width
- Loading branch information
Showing
121 changed files
with
11,085 additions
and
10,221 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,14 @@ | ||
<?xml version="1.0" encoding="UTF-8"?> | ||
<window type="dialog" id="1101"> | ||
<zorder>100</zorder> | ||
<visible>Skin.HasSetting(DebugGrid)</visible> | ||
<controls> | ||
<!-- Global debug grid --> | ||
<control type="image"> | ||
<width>$INFO[System.ScreenWidth]</width> | ||
<height>$INFO[System.ScreenHeight]</height> | ||
<texture>special://skin/extras/debuggrid1080.png</texture> | ||
<colordiffuse>88ffffff</colordiffuse> | ||
</control> | ||
</controls> | ||
</window> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.