| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2020-12-10 | [NET] Remove winpcap proxy toolsystemlink | Dr. Chat | |
| 2020-12-10 | [NET] Link up XNet again | Dr. Chat | |
| 2020-12-10 | Add heavily WIP / nonworking networking code | Dr. Chat | |
| 2020-12-10 | [PPC] vcfsx/vcfux: Only mul if needed | Triang3l | |
| 2020-12-10 | [PPC] vcfsx/vcfux optimization/simplification | Triang3l | |
| 2020-12-10 | [PPC] Fix test suite name being ignored | Triang3l | |
| 2020-12-10 | [D3D12] Fix a lint error in pipeline desc | Triang3l | |
| 2020-12-10 | [DXBC] ROV: Update a todo comment about early Z | Triang3l | |
| 2020-12-10 | [GPU] Update v_mad_legacy_f32 comment | Triang3l | |
| 2020-12-10 | [DXBC] ROV: Force late Z write with kill instructions | Triang3l | |
| 2020-12-08 | [D3D12] Fix custom sample position reset | Triang3l | |
| 2020-12-08 | [D3D12] Re-add forgotten RenderTargetCache::EndFrame call | Triang3l | |
| 2020-12-08 | [GPU] XXH3 hash instead of XXH64 | Triang3l | |
| 2020-12-07 | [GPU] Non-ROV f24 trunc/round, host shader modifications, cache dir | Triang3l | |
| 2020-12-06 | [GTK UI] Fix GTK submenus | Prism Tutaj | |
| 2020-12-06 | [Kernel/IO] Return error creating dir as non-dir. | Gliniak | |
| [Kernel/IO] Return error when creating directory with non-directory flag in NtCreateFile. | |||
| 2020-12-06 | [GPU] Fix uninitialized viewport_top when drawing without a viewport | Triang3l | |
| 2020-12-05 | [Kernel] Zeroing out pages without write protect flag | Gliniak | |
| 2020-12-05 | [Kernel] Code reentrance for guest fibers. | gibbed | |
| [Kernel] Code reentrance using exceptions for guest fibers. | |||
| 2020-12-05 | [Kernel] Allow 0 return for MmQueryAddressProtect. | gibbed | |
| 2020-12-03 | [XAM/User] Added flag for local profile | Radosław Gliński | |
| It should fix games where right now there is no profile found. Example: EA Sports games | |||
| 2020-11-29 | [XAM/Net] Implemented WSASetLastError | Gliniak | |
| 2020-11-29 | [XAM] Ensure items returned is set in enumerate. | gibbed | |
| [XAM] Ensure items returned is set in xeXamEnumerate. | |||
| 2020-11-28 | [AppVeyor] Remove vcpkg. | Joel Linn | |
| 2020-11-28 | [HID] Change order to xinput, sdl, winkey | Joel Linn | |
| 2020-11-28 | [HID] More modern c++ in SDL backend. | Joel Linn | |
| 2020-11-28 | [HID] Honor `is_active()` in SDL input backend. | Joel Linn | |
| 2020-11-28 | [HID] `is_active` debugging for hid-demo. | Joel Linn | |
| 2020-11-27 | Update premake-core. | gibbed | |
| 2020-11-27 | [XAM] Improvement rollup. Content, enumerators... | gibbed | |
| - [Kernel] Create guest object for XEnumerator. - [XAM] Split content data into host/guest variants. - [XAM] Correct message return type from RESULT to HRESULT. - [XAM] Add a new dummy content device for ODD. - [XAM] Implement XamContentAggregateCreateEnumerator. - [XAM] Implement XamGetPrivateEnumStructureFromHandle. - [XAM] Implement XMsgCompleteIORequest (sketchy). - [XAM] Implement XamGetOverlappedResult (sketchy). - [XAM] Implement XamTaskSchedule (sketchy). | |||
| 2020-11-27 | [XAM] Split content device exports to a new file. | gibbed | |
| 2020-11-27 | [XAM] Rename NUI export group. | gibbed | |
| 2020-11-27 | [XAM] Rework how export groups are registered. | gibbed | |
| 2020-11-27 | [XAM] Split enum exports to a new file. | gibbed | |
| 2020-11-27 | Add PowerShell build script as alternative to cmd | Satori | |
| 2020-11-27 | [x64] Handle constant in LOG2_F32/F64/V128. | gibbed | |
| 2020-11-27 | [HID] Add 'is active' checks to winkey input. | gibbed | |
| [HID] Add 'is active' checks to winkey input driver. | |||
| 2020-11-27 | [HID] Pass 'is active' callback to input drivers. | gibbed | |
| 2020-11-27 | Defer XAM UI functions & other improvements. | gibbed | |
| - [Kernel] Fix global locking in kernel dispatch thread. - [Kernel] Improve CompleteOverlappedDeferred/CompleteOverlappedDeferredEx. - [XAM] Identify unknowns in XamNotifyCreateListener/XNotifyListener. - [XAM] Defer XamShowMessageBoxUI. - [XAM] Defer XamShowKeyboardUI. - [XAM] Fix cancel handling in XamShowKeyboardUI. - [XAM] Defer XamShowDeviceSelectorUI. - [XAM] Defer XamShowDirtyDiscErrorUI. | |||
| 2020-11-26 | [D3D12] Remove leftovers of old resolve code | Triang3l | |
| 2020-11-25 | Use xenia-base entrypoint for test suites. | gibbed | |
| Use xenia-base entrypoint for test suites. Fixes a bug where we were expecting wchar data in main, which is incorrect, causing invalid args to be parsed. | |||
| 2020-11-25 | [Build] Add stub command for source file generation | Satori | |
| 2020-11-24 | [Base] mapped_memory_win: more explicit invalid handle values | Triang3l | |
| 2020-11-24 | [Memory/CPU] UWP: Support separate code execution and write memory, FromApp ↵ | Triang3l | |
| functions + other Windows memory fixes | |||
| 2020-11-24 | [VFS] Fix handling of remove_all return value. | gibbed | |
| 2020-11-24 | [VFS] Avoid exception on remove/remove_all. | gibbed | |
| 2020-11-23 | Update premake-core. | gibbed | |
| 2020-11-22 | [Kernel] Scope object type enum. | gibbed | |
| 2020-11-22 | [Kernel] Add comment about Shadowrun bug. | gibbed | |
| [Kernel] Add comment about Shadowrun thread name bug and a bonus lint fix. | |||
| 2020-11-22 | [Memory] Removed redundant BaseHeap::IsGuestPhysicalHeap | Gliniak | |
