Age | Commit message (Collapse) | Author | |
---|---|---|---|
2017-02-24 | Fixes file upload pattern in the travis.yml to include macOS releases (#2592) | James Rowe | |
2017-02-23 | Merge pull request #2590 from jroweboy/mac-gzip | Yuri Kunde Schlesner | |
Use gzip instead of lzma on macOS releases | |||
2017-02-23 | Use QFileSystemWatcher to reload the game list when a change is detected. ↵ | James Rowe | |
(#2555) * Added a refresh game directory option to the file menu * Make the game list watcher recursive and have it start watching from the initial load * Rework game list watcher to be thread safe * Fix code style issues | |||
2017-02-23 | Merge pull request #2441 from jroweboy/titlebar | bunnei | |
Gui: Change title bar to include build name | |||
2017-02-23 | Revert use gzip for linux | James Rowe | |
Uses tar -a flag to determine compression algorithm based off file extension (so linux will continue to use xz and macOS can use gzip) | |||
2017-02-23 | Use gzip instead of lzma on macOS and linux releases | James Rowe | |
A common report from macOS users is they can't figure out how to unzip the program. This will allow them to double click to unzip the archive which is what users on macOS expect. | |||
2017-02-23 | Gui: Change title bar to include build name | James Rowe | |
Nightly builds now have "Citra Nightly" in the titlebar Bleeding edge builds now have "Citra Bleeding Edge" in the titlebar | |||
2017-02-22 | [UI] Modify recursive scanning label (#2589) | Anthony | |
2017-02-21 | Merge pull request #2579 from wwylele/no-clang-format-check | bunnei | |
hook: remove clang-format check | |||
2017-02-19 | Merge pull request #2585 from MerryMage/sxtb16-sxtab16 | bunnei | |
dyncom: Correct SXTAB16 and SXTB16 | |||
2017-02-19 | Merge pull request #2580 from yuriks/qt-cleanup2 | Yuri Kunde Schlesner | |
Qt cleanups 2 | |||
2017-02-18 | dyncom: Correct SXTAB16 and SXTB16 | MerryMage | |
2017-02-18 | OpenGL: Check if uniform block exists before updating it (#2581) | Jannik Vogel | |
2017-02-18 | dynarmic: Update the submodule. | Emmanuel Gil Peyrot | |
This fixes a build issue on gcc 6 due to -Werror and a warning caused by boost::optional, see: https://github.com/MerryMage/dynarmic/issues/83 | |||
2017-02-18 | Qt: Move some connections from .ui file to code | Yuri Kunde Schlesner | |
2017-02-18 | Qt: Reorganize connection of menu events | Yuri Kunde Schlesner | |
2017-02-18 | Qt: Re-organize setup of debugging widgets | Yuri Kunde Schlesner | |
2017-02-18 | Qt: Fix action name to match conventions | Yuri Kunde Schlesner | |
2017-02-17 | Merge pull request #2577 from yuriks/qt-cleanup | Yuri Kunde Schlesner | |
Qt cleanup | |||
2017-02-17 | Qt: Make IsSingleFileDropEvent static | Yuri Kunde Schlesner | |
2017-02-17 | Qt: Allow any file extension in Open dialog | Yuri Kunde Schlesner | |
2017-02-17 | Qt: Remove orpahned function declaration | Yuri Kunde Schlesner | |
2017-02-17 | Qt: Remove unnecessary std::string usage | Yuri Kunde Schlesner | |
2017-02-17 | hook: remove clang-format check | wwylele | |
2017-02-16 | HID: move enable_accelerometer/gyroscope_count initialization into Init() ↵ | Weiyi Wang | |
(#2574) Fixes #2556 | |||
2017-02-16 | Merge pull request #2573 from jfmherokiller/dragndrop | bunnei | |
Added drag and drop feature to the code | |||
2017-02-16 | added drag n drop feature | noah the goodra | |
2017-02-15 | Merge pull request #2571 from wwylele/missing-file | Mat M | |
core: add missing errors.h in CMakeLists.txt | |||
2017-02-15 | core: add missing errors.h in CMakeLists.txt | wwylele | |
2017-02-15 | video_core: remove #pragma once in cpp file (#2570) | Weiyi Wang | |
2017-02-14 | Merge pull request #2566 from yuriks/file-extension-suffix | Weiyi Wang | |
Qt/GameList: Use suffix() to parse the file extension | |||
2017-02-13 | HLE/IPC: Fix uninitialized variables in helpers (#2568) | Yuri Kunde Schlesner | |
Fixes #2567 | |||
2017-02-13 | Merge pull request #2542 from jfmherokiller/httpsvclog | Yuri Kunde Schlesner | |
added http service enum to the log.h file | |||
2017-02-13 | Qt/GameList: Use suffix() to parse the file extension | Yuri Kunde Schlesner | |
completeSuffix returns everything after the first period, which means that a file such as `foo.bar.3ds` would not get recognized. | |||
2017-02-13 | applied the change suggested by @wwylele | noah the goodra | |
2017-02-13 | NWM changed to NIM | noah the goodra | |
2017-02-13 | turned clang format back on | noah the goodra | |
2017-02-13 | added http service enum to the log.h file | noah the goodra | |
2017-02-13 | Merge pull request #2562 from yuriks/pica-refactor3 | Yuri Kunde Schlesner | |
Re-organize software rasterizer code | |||
2017-02-13 | Core: add cryptopp library (#2412) | Weiyi Wang | |
2017-02-13 | Merge pull request #2561 from wwylele/fs-rom | Yuri Kunde Schlesner | |
file_sys: change RomFS archive to Self NCCH archive | |||
2017-02-13 | loader: use self NCCH archive | wwylele | |
2017-02-13 | file_sys: add Self NCCH archive | wwylele | |
2017-02-12 | SWRasterizer: Move more framebuffer functions to file | Yuri Kunde Schlesner | |
2017-02-12 | SWRasterizer: Move texturing functions to their own file | Yuri Kunde Schlesner | |
2017-02-12 | SWRasterizer: Convert large no-capture lambdas to standalone functions | Yuri Kunde Schlesner | |
2017-02-12 | SWRasterizer: Move framebuffer operation functions to their own file | Yuri Kunde Schlesner | |
2017-02-12 | VideoCore: Move software rasterizer files to sub-directory | Yuri Kunde Schlesner | |
2017-02-12 | video_core/shader: Document sanitized MUL operation | Yuri Kunde Schlesner | |
2017-02-12 | Merge pull request #2550 from yuriks/pica-refactor2 | Yuri Kunde Schlesner | |
Small VideoCore cleanups |