| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2015-12-02 | Merge pull request #2687 from AdmiralCurtiss/temp-settings-ini-hotfixstable | Markus Wick | |
| Config Hotfix: Prevent per-game settings (ie. GameINI) being stored to the global user configuration. | |||
| 2015-10-03 | Merge pull request #2717 from phire/fix-reordering | Scott Mansell | |
| PPCAnalyst: Don't swap instruction which might cause interrupts. | |||
| 2015-09-23 | Merge pull request #3066 from degasus/master | flacs | |
| GLInterface: Fix VideoSW on linux + OSX (v2) Conflicts: Source/Core/VideoBackends/OGL/GLInterface/GLX.cpp | |||
| 2015-09-23 | Merge pull request #2829 from JosJuice/fix-wii-fst-size-2 | Lioncash | |
| Fix reading Wii FST size (for real this time) | |||
| 2015-09-23 | Merge pull request #3025 from Tilka/fixfix | Ryan Houdek | |
| VertexLoaderX64: fix 2GB warnings | |||
| 2015-09-23 | Merge pull request #2995 from endrift/tasinputdlg-threading | Lioncash | |
| DolphinWX: TAS fixes, take three | |||
| 2015-09-07 | Reinstate format string. | yerejm | |
| Avoid the consequences in the unlikely event the path includes a %. | |||
| 2015-09-02 | Merge pull request #2885 from endrift/tasinputdlg-threading | Lioncash | |
| DolphinWX: Finish removing bandaid from 704f787 | |||
| 2015-09-02 | Merge pull request #2834 from endrift/tasinputdlg-threading | Lioncash | |
| DolphinWX: Ensure TASInputDlg only gets modified on the main thread | |||
| 2015-09-01 | Merge pull request #2696 from RisingFog/tasinput | Lioncash | |
| Fix random hangs when loading savestates with TAS Input | |||
| 2015-09-01 | Merge pull request #2689 from RisingFog/patch-1 | skidau | |
| Fix TASInput Crash When Stick Bitmap Is Null | |||
| 2015-09-01 | Merge pull request #2914 from JosJuice/fix-volumedirectory | Markus Wick | |
| Fix VolumeDirectory | |||
| 2015-09-01 | Merge pull request #2894 from Sonicadvance1/no_more_eaten_canary | Markus Wick | |
| Fix the shader overrunning our max shader size. | |||
| 2015-08-18 | DiscScrubber: Add another nullptr check | JosJuice | |
| 2015-08-16 | Merge pull request #2858 from lioncash/leak | Lioncash | |
| DolphinWX: Fix memory leaks occurring in ISOProperties | |||
| 2015-08-16 | Merge pull request #2794 from randomstuff/evdev-stable | Scott Mansell | |
| Stable device identifier for evdev | |||
| 2015-08-16 | Merge pull request #2856 from mathieui/netplay-free | Markus Wick | |
| [netplay] Fix a crash | |||
| 2015-08-16 | Merge pull request #2854 from Tilka/valgrind | Markus Wick | |
| Fix some small stuff found with Valgrind Conflicts: Source/Core/Core/PowerPC/CachedInterpreter.cpp | |||
| 2015-08-16 | Merge pull request #2852 from aserna3/master | Markus Wick | |
| Changed GC adapter "Direct Connect" to false by default Conflicts: Source/Core/Core/ConfigManager.cpp | |||
| 2015-08-15 | Merge pull request #2817 from comex/clientca-typo | Markus Wick | |
| Forgot to add a slash in one bit of code I switched from D_WIIUSER_IDX to D_SESSION_WIIROOT_IDX. | |||
| 2015-08-13 | Merge pull request #2024 from RisingFog/irgui | Markus Wick | |
| Add UI Support for up to 8x Internal Resolutions | |||
| 2015-08-12 | Merge pull request #2835 from degasus/master | Markus Wick | |
| Wiimotes: Initialize all atomic<bool> globally. | |||
| 2015-08-08 | PowerPC: Fix GDBStub build | Jeffrey Pfau | |
| 2015-08-08 | Merge pull request #2815 from JosJuice/fix-elf-crash | comex | |
| Fix GC software crashing at boot if no disc is inserted | |||
| 2015-08-08 | Fix GC software crashing at boot if no disc is inserted | JosJuice | |
| Same fix as 0b44d7c, plus a way to skip loading the apploader just like EmulatedBS2_Wii has been able to do for a long time. | |||
| 2015-07-25 | HotkeyManager: Activate hotkey when key is pressed. | Jules Blok | |
| As opposed to activating the hotkey when it is released. | |||
| 2015-07-25 | FrameTools: Disable hotkeys while a modal dialog is shown. | Jules Blok | |
| 2015-07-25 | Core: Don't return true on IsRunning() when stopping emulation. | Jules Blok | |
| 2015-07-25 | Revert "Join the emu thread in Core::Stop. Get rid of Core::Shutdown which ↵ | Jules Blok | |
| did that before." This reverts commit ba664b3293e88ddee94a4b922ced192f3270b569. Added documentation to Core::Shutdown() to prevent breaking changes. | |||
| 2015-07-22 | CFrame: Ignore "Pause on Focus Lost" when not started. | Jules Blok | |
| 2015-07-20 | DiscIO: Check if m_Disc is null in ParsePartitionData() | Trace Bullet | |
| 2015-07-20 | CFrame: Claim all keyboard events on OS X. | Jules Blok | |
| 2015-07-13 | Merge pull request #2741 from endrift/fix-freebsd-build-stable | Scott Mansell | |
| Fix FreeBSD (stable) | |||
| 2015-07-13 | Merge pull request #2705 from phire/fixrumble | Scott Mansell | |
| evdev: Delete rumble effects on the correct file descriptor. | |||
| 2015-07-11 | Fix 64-bit FreeBSD build | Jeffrey Pfau | |
| 2015-07-11 | Common: Use more portable invocation of shm_open | Jeffrey Pfau | |
| 2015-07-11 | Fix FreeBSD build | Jeffrey Pfau | |
| 2015-07-12 | Merge pull request #2712 from JosJuice/wbfs-beyond-end-of-disc | skidau | |
| WbfsBlob: Don't enter an infinite loop when reading beyond end of disc | |||
| 2015-07-07 | evdev: Delete rumble effects on the correct file descriptor. | Scott Mansell | |
| Was using m_id insted of m_fd. Also re-arrange the code so rumble effects always get deleted instead of just on stop commands. | |||
| 2015-07-06 | WbfsBlob: Don't enter an infinite loop when reading beyond end of disc | JosJuice | |
| read_size remained 0 when the "Read beyond end of disc" error occurs, which made the while (nbytes) loop never end. As a fix, SeekToCluster now explicitly sets available to 0 when the error occurs, and Read checks for it. | |||
| 2015-07-06 | Revert "Merge pull request #2358 from Tilka/pie" | Scott Mansell | |
| This reverts commit 0f7f8f87747ae825c3b5adeae35cbb66114d2ba1, reversing changes made to 9f1505435877cf8f5abe7b66fb2717c7e39c1988. | |||
| 2015-07-05 | Common: CallLambdaTrampoline can return a value | Jeffrey Pfau | |
| As it is currently written, CallLambdaTrampoline does not return a value. However, some of the functions that are being wrapped may return a value that the JIT is expected to understand. A compiler *cough cough clang* may opt to alter %rax after the wrapped lambda returns, e.g. popping a previous value, which can clobber the return value. If we actually have a return value, then the compiler must not clobber it. | |||
| 2015-07-03 | Merge pull request #2681 from phire/evdev-stable | skidau | |
| Linux: Add an evdev based controller backend, to replace SDL. | |||
| 2015-07-02 | Config: Hotfix to prevent per-game settings from ie. GameINIs being stored ↵ | Admiral H. Curtiss | |
| to the global user configuration. | |||
| 2015-07-01 | GC Adapter: Do not attempt to claim_interface when libusb_open() returns an ↵ | Admiral H. Curtiss | |
| error. Fixes a crash / nullptr dereference when the adapter is plugged in but no drivers are installed for it, on Windows. | |||
| 2015-07-01 | Small changes to description to "Store EFB Copies to Texture Only" | Anthony Serna | |
| 2015-07-01 | evdev: Support axis with ranges which extend below zero. | Scott Mansell | |
| 2015-07-01 | Linux: Add an evdev based controller backend, to replace SDL. | Scott Mansell | |
| 2015-06-28 | CheatSearchTab: Check Core state instead of checking a memory pointer. | Jules Blok | |
| 2015-06-28 | Fix more game list name encoding errors caused by 4.0-6419 (d7900b4) | JosJuice | |
| 4.0-6442 (a26cf63) didn't fix names read from INIs or titles.txt. | |||
