-
Notifications
You must be signed in to change notification settings - Fork 24
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Beta Build 4 update: * Added grid overlay button on the controls bar * Added FOV slider back in the Settings menu. (You're welcome dbp) * The program will now detect level ids that might not be normally used. These are added as "Extra Levels" at the bottom of the select level list. * The "Select Level" window should no longer be resizable. * Fixed a bug with loading segment 0x2 in roms that use shygoo's more letters patch * Fixed a bug with RGBA16 encoding Changes by aglab2: * Added a bunch of sanity checks in the code to improve rom compatibility and reduce crashing. No SM64 ROM Manager support yet. Maybe in the next build.
- Loading branch information
Showing
14 changed files
with
657 additions
and
316 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
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 |
---|---|---|
@@ -1,6 +1,6 @@ | ||
<?xml version="1.0" encoding="utf-8"?> | ||
<packages> | ||
<package id="Newtonsoft.Json" version="10.0.3" targetFramework="net4" /> | ||
<package id="Newtonsoft.Json" version="11.0.2" targetFramework="net4" /> | ||
<package id="OpenTK" version="2.0.0" targetFramework="net45" /> | ||
<package id="OpenTK.GLControl" version="1.1.2349.61993" targetFramework="net40" /> | ||
<package id="OpenTK.GLControl" version="1.1.2349.61993" targetFramework="net4" /> | ||
</packages> |
Large diffs are not rendered by default.
Oops, something went wrong.
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.