Age | Commit message (Collapse) | Author | |
---|---|---|---|
2015-01-21 | Added HID_SPVR service and split HID_U implementation into service/hid/hid.xxx | archshift | |
2015-01-20 | Merge pull request #429 from Kingcom/titlebar | Tony Wasserka | |
Add option to hide dock widget title bars | |||
2015-01-20 | citra-qt: Add option to hide dock widget title bars | Kingcom | |
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-10 | Merge pull request #342 from uppfinnarn/master | bunnei | |
Build improvements | |||
2015-01-09 | Use -pthread where and only where needed | Johannes Ekberg | |
Passing -pthread to GCC as a flag makes it both link to libpthread, and make C standard library routines reentrant. This makes the additional explicit links unnecessary. Additionally, on OSX, this is the default behavior, and clang will print a message about it being unused if it's present there. | |||
2015-01-09 | Generic PLATFORM_LIBRARIES var | Johannes Ekberg | |
This both reduces redundancy in add_executable definitions, and makes it easier to link additional libraries. In particular, extra libraries are needed on OSX - see next commit. | |||
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-05 | Add support load 3DS room | Dante38490 | |
2015-01-04 | citra-qt: Added license headers to files. | chrisvj | |
2015-01-04 | Frontends: Shutdown core when emulation is stopped | Yuri Kunde Schlesner | |
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 | Change popout mode to "Single Window Mode" | Daniel Lundqvist | |
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 | SOC_U: Preliminary implementation of sockets. | Subv | |
Stubbed CreateMemoryBlock Using Berkeley sockets, and Winsock2.2 on Windows. So far ftpony creates the socket and accepts incoming connections SOC_U: Renamed functions to maintain consistency Also prevents possible scope errors / conflicts with the actual Berkeley socket functions SOCU: Close all the opened sockets when cleaning up SOCU | |||
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-31 | Add citra icon to Windows executable and title bar | Chin | |
2014-12-29 | Merge pull request #344 from Yllodra/Qt-Oddities | bunnei | |
Allow focus on the Qt render widget | |||
2014-12-28 | Merge pull request #347 from bunnei/frameskip | bunnei | |
Frameskip | |||
2014-12-28 | GPU: Implement frameskip and remove forced framebuffer swap hack. | bunnei | |
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-26 | GPU: Change internal framerate to 30fps. | bunnei | |
2014-12-26 | Remove duplicate work | Daniel Lundqvist | |
2014-12-26 | Allow focus only when in popout mode | Daniel Lundqvist | |
Only allow manually setting focus to the rendering widget when in Single Window mode. Apply this behavior to when changing the mode while an app is running. | |||
2014-12-26 | Allow focus on the Qt render widget | Daniel Lundqvist | |
By default widgets are set to the focus policy Qt::NoFocus which disallows manually focusing it. Changing the policy to allow clicking the widget to set focus to it allows for keyboard input when not rendering to a popout window. This commit also sets focus to the widget when showing it. Fixes issue #158. | |||
2014-12-22 | Merge pull request #275 from yuriks/cmake-clean | bunnei | |
Clean up CMake library specification | |||
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 | |