-
Notifications
You must be signed in to change notification settings - Fork 133
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* rebase * fix eos build * * fix up cursor_hand alignment * * add openGL vendor info in log on boot * * export high performance NVIDIA/AMD variables on windows to auto-select high perf gfx * * hide old tinkering ui * robots have health percentage in tooltips and tinker ui * misc clean up * * missed a bit old tinkering menu removal * * make player not able to interact after dying until deatth message appears * add function to determine if !command but checks if using keyboard control * * more deprecation of !command to allow other players to do stuff with chat open * * make deathcam rotate as soon as grave falls * * rename bUsingCommand to usingCommand * * rename bGameoverActive to isGameoverActive * * always select first chest slot on open * * more fixes for disabling player control when game paused * * another gitignore update * * shops work better in splitscreen * other control fixes * minor cursor fix when swapping to charsheet + inventory * * add cleanup to player pointers on gui resize * add auto aspect ratio detection on boot Co-authored-by: SheridanR <sheridan.rathbun@gmail.com> Co-authored-by: WALL OF JUSTICE <->
- Loading branch information
1 parent
8efb92c
commit edaf62c
Showing
18 changed files
with
488 additions
and
170 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -56,4 +56,5 @@ steam_appid.txt | |
*.opendb | ||
/VS.2015/Release/ | ||
*.lib | ||
*.exp | ||
*.exp | ||
/VS.2015/x64/Steam Crossplay |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.