Age | Commit message (Collapse) | Author |
|
|
|
|
|
|
|
|
|
https://github.com/opdenkamp/xbmc/commit/c576c080532a0e4c4ffc7babd57782f80a6951ba)
add-ons are not included, but can be found here: https://github.com/opdenkamp/xbmc-pvr-addons
|
|
This NULL pointer check does not check for a NULL return from malloc()
before dereferencing the pointer.
|
|
|
|
Milkdrop and stops music. ProjectM fixes crash in same scenario.
|
|
|
|
|
|
|
|
plugins/scripts providing multiple contents can use this to see
the context they are called under and (choose to) only provide the
appropriate content
|
|
|
|
destroyed
|
|
- Extension point needs to be "xbmc.ui.screensaver"
- Python script needs to exit itself after receiving an onScreensaverDeactivated announcement
- If a script doesn't exit itself in 5 seconds, it will be stopped by force
*Based on dersphere's implementation
|
|
and removed unneeded keyboard includes
|
|
|
|
|
|
Clean up build dependencies by removing unnecessary includes
|
|
- more in line with other code
- simpler syntax
- helps minimize the taint of Application.h all over
|
|
There's no Content-Length in this mode, so GetLength() returns 0.
|
|
|
|
|
|
|
|
|
|
PartialGestalt/6010dded6aa59a2f1e6b5413f11eb4d4b7a1f01f
[Fix for 13160] Update supported settings types in AddonDll.h
|
|
|
|
|
|
|
|
Don't correct episode numbering from scraper
|
|
|
|
|
|
framework)
|
|
implementation (in SortUtils)
|
|
definitions with the correct TARGET_DARWIN* definitions.
|
|
|
|
|
|
add FreeBSD support
|
|
|
|
|
|
|
|
|
|
Texture cache changes to prepare for various new features
|
|
|
|
|
|
|
|
|
|
English add-ons are always included. Setting defaults to false
|
|
allows specifying the language(s) of the content the add-on provides
|
|
Getdirectory: Use flags rather than a bunch of bools
|