Compare commits

...

41 Commits

Author SHA1 Message Date
zilmar 2df34341d9 Merge remote-tracking branch 'origin/3.0.1' into Release 2021-06-18 14:25:42 +09:30
zilmar 32bf2ab7c3 Remove "Dev" for 3.0.1 2021-06-18 12:49:50 +09:30
zilmar 8040e8a210 Make showing nag window a temp setting 2021-06-14 16:58:33 +09:30
oddMLan d647cd8ea6 Update RDB
- Add new games (Freak Boy, Doubutsu Banchou)
- Added settings to a few games for stability with Enhancements (RDRAM Size=8 and Randomize SI/PI DMA=0)
- Removed incorrect Super Mario 64 hack entry (it is the basic expanded ROM)
- Some minor nomenclature corrections (Debug Version -> Debug) etc.
- Fixed Mortal Kombat Trilogy slowdown (thanks mkultimate & AIO)
2021-06-13 15:29:03 +09:30
oddMLan 873970d18e (Cheats) Leave only 1 line break at EOF 2021-06-13 15:02:50 +09:30
oddMLan 8277421556 Enhancement -> Enhancements (Updated package scripts as well)
Enhancement-User -> Enhancements-User
2021-06-13 14:58:02 +09:30
zilmar 1942416dd0 update version to 3.0.1 2021-06-13 13:36:44 +09:30
zilmar 699d4bb301 Use a specific version of Gliden64 (1d90610782) 2021-06-13 13:15:12 +09:30
zilmar a1ab96fec4 Merge branch '3.0-develop' of https://github.com/project64/project64 into 3.0-develop 2021-06-11 22:39:55 +09:30
zilmar a44ab96f6a Copy Project64.cfg.development if Project64.cfg does not exist 2021-06-11 22:38:33 +09:30
zilmar 744f5bd2b8 BlueToonYoshi_RDB_Updated_06-08-2021 2021-06-11 22:38:13 +09:30
zilmar 6970c72718 Remove calling git describe from UpdateVersion.cmd 2021-06-11 22:37:33 +09:30
oddMLan d6ff745603 Fix spelling mistake in support window 2021-06-11 22:37:12 +09:30
Felipe 58394d9119 Add files via upload 2021-06-11 22:36:34 +09:30
zilmar 527ad040b0 Disable menu if showing nag window 2021-06-11 22:35:56 +09:30
oddMLan 3d472f23e0 Fix spelling mistake in support window 2021-05-30 20:55:24 +09:30
Felipe fa8fdf1daa Add files via upload 2021-05-30 20:55:10 +09:30
zilmar 65e42355ae Disable menu if showing nag window 2021-05-30 20:46:15 +09:30
oddMLan 929635c6de Localize unstranslated strings
-'Always use interpreter core' & 'Enable Discord Rich Presence'
2021-05-28 16:46:07 +09:30
oddMLan 6ed7d613e2 Since 8MB is default now, remove hardcoded check in SettingsType-RDBRamSize.cpp and redundant note in the UI
This reverts commits 8475fa9c14 4020735b26
2021-05-28 16:43:55 +09:30
oddMLan d7eb1e9e21 Updated Spanish strings 2021-05-28 16:43:33 +09:30
oddMLan 80afb80925 Beautify Welcome Screen
Simplify wording, tweak the element alignments, and the plugin choice works like a button now (looks less confusing)
2021-05-28 16:42:47 +09:30
oddMLan 194564ee26 English.pj.Lang: Simplify wording & fix formatting 2021-05-28 16:42:20 +09:30
oddMLan 2c7f18212b Don't ask for advanced mode to let user pick enhancements 2021-05-28 16:42:04 +09:30
oddMLan bf06721b47 Fix ROM browser default column size 2021-05-28 16:39:15 +09:30
oddMLan aa05e02337 Minor layout fixes
- Fixed Notes in Enhancements window
- Fix Add Cheat to accommodate for cheat disable value feature
- Center about window header
2021-05-28 16:38:22 +09:30
shygoo f83bee91d9 [Debugger] Fix memory viewer paste crash 2021-05-26 16:59:51 +09:30
shygoo 7368802c00 [Debugger] Fix memory viewer paste crash 2021-05-26 16:58:48 +09:30
Derek "Turtle" Roe 77f4e4b101 Fix broken link in build doc 2021-05-26 10:30:21 +09:30
zilmar 77c266f1b5 Merge branch '3.0-Release' of https://github.com/project64/project64 into 3.0-Release 2021-05-26 10:26:35 +09:30
Nora c9999afc51 Remove leftovers from boxart being present on DiscordRPC 2021-05-26 10:22:02 +09:30
shygoo 0a61cbb1e3 [Debugger] Fix memory dump 2021-05-26 10:21:54 +09:30
Jaxon c3ccf08f8d Update Norwegian translation 2021-05-26 10:21:42 +09:30
Nora 69e78a7d3e Remove leftovers from boxart being present on DiscordRPC 2021-05-26 10:20:05 +09:30
shygoo af6cbf48f2 [Debugger] Fix memory dump 2021-05-26 10:19:45 +09:30
Jaxon d446775053 Update Norwegian translation 2021-05-26 10:19:23 +09:30
zilmar aab2dc63c2 Update CHANGELOG.md 2021-05-22 09:59:08 +09:30
zilmar 06ad543ff0 Update CHANGELOG.md 2021-05-22 09:58:21 +09:30
shygoo 7d86e892fa [Debugger] Fix search 2021-05-22 09:39:42 +09:30
shygoo 476d2dbc22 [Debugger] Fix search 2021-05-22 09:38:53 +09:30
zilmar d2cef0dc3f Remove Dev from version number 2021-05-19 11:22:57 +09:30
824 changed files with 1086 additions and 1515 deletions

