Revisions of pcsx2-git

Sergey Kondakov's avatar Sergey Kondakov (X0F) committed (revision 134)
Sergey Kondakov's avatar Sergey Kondakov (X0F) committed (revision 133)
Sergey Kondakov's avatar Sergey Kondakov (X0F) committed (revision 132)
Sergey Kondakov's avatar Sergey Kondakov (X0F) committed (revision 131)
Sergey Kondakov's avatar Sergey Kondakov (X0F) committed (revision 130)
Sergey Kondakov's avatar Sergey Kondakov (X0F) committed (revision 129)
Sergey Kondakov's avatar Sergey Kondakov (X0F) committed (revision 128)
- Update to version 1.7.0~dev+475~git20201021T173433:
  * gsdx-hw: Add ICO to automatic mipmapping.
  * onepad: Update to latest controller database.
  * Revert "gsdx: properly init gsclut function ptrs"
  * GameDB: Added XGKick hack to Zombie Hunters 2 Fixes blank textures
Sergey Kondakov's avatar Sergey Kondakov (X0F) committed (revision 127)
Sergey Kondakov's avatar Sergey Kondakov (X0F) committed (revision 126)
Sergey Kondakov's avatar Sergey Kondakov (X0F) committed (revision 125)
Sergey Kondakov's avatar Sergey Kondakov (X0F) committed (revision 124)
Sergey Kondakov's avatar Sergey Kondakov (X0F) committed (revision 123)
Sergey Kondakov's avatar Sergey Kondakov (X0F) committed (revision 122)
- Update to version 1.7.0~dev+471~git20201019T163938:
  * GameDB: Ported US patches to European versions of Mafia
  * GameDB: Multiple gamefixes to: (#3843)
  * CDVD: Fix iLink issues
  * GameDB: Patch for Ecco the Dolphin PAL
  * VIF: Fixed undefined behaviour of Unpack V3-16 in final QW write. Fixes Homerun
  * GameDB: Set vu clamping to none for Hitman - Blood Money Fixes bump mapping issues
  * GS: Fix handling of PRIM/PRMODE on PRMODECONT switching (#3831)
  * CI/Travis: Fix newly introduced cmake failure in Travis-CI after adding {fmt} (#3837)
  * git: pin `fmt` submodule to v7.0.3
  * cmake: Add fmt to cmake configuration
  * recording: Updated all current logging instances to use new logger
  * recording: Add logging header to simplify input recording logging
  * vs: Setup fmt on Visual Studio
  * git: Add `fmt` submodule
  * ci: Remove now unnecessary way of cleaning up old artifacts
  * Add clang linux build
  * Revert "recording: Add logging header to simplify input recording logging"
  * Revert "recording: Updated all current logging instances to use new logger"
  * GSdx: Compare file extensions as lower-case
  * pcsx2-gui: Pause and resume emulation when using `Screenshot As..`
  * GSdx: Save PNG compressed screenshots as `.png` files
  * gui: Add `Screenshot As...` option
  * recording: Don't reload cheats/settings on every frame-advance
  * recording: Updated all current logging instances to use new logger
  * recording: Add logging header to simplify input recording logging
  * recording: Skip extraneous code in SaveState handler if recording is disabled
  * vs: Move the VirtualPad images into their own filter
  * cmake: Fix the build without portaudio (Again). (#3827)
  * gamedb: Rename Colosseum - Road to Freedom to 21 Card Games. (#3830)
Sergey Kondakov's avatar Sergey Kondakov (X0F) committed (revision 121)
- Update to version 1.7.0~dev+336~git20200924T215931:
  * gsdx-ogl: Move DATE_GL42 swap code after colclip.
  * Vif: Remove unused variables
  * GameDB: Add VU0 Kickstart to Twisted Metal Black games Fixes #3748
  * msbuild: update project to cpp17 (#3745)
  * gsdx-ogl: Make sure DATE_GL42 doesn't run on clamp 0 with non recursive or accu blending.
  * gsdx-ogl: Swap DATE_GL42 with DATE_GL45 on sw blending draw.
  * Better Apple icon file: * 256 px taken from Windows icon. * Scaled down 256 to 128 for better-looking 128 px. * Add retina versions of 16 and 128 px.
  * NSIS: Add support for command line flags and fix silent install (#3435)
  * UI: Refactored plugin loops to use lambdas. (#3569)
  * GSdx: Purge D3D11 Software
  * IPC: implement MsgVersion and fix boundings bug
  * IPC: testing grounds for MsgVersion
  * SPU2: Only reset output modules if the sample rate changes. Also don't reset all SPU2 regs when entering PS1 mode, only need to set the sample rate.
  * ci: Validate VS filter files in buiild
  * SPU2: Set sample rate correctly for PS1 mode (#3532)
  * CDVD: Revert change from CDVD merge which broke a few things.
  * lilypad: Default.ini Update to reflect recent changes.
  * Lilypad: Remove saveStateIndex.
  * lilypad: Remove disableScreenSaver from Linux too.
  * lilypad: Remove saveStateTitle and leftovers TitleHackWndProc, PCSX2_overrideConfig.
  * lilypad: Remove escapeFullscreenHack fully.
  * lilypad: Remove disableScreenSaver fully.
  * lilypad: Remove closeHack fully, remove autoAnalog.
  * lilypad: Remove psx/ps1 emulator compatibility.
  * GSdx-Capture: Abort capture if an invalid directory is given
  * GSdx-GUI: Add wchar_t variant of ComboBoxAppend
  * Capture: Share filename between GSdx and Spu2-x
  * GSdx-Capture: Append a missing .avi extension
  * GSdx-gui: Properly grays out Dithering(PgDn) in software and none renderers. (#3722)
Sergey Kondakov's avatar Sergey Kondakov (X0F) committed (revision 120)
- Update to version 1.7.0~dev+306~git20200919T223832:
  * FW: fix FWirq callback bug
  * FW: clang-format
  * FW: merge into core, simplify setup and config
  * FW: including back some references
  * FW: removing initial references
  * ci: Increase verbosity on msbuild logs - includes timing information and such
  * Add github actions status badges to readme
  * ci: Cache submodules and fix artifact naming
  * Build: Fix filters, again.
  * CDVD: fix conflicts merging
  * IPC: return an error when packet is too big
  * IPC: per user tmp folder in macOS + logic bugs
  * IPC: conform to the XDG base specification on linux
  * IPC: updating IPCMsg doc
  * IPC: reply datagram splittage
  * IPC: timeout on read/write operations
  * IPC: query datagram splitting
  * IPC: implement better error handling
  * IPC: perform memory checks, virtually no perf hit
  * IPC: implement batch command processing
  * IPC: original socket ipc implementation
  * VS Project: Fix filters
  * ci appveyor/travis: Build only master branch.
  * CDVD: remove non-fatal logging
  * CDVD: remove disc selector dialog
  * CDVD: safety fixes on hard swaps
  * CDVD: clang-format
  * CDVD: polishing rebase and fixing nullptr bug
  * CDVD: reproducing old behavior, boot in BIOS if invalid drive found
Sergey Kondakov's avatar Sergey Kondakov (X0F) committed (revision 119)
- Update to version 1.7.0~dev+235~git20200914T232855:
  * VIF: Set decoding status on VIF stall (#3683)
  * SIF DMA: Fix bug with Tag Interrupts
Sergey Kondakov's avatar Sergey Kondakov (X0F) committed (revision 118)
Sergey Kondakov's avatar Sergey Kondakov (X0F) committed (revision 117)
Sergey Kondakov's avatar Sergey Kondakov (X0F) committed (revision 116)
Sergey Kondakov's avatar Sergey Kondakov (X0F) committed (revision 115)
Displaying revisions 181 - 200 of 314
openSUSE Build Service is sponsored by