Age | Commit message (Collapse) | Author |
|
|
|
changes order of CAddonManager::IsAddonInstalled() functions
|
|
[addons] fix: insert addon into db after installation
|
|
|
|
Deprecate <fanart> in advancedsettings.xml, optional fanart image filenames (was only used by music)
Bump music db to store URLs for all remote art types URLs in single field in artist table.
Support old scraper and NFO input of fanart
|
|
|
|
|
|
[addons] fix: update-icon in addon browser
|
|
[addons][tools][build] don't use _WINSOCKAPI_ and fix addon thread stop call
|
|
This version add support to iOS 14 devices.
See https://github.com/sbingner/ldid/pull/2
|
|
[addons][tools] fix compile warnings within new helper headers
|
|
Min version stays at 1.0.0.
Also becomes missing header file names added to versions.h to have for version check.
|
|
[PythonInvoker] Re-add support for Python 3.5-3.6
|
|
When user selects 'Nearest neighbour' under Video filter +
'Original size' under Stretch mode from Game settings window and
'Display hardware scaling fitler' under Home->Settings->System->Display
then dont let Retroplayer scale it using GL instead pass the
frame size to Kodi so that Display Engine can take right
scaling (Integer) and filter (NN) supported by hardware.
Date: Wed Sep 02 2020
Addressing review comments on:
1) code optimization within 'CRPBaseRenderer::ManageRenderArea' function.
2) Removing the extra video filter type 'DISPLAY' instead we can use
'NEAREST' filter in Display hardware.
Date: Tue Sep 08 2020
Addressed the review commens on :
1) Avoiding setting Kodi's window size to game frame size 60 times per second
2) optimized the usage of header files
3) Clang-formatting
Date: Sun Oct 04 2020
Aligned code to make use of 'CWinSystemGbm::UpdateDisplayHardwareScaling' to
'SetFullScreen' to pass Gameframe to DRM.
Date: Mon Oct 05 2020
Removed the setting fulscreen when game exited to avoid incorrect
behavior in windowed mode on Windows.
Signed-off-by: Sameer Lattannavar <sameer.lattannavar@intel.com>
Signed-off-by: Garrett Brown <themagnificentmrb@gmail.com>
|
|
As part of
https://software.intel.com/en-us/articles/integer-scaling-support-on-intel-graphics
this work, enabling integer scaling for better Pixel Art games at plane level.
This commit has 4 parts in it:
1) adding SCALING_FILTER property support at plane level only when
user toggles Setting "Display hardware scaling filter" at Settings->System->Display
2) calculating scaling factor based on source & destination
resolutions with maintaing the aspect ratio.
3) reading DRM property for right Scaling Filter eg: "Nearest Neighbor"
4) retaining default behavior when user does not toggle the setting
Ref:Kernel changes are floated at https://patchwork.freedesktop.org/series/73883/#rev7
Date: Wed Sep 02 2020
Addressing review comments on:
1) Code readability
2) Variable Assignment & usage
3) Checking for 'nullptr' for Settings when read
Date: Tue Sep 08 2020
Addressed further review comments on formatting.
Date: Sun Oct 04 2020
Exposing 'CWinSystemGbm::SetDisplayHardwareScaling' to Kodi core. Usage of this
function is to pass windowSystem resolution to DRM.
Signed-off-by: Sameer Lattannavar <sameer.lattannavar@intel.com>
Signed-off-by: Garrett Brown <themagnificentmrb@gmail.com>
|
|
Adding Display hardware scaling filter toggle into Settings->system->Display as
'Display hardware scaling filter'.
This patch has 2 parts:
1) Adding new setting "videoscreen.hwscalingfilter" into gbm.xml
2) Adding all the required descriptions for the filter in settings
Date: Wed Sep 02 2020
Addressing review comments on Setting descriptions.
Date: Tue Sep 08 2020
Resolved conflicts.
Date: Mon Oct 05 2020
Resolved conflicts.
Signed-off-by: Sameer Lattannavar <sameer.lattannavar@intel.com>
Signed-off-by: Garrett Brown <themagnificentmrb@gmail.com>
|
|
assorted cppcheck warning fixups
|
|
|
|
[pvr] remember last opened TV/Radio group across restarts
|
|
[python][xbmcgui] Permit visibility definitions before creating controls
|
|
Before was during call of Stop() at CThread checked that thread is in
start to wait until it is done.
But it has also called the wait if them not started and wait forever
as it not becomes signaled.
|
|
This brings problems by e.g. https://think-async.com/Asio/ as this
need to define byself.
|
|
[Estuary] Add missing text for settings area
|
|
|
|
|
|
[Estuary] Optional poster for musicvideos
|
|
|
|
Fix JSON ButtonEvent
|
|
Function 'Render' argument order different: declaration 'left, top, bottom, right, u1, v1, u2, v2, u3, v3' definition 'left, top, right, bottom, u1, v1, u2, v2, u3, v3'
|
|
Function 'InsertNested' argument order different: declaration 'controls, node, include' definition 'controls, include, node'
|
|
fixes warning "Function 'GetCommonPath' argument order different: declaration 'strPath, strPath2' definition 'strParent, strPath'"
|
|
|
|
|
|
The scope of the variable 'real_path' can be reduced.
|
|
|
|
Fix cppcheck warning "The scope of the variable 'line' can be reduced."
|
|
Fix cppcheck warning
Warning: Local variable 'share' shadows outer variable. Shadow variable
|
|
build: fix fmt dependency
|
|
[tools/depends] bump samba-gplv3 4.11.13
|
|
[PythonInvoker] Remove deprecated python c api calls, clang-format
|
|
|
|
There was some errors in Windows build where then come on every part where
use a addon dev header.
This fix them to have it more clean on compile.
|
|
|
|
from video files, and when item refreshed from info dialog.
Move settings for both under Artwork section and make dependent.
|
|
|
|
Bump to v19 alpha 2
|
|
Check original title during movie search
|
|
[addons] add CEndTime class to addon tools cpp
|
|
Simplify TexturePacker
|
|
|