Age | Commit message (Collapse) | Author | |
---|---|---|---|
2017-08-09 | Merge pull request #2822 from wwylele/sw_lighting-2 | Weiyi Wang | |
Implement fragment lighting in the sw renderer (take 2) | |||
2017-08-03 | common: Add build timestamp to scm_rev. | bunnei | |
2017-07-11 | vector_math: remove dead template parameter | wwylele | |
2017-07-11 | vector_math: remove broken SFINAE stuff | wwylele | |
this was originally added to eliminate warnings on MSVC, but it doesn't work for custom types. | |||
2017-07-11 | SwRasterizer: Flip the vertex quaternions before clipping (if necessary). | Subv | |
2017-07-11 | SwRasterizer: Corrected the light LUT lookups. | Subv | |
2017-07-10 | logging: Add WebService as a log cateogry. | bunnei | |
2017-07-07 | Implement basic virtual Room support based on enet (#2803) | B3n30 | |
* Added support for network with ENet lib, connecting is possible, but data can't be sent, yet. * fixup! Added support for network with ENet lib, * fixup! CLang * fixup! Added support for network with ENet lib, * fixup! Added support for network with ENet lib, * fixup! Clang format * More fixups! * Moved ENetHost* and ENetPeer* into pimpl classes * fixup! Moved ENetHost* and ENetPeer* into pimpl classes * fixup! Clang again * fixup! Moved ENetHost* and ENetPeer* into pimpl classes * fixup! Moved ENetHost* and ENetPeer* into pimpl classes * fixup! Moved ENetHost* and ENetPeer* into pimpl classes | |||
2017-06-30 | Remove unnecessary WIN32_LEAN_AND_MEAN macro definition | Kloen | |
2017-06-08 | Remove unused import in break_points.cpp (#2763) | Kloen Lansfiel | |
2017-05-27 | CMake: Create INTERFACE targets for microprofile and nihstro | Yuri Kunde Schlesner | |
2017-05-27 | CMake: Use IMPORTED target for Boost | Yuri Kunde Schlesner | |
2017-05-27 | CMake: Correct inter-module dependencies and library visibility | Yuri Kunde Schlesner | |
Modules didn't correctly define their dependencies before, which relied on the frontends implicitly including every module for linking to succeed. Also changed every target_link_libraries call to specify visibility of dependencies to avoid leaking definitions to dependents when not necessary. | |||
2017-05-27 | Common: Fix some out-of-style includes | Yuri Kunde Schlesner | |
2017-05-27 | Move framebuffer_layout from Common to Core | Yuri Kunde Schlesner | |
This removes a dependency inversion between core and common. It's also the proper place for the file since it makes screen layout decisions specific to the 3DS. | |||
2017-05-26 | Merge pull request #2716 from yuriks/decentralized-result | bunnei | |
Decentralize ResultCode | |||
2017-05-24 | Merge pull request #2697 from wwylele/proctex | Yuri Kunde Schlesner | |
Implemented Procedural Texture (Texture Unit 3) | |||
2017-05-24 | Common: Clean up meta-template logic in BitField | Yuri Kunde Schlesner | |
2017-05-24 | Make BitField and ResultCode constexpr-initializable | Yuri Kunde Schlesner | |
2017-05-24 | common: Add a generic interface for logging telemetry fields. | bunnei | |
2017-05-20 | pica/swrasterizer: implement procedural texture | wwylele | |
2017-05-07 | Remove unused symbols code | Yuri Kunde Schlesner | |
2017-03-21 | Merge pull request #2512 from SonofUgly/custom-layout | bunnei | |
Add custom layout settings. | |||
2017-03-17 | Merge pull request #2497 from wwylele/input-2 | bunnei | |
Refactor input emulation & add SDL gamepad support | |||
2017-03-16 | Merge pull request #2618 from wwylele/log-less-filename | bunnei | |
Reduce host file name and path logging | |||
2017-03-12 | common/cpu_detect: Add missing include and fix namespace scope | Yuri Kunde Schlesner | |
2017-03-11 | file_util: Log when using local user directory | wwylele | |
2017-03-08 | file_util: lower logging level for harmless cases | wwylele | |
2017-03-01 | Input: add device and factory template | wwylele | |
2017-03-01 | Common: add ParamPackage | wwylele | |
2017-02-26 | Merge pull request #2587 from yuriks/status-bar | Yuri Kunde Schlesner | |
Replace built-in Profiler with indicators in status bar | |||
2017-02-26 | Remove built-in (non-Microprofile) profiler | Yuri Kunde Schlesner | |
2017-02-26 | SynchronizedWrapper: Add Lock convenience method | Yuri Kunde Schlesner | |
2017-02-25 | Merge pull request #2569 from wwylele/wrap-unwrap | bunnei | |
APT: implemented Wrap and Unwrap | |||
2017-02-23 | Add custom layout settings. | SonofUgly | |
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-21 | HW: add AES engine & implement AES-CCM | wwylele | |
2017-02-13 | applied the change suggested by @wwylele | noah the goodra | |
2017-02-13 | added http service enum to the log.h file | noah the goodra | |
2017-02-04 | Merge pull request #2476 from yuriks/shader-refactor3 | Yuri Kunde Schlesner | |
Oh No! More shader changes! | |||
2017-01-31 | Common/x64: remove legacy emitter and abi (#2504) | Weiyi Wang | |
These are not used any more since we moved shader JIT to xbyak. | |||
2017-01-30 | file_util: Fixed implicit type conversion warning (#2503) | noah the goodra | |
2017-01-29 | Common: Optimize BitSet iterator | Yuri Kunde Schlesner | |
2017-01-28 | common: add <cstddef> to hash.h | Kloen | |
2017-01-28 | common: switch ComputeHash64 len param to size_t instead of int, fix warning ↵ | Kloen | |
on MSVC on dsp_dsp.cpp | |||
2017-01-07 | Merge pull request #1951 from wwylele/motion-sensor | bunnei | |
Emulate motion sensor in frontend | |||
2016-12-30 | Service/NFC: stub GetTagInRangeEvent | mailwl | |
Fix Fatal Error in Mini-Mario & Friends - amiibo Challenge | |||
2016-12-26 | Common: add Quaternion | wwylele | |
2016-12-26 | vector math: add implementation of Length and Normalize | wwylele | |
2016-12-26 | MathUtil: add PI constant | wwylele | |