summaryrefslogtreecommitdiff
path: root/Source/Core/Common
AgeCommit message (Expand)Author
2019-04-13Common/HttpRequest: Add option to allow non 200 response codesspycrab
2019-04-06Common/HttpRequest: Fix EscapeComponent leaking memoryspycrab
2019-04-06Qt/NetPlay: Integrate NetPlayIndexspycrab
2019-03-30Common/HttpRequest: Implement EscapeComponentspycrab
2019-03-29Common: Add DynamicLibrary helper classStenzek
2019-03-05Merge pull request #7806 from jordan-woyak/wiimote-emu-swing-improveTilka
2019-03-03Common/Config: Add a utility class to suppress config change callbacks.Jordan Woyak
2019-03-03WiimoteEmu: Reimplement tilt/swing/camera/orientation data using matrix math.Jordan Woyak
2019-02-26Common/FileUtil: Fix GetExePath() cutting off the bundle namespycrab
2019-02-19Move most backend functionality to VideoCommonStenzek
2019-02-13Merge pull request #7792 from jordan-woyak/auto-calibrationTilka
2019-02-13Merge pull request #7798 from ShFil119/impr/emptyTilka
2019-02-13Use empty instead of sizeFilip Gawin
2019-02-11Merge pull request #7796 from stenzek/glx-contextMat M
2019-02-10DolphinQt/ControllerEmu: Replace Input Radius/Shape settings with an input ca...Jordan Woyak
2019-02-10ChunkFile: Don't access element zero of empty containerStenzek
2019-02-09GLContext: Fix shared context creation error on MesaStenzek
2019-02-06UICommon/AutoUpdate: Add macOS supportspycrab
2019-02-03WiimoteEmu: Remove redundant Matrix library and use the one in Common.Jordan Woyak
2019-02-03Common: Move Matrix classes out of MathUtil into their own files and make the...Jordan Woyak
2019-02-02WiimoteEmu: Code cleanups.Jordan Woyak
2019-02-02WiimoteEmu: Major renaming and cleanup.Jordan Woyak
2019-02-02Merge pull request #7767 from Tilka/chunkfileTilka
2019-02-01Common/HttpRequest: optionally follow redirectsTillmann Karras
2019-02-01ChunkFile: treat vectors/strings as sized arraysTillmann Karras
2019-01-25VideoBackends: Store a backbuffer 'scale'Stenzek
2018-12-28Merge pull request #7653 from jordan-woyak/ini-cleanupMat M
2018-12-27Add ability to reshape analog sticks from square/circle to octagon and make t...Jordan Woyak
2018-12-26IniFile: Minor cleanup. Removed unused function. Improved template usage.Jordan Woyak
2018-12-26x64Emitter: Add some single-precision instructionsMerryMage
2018-12-23Merge pull request #7600 from spycrab/resource_packspycrab
2018-12-19Implement resource packsspycrab
2018-12-14Common/GLContext: Make member functions const qualified where applicableLioncash
2018-11-30Merge pull request #7039 from stenzek/moltenvkConnor McLaughlin
2018-11-22Fix spurious error logs for conversions of empty strings on Windows.Jordan Woyak
2018-11-19NetPlay: Implement chunked data transferTechjar
2018-11-09Merge pull request #7492 from MerryMage/regcache2Pierre Bourdon
2018-11-07Common: Use GCD semaphores on macOSStenzek
2018-10-28Merge pull request #7515 from JosJuice/wcsftimePierre Bourdon
2018-10-28Merge pull request #7445 from Techjar/improve-sfmlhelperPierre Bourdon
2018-10-28BitSet: Add << operatorMerryMage
2018-10-28Common: Add variant utilitiesMerryMage
2018-10-27Common/Analytics: add basic support for vector serializationPierre Bourdon
2018-10-26Use wcsftime instead of strftime on Windows to fix encoding errorsJosJuice
2018-10-20GLContext: Try GL versions 3.2-4.6 when getting a contextStenzek
2018-10-20CMake: Make X11 and EGL optionalStenzek
2018-10-20GLContext: Runtime selection of EGL/GLX on LinuxStenzek
2018-10-20GLContext: Use destructor instead of Shutdown() to cleanupStenzek
2018-10-20GLContext: Combine shared context initialization and creationStenzek
2018-10-20GLContext: Remove global context pointerStenzek