Games built with recent versions of Unreal Engine (e.g. Backrooms Escape Together, Ratshaker, Abiotic Factor) refuse to start unless msvcp140_2 and vcruntime140_1 have version resources.
~~I took this opportunity to factor out the version numbers into their own include file so they'll be easier to change if we need to bump them in the future.~~
These version resources will likely stop MS redists from installing via winetricks, but we already bit that bullet with !6943, which added one to msvcp140.
--
v3: msvcp140_2: Add a version resource.
vcruntime140_1: Add a version resource.
https://gitlab.winehq.org/wine/wine/-/merge_requests/8255
In native Windows, the COPY command will display the names of the files as they are copied. Wine should do the same. This change enables that.
--
v13: cmd: Allow '+' as delimiter for tab-completion, e.g. 'copy file+file2'.
https://gitlab.winehq.org/wine/wine/-/merge_requests/8200
Previously, depending on how the sin() was calculated, we could get a
small number or exactly 0, which unfortunately can be pretty far
between in terms of ULPs. We don't really want to test edge-case
accuracy with trig functions in the first place, so just nudge the
angle away from exact values.
--
https://gitlab.winehq.org/wine/wine/-/merge_requests/8263