-
Notifications
You must be signed in to change notification settings - Fork 28
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
More safety updates, fix for Terminal Services on Windows 10, update to Detours and Readme Update #86
More safety updates, fix for Terminal Services on Windows 10, update to Detours and Readme Update #86
Conversation
The other commits are the same as the pull before, they were just on another branch. |
Finished and tested on 2.1.2.10. I haven't tested with respondus monitor because our school does not use it. (Yet...) |
Whoops the rename of the branch closed this :P |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Code changes all look good to me. The documentation changes look mostly good, but I have a few comments (I'm really picky though). Thanks again for all of this!
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks good to me; just a couple tiny changes, but then I think that this should be good to merge. Thanks again.
All items resolved. Tested and ready to merge. |
@gucci-on-fleek How come some combined commits are partially verified? |
I also made some new Labels for issues and marked all issues with the applicable issue for you =) |
Don't merge yet. I just found a potential problem. |
I've got “vigilant mode” enabled, so since the commit has a
Perfect, thanks! |
He clearly deserves it :)
Run `dos2unix **/*` and add `.gitattributes`
1c22fc9
to
118b4bf
Compare
GetSystemMetrics-Hook.cpp and sandbox_run.ps1 implemented better error handling. The PS1 also received a code cleanup with functions.
DRM was disabled (added in the last pr), and more descriptive images were added to the readme.
Also, the detours were updated to the newest version in the main branch.