Age | Commit message (Collapse) | Author | |
---|---|---|---|
2016-12-01 | [retroplayer] RetroPlayer core | Garrett Brown | |
Thanks to elpendor for RGB565 support, poisson for RAII improvements, ChrisMyhre for catching a compile error, notspiff for CMake fixes, acmiyaguchi for video and audio codec support, and popcornmix for Raspberry Pi support (PR 62). TODO: Is a call to `g_renderManager.IsStarted()` needed? | |||
2016-12-01 | [retroplayer] Game add-ons | Garrett Brown | |
Thanks to Themaister for rewind functionality, fetzerch for mouse support, file length check and cmake modifications, topfs2 for fixing a crash when loading game clients, eibma for fixing linux compilation errors, a1rwulf for catching a missing callback symbol and fixing some rebase errors, and to notspiff for helping with the rebrand and cmake. | |||
2016-11-05 | Ignore some items that's been bugging me for a while | Pär Björklund | |
2016-10-15 | [gitignore] add addon packages, __.SYMDEF* and certificates | BigNoid | |
2016-09-06 | Revert "[addons] move ./xbmc/addons/binary/interfaces one down and remove ↵ | Pär Björklund | |
binary folder" | |||
2016-09-06 | [addons] move ./xbmc/addons/binary/interfaces one down and remove binary folder | Alwin Esch | |
2016-08-06 | Finally get rid of the VS solution!legacy_drop_vs | Pär Björklund | |
This drops the VS2010Express directory and modifies BuildSetup.bat to only use cmake. No more horrible xml merge conflicts :) | |||
2016-07-24 | Move win32 files to their own platform folder | Kolja Lampe | |
2016-07-22 | Fix on demand dll loading to point to the correct files | Pär Björklund | |
2016-07-21 | [win32] add easyhook.dll to gitignore | Martijn Kaijser | |
2016-07-21 | [cmake] Add binary-addons target for makefile generator | Christian Fetzer | |
Adds a target that allows to build the binary addons: make binary-addons ADDONS="visualization.spectrum" This can be used if local addons should be built for packaging (for example on osx or android). | |||
2016-07-19 | [cmake] Nuke legacy XBMCConfig.cmake | h.udo | |
2016-07-17 | Cleanup work that started with running as Win10 app | Pär Björklund | |
UWP(project centennial) does not allow AddDllDirectory which we don't really need anyway but it's use made the folder structure pretty. Since we run perfectly fine without it both native and as UWP I decided to drop it completely. To make the build, installer and debugging experience easier this led to plenty of changes to packages and build scripts to output all dlls into /system/ instead of different folders. While moving stuff around some dependencies got updated, it's possible that we can use java menus in bluray movies now, not tested. EasyHook just got repackaged to fit the new folder structure. The rebuilding of dependencies led to us being able to drop old vcredist files which also simplifies installer and packaging, especially for UWP. Some minor cleanup along the way as well | |||
2016-07-08 | [cmake/cpluff] Add generated artefacts to .gitignore | Christian Fetzer | |
With CMake, cpluff is still built in the source directory. - Ignore dwarf objects files (130d154afdc13101f7265356086beedbdaeb8e7f) - Ignore cpluff-console and cpluff-loader | |||
2016-05-30 | Updated texturepacker to vs2015 and all libs with it, remove dependency on ↵ | Pär Björklund | |
lzo in lib folder make lzo non-optional (thanks Stefan Saraev) Packaged a new build of texturepacker | |||
2016-05-20 | Revert "[addon] add API level 2 on kodi side - Part 1" | Alwin Esch | |
This reverts commit b1b512583f85b0349f4da91d073b6ff80d01dd8b. | |||
2016-05-18 | [addon] add API level 2 on kodi side - Part 1 | Alwin Esch | |
2016-05-18 | [cmake] Rename kodi/xbmc-config.cmake.in to XBMC/KodiConfig.cmake.in | h.udo | |
2016-05-09 | [cleanup] ogg/vorbis/flac leftovers | Stefan Saraev | |
2016-04-12 | [gitignore][ci skip] Add artifacts | h.udo | |
2016-04-09 | This should resolve the python issues caused by vs2015 upgrade. | Pär Björklund | |
Fixed copying of dll during build to avoid risking using python27.dll from system32 Rebuilt all statically linked libs with _ITERATOR_DEBUG_LEVEL=0 because of performance issues, especially during video development Curl should once again be linked against openssl switched all projects to use /MD or /MDd because it enables sharing of env between the loaded modules making our environment hacks less needed. Added curl and openssl to ignore list to avoid them being hooked by our crt emulation. This needs a proper fix and is likely resolved by Voyager's PR | |||
2016-04-01 | Fixed some missed paths | Pär Björklund | |
2016-03-10 | [android] add JNI wrapper for android.hardware.input.InputManager, a ↵ | montellese | |
Java/native implementation of InputManager.InputDeviceListener and an IInputDeviceCallbacks interface to be able to receive callbacks when input devices change | |||
2016-03-10 | Peripheral add-ons | Garrett Brown | |
Thanks to frostworx for fixing the peripheral add-ons build, notspiff for helping with the rebrand and montellese for the windows installer fix and VS solution fix. | |||
2016-03-09 | [addon] Move add-on library parts to independent folders (code rework) | Alwin Esch | |
2016-03-01 | build estouchy instead of re-touched | ronie | |
2016-03-01 | [gitignore] - adjust .gitignore for skin change | phil65 | |
2016-02-26 | [gitignore] - remove outdated paths | phil65 | |
2016-02-23 | [win32] Update msys+mingw build system to msys2+mingw-w64. | Anton Fedchin | |
2016-02-13 | [depends] remove libsquish | Stefan Saraev | |
2016-02-12 | [cmake] Add generated files to gitignore | Christian Fetzer | |
2016-02-05 | [guilib][depends] Remove libgif from core. It's still needed for TexturePacker. | ace20022 | |
2016-01-29 | [cleanup] wayland | Stefan Saraev | |
2016-01-11 | Add generated doxgen files and opendb from Visual Studio to gitignore | Kolja Lampe | |
2016-01-06 | [gitignore] more artifacts | Stefan Saraev | |
2016-01-06 | [gitignore] mpeg2 artifacts | Stefan Saraev | |
2015-12-29 | [cleanup] nuke cximage | Stefan Saraev | |
2015-12-23 | [osx] Ignore Makefile after platform shuffle | h.udo | |
2015-12-12 | [codeshuffle] - moved main to platform/posix | Memphiz | |
2015-12-12 | [codeshuffle] - moved ios to platform | Memphiz | |
2015-12-12 | [codeshuffle] - moved android to platform | Memphiz | |
2015-12-12 | [codeshuffle] - moved MessagePrinter.h/.cpp | Memphiz | |
2015-12-12 | [gitignore] still keep old dvdplayer files in gitignore for one release | Martijn Kaijser | |
2015-12-08 | [gitignore] VideoPlayer artifacts | h.udo | |
2015-12-06 | rename dvdplayer to VideoPlayer | Rainer Hochecker | |
2015-12-06 | move VideoRenderers | Rainer Hochecker | |
2015-10-29 | Remove .idea folder which get's created from JetBrains CLion | Kolja Lampe | |
2015-10-28 | [gitignore] More android artifacts | h.udo | |
2015-10-24 | [cleanup] remove karaoke support | Matthias Kortstiege | |
2015-10-10 | [gitignore] rename xbmc -> kodi | Sascha Kuehndel (InuSasha) | |