zilmar
43a2081cae
Merge pull request #1996 from vgturtle127/master
...
Make the readme a bit less wordy and more appealing.
2021-03-03 09:45:22 +10:30
zilmar
52c08f33c4
Merge pull request #1997 from flagrama/welcomescreen-debug-fix
...
Fix WelcomeScreen setting Default_GFX_Plugin
2021-03-03 09:45:05 +10:30
Vincent Cunningham
8ece98efc4
Fix WelcomeScreen setting Default_GFX_Plugin
...
Settings.cpp - Was missing a value for the new SettingID while running a
Debug build causing breakpoint to be handled when clicking OK. A new
handler with a default value has been added.
WelcomeScreen.cpp - Would set the Default_GFX_Plugin value and the value
would be used when launching a game or viewing the Plugins menu in
Options and set the Current_GFX_Plugin, but if a user were to try to
configure their Graphics Plugin prior to launching a game, they would
always open the Project64 Video config screen, even if they had chosen
GLideN64 as the default plugin. The Current_GFX_Plugin is now set with
the value of the Default_GFX_Plugin to ensure the correct configuration
dialog is opened.
WelcomeScreen.cpp - String value would always load the non-debug version
of Project64 Video after the above changes. The string to use is now
loaded from the Default_GFX_Plugin so if the default has never been set
the proper default value should now be used. If it has been set before
and is not a Project64 Video plugin, the value will be set to Project64
Video (non-debug) to keep the dialog accurate.
2021-03-02 17:32:05 -05:00
Derek "Turtle" Roe
e629bc19b2
Make the readme a bit less wordy and more appealing.
2021-03-02 01:28:28 -06:00
zilmar
605dbafd15
Resume after closing enhancement window
2021-03-02 17:15:24 +10:30
zilmar
62920525d0
Make rdram size 8 mb by default
2021-03-02 16:40:31 +10:30
zilmar
1f15ed30ca
Have 32bit disabled by default
2021-03-02 16:05:36 +10:30
zilmar
0e3c2b0559
Remove Plugin Note's and Core Note's from rdb
2021-03-02 14:48:26 +10:30
zilmar
5c60ea213f
Update copyright date
2021-03-02 12:43:17 +10:30
zilmar
91afa79c6c
Merge pull request #1994 from vgturtle127/master
...
Update N64System.h copyright header and comments
2021-03-01 20:12:51 +10:30
zilmar
846ea11ef9
Merge pull request #1993 from flagrama/remove-unknown-oot-goodname
...
[OoT Randomizer] Remove greedy Good Name
2021-03-01 20:10:57 +10:30
zilmar
b8206c5043
Merge pull request #1995 from flagrama/linux-fixes
...
Linux fixes
2021-03-01 20:10:49 +10:30
zilmar
88144f53c9
Prompt for jabo or glide plugin
2021-03-01 20:08:29 +10:30
Derek "Turtle" Roe
0e0c28c493
Update N64System.h
2021-02-28 22:05:04 -06:00
Vincent Cunningham
8dea0170d3
Ignore narrowing conversion on g++
2021-02-28 20:32:42 -05:00
Vincent Cunningham
56d98cae9b
Use correct variable for log
2021-02-28 20:22:34 -05:00
Vincent Cunningham
a76781bf0f
IniFileClass.cpp: Restore include directive
2021-02-28 18:30:53 -05:00
Vincent Cunningham
38ca1407c9
Fix platform difference errors
2021-02-28 18:02:40 -05:00
Vincent Cunningham
3eaa3c591b
Modify Unix build script
2021-02-28 18:02:18 -05:00
Vincent Cunningham
dcb360cf41
Replace \ with / in include directives
2021-02-28 17:38:56 -05:00
Derek "Turtle" Roe
f36fdb6098
Update N64System.h comments
...
Fix title case and make MIPS an acronym. Add spaces before comments to increase readability on certain themes and editors.
2021-02-28 04:40:18 -06:00
Derek "Turtle" Roe
03dce5f74e
Update copyright header for N64System.h
...
Switched from block comments to single line comments, updated copyright year, reduced verbosity of license lines, and switched to HTTPS for license link.
2021-02-28 04:28:15 -06:00
Vincent Cunningham
78ca6f473b
Remove greedy Good Name
...
Removes the Good Name from the greedy THE LEGEND OF ZELDA rdb entry.
Settings still seem to be retained between all relevant ROMs and
changing an option in one will change the option for all of them.
This is preferable as the file name is the only way to distinguish
randomizer ROMs in the first place. It also won't override unrelated
rom hacks with the wrong name. This should reduce user confusion for
both of these cases.
2021-02-27 01:43:09 -05:00
zilmar
dc227d7c2a
Merge pull request #1982 from flagrama/ootr-fix-entrance-rando-crash
...
[OoT Randomizer] Enable SSM-FUNC for unrecognized OoT ROMs
2021-02-27 11:25:47 +10:30
zilmar
fdc55b37d9
Merge pull request #1981 from Akira13641/master
...
Add cheats file for Dinosaur Planet
2021-02-27 11:25:12 +10:30
zilmar
e3f274c1c9
Merge pull request #1992 from flagrama/gliden64-installer-fixes
...
Fix installer issues with GLideN64
2021-02-27 11:24:28 +10:30
Vincent Cunningham
492d194418
Fix installer issues with GLideN64
...
Correct path GLideN64 is installed to. Give user edit permissions to the
directory since used for config and textures.
2021-02-26 18:43:41 -05:00
Akira13641
b177a03d1a
Add Widescreen and Ultra Widescreen codes
2021-02-25 17:22:26 -05:00
Vincent Cunningham
63d6d9fcc3
Enable SSM-FUNC for unrecognized OoT ROMs
...
This fixes an issue in Ocarina of Time Randomizer when
playing with Entrance Randomizer on in certain situations.
2021-02-25 15:37:48 -05:00
Akira13641
143f458118
Update Dinosaur Planet cheats file
2021-02-25 13:35:49 -05:00
Akira13641
1214080377
Add cheats file for Dinosaur Planet
2021-02-25 10:29:11 -05:00
zilmar
8afd888c06
Merge pull request #1951 from Alen-Alic/master
...
Several spelling fixes
2021-02-25 07:47:03 +10:30
zilmar
f6008997e7
Merge pull request #1974 from flagrama/pj64-input-inverted-axis-checking-button
...
[Project64-Input] Fix inverted axis when checking pressed buttons
2021-02-25 07:46:14 +10:30
zilmar
f397554a6a
Merge pull request #1973 from Akira13641/master
...
Add Project64.rdb and Project64.rdx entries for Dinosaur Planet
2021-02-25 07:46:06 +10:30
Akira13641
a4bd4146ac
Remove weird text that Github auto-inserted when committing
2021-02-24 15:37:48 -05:00
Vincent Cunningham
11c51f1b78
Fix inverted axis when checking pressed buttons
2021-02-24 13:38:15 -05:00
Alen-Alic
3ed58001f6
Update Bosnian.pj.Lang
...
(typography fixes)
2021-02-24 12:11:13 -06:00
Akira13641
2b8b2b3c62
Add entry for Dinosaur Planet
2021-02-24 12:58:44 -05:00
Akira13641
89c919ffa0
Add entry for Dinosaur Planet
2021-02-24 12:55:39 -05:00
zilmar
051532ce92
Merge branch 'master' of https://github.com/project64/project64
2021-02-24 21:26:24 +10:30
zilmar
9262e37c47
Make sure file is reloaded on opening cheat config
2021-02-24 21:25:35 +10:30
zilmar
0a2756c163
Merge pull request #1952 from flagrama/pj64-input-deadzones
...
[Project64-Input] Use non-square for deadzone
2021-02-24 12:54:49 +10:30
Vincent Cunningham
a21f8dba21
Use non-square for deadzone
2021-02-23 20:41:39 -05:00
Alen-Alic
fcb13d0750
Update and rename Duke Nukem - ZER0 H0UR (F).cht to Duke Nukem - ZERO HOUR (F).cht
...
(title spelling fixes)
2021-02-23 10:43:59 -06:00
Alen-Alic
b17506cbd3
Update and rename Duke Nukem - ZER0 H0UR (U).cht to Duke Nukem - ZERO HOUR (U).cht
...
(title spelling fixes)
2021-02-23 10:43:36 -06:00
Alen-Alic
ec814be1b6
Update and rename Duke Nukem - ZER0 H0UR (E).cht to Duke Nukem - ZERO HOUR (E).cht
...
(title spelling fixes)
2021-02-23 10:43:06 -06:00
Alen-Alic
34cc068a12
Update Bosnian.pj.Lang
...
(several grammar fixes)
2021-02-23 10:41:21 -06:00
zilmar
155d331d45
Do not necessary reload enhancement file
2021-02-23 21:39:48 +10:30
zilmar
998ff9ea2a
Enhancements: show notes
2021-02-23 20:16:00 +10:30
zilmar
beb5c3e77d
Enhancement: allow enhancment with no GS entries
2021-02-23 20:15:21 +10:30