2
.gitignore vendored
View File

@ -27,7 +27,7 @@ Thumbs.db
/Bin/Release64
/build
/Config/Cheats-User
/Config/Enhancement-User
/Config/Enhancements-User
/Config/Project64.cache3
/Config/Project64.cfg
/Config/Project64.rdn

View File

@ -3,7 +3,7 @@ Project64 - Building from source
This document describes how to set up a local build environment for Project64 on Windows.
It is meant for helping contributors set up building Project64 on their machines so that they can write code to fix bugs and add new features.
If you just want to run Project64 or its development builds, use the [Readme](https://github.com/project64/project64user-content-project64---nintendo-64-emulator) instead.
If you just want to run Project64 or its development builds, use the [Readme](https://github.com/project64/project64/blob/develop/README.md) instead.
## Required software

View File

@ -1,16 +1,18 @@
Android Release 9:
- Add ability to change screen res
- Fix multiple pause/resume
- minor bug fixes
Windows 2.4
- Build with v2015
- fixed fpu issue - Indiana Jones (#76)
- Fix bug in key assignment (#1309)
- Add Shygoo's debugger code
Version 3.0
- GLideN64 has been added and you can select it as the default plugin in the welcome screen
- New audio plugin
- large address aware
- New input plugin
- Added enhancements functionality
- Cheat system has been rebuilt from the ground up
- Ability to change defaults
- Add GlideN64
- Add New controller plugin
- Saves in unique directory
- Saves in their own unique directory
- Added Shygoo's debugger code
- Fixed FPU issue
- Fix issues in key assignment
- Large address aware
- Default compiler is now Visual Studio 2015
Android Release 9:
- Add ability to change screen resolution
- Fix multiple pause/resume
- Minor bug fixes

View File

@ -47,4 +47,3 @@ $Multi Player\Access Good Q
$Multi Player\Invincible
811147D8 0101

View File

@ -127,4 +127,3 @@ D10E0778 0010
$Time Taken Clock At 0:00
80102F02 0000

View File

@ -88,4 +88,3 @@ $Stop Timer\Trick Attack\Half Pipe
$Stop Timer\Trick Attack\Mountain Village
802C50DA 00C5

View File

@ -104,4 +104,3 @@ $Stop Timer\Trick Attack\Half Pipe
$Stop Timer\Trick Attack\Mountain Village
802C51EA 00C5

View File

@ -88,4 +88,3 @@ $Setting Options\SFX Volume Select
$test health
801D2A85 0032

View File

@ -12,4 +12,3 @@ Note=If you select the Low option, It will give your opponent an easy win over o
8110CF6C ????
0000 Max
4220 Low

View File

@ -19,4 +19,3 @@ Note=Player 1
801CA5D6 0064
801CA5D7 0064
801CA5D8 0064

View File

@ -87,4 +87,3 @@ $Subtitles On
$Unlock All Levels
81099E30 000F

View File

@ -43,4 +43,3 @@ $Subtitles On
$Unlock All Levels
81099E90 000F

View File

@ -43,4 +43,3 @@ $Subtitles On
$Unlock All Levels
81099E30 000F

View File

@ -35,4 +35,3 @@ $Start with Berry Weapon
$Unlock All Levels
81099150 000F

View File

@ -73,4 +73,3 @@ D0281691 0030
8027D5C0 000A
D0281691 0030
8027D5DA 000A

View File

@ -80,4 +80,3 @@ $Play As\Player 2
$Unlock Hidden Tracks & Cars
Note=All of the Freeze All Lap Timers must be on. These codes will Stop the others from racing against you in Grand Prix mode. To win a race in Grand Prix you must finish at least one lap in the qualify round, then complete all laps in race for first.
8009127C 0001

View File

@ -73,4 +73,3 @@ $Play As\Player 2
$Unlock All Tracks and Vehicles
8008D0AC 0001

View File

@ -73,4 +73,3 @@ $Play As\Player 2
$Unlock All Tracks and Vehicles
8008D1FC 0001

View File

@ -72,4 +72,3 @@ $Play As\Player 2
$Unlock Hidden Tracks & Cars
8008F29C 0001

View File

@ -69,4 +69,3 @@ $Tomahawk Squad
$Ultra Fast Missile Recharge
8027E300 0001

View File

@ -20,4 +20,3 @@ Note=Do Not put this cheat on until you have collected your 1st Health Potion fr
$Infinite\Max Health
80279308 001E

View File

@ -20,4 +20,3 @@ Note=Do Not put this cheat on until you have collected your 1st Health Potion fr
$Infinite\Max Health
80278B98 001E

View File

@ -20,4 +20,3 @@ Note=Do Not put this cheat on until you have collected your 1st Health Potion fr
$Infinite\Max Health
80278B98 001E

View File

@ -79,4 +79,3 @@ $Options\Sound Effects Modifier
8105005A 00??
FF SE On
00 SE Off

View File

@ -245,4 +245,3 @@ $Options\Sound Effects Modifier
810500AA 00??
FF SE On
00 SE Off

View File

@ -96,4 +96,3 @@ $Throwing Weapon Modifier
02 Exploding Potions
03 Cross
04 Axes

View File

@ -354,4 +354,3 @@ $Selection Options\Weapon Select
$Stop Timer Input
811CC4D2 0001

View File

@ -6,4 +6,3 @@ $The Away Team Has Max Score
$The Home Team Has Max Score
8107972A FFFF

View File

@ -64,4 +64,3 @@ $Points Select\Player 2
15 15 Points
30 30 Points
40 40 Points

View File

@ -64,4 +64,3 @@ $Points Select\Player 2
15 15 Points
30 30 Points
40 40 Points

View File

@ -54,4 +54,3 @@ $Max\Character Creation VS. LHP
$Max\Character Creation VS. RHP
810E2C08 4170

View File

@ -58,4 +58,3 @@ $Infinite\Pitch Type Creation Points
$Infinite\Strikes
8006E4E1 0000

View File

@ -144,4 +144,3 @@ $Time Passes
05 Hours & Mins Medium
10 Hours & Mins Fast
FF Time Zooms By

View File

@ -43,4 +43,3 @@ $Sound Select\SFX Volume
78 Medium (1.0)
BC Defualt (1.5)
F0 Max (2.0)

View File

@ -37,4 +37,3 @@ $Sound Select\SFX Volume
78 Medium (1.0)
BC Defualt (1.5)
F0 Max (2.0)

View File

@ -43,4 +43,3 @@ $Sound Select\SFX Volume
78 Medium (1.0)
BC Defualt (1.5)
F0 Max (2.0)

View File

@ -37,4 +37,3 @@ $Sound Select\SFX Volume
78 Medium (1.0)
BC Defualt (1.5)
F0 Max (2.0)

View File

@ -73,4 +73,3 @@ D00B254C 0000
$Unlock All Planes
810B252A 0105

View File

@ -44,4 +44,3 @@ Note=Here you can choose who you would like to play as. But Do not use this with
07 The Big Green One
08 Vikki
09 Plastro

View File

@ -79,4 +79,3 @@ Note=Here you can choose who you would like to play as. But Do not use this with
07 The Big Green One
08 Vikki
09 Plastro

View File

@ -59,4 +59,3 @@ $Play Level
0F Rockets
10 Pool
11 Pinball

View File

@ -22,4 +22,3 @@ $Infinite Lives (Classic Asteroids)
$Unlock Classic Asteroids
8106DF5A 0001

View File

@ -35,4 +35,3 @@ D00A5F35 0000
$Track Direction Unlocked (All Levels)
800A4131 0003

View File

@ -35,4 +35,3 @@ D00A5F75 0000
$Track Direction Unlocked (All Levels)
800A4171 0003

View File

@ -33,4 +33,3 @@ $Infinite\Time
$Invincible\Player 1
800AEE01 0001

View File

@ -25,4 +25,3 @@ $Infinite\Health
$Infinite\Money
810A9BB2 FFFF

View File

@ -531,4 +531,3 @@ D112D33A 002C
811E453C 01F4
D1147DEA 002C
811E453C 01F4

View File

@ -37,4 +37,3 @@ Note=Just collect one Note to Have 255 Notes in all Worlds.
$Infinite\Red Feathers
80386AAF 00FF

View File

@ -409,4 +409,3 @@ D0080845 0020
10 Truck
12 T-rex baby
13 T-rex daddy

View File

@ -81,4 +81,3 @@ $Yumblies Counter\Banjo
$Yumblies Counter\Mr Vile
8038697C 00FF

View File

@ -100,4 +100,3 @@ FFFF Have All Collected
$Take Off And Fly From Anywhere
Note=Press A Button. Do not use with Do Shock Spring Jump From Anywhere
8037C1D1 0002

View File

@ -99,4 +99,3 @@ FFFF Have All Collected
$Take Off And Fly From Anywhere
Note=Press A Button. Do not use with Do Shock Spring Jump From Anywhere
8037C1D1 0002

View File

@ -408,4 +408,3 @@ D108B284 0000
10 Truck
12 T-rex baby
13 T-rex daddy

View File

@ -394,4 +394,3 @@ D008B494 0020
10 Truck
12 T-rex baby
13 T-rex daddy

View File

@ -487,4 +487,3 @@ Note=Press Top D-pad,Do not use with Have\All Moves Or Have\Dragon Kazooie
D1081084 0800
8112001C A08E
8112001E 0606

View File

@ -43,4 +43,3 @@ $Super Lure
$Unbreakable Line
80119805 0001

View File

@ -6,4 +6,3 @@ $Player 1 Max Score (Casting Game)
$Player 2 Max Score (Casting Game)
8107A416 FFFF

View File

@ -29,4 +29,3 @@ $Weapon Select
01 Dark Knight Discus
02 Dark Knight Staff
03 Magnetic Nun Chaku

View File

@ -29,4 +29,3 @@ $Weapon Select
01 Dark Knight Discus
02 Dark Knight Staff
03 Magnetic Nun Chuku

View File

@ -333,4 +333,3 @@ $Unlimited Ammo
$Unlimited Lives
80135772 0001

View File

@ -31,4 +31,3 @@ $Level Select
$Score Aid
8124A152 FC9A

View File

@ -45,4 +45,3 @@ $Secret Level
$Start With All Weapons
80125AB1 0001

View File

@ -54,4 +54,3 @@ $Max\Pilot Limits
$Max\Scrap Limit
811FBCCA FFFF

View File

@ -84,4 +84,3 @@ $View Mode Select?
01 Fog
02 Flip
03 Fisheye

View File

@ -84,4 +84,3 @@ $View Mode Select?
01 Fog
02 Flip
03 Fisheye

View File

@ -84,4 +84,3 @@ $View Mode Select?
01 Fog
02 Flip
03 Fisheye

View File

@ -3,4 +3,3 @@ Name=Berney Must Die! by Nop_ (POM '99) (PD)
$Infinite Health
800794CB 0009

View File

@ -3,4 +3,3 @@ Name=Berney Must Die! by Nop_ (POM '99) (PD)
$Infinite Health
800794CB 0009

View File

@ -83,4 +83,3 @@ $Slalom Complete\Stage 4-Boarder
$Slalom Complete\Stage 4-Skier
800B35A0 0001

View File

@ -38,4 +38,3 @@ $Smoke Trail\Player One
$Smoke Trail\Player Two
80152E80 0001

View File

@ -47,4 +47,3 @@ $Play As\Player 1
0B PainMaster
0C Mutilator
0D ChainSaw

View File

@ -1535,4 +1535,3 @@ D10DBE8C 0044
810E4EA8 8007
D10DBE8C 0044
810E4EAA 06B0

View File

@ -21,4 +21,3 @@ $Infinite Hydraulics Sidesweeper
$Infinite Missiles Motor Bike
803F8AC3 0063

View File

@ -27,4 +27,3 @@ $Infinite\Hydraulics Sidesweeper
$Infinite\Missiles Motor Bike
803F8AC3 0063

View File

@ -27,4 +27,3 @@ $Infinite\Hydraulics Sidesweeper
$Infinite\Missiles Motor Bike
803F8B72 0063

View File

@ -45,4 +45,3 @@ $Sidesweep\Can Go Through Anything
$Sideswipe\Can Go In Water
803EDCE2 0063

View File

@ -25,4 +25,3 @@ $Press L to Levitate
Note=Press L to levitate & let go to come back down
D017E975 0020
810DBD88 44CB

View File

@ -28,4 +28,3 @@ $Press L to Levitate
Note=Press L to levitate & let go to come back down
D017DBC5 0020
810DAFD8 44CB

View File

@ -218,4 +218,3 @@ $Weapon Select\8th Position
11 Lazer Missiles
12 Resonator
13 Plasma Bombs

View File

@ -215,4 +215,3 @@ $Weapon Select\8th Position
11 Lazer Missiles
12 Resonator
13 Plasma Bombs

View File

@ -10,4 +10,3 @@ $Decrease Material
$Max Money
811FDA9C 000F
811FDA9E 423F

View File

@ -10,4 +10,3 @@ $Decrease Material
$Max Money
811FDD2C 000F
811FDD2E 423F

View File

@ -10,4 +10,3 @@ $Decrease Material
$Max Money
811FDD2E 423F
811FDD2E 423F

View File

@ -54,4 +54,3 @@ Note=Walk through Bombs like they are not there.Turn cheat to off to go back to
8024A3A6 00??
00 Off
01 On

View File

@ -26,4 +26,3 @@ $Infinite\Lives
$Infinite\Time
802AC633 0000

View File

@ -33,4 +33,3 @@ $Infinite\Time
$Invincible\Player 1
800AEE01 0001

View File

@ -54,4 +54,3 @@ Note=Walk through Bombs like they are not there.Turn cheat to off to go back to
8024A3A6 00??
00 Off
01 On

View File

@ -25,4 +25,3 @@ $Infinite\Health
$Infinite\Money
810ABD52 FFFF

View File

@ -33,4 +33,3 @@ D005A465 0020
D005A465 0020
D0154154 0000
80154154 0040

View File

@ -33,4 +33,3 @@ D005A455 0020
D005A455 0020
D0154154 0000
80154154 0040

View File

@ -34,4 +34,3 @@ D005A2F5 0020
D005A2F5 0020
D0154154 0000
80154154 0040

View File

@ -51,4 +51,3 @@ $Level Select
$Level Select Menu
811022CA 0EF0

View File

@ -50,4 +50,3 @@ $Level Select
$Level Select Menu
8110D1EA BF60

View File

@ -50,4 +50,3 @@ $Level Select
$Level Select Menu
810FE5AA D320

View File

@ -48,4 +48,3 @@ $Never Gets Bubbles\Player 3
$Never Gets Bubbles\Player 4
801589A1 0000

View File

@ -16,4 +16,3 @@ $Infinite Credit
$Max Points Aid
81170E4A 25C2

View File

@ -21,4 +21,3 @@ $Player 1\Never Gets Bubbles
$Player 1\Screen Never Fills Over Time
80171125 000A

View File

@ -71,4 +71,3 @@ D0056FA0 0002
$Press GS to Reset Player 2 score to 0
8809D9C0 0000
8809D9C2 0000

View File

@ -14,4 +14,3 @@ $Have All\Tracks
$Press R For Nitrous Boost
D01354BF 0010
8112CE6C 43CB

View File

@ -14,4 +14,3 @@ $Have All Tracks
$Press R For Nitrous Boost
D013435F 0010
8112BD0C 43CB

Some files were not shown because too many files have changed in this diff Show More