ppsspp/ppsspp.changes

172 lines
6.8 KiB
Plaintext

-------------------------------------------------------------------
Fri Apr 28 07:56:49 UTC 2017 - pousaduarte@gmail.com
- Update to version 1.4.0~git20170427:
* Mouse Control(Windows only for now)
* Try on a nicer mapping workaround.
* Polish the new workaround, seems to be nice and simple.
* Add Tip to inform user how to use mouse control.
* Handle more mouse buttons(middle, 4, 5)
* Add an option to trap mouse within window/display area.
* Fix ALT key mapping.
-------------------------------------------------------------------
Wed Apr 26 08:18:23 UTC 2017 - pousaduarte@gmail.com
- Update to version 1.4.0~git20170425:
* GPU: Rebuild FBOs when they now have storage.
* Core: Fix PPGe text drawing with missing icon.
* GPU: Attempt recreate of FBOs if failed.
* Core: Fix log spam in debug mode.
* GPU: Consistently use useBufferedRendering_.
* GPU: Centralize fb resize, move to begin of frame.
* GPU: Fix black screen on buffered render enable.
-------------------------------------------------------------------
Mon Apr 24 15:35:55 UTC 2017 - pousaduarte@gmail.com
- Update to version 1.4.0~git20170424:
* Fix postprocess shader submenu.
-------------------------------------------------------------------
Mon Apr 24 07:47:39 UTC 2017 - pousaduarte@gmail.com
- Update to version 1.4.0~git20170423:
* Headless: Fix DirectX11 support on Windows.
* Headless: Enable mipmaps.
* GPU: Correct const mip 0 detection.
* D3D11: Approximate AUTO/CONST mip bias.
* D3D9: Disable mips when mip filtering disabled.
* D3D9: Support AUTO mip bias and approximate CONST.
* Vulkan: NULL initialize some handles.
* GLES: Support AUTO and CONST mip bias.
* SoftGPU: Use texture bufw in bytes.
* SoftGPU: Rasterize triangles in chunks of 4 pixels.
* SoftGPU: Interpolate through texturing better.
* GLES: Avoid MIN/MAX LOD without LOD control flag.
* SoftGPU: Grab 4 S/T coords in non-through too.
-------------------------------------------------------------------
Fri Apr 21 08:14:57 UTC 2017 - pousaduarte@gmail.com
- Update to version 1.4~git20170421:
* Windows: Fix buffer overflow on load.
* Headless: Fix graphics tests.
* IR: Cleanup some invalid ops.
-------------------------------------------------------------------
Tue Apr 18 08:37:28 UTC 2017 - pousaduarte@gmail.com
- Update to version 1.4.0~git20170418:
* UI: Proxy devmenu keypress through an event.
-------------------------------------------------------------------
Mon Apr 17 18:59:15 UTC 2017 - pousaduarte@gmail.com
- Update to version 1.4.0~git20170417:
* Linux: add another PS3 controller GUID
-------------------------------------------------------------------
Sun Apr 16 14:37:36 UTC 2017 - pousaduarte@gmail.com
- Update to version 1.4.0~git20170416:
* Vulkan: Detect swapchain init failure.
* Add a restarting flag to NativeInit/NativeShutdown.
* Windows: Avoid restarting completely on GPU change.
* Core: Remove bRestartRequired config hack.
* EditorConfig: Workaround MSVC2017 bug.
* SoftGPU: Correct negative coord handling.
* SoftGPU: Fix crash on matrix load.
* SoftGPU: Force render res to 1x.
* SoftGPU: Use common spline/bezier rendering.
* SoftGPU: Fix indices starting after 0.
* SoftGPU: Simplify index conversion.
* SoftGPU: Remove old spline handling code.
-------------------------------------------------------------------
Sat Apr 15 17:09:51 UTC 2017 - pousaduarte@gmail.com
- Update to version 1.4.0~git20170415:
* Remove unused parameter to DestroyAllFBOs().
* Destroy FBOs only on actual resize.
-------------------------------------------------------------------
Sat Apr 15 00:47:52 UTC 2017 - pousaduarte@gmail.com
- Update to version 1.4.0~git20170414:
* Disable pause button when not using touch. Remove per-game status from some settings which shouldn't be per-game.
-------------------------------------------------------------------
Thu Apr 13 08:54:57 UTC 2017 - pousaduarte@gmail.com
- Update to version 1.4.0~git20170413:
* Update lang submodule
* UI: Respect the pause button display setting.
-------------------------------------------------------------------
Wed Apr 12 10:01:26 UTC 2017 - pousaduarte@gmail.com
- Update to version 1.4.0~git20170412:
* Windows: Fix mismatch on multitouch finger up.
* Windows: Cleanup type conversion in touch.
* Fix framebuffer size flopping back and forth.
* Fix largest framebuf size in throughmode.
-------------------------------------------------------------------
Tue Apr 11 12:50:41 UTC 2017 - pousaduarte@gmail.com
- Update to version 1.4.0~git20170411:
* Fix issues with software GPU on D3D11
-------------------------------------------------------------------
Mon Apr 10 19:07:51 UTC 2017 - pousaduarte@gmail.com
- Update to version 1.4.0~git20170410:
* Update lang
* Track flags to reduce unnecessary VRAM zeroing.
* Cleanup 16-bit VRAM clearing.
* Skip downloads of cleared VRAM.
* Linux: Added support for Hidromancer gamepad device driver
-------------------------------------------------------------------
Sun Apr 09 11:59:20 UTC 2017 - pousaduarte@gmail.com
- Update to version 1.4.0~git20170409:
* Windows: Make the window positioning code slightly saner and more straightforward.
* Switch back to using CXSCREEN/CYSCREEN for centering instead of the virtual screen.
* Typo fix
* When not resetting Y position, clamp Y to 0 early. See #9563
* When resetting Y, make sure we don't end up outside the screen. See #9563
* SaveState: Correct crash on rewind usage.
-------------------------------------------------------------------
Fri Apr 07 08:36:15 UTC 2017 - pousaduarte@gmail.com
- Update to version 1.4.20170407:
* Fix out-of-bounds framebuffer blit on color bind.
* QtMain: Renamed mis-named variable assets_dir to external_dir
* Use the root of the memstick as a tempdir for downloads. Should help #8711
-------------------------------------------------------------------
Thu Apr 06 16:22:05 UTC 2017 - pousaduarte@gmail.com
- Update to version 1.4.20170406:
* Further fixes to #9554
* Make the gesture detector treat all touches fully individually. Fixes issues with last commit.
* Windows: Fix check state after menu translate.
* Allow using any touchId to scroll. Should help #9554.
* Restore calls to UpdateUI from sceUmd, now that it's faster.
* Fix XInput polling in UWP apps. Should help #9555
* Touch on Windows Desktop: Apply the DPI scale *after* ScreenToClient.
* Minor cleanup with GOLD define - only use it in System_GetPropertyInt
* Operator precedence fix in ifdef
* Remove unused code
* Make scroll gesture detector compatible with other touches than #0. Should help #9554.
* Remove unnecessary disable-buildtime-git-version-creation.patch
-------------------------------------------------------------------
Mon Sep 26 14:54 UTC 2016 - pousaduarte@gmail.com
- Update to latest git snapshot
* use qt build