Nicholas
129932d86e
Merge branch 'master' of https://github.com/project64/project64
2015-02-21 12:00:50 +11:00
Nicholas
c07497e96a
Dynamically link XInputGetState
2015-02-21 12:00:01 +11:00
zilmar
45027e8903
Merge pull request #109 from MelchiorGaspar/master
...
Update NRagePluginV2.rc
2015-02-21 08:49:34 +11:00
MelchiorGaspar
a5479b94fb
2015-02-20 16:40:41 -05:00
MelchiorGaspar
34d1725374
Update NRagePluginV2.rc
...
update version strings from 2.3c to v2.3.0.2 to reflect the plugins full version #.
2015-02-20 16:00:27 -05:00
MelchiorGaspar
71459995ee
Update NRagePluginV2.rc
...
Update Copyright year from 2011 -> 2015
2015-02-20 15:53:29 -05:00
zilmar
499988dbec
Merge pull request #107 from dsx-/master
...
fix accidentally deleted Plugin Notes in rdb
2015-02-21 05:28:41 +11:00
dsx-
1faf61f767
some changes and fixes
...
Aidyn Chronicles - The First Mage (U)
+ added (V1.0) tag
Chameleon Twist (J)
+ added Plugin Note from E/U
Chameleon Twist (U)
+ added (V1.0) tag
Excitebike 64 (U)
+ added (V1.0) tag
F-1 Pole Position 64 (J) (Human Grand Prix)
+ merged RDB changes from other region(s)
Fighter Destiny 2 (J) (Kakutou Denshou - F-Cup Maniax)
+ merged RDB changes from other region(s)
Madden Football 64 (E)
- removed Plugin Note
NFL Blitz (U)
+ added (V1.0) tag
Scooby-Doo - Classic Creep Capers (U)
+ added (V1.0) tag
Star Fox 64 (U) (V1.0)
+ remove clear frame attribute
Telefoot Soccer 2000
+ updated Plugin Note
+ added AiCountPerBytes=250
Turok - Rage Wars (U)
+ added (V1.0) tag
Vigilante 8 (all regions)
+ added RDRAM Size=8
2015-02-21 01:12:26 +08:00
dsx-
3875f74783
fix accidentally deleted Plugin Notes in rdb
...
apologies for another large RDB commit, but I restored a bunch of Plugin
Notes that I accidentally deleted before my first large commit
2015-02-21 00:11:27 +08:00
Nicholas
87de53b202
fix glide about box
2015-02-20 21:10:13 +11:00
zilmar
662e3efa27
Update project settings for visual studio 2013
2015-02-20 20:09:05 +11:00
zilmar
436888dd6b
Update version numbers and create a package zip
2015-02-19 19:03:33 +11:00
zilmar
c8a6bba702
Add missing entries
2015-02-19 18:33:58 +11:00
zilmar
203946d436
Merge pull request #102 from death-droid/CleanoutChmsAndHTMLLIB
...
Cleanout chms and htmllib
2015-02-19 16:35:37 +11:00
Emmet Young
11a6dea3cc
Update language files to reflect changes to numbering
2015-02-19 16:21:53 +11:00
Emmet Young
595cddae99
Strip out the CHMs and remove htmlhelp as it is no longer needed
2015-02-19 16:08:26 +11:00
zilmar
6be9e796ee
Merge pull request #100 from LegendOfDragoon/master
...
Fix mistakes in IsNextInstructionMmx() and UseRspFlags()
2015-02-19 14:24:27 +11:00
LegendOfDragoon
8aa40e4119
Add some missing instructions to UseRspFlags()
...
This change should get rid of some message box popups when enabling Show
Compiler Errors.
2015-02-18 18:34:32 -08:00
LegendOfDragoon
36e5d8d353
Fix problem with IsNextInstructionMmx()
...
It's supposed to check the next instruction, which is PC, rather than
the current instruction which is CompilePC. This mistake is what caused
graphical errors in RE2.
2015-02-18 18:18:27 -08:00
zilmar
11c91e4f8d
Merge pull request #99 from LegendOfDragoon/master
...
Fix RomClosed() issue for RSP #1.1 plugins
2015-02-19 08:52:04 +11:00
LegendOfDragoon
4d2611fadd
Only WriteTrace in RomOpen if RomOpen != NULL
2015-02-18 13:24:36 -08:00
zilmar
82b83199e0
update header to be utf-8, added missing games by Lithium64
2015-02-19 08:18:49 +11:00
zilmar
8a6c2b2555
RSP.vcproj: Remove some of the unused files
2015-02-19 08:15:06 +11:00
LegendOfDragoon
a070d5f38c
Fix RomClosed() issue for RSP #1.1 plugins
...
RSP #1.1 does not have RomOpened() so m_RomOpen is never true. Since
m_RomOpen is never true, RomClosed() never gets called.
2015-02-18 13:12:42 -08:00
zilmar
9d607af14f
Nrage: Update version and change location of log and config dir
2015-02-18 20:52:23 +11:00
zilmar
93404e32dc
CPlugin::GameReset should call RomClose, not RomClosed
2015-02-18 17:09:09 +11:00
zilmar
5a288052b8
fix version string include
2015-02-18 07:47:41 +11:00
zilmar
9a89efd6d1
Merge branch 'master' of https://github.com/project64/project64
2015-02-18 07:42:02 +11:00
zilmar
dba475a1ae
change drag and drop filename length to MAX_PATH
2015-02-18 07:41:34 +11:00
zilmar
065b9961c5
Merge pull request #95 from death-droid/VersionHAdd
...
Version h add
2015-02-18 07:38:53 +11:00
Emmet Young
4a8986d416
Hopefully add correct files for Visual Studio 2008
2015-02-17 21:07:15 +11:00
Emmet Young
e540a7fdac
Old common version.cpp and version.h is no longer required, remove it.
2015-02-17 21:00:44 +11:00
Emmet Young
d38de99bfa
Make glide64's version info reference from version.h
2015-02-17 20:56:34 +11:00
Emmet Young
7a6a22b8ec
RSP Use Version.h version info in resource file
2015-02-17 20:45:57 +11:00
Emmet Young
714886e5ca
Move Project64 core over so resource file references version info from Version.h
2015-02-17 19:28:30 +11:00
zilmar
d033a4f2b8
Merge pull request #88 from death-droid/PathOSVersionCleanup
...
Path os version cleanup
2015-02-17 17:16:44 +11:00
zilmar
617df6e143
Merge pull request #94 from dsx-/master
...
add missing rdb attributes for tony hawk pro skater v1.1
2015-02-17 13:20:43 +11:00
dsx
604ee215ee
add missing rdb attributes for tony hawk pro skater v1.1
2015-02-17 08:51:38 +08:00
zilmar
975ec2dce8
Merge pull request #93 from cxd4/so_i_herd_u_liek_TargetName_and_TargetPath
...
Fix linker warning MSB8012 in VS2013 for RSP module.
2015-02-17 08:24:22 +11:00
unknown
5975976d82
matched VS2013 RSP rel to RSP dbg, glide rel and glide dbg
2015-02-16 15:41:04 -05:00
zilmar
a0527dd978
Merge pull request #91 from dsx-/master
...
many many rdb changes
2015-02-17 05:38:32 +11:00
zilmar
c8515565d3
Merge pull request #90 from death-droid/HandleDnD
...
Handle files that are dragged and dropped onto Projec64's window.
2015-02-17 05:30:08 +11:00
dsx-
72b12dda85
many many rdb changes
...
updated rom browser compatibility info for many games as well as plenty
of rdb settings to improve compatibility
2015-02-17 00:20:32 +08:00
Emmet Young
45f83e9d2c
Handle files that are dragged and dropped onto Projec64's window.
2015-02-17 01:13:02 +11:00
zilmar
1f97185f05
disable manifest for visual studio 2008
2015-02-16 17:58:35 +11:00
zilmar
849de141fb
Merge pull request #87 from oddMLan/Manifest_generation_fix
...
Fix manifest file not being embedded into the Project64 executable
2015-02-16 17:24:09 +11:00
Emmet Young
fb6e9aa4fe
Remove the need for OSVersion code.
2015-02-16 17:19:11 +11:00
Emmet Young
6a3836d40f
Initial Cleanup of Path.cpp, remove no longer used functions
2015-02-16 17:13:37 +11:00
oddMLan
e0ecffe5c1
Update UI Resources.rc to use manifest file
2015-02-15 19:54:42 -07:00
oddMLan
4fec91eb13
Update Project64.exe.manifest
2015-02-15 19:52:59 -07:00