aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/citra_qt
Commit message (Collapse)AuthorAge
...
| * | Pica/Rasterizer: Add ETC1 texture decompression support.Gravatar Tony Wasserka2015-01-13
| | |
* | | Qt Callstack: Clear the callstack every time it's updatedGravatar archshift2015-01-11
|/ / | | | | | | This fixes the issue that old members of the callstack would stick around, even when the callstack shortened.
* | Merge pull request #437 from Kingcom/DebugModeGravatar Tony Wasserka2015-01-11
|\ \ | | | | | | Replace OnCpuStepped signal
| * | citra-qt: Replace OnCpuStepped signal by new signals DebugModeEntered and ↵Gravatar Kingcom2015-01-11
| |/ | | | | | | DebugModeLeft
* | citra-qt: Add explicit casts to prevent some warnings.Gravatar Subv2015-01-10
| |
* | citra-qt: Fixed some Qt errors on initializationGravatar Subv2015-01-10
| |
* | Merge pull request #342 from uppfinnarn/masterGravatar bunnei2015-01-10
|\ \ | | | | | | Build improvements
| * | Use -pthread where and only where neededGravatar Johannes Ekberg2015-01-09
| | | | | | | | | | | | | | | | | | 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.
| * | Generic PLATFORM_LIBRARIES varGravatar Johannes Ekberg2015-01-09
| | | | | | | | | | | | 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.
* | | Move ThreadContext to core/core.h and deal with the falloutGravatar Yuri Kunde Schlesner2015-01-09
|/ /
* / citra-qt: Add check for valid address to call stackGravatar Kingcom2015-01-07
|/
* citra-qt: Renamed all .hxx headers to .hGravatar chrisvj2015-01-06
|
* Merge pull request #272 from rohit-n/sign-compareGravatar bunnei2015-01-05
|\ | | | | Silence some -Wsign-compare warnings.
* | Add support load 3DS roomGravatar Dante384902015-01-05
| |
* | citra-qt: Added license headers to files.Gravatar chrisvj2015-01-04
| |
* | Frontends: Shutdown core when emulation is stoppedGravatar Yuri Kunde Schlesner2015-01-04
| |
* | Merge pull request #377 from Yllodra/misc-changesGravatar Tony Wasserka2015-01-02
|\ \ | | | | | | Qt: Letter cases and single window mode
* \ \ Merge pull request #358 from neobrain/pica_progress2Gravatar bunnei2015-01-01
|\ \ \ | | | | | | | | pica_progress followups
| | | * Silence some -Wsign-compare warnings.Gravatar Rohit Nirmal2015-01-01
| |_|/ |/| |
| | * Make letter cases consistent in menus and widgetsGravatar Daniel Lundqvist2015-01-01
| | | | | | | | | | | | | | | | | | | | | 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.
| | * Change popout mode to "Single Window Mode"Gravatar Daniel Lundqvist2015-01-01
| | |
* | | Set object name for the graphics debuggerGravatar Daniel Lundqvist2015-01-01
| |/ |/| | | | | | | | | 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.
* | SOC_U: Preliminary implementation of sockets.Gravatar Subv2014-12-31
| | | | | | | | | | | | | | | | | | | | | | | | | | 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
| * Pica: Cleanup color conversion.Gravatar Tony Wasserka2014-12-31
| |
| * citra-qt: Fix displaying RGBA5551 framebuffers.Gravatar Tony Wasserka2014-12-31
| | | | | | | | (not that it matters at the moment, because this code is not used yet)
| * citra-qt: Always show pica framebuffers as RGBA8.Gravatar Tony Wasserka2014-12-31
|/ | | | We actually don't really know yet how the format is encoded. Hence just use what works.
* Add citra icon to Windows executable and title barGravatar Chin2014-12-31
|
* Merge pull request #344 from Yllodra/Qt-OdditiesGravatar bunnei2014-12-29
|\ | | | | Allow focus on the Qt render widget
* \ Merge pull request #347 from bunnei/frameskipGravatar bunnei2014-12-28
|\ \ | | | | | | Frameskip
| * | GPU: Implement frameskip and remove forced framebuffer swap hack.Gravatar bunnei2014-12-28
| | |
* | | Qt: we don't need to check if model is valid.Gravatar xdec2014-12-28
| | |
* | | Fix crash when the disassembler pause button is pressed while no game is ↵Gravatar xdec2014-12-28
| | | | | | | | | | | | running.
| * | GPU: Change internal framerate to 30fps.Gravatar bunnei2014-12-26
|/ /
| * Remove duplicate workGravatar Daniel Lundqvist2014-12-26
| |
| * Allow focus only when in popout modeGravatar Daniel Lundqvist2014-12-26
| | | | | | | | 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.
| * Allow focus on the Qt render widgetGravatar Daniel Lundqvist2014-12-26
|/ | | | | | 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.
* Merge pull request #275 from yuriks/cmake-cleanGravatar bunnei2014-12-22
|\ | | | | Clean up CMake library specification
* \ Merge pull request #291 from purpasmart96/licenseGravatar bunnei2014-12-21
|\ \ | | | | | | License change
| * | License changeGravatar purpasmart962014-12-20
| | |
* | | Pica/DebugUtils: Add an event triggered after loading a vertex.Gravatar Tony Wasserka2014-12-20
| | |
* | | Add support for a ridiculous number of texture formats.Gravatar Tony Wasserka2014-12-20
| | |
* | | Pica: Unify ugly address translation hacks.Gravatar Tony Wasserka2014-12-20
| | |
* | | Pica: Merge texture lookup logic for DebugUtils and Rasterizer.Gravatar Tony Wasserka2014-12-20
| | | | | | | | | | | | This effectively adds support for a lot texture formats in the rasterizer.
* | | citra-qt: Fix invalid memory read upon program startup.Gravatar Tony Wasserka2014-12-20
| | | | | | | | | | | | This was caused by the framebuffer display widget not checking whether we are actually in a valid emulation state or not.
* | | Pica: Initial support for multitexturing.Gravatar Tony Wasserka2014-12-20
| | |
* | | citra-qt: static-constify a map.Gravatar Tony Wasserka2014-12-20
| | |
* | | Clean up some warningsGravatar Chin2014-12-20
|/ /
* | HLE: Rename namespaces to match move & fix initialization orderGravatar Yuri Kunde Schlesner2014-12-16
| |
| * Clean up CMake library specificationGravatar Yuri Kunde Schlesner2014-12-15
|/ | | | The X11 libraries don't need to be specified when doing dynamic linking
* Remove old logging systemGravatar Yuri Kunde Schlesner2014-12-13
|