| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2015-02-03 | citra-qt: Fix horrible scrolling responsiveness in disassembler by giving ↵ | Tony Wasserka | |
| the uniformRowHeight hint. | |||
| 2015-02-03 | citra-qt: Fix a crash when double-clicking a disassembler list item. | Tony Wasserka | |
| 2015-01-30 | Silence a few warnings. | Rohit Nirmal | |
| 2015-01-13 | Merge pull request #473 from archshift/pp3ports | bunnei | |
| Pica/Rasterizer: Add ETC1 texture decompression support. | |||
| 2015-01-13 | Pica/Rasterizer: Add ETC1 texture decompression support. | Tony Wasserka | |
| 2015-01-11 | Qt Callstack: Clear the callstack every time it's updated | archshift | |
| This fixes the issue that old members of the callstack would stick around, even when the callstack shortened. | |||
| 2015-01-11 | Merge pull request #437 from Kingcom/DebugMode | Tony Wasserka | |
| Replace OnCpuStepped signal | |||
| 2015-01-11 | citra-qt: Replace OnCpuStepped signal by new signals DebugModeEntered and ↵ | Kingcom | |
| DebugModeLeft | |||
| 2015-01-10 | citra-qt: Add explicit casts to prevent some warnings. | Subv | |
| 2015-01-10 | citra-qt: Fixed some Qt errors on initialization | Subv | |
| 2015-01-09 | Move ThreadContext to core/core.h and deal with the fallout | Yuri Kunde Schlesner | |
| 2015-01-07 | citra-qt: Add check for valid address to call stack | Kingcom | |
| 2015-01-06 | citra-qt: Renamed all .hxx headers to .h | chrisvj | |
| 2015-01-05 | Merge pull request #272 from rohit-n/sign-compare | bunnei | |
| Silence some -Wsign-compare warnings. | |||
| 2015-01-04 | citra-qt: Added license headers to files. | chrisvj | |
| 2015-01-02 | Merge pull request #377 from Yllodra/misc-changes | Tony Wasserka | |
| Qt: Letter cases and single window mode | |||
| 2015-01-01 | Merge pull request #358 from neobrain/pica_progress2 | bunnei | |
| pica_progress followups | |||
| 2015-01-01 | Silence some -Wsign-compare warnings. | Rohit Nirmal | |
| 2015-01-01 | Make letter cases consistent in menus and widgets | Daniel Lundqvist | |
| In various menu options letter cases were not consistent. This was also the case within various debugging widgets. This attempts to make letter cases consistent, but it is of course a matter of opinion which way is the correct one. | |||
| 2015-01-01 | Set object name for the graphics debugger | Daniel Lundqvist | |
| Setting an object name for GPUCommandStreamWidget allows for saving the graphics debugger's state (if it's show, position, etc). This state is then restored when restarting the application. | |||
| 2014-12-31 | Pica: Cleanup color conversion. | Tony Wasserka | |
| 2014-12-31 | citra-qt: Fix displaying RGBA5551 framebuffers. | Tony Wasserka | |
| (not that it matters at the moment, because this code is not used yet) | |||
| 2014-12-31 | citra-qt: Always show pica framebuffers as RGBA8. | Tony Wasserka | |
| We actually don't really know yet how the format is encoded. Hence just use what works. | |||
| 2014-12-28 | Qt: we don't need to check if model is valid. | xdec | |
| 2014-12-28 | Fix crash when the disassembler pause button is pressed while no game is ↵ | xdec | |
| running. | |||
| 2014-12-21 | Merge pull request #291 from purpasmart96/license | bunnei | |
| License change | |||
| 2014-12-20 | License change | purpasmart96 | |
| 2014-12-20 | Pica/DebugUtils: Add an event triggered after loading a vertex. | Tony Wasserka | |
| 2014-12-20 | Add support for a ridiculous number of texture formats. | Tony Wasserka | |
| 2014-12-20 | Pica: Unify ugly address translation hacks. | Tony Wasserka | |
| 2014-12-20 | Pica: Merge texture lookup logic for DebugUtils and Rasterizer. | Tony Wasserka | |
| This effectively adds support for a lot texture formats in the rasterizer. | |||
| 2014-12-20 | citra-qt: Fix invalid memory read upon program startup. | Tony Wasserka | |
| This was caused by the framebuffer display widget not checking whether we are actually in a valid emulation state or not. | |||
| 2014-12-20 | Pica: Initial support for multitexturing. | Tony Wasserka | |
| 2014-12-20 | citra-qt: static-constify a map. | Tony Wasserka | |
| 2014-12-20 | Clean up some warnings | Chin | |
| 2014-12-13 | Convert old logging calls to new logging macros | Yuri Kunde Schlesner | |
| 2014-12-09 | More cleanups. | Tony Wasserka | |
| 2014-12-09 | citra-qt: Rename "Stop Tracing" to "Finish Tracing". | Tony Wasserka | |
| This better reflects that no commands are supposed to show up until you hit the button a second time. | |||
| 2014-12-09 | More coding style fixes. | Tony Wasserka | |
| 2014-12-09 | Some code cleanup. | Tony Wasserka | |
| 2014-12-09 | citra-qt: Add pica framebuffer widget. | Tony Wasserka | |
| 2014-12-09 | citra_qt: Add enhanced texture debugging widgets. | Tony Wasserka | |
| Double-clicking a texture parameter command in the pica command lists will spawn these as a new tab in the pica command list dock area. | |||
| 2014-12-09 | citra-qt: Add texture viewer to Pica command list. | Tony Wasserka | |
| The texture viewer is enabled when selecting a write command to one of the texture config registers. | |||
| 2014-12-09 | Add GUI widget for controlling pica breakpoints. | Tony Wasserka | |
| 2014-12-09 | citra-qt: Polish the pica tracing widget. | Tony Wasserka | |
| Changed start/stop button to reflect current tracing status. Properly labeled column headers. | |||
| 2014-11-19 | Remove tabs in all files except in skyeye imports and in generated GL code | Emmanuel Gil Peyrot | |
| 2014-11-19 | Remove trailing spaces in every file but the ones imported from SkyEye, AOSP ↵ | Emmanuel Gil Peyrot | |
| or generated | |||
| 2014-10-26 | Add `override` keyword through the code. | Yuri Kunde Schlesner | |
| This was automated using `clang-modernize`. | |||
| 2014-10-25 | ARM: Reorganized file structure to move shared SkyEye code to a more common ↵ | bunnei | |
| area. Removed s_ prefix | |||
| 2014-09-06 | core: Make the ARM disassembler use std::string internally | Lioncash | |
