| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2014-10-22 | Use config files to store whether SDMC is enabled or not | archshift | |
| Before, it used to use whether the directory actually existed. As a result, .citra-emu/sdmc was never auto-created (something quite confusing to me until I read through the logs). | |||
| 2014-10-19 | emu_window_glfw.cpp: Fixed graceful quitting | archshift | |
| In PR #143, the name of the function IsOpen was originally ShouldClose, but was changed. The function's caller was changed to reflect this, but the return value wasn't. | |||
| 2014-10-17 | Implemented graceful closing of the GLFW window, along with emulation. | archshift | |
| 2014-10-12 | OpenGL renderer: Request a forward compatible context in citra-qt | Yuri Kunde Schlesner | |
| This should fix context creation on OS X. Also requests a core context on all platforms in Citra-GLFW, for consistency. | |||
| 2014-10-07 | Added configuration file system. | archshift | |
| Uses QSettings on citra-qt, and inih on citra-cli. | |||
| 2014-09-12 | Added support for multiple input device types for KeyMap and connected Qt. | Kevin Hartman | |
| 2014-09-11 | Initial HID PAD work, with GLFW only. | Kevin Hartman | |
| 2014-09-01 | Remove hand-crafted Visual Studio solution. | Yuri Kunde Schlesner | |
| 2014-09-01 | CMake cleanup | Yuri Kunde Schlesner | |
| Several cleanups to the buildsystem: - Do better factoring of common libs between platforms. - Add support to building on Windows. - Remove Qt4 support. - Re-sort file lists and add missing headers. | |||
| 2014-09-01 | Replace GLEW with a glLoadGen loader. | Yuri Kunde Schlesner | |
| This should fix the GL loading errors that occur in some drivers due to the use of deprecated functions by GLEW. Side benefits are more accurate auto-completion (deprecated function and symbols don't exist) and faster pointer loading (less entrypoints to load). In addition it removes an external library depency, simplifying the build system a bit and eliminating one set of binary libraries for Windows. | |||
| 2014-08-30 | Core: Refactor core to use only one function for execution. | bunnei | |
| Core: Cleaned up comment to be more readable. Citra: Changed loop to be more readable. | |||
| 2014-08-25 | Pica: Add support for dumping textures. | Tony Wasserka | |
| 2014-08-19 | Removed unused citra.h | archshift | |
| 2014-06-24 | Loader: Implemented AppLoader interface for abstracting application loading. | bunnei | |
| - Various cleanups/refactorings to Loader, ELF, and NCCH modules. - Added AppLoader interface to ELF and NCCH. - Updated Qt/GLFW frontends to check AppLoader ResultStatus. NCCH: Removed extra qualification typos. Loader: Removed unnecessary #include's. NCCH: Improved readability of memcmp statements. NCCH: Added missing space. Elf: Removed unnecessary usage of unique_ptr. Loader: Removed unnecessary usage of unique_ptr. | |||
| 2014-06-16 | Loader: Moved elf and loader modules to a "loader" subdirectory. | bunnei | |
| 2014-06-12 | Preprocessor: #if's out OSX-specific GL changes on other platforms | archshift | |
| 2014-05-22 | Merge branch 'master' of https://github.com/bunnei/citra | bunnei | |
| 2014-05-19 | Merge pull request #2 from archshift/issue-7-fix | bunnei | |
| Fixes issues with building Citra on OSX | |||
| 2014-05-19 | CMakeLists: rename HEADS, improved comments | archshift | |
| Changes for clarity of comments, removed redundant compiler flags. | |||
| 2014-05-18 | Merge pull request #13 from archshift/master | bunnei | |
| Use runtime arguments to specify boot filename. | |||
| 2014-05-17 | updated how we call ARM core to make things much faster | bunnei | |
| 2014-05-04 | Fixed indents | archshift | |
| 2014-05-01 | Check arg count before attempting to access it. | archshift | |
| 2014-05-01 | Use runtime arguments to specify boot filename. | archshift | |
| 2014-04-30 | Fixed indents | archshift | |
| 2014-04-30 | Reverse debugging changes | archshift | |
| 2014-04-30 | Linux support | archshift | |
| 2014-04-30 | TGA dumps work, courtesy of @bunnei | archshift | |
| 2014-04-30 | OpenGL 3+ on OSX with GLFW | archshift | |
| 2014-04-30 | A bit of Cmake love | archshift | |
| 2014-04-29 | Some more experimentation | archshift | |
| 2014-04-28 | Merge commit upstream/master into issue-7-fix | archshift | |
| 2014-04-28 | IT'S ALIVE! | archshift | |
| 2014-04-25 | Need to add Xcursor to linker? | Thomas Edvalson | |
| 2014-04-25 | Fixed CMake's import of GLFW. | Thomas Edvalson | |
| 2014-04-22 | fixes to build on linux | bunnei | |
| 2014-04-10 | removed unused macros from citra.h | bunnei | |
| 2014-04-09 | fixed a bunch of errors in CMakeLists | bunnei | |
| 2014-04-09 | updated CMakeLists | bunnei | |
| 2014-04-08 | - removed deprecated version.h | bunnei | |
| - cleaned up window title - cleaned up emu_window_glfw/emu_window | |||
| 2014-04-08 | fixed license headers in citra project | bunnei | |
| 2014-04-08 | fixed project includes to use new directory structure | bunnei | |
| 2014-04-08 | got rid of 'src' folders in each sub-project | bunnei | |
| 2014-04-07 | Merge branch 'hardware-interface' | bunnei | |
| Conflicts: src/core/src/core.h | |||
| 2014-04-07 | removed unused comments, changed main processing loop to be infinite | bunnei | |
| 2014-04-06 | set window size to correspond to framebuffer sizes | bunnei | |
| 2014-04-06 | added project linker reference | bunnei | |
| 2014-04-04 | Support vs express edition without having to get platform sdk | Mathieu Vaillancourt | |
| 2014-03-31 | added simple processing loop and ELF loading to main()... hackish, will ↵ | bunnei | |
| cleanup later | |||
| 2013-10-03 | moved some core functions over to system module | ShizZy | |
