| Commit message (Expand) | Author | Age | Files | Lines | ||
|---|---|---|---|---|---|---|
| ... | ||||||
| * | | | | | | | Merge pull request #5157 from lioncash/array-dirty | 2020-12-15 | 1 | -34/+33 | ||
| |\ \ \ \ \ \ \ | ||||||
| | * | | | | | | | maxwell_3d: Move member variables to end of class | 2020-12-06 | 1 | -31/+32 | ||
| | * | | | | | | | maxwell_3d: Resolve -Wdocumentation warning | 2020-12-06 | 1 | -1/+1 | ||
| | * | | | | | | | maxwell_3d: Remove unused dirty_pointer array | 2020-12-06 | 1 | -2/+0 | ||
| | | |_|/ / / / | |/| | | | | | ||||||
| * | | | | | | | Merge pull request #5168 from Morph1984/aoc-PurchaseEventManager | 2020-12-14 | 2 | -2/+76 | ||
| |\ \ \ \ \ \ \ | ||||||
| | * | | | | | | | IPurchaseEventManager: Implement GetPurchasedEventReadableHandle | 2020-12-08 | 1 | -1/+14 | ||
| | * | | | | | | | IPurchaseEventManager: Stub Set(Default)DeliveryTarget | 2020-12-08 | 1 | -2/+27 | ||
| | * | | | | | | | aoc_u: Stub Create(Permanent)EcPurchasedEventManager | 2020-12-08 | 2 | -2/+38 | ||
| * | | | | | | | | cmake: Fix generating CMake configs and linking with Boost | 2020-12-13 | 1 | -1/+1 | ||
| * | | | | | | | | common: Update CMakeList to fix build issue with Boost. | 2020-12-12 | 1 | -2/+1 | ||
| | |_|_|/ / / / |/| | | | | | | ||||||
| * | | | | | | | Merge pull request #5183 from lioncash/alias2 | 2020-12-12 | 28 | -136/+142 | ||
| |\ \ \ \ \ \ \ | ||||||
| | * | | | | | | | vfs: Use existing type aliases consistently | 2020-12-10 | 28 | -136/+142 | ||
| * | | | | | | | | Merge pull request #5187 from Morph1984/revert-stdfs | 2020-12-11 | 3 | -136/+390 | ||
| |\ \ \ \ \ \ \ \ | ||||||
| | * | | | | | | | | Revert "Merge pull request #5173 from lioncash/common-fs" | 2020-12-11 | 2 | -112/+396 | ||
| | * | | | | | | | | Revert "Merge pull request #5174 from ReinUsesLisp/fs-fix" | 2020-12-11 | 2 | -36/+4 | ||
| | * | | | | | | | | Revert "Merge pull request #5176 from Morph1984/fix-createfile" | 2020-12-11 | 1 | -6/+2 | ||
| | * | | | | | | | | Revert "Merge pull request #5179 from ReinUsesLisp/fs-path" | 2020-12-11 | 1 | -1/+1 | ||
| | * | | | | | | | | Revert "Merge pull request #5181 from Morph1984/5174-review" | 2020-12-11 | 1 | -3/+9 | ||
| * | | | | | | | | | Merge pull request #5172 from lioncash/svc-wide | 2020-12-11 | 1 | -35/+25 | ||
| |\ \ \ \ \ \ \ \ \ | |/ / / / / / / / |/| | | | | | | | | ||||||
| | * | | | | | | | | svc: Remove unnecessary casts | 2020-12-08 | 1 | -35/+25 | ||
| * | | | | | | | | | Merge pull request #5181 from Morph1984/5174-review | 2020-12-10 | 1 | -9/+3 | ||
| |\ \ \ \ \ \ \ \ \ | ||||||
| | * | | | | | | | | | common/file_util: Simplify the behavior of CreateFullPath | 2020-12-09 | 1 | -9/+3 | ||
| | | |/ / / / / / / | |/| | | | | | | | ||||||
| * | | | | | | | | | Merge pull request #5123 from Morph1984/nim-IsLargeResourceAvailable | 2020-12-10 | 1 | -1/+13 | ||
| |\ \ \ \ \ \ \ \ \ | ||||||
| | * | | | | | | | | | nim: Stub IsLargeResourceAvailable | 2020-12-04 | 1 | -1/+13 | ||
| * | | | | | | | | | | Merge pull request #5162 from lioncash/copy-shader | 2020-12-10 | 1 | -1/+1 | ||
| |\ \ \ \ \ \ \ \ \ \ | |_|/ / / / / / / / |/| | | | | | | | | | ||||||
| | * | | | | | | | | | gl_shader_decompiler: Elide unnecessary copies within DeclareConstantBuffers() | 2020-12-07 | 1 | -1/+1 | ||
| * | | | | | | | | | | common/file_util: Let std::filesystem cast from UTF16 to std::string | 2020-12-09 | 1 | -1/+1 | ||
| * | | | | | | | | | | vfs_real: Fix CreateFile for files without a file extension | 2020-12-09 | 1 | -2/+6 | ||
| * | | | | | | | | | | common/file_util: Fix and deprecate CreateFullPath, add CreateDirs | 2020-12-09 | 2 | -4/+31 | ||
| * | | | | | | | | | | common/file_util: Succeed on CreateDir when the directory exists | 2020-12-09 | 1 | -0/+5 | ||
| * | | | | | | | | | | Merge pull request #5142 from comex/xx-poll-events | 2020-12-09 | 6 | -71/+82 | ||
| |\ \ \ \ \ \ \ \ \ \ | ||||||
| | * | | | | | | | | | | network, sockets: Replace `POLL_IN`, `POLL_OUT`, etc. constants with an `enum... | 2020-12-06 | 6 | -71/+82 | ||
| * | | | | | | | | | | | Merge pull request #5173 from lioncash/common-fs | 2020-12-09 | 2 | -396/+112 | ||
| |\ \ \ \ \ \ \ \ \ \ \ | ||||||
| | * | | | | | | | | | | | file_util: Migrate remaining file handling functions over to std::filesystem | 2020-12-09 | 2 | -340/+100 | ||
| | * | | | | | | | | | | | file_util: Migrate Exists() and IsDirectory() over to std::filesystem | 2020-12-08 | 2 | -57/+13 | ||
| | | |_|_|/ / / / / / / | |/| | | | | | | | | | ||||||
| * | | | | | | | | | | | Merge pull request #5166 from lioncash/log-cast | 2020-12-08 | 25 | -96/+90 | ||
| |\ \ \ \ \ \ \ \ \ \ \ | ||||||
| | * | | | | | | | | | | | core: Remove unnecessary enum casts in log calls | 2020-12-07 | 25 | -96/+90 | ||
| * | | | | | | | | | | | | Merge pull request #5135 from Morph1984/applets-shadow | 2020-12-08 | 10 | -19/+19 | ||
| |\ \ \ \ \ \ \ \ \ \ \ \ | |_|/ / / / / / / / / / |/| | | | | | | | | | | | ||||||
| | * | | | | | | | | | | | applets: Resolve variable shadowing | 2020-12-05 | 10 | -19/+19 | ||
| | | |_|_|_|_|/ / / / / | |/| | | | | | | | | | ||||||
| * | | | | | | | | | | | Merge pull request #5167 from lioncash/doc-memory | 2020-12-08 | 1 | -2/+0 | ||
| |\ \ \ \ \ \ \ \ \ \ \ | |_|_|_|_|_|/ / / / / |/| | | | | | | | | | | ||||||
| | * | | | | | | | | | | memory: Resolve -Wdocumentation warning for Write() | 2020-12-08 | 1 | -2/+0 | ||
| | | |/ / / / / / / / | |/| | | | | | | | | ||||||
| * | | | | | | | | | | Merge pull request #5156 from comex/xx-raws | 2020-12-08 | 1 | -2/+2 | ||
| |\ \ \ \ \ \ \ \ \ \ | |_|_|_|_|_|/ / / / |/| | | | | | | | | | ||||||
| | * | | | | | | | | | configure_motion_touch: Fix unescaped backslash in regex | 2020-12-06 | 1 | -2/+2 | ||
| | | |_|/ / / / / / | |/| | | | | | | | ||||||
| * | | | | | | | | | Merge pull request #5165 from lioncash/copy-controller | 2020-12-08 | 1 | -12/+11 | ||
| |\ \ \ \ \ \ \ \ \ | ||||||
| | * | | | | | | | | | controller: Use std::move within ConvertToFrontendParameters() | 2020-12-07 | 1 | -3/+3 | ||
| | * | | | | | | | | | controller: Avoid unnecessary copies in ConfigurationComplete() | 2020-12-07 | 1 | -9/+8 | ||
| | | |/ / / / / / / | |/| | | | | | | | ||||||
| * | | | | | | | | | Merge pull request #5020 from german77/AnalogfromButtonFix | 2020-12-08 | 5 | -10/+52 | ||
| |\ \ \ \ \ \ \ \ \ | |/ / / / / / / / |/| | | | | | | | | ||||||
| | * | | | | | | | | Disable analog joystick from buttons by default | 2020-12-07 | 5 | -10/+52 | ||
| * | | | | | | | | | Merge pull request #5164 from lioncash/contains | 2020-12-07 | 8 | -16/+13 | ||
| |\ \ \ \ \ \ \ \ \ | ||||||
| | * | | | | | | | | | video_core: Make use of ordered container contains() where applicable | 2020-12-07 | 8 | -16/+13 | ||
| | | |_|_|/ / / / / | |/| | | | | | | | ||||||