summaryrefslogtreecommitdiff
path: root/Source/Core/Common
AgeCommit message (Expand)Author
2021-04-19BlockingLoop: Add explicit [[fallthrough]] annotationsLioncash
2021-04-06MathUtil: Add SaturatingCast to cast floats more safelyLéo Lam
2021-04-01Merge pull request #8747 from iwubcode/map-freelookJMC47
2021-03-27Merge pull request #9571 from JosJuice/netplay-sync-more-settingsLéo Lam
2021-03-19JitArm64: Constant carry flag optimizationsJosJuice
2021-03-17Common: Add function to get Euler angles from a Quaternioniwubcode
2021-03-17Merge pull request #9494 from Dentomologist/convert_arm64reg_to_enum_classJosJuice
2021-03-16Merge pull request #9574 from Pokechu22/enumformatter-warningsLéo Lam
2021-03-13Arm64Gen: Convert ARM64Reg to enum classDentomologist
2021-03-07EnumFormatter: fix signed/unsigned comparison warningsPokechu22
2021-03-07Arm64Gen: Move constant and make constexprDentomologist
2021-03-07Arm64Gen: Remove unused constantDentomologist
2021-03-07Config: Give Movie and Netplay higher priority than CommandLineJosJuice
2021-03-06Create BitFieldArrayPokechu22
2021-03-06Add fmt support to BitFieldPokechu22
2021-03-06Allow specifying StorageType for BitFieldPokechu22
2021-03-06Create EnumFormatterPokechu22
2021-03-05Merge pull request #9559 from iwubcode/gdb-stub-raiiJMC47
2021-03-04Common: Add RAII object that initializes and cleans up winsockiwubcode
2021-03-04Watches: Fix Save and Load from stringsSepalani
2021-03-03Merge pull request #8996 from AdmiralCurtiss/memcard-save-import-export-refactorJMC47
2021-02-27Common: Move 'GetSection' functions to be publiciwubcode
2021-02-26Common: don't call OnConfigChanged() unless it has actually changedFiloppi
2021-02-15JitArm64: Workaround for GCC ICEJosJuice
2021-02-13Arm64Emitter: Use ORR in MOVI2RJosJuice
2021-02-13Arm64Emitter: Improve MOVI2RJosJuice
2021-02-13Arm64Emitter: Allow specifying 21th bit of ADRP immJosJuice
2021-02-13Arm64Emitter: Remove optimize parameter from MOVI2RJosJuice
2021-02-11Merge pull request #6075 from sepalani/pcap-logLéo Lam
2021-02-08Merge pull request #9423 from MerryMage/arm64-movi2r-testJosJuice
2021-02-07JitArm64: More constant propagation optimizationsJosJuice
2021-01-31Random: Add seeded PRNGMerryMage
2021-01-31Arm64Emitter: Add additional assertions to BFI/UBFIZMerryMage
2021-01-31Arm64Emitter: Prefer BFM/UBFM to EncodeBitfieldMOVInstMerryMage
2021-01-31Arm64Emitter: Add BFXILMerryMage
2021-01-30NetworkCaptureLogger: PCAP support addedSepalani
2021-01-30Arm64Emitter: Add asserts for LDP/STP imm out of rangeJosJuice
2021-01-28Common/VariantUtil: Add 'overloaded' helper struct for use with std::variant.Admiral H. Curtiss
2021-01-28Merge pull request #9366 from iwubcode/freelook_camera_quaternionLéo Lam
2021-01-27Common: update Quaternion to allow rotating pitch, yaw, and roll all at onceiwubcode
2021-01-27Common: add convenience function to convert a Quaternion to a Matrix44iwubcode
2021-01-27msbuild: bundle all dolphin "core" code into single libraryShawn Hoffman
2021-01-27rename Common/File to Common/IOFileShawn Hoffman
2021-01-27rename Core/Analytics to Core/DolphinAnalyticsShawn Hoffman
2021-01-27Merge pull request #9448 from JosJuice/blr-x30Markus Wick
2021-01-27Merge pull request #9454 from JosJuice/android-ingame-settings-saveLéo Lam
2021-01-23JitArm64: Avoid using X30 with BLRJosJuice
2021-01-20TraversalClient: Make use of std::string_view with ConnectToClient()Lioncash
2021-01-20TraversalClient: Prevent uninitialized values from occurring in MakeENetAddressLioncash
2021-01-20TraversalProto: Convert typedefs into using aliasesLioncash