| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 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 | |
| 2014-12-20 | Clean up some warnings | Chin | |
| 2014-12-16 | HLE: Rename namespaces to match move & fix initialization order | Yuri Kunde Schlesner | |
| 2014-12-15 | Clean up CMake library specification | Yuri Kunde Schlesner | |
| The X11 libraries don't need to be specified when doing dynamic linking | |||
| 2014-12-13 | Remove old logging system | Yuri Kunde Schlesner | |
| 2014-12-13 | Add configurable per-class log filtering | Yuri Kunde Schlesner | |
| 2014-12-13 | Convert old logging calls to new logging macros | Yuri Kunde Schlesner | |
| 2014-12-13 | New logging system | 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 | |
