| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2014-07-16 | Gcifolder use correct region for fifologs and homebrew | LPFaint99 | |
| 2014-07-09 | Merge pull request #585 from lioncash/sprintfs | Pierre Bourdon | |
| DolphinWX: Kill off sprintf calls in CheatsWindow.cpp | |||
| 2014-07-09 | Merge pull request #582 from lioncash/casts | Pierre Bourdon | |
| DolphinWX: Remove redundant casts in ISOProperties | |||
| 2014-07-08 | DolphinWX: Kill off sprintf calls in CheatsWindow.cpp | Lioncash | |
| 2014-07-08 | Merge pull request #584 from lioncash/bind | Lioncash | |
| DolphinWX: Bind the drop handling function to the frame with Bind, not Connect | |||
| 2014-07-08 | DolphinWX: Bind the drop handling function to the frame with Bind, not Connect. | Lioncash | |
| 2014-07-08 | Merge pull request #583 from lioncash/dat-legacy-code | Pierre Bourdon | |
| DolphinWX: Remove a wx 2.9.0 and 2.8.0 version check in GameListCtrl | |||
| 2014-07-08 | DolphinWX: Remove a wx 2.9.0 and 2.8.0 version check in GameListCtrl | Lioncash | |
| 2014-07-08 | DolphinWX: Remove redundant casts in ISOProperties | Lioncash | |
| These are both int, so the cast isn't necessary | |||
| 2014-07-08 | Merge pull request #576 from lioncash/shader-string | Dolphin Bot | |
| D3D: Use std::strings for Compile[x]Shader and CompileAndCreate[x]Shader | |||
| 2014-07-07 | D3D: Use std::strings for Compile[x]Shader and CompileAndCreate[x]Shader | Lioncash | |
| With strings, we don't need to care about passing in a length, since it internally stores it. So now, we don't even need a length parameter for these functions anymore as well. This also kills off some sprintf_s calls. | |||
| 2014-07-07 | Merge pull request #574 from dolphin-emu/revert-328-enum_cpubackend | Pierre Bourdon | |
| Revert "Don't add segfault handler in interpreter mode" | |||
| 2014-07-07 | Revert "Don't add segfault handler in interpreter mode" | Pierre Bourdon | |
| 2014-07-06 | Merge pull request #410 from lioncash/coding-style | Lioncash | |
| Introduce the revised coding style. | |||
| 2014-07-06 | Introduce the revised coding style. | Lioncash | |
| 2014-07-06 | Merge pull request #571 from lioncash/snprintf | Lioncash | |
| VideoCommon: Get rid of an snprintf call in VideoConfig.cpp | |||
| 2014-07-06 | VideoCommon: Get rid of an snprintf call in VideoConfig.cpp | Lioncash | |
| 2014-07-06 | Merge pull request #362 from Tilka/ffmpeg_libav_new | Dolphin Bot | |
| AVIDump: use new ffmpeg/libav API | |||
| 2014-07-06 | Merge pull request #328 from Tilka/enum_cpubackend | Dolphin Bot | |
| Don't add segfault handler in interpreter mode | |||
| 2014-07-06 | Merge pull request #547 from lioncash/cleanups | Dolphin Bot | |
| Clean up the DSP disassembler a little. | |||
| 2014-07-06 | Merge pull request #546 from workhorsy/header_guard_to_pragma_once | Tony Wasserka | |
| Changed lingering header include guards to pragma once. | |||
| 2014-07-06 | Merge pull request #463 from degasus/vertex_format_cache | Ryan Houdek | |
| VideoCommon: Cache native vertex formats | |||
| 2014-07-06 | Merge pull request #567 from degasus/master | Lioncash | |
| ConfigManager: fix alignment | |||
| 2014-07-06 | ConfigManager: fix alignment | degasus | |
| 2014-07-06 | Merge pull request #566 from lioncash/fix-crash | Lioncash | |
| Common: Using size_t in PointerWrap's DoContainer apparently causes crashes | |||
| 2014-07-06 | Common: Using size_t in PointerWrap's DoContainer apparently causes crashes. ↵ | Lioncash | |
| Fixes this. | |||
| 2014-07-06 | Merge pull request #565 from RachelBryk/size-column | Dolphin Bot | |
| Fix hiding size column in game list. | |||
| 2014-07-06 | Fix hiding size column in game list. | Rachel Bryk | |
| 2014-07-06 | Merge pull request #563 from lioncash/pointerwrap | Dolphin Bot | |
| Common: Make DoContainer within PointerWrap private. | |||
| 2014-07-06 | Merge pull request #559 from RachelBryk/gci-folder-state | Dolphin Bot | |
| Merge pull request #559 from RachelBryk/gci-folder-state Keep device type EXIDEVICE_MEMORYCARDFOLDER for gci folder. | |||
| 2014-07-06 | Merge pull request #564 from lioncash/constants | Dolphin Bot | |
| Merge pull request #564 from lioncash/constants VideoCommon: Remove some unused constants from VertexShaderGen.h. | |||
| 2014-07-05 | VideoCommon: Remove some unused constants from VertexShaderGen.h. | Lioncash | |
| 2014-07-05 | Common: Make DoContainer within PointerWrap private. | Lioncash | |
| This shouldn't really be exposed as a public function and should only be called through other Do class functions that take a container type as a parameter. | |||
| 2014-07-05 | Merge pull request #562 from RachelBryk/load-input-fixes | Lioncash | |
| End movie play back immediately if g_currentByte > g_totalBytes. | |||
| 2014-07-05 | End movie play back immediately if g_currentByte > g_totalBytes. | Rachel Bryk | |
| Also uncomment a PanicAlert in the case of g_currentByte > totalSavedBytes, and add comment explaining how it can happen. | |||
| 2014-07-06 | Merge pull request #560 from lioncash/android-misc | Pierre Bourdon | |
| Android: Remove an unnecessary getString call from EmulationActivity | |||
| 2014-07-05 | Android: Remove an unnecessary getString call from EmulationActivity | Lioncash | |
| 2014-07-05 | Don't install segfault handler in interpreter mode | Tillmann Karras | |
| 2014-07-05 | CoreParameter: add enum CPUBackend | Tillmann Karras | |
| 2014-07-05 | enum CPUState: rename CPU_* to STATE_* | Tillmann Karras | |
| 2014-07-05 | Keep device type EXIDEVICE_MEMORYCARDFOLDER for gci folder. | Rachel Bryk | |
| This fixes loading save states when type mismatches. | |||
| 2014-07-04 | VideoCommon: Cache native vertex formats | degasus | |
| We are used to have a 1:1 mapping of GX vertex formats and the native (OGL + D3D) ones, but there are by far more GX ones. This new cache maps them directly so that we don't flush on GX vertex format changes as long as the native one doesn't change. The idea is stolen from galop1n. | |||
| 2014-07-04 | Merge pull request #557 from JMC47/pinned_memory | Tony Wasserka | |
| Change comment on Pinned Memory to be less ambiguous | |||
| 2014-07-04 | Change the comments to be more detailed. | Justin Chadwick | |
| 2014-07-04 | Merge pull request #555 from JMC47/pinned_memory | Pierre Bourdon | |
| Place pinned memory as top priority. | |||
| 2014-07-03 | Merge pull request #556 from Tilka/fix_warnings | Lioncash | |
| Fix warnings | |||
| 2014-07-04 | Remove unused variables | Tillmann Karras | |
| 2014-07-04 | Reorder class initializer lists | Tillmann Karras | |
| 2014-07-03 | Place pinned memory as top priority | Justin Chadwick | |
| 2014-07-03 | Merge pull request #549 from lioncash/fps | Tony Wasserka | |
| FPS counter cleanup | |||
