Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Release USVFS 0.4.2.0 #10

Merged
merged 20 commits into from
Dec 20, 2018
Merged
Changes from 1 commit
Commits
Show all changes
20 commits
Select commit Hold shift + click to select a range
4125599
Use my udis86 fork, will fix python3 compilation.
LePresidente Aug 25, 2018
33e2d9e
use py -3 only, having it try python caused an error.
LePresidente Aug 27, 2018
50d7344
Fix Appveyor to use LePresidente/udis86 instead of vmt/udis86
LePresidente Aug 27, 2018
3043280
AppVeyor was still the old build file, updated to new build procedure.
LePresidente Aug 27, 2018
bda2e6c
Force pull on udis86 to master before build, since the init was not p…
LePresidente Aug 27, 2018
f59b003
Merge pull request #8 from LePresidente/Develop
LePresidente Aug 27, 2018
cdfbadc
Pulled down update to udis86
LePresidente Aug 29, 2018
8e9619f
Fix lib path for latest gtest versions
Silarn Oct 8, 2018
c7afff5
use the new boost location, that will be included in the prebuilt pac…
LePresidente Oct 22, 2018
8256f11
Fix Appveyor build
LePresidente Oct 23, 2018
9fa45dd
Merge pull request #9 from ModOrganizer2/Boost_Prebuilt
LePresidente Oct 23, 2018
bb88b16
Update path to Boost
LostDragonist Nov 28, 2018
7f0eda5
Add executable blacklisting functionality
LostDragonist Nov 29, 2018
c785950
Add some more blacklisting logs
LostDragonist Nov 29, 2018
41d0a9e
Change the ProgramData folder used to prevent issues when clearing Wi…
LostDragonist Dec 6, 2018
5e31b36
Add dialogs to display unhandled exceptions
LostDragonist Dec 6, 2018
acf3c28
Do not add/remove fake/overwrite folders to the directory tracker
LostDragonist Dec 7, 2018
a81b862
Change version to 0.4.2
LostDragonist Dec 7, 2018
40e79a2
Create the shared directory if it doesn't exist
LostDragonist Dec 7, 2018
5c109dd
Extend the proxy injection timeout to 15 seconds
LostDragonist Dec 12, 2018
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Change version to 0.4.2
LostDragonist committed Dec 7, 2018
commit a81b862f04ce5f6b3411af5996bbdc58d07e9862
2 changes: 1 addition & 1 deletion include/usvfs_version.h
Original file line number Diff line number Diff line change
@@ -2,7 +2,7 @@

#define USVFS_VERSION_MAJOR 0
#define USVFS_VERSION_MINOR 4
#define USVFS_VERSION_BUILD 1
#define USVFS_VERSION_BUILD 2
#define USVFS_VERSION_REVISION 0

#define USVFS_BUILD_STRING ""