Commit Graph

20534 Commits

Author SHA1 Message Date
Catarax 1ba7779d3c GameIni: Disable Broken Progressive Scan in BMX XXX
BMX XXX can detect forced Progressive Scan in Dolphin but the game will not be playable, the emulator will freeze.
On an original GameCube, GC-Forever reported that "Game does not support component video output.".
By default, it's better to disable the forced Progressive Scan feature on this game to make it playable and also not stuck in a broken startup.
2016-06-20 15:29:35 +02:00
Chris Burgener bb15468c90 Merge pull request #3909 from phire/Adapter_name_for_opengl
analytics: Report OpenGL's adapter name too.
2016-06-20 09:07:41 -04:00
Scott Mansell d197f489b9 analytics: Report OpenGL's adapter name too. 2016-06-20 23:54:44 +12:00
dhust 19fed720ff _DEFAULT_SOURCE flag added, and clang check for IsTriviallyCopyable macro
fix clang ver check for 4.0 +

using clang macro __has_feature

__GLIBCXX__ check added

fix __has_feature
2016-06-19 18:32:19 -03:00
Dolphin i18n Bot 4dc316750a Automatic translation resources update from Transifex 2016-06-19 16:44:26 +00:00
Pierre Bourdon 45f91c02c7 Merge pull request #3908 from delroth/analytics-gpu
analytics: More accurate video backend name.
2016-06-19 16:40:28 +02:00
Pierre Bourdon 5982072a44 analytics: More accurate video backend name. 2016-06-19 16:36:18 +02:00
Pierre Bourdon d5fbc14ecf Merge pull request #3907 from delroth/analytics-alpn
analytics: Disable ALPN only on Windows.
2016-06-19 13:27:52 +02:00
Dolphin i18n Bot a50ac27064 Automatic translation resources update from Transifex 2016-06-19 10:59:07 +00:00
Pierre Bourdon b8496fc844 analytics: Disable ALPN only on Windows. 2016-06-19 12:54:40 +02:00
Pierre Bourdon d9b687f5e2 Automatic translation template update 2016-06-19 04:25:32 +02:00
Pierre Bourdon 85a794a801 Automatic translation resources update from Transifex 2016-06-19 04:23:58 +02:00
Chris Burgener 65f76cfc63 Merge pull request #3905 from delroth/analytics
Analytics reporting support
2016-06-18 21:58:04 -04:00
Pierre Bourdon 63dab254e0 Analytics: Implement UI.
* Opt-in popup on first start.
* Checkbox and button in the main config dialog.
2016-06-19 02:55:46 +02:00
Pierre Bourdon 121f270367 Add an Analytics reporting system.
Fully opt-in, reports to analytics.dolphin-emu.org over SSL. Collects system
information and settings at Dolphin start time and game start time.

UI not implemented yet, so users are required to opt in through config editing.
2016-06-19 02:55:46 +02:00
Chris Burgener f3f35d29bc Merge pull request #3906 from Catarax/master
Tony Hawk's American Wasteland (European Version) Crash Fix
2016-06-18 19:46:36 -04:00
Catarax 2f44388dc6 Tony Hawk's American Wasteland (European Version) Crash Fix
Force MMU to ON like use the American Release of Tony Hawk's American Wasteland on Dolphin
2016-06-19 01:41:10 +02:00
Pierre Bourdon 49ce9b153d scmrev: Add "distributor" option.
Used to distinguish between Dolphin distributions (e.g. "dolphin-emu.org",
"Ishiiruka", etc.).
2016-06-18 18:31:40 +02:00
Pierre Bourdon c4f5c471bb Externals: Add libcurl. 2016-06-18 18:31:40 +02:00
Pierre Bourdon fe51de23f1 StringUtil: Add a HexDump function.
Generates a string like the following from a binary blob:

000000: 00 00 04 74 79 70 65 00 09 61 70 70 2d 73 74 61  ...type..app-sta
000010: 72 74                                            rt
2016-06-18 16:37:09 +02:00
Chris Burgener fd5d10005e Merge pull request #3901 from RisingFog/story_hour_ini
Force Real XFB and EFB2RAM for Story Hour: Adventures and Story Hour: Fairy Tales
2016-06-18 00:14:12 -04:00
Dolphin Bot 847cb540d9 Merge pull request #3902 from phire/lets_just_release_5_0_already
TextureCache: Track efb copies used in a partially updated texture (fixes regression for 5.0)
2016-06-17 18:31:03 +02:00
Scott Mansell 96ab76f81d TextureCache: Rename functions and add comments to clear up docs 2016-06-18 04:27:16 +12:00
Chris Burgener 08764c10e6 Merge pull request #3900 from leoetlino/oot-master-gameini
GameINI: Force EFB to RAM for OoT Master Quest (D43)
2016-06-17 11:14:06 -04:00
Scott Mansell 94eaacae30 TextureCache: Track efb copies used in a partially updated texture
Fixes a major preformance regression in Skies of Arcadia during
battle transisions.

I had plans for a more advanced version of this code after 5.0,
but here is a minimal implemenation for now.
2016-06-17 23:46:22 +12:00
Chris Burgener bfc4a690d4 Force EFB2RAM for Story Hour: Adventures and Story Hour: Fairy Tales 2016-06-15 16:32:35 -04:00
Chris Burgener 76074d12f3 Force Real XFB for Story Hour: Fairy Tales 2016-06-15 09:08:41 -04:00
Chris Burgener 73495f0006 Force Real XFB for Story Hour: Adventures 2016-06-15 09:07:05 -04:00
Léo Lam b96f75c2ee GameINI: Force EFB to RAM for OoT Master Quest (D43)
The Legend of Zelda: Ocarina of Time (Master Quest) needs EFB to RAM
for the pause menu background to not be black and for Link to show up
in the pause menu. These are the two most visible issues without EFB
to RAM enabled.

This is consistent with the GameINI for the Collector's Edition
version (PZL).
2016-06-15 14:56:45 +02:00
Markus Wick aa07f0903b Merge pull request #3898 from RisingFog/hollywood_squares_ini
Force Virtual XFB for Hollywood Squares
2016-06-14 17:28:24 +02:00
Pierre Bourdon dc8880f3d0 Merge pull request #3889 from CarlKenner/AddRemovePrograms
Installer: add values for the Size, Location, and Comments columns
2016-06-14 16:21:50 +02:00
Pierre Bourdon c8d0eb103a Merge pull request #3887 from CarlKenner/DontDeleteUser
This fixes the issue where the installer deletes the User folder
2016-06-14 16:21:44 +02:00
Chris Burgener 34ac512f79 Force Virtual XFB for Hollywood Squares 2016-06-14 08:54:24 -04:00
Mat M e7ece894b6 Merge pull request #3895 from Helios747/conduit2ini
[INI] Remove malformed Conduit 2 cheat codes
2016-06-13 08:44:43 -04:00
Anthony Serna c7510bb5e3 [INI] Remove malformed Conduit 2 cheat codes 2016-06-13 07:32:10 -05:00
Carl Kenner b31b8f02d9 This fixes the issue where the installer deletes the User folder, possibly including saved-games, and deletes everything else in the install folder, possibly including games that took hours to dump.
We still delete the Sys folder though, because otherwise games will use the wrong settings due to our wildcard support. And we delete the Languages folder, any DLL files, uninst.exe, Dolphin.exe, DSPTool.exe and the qt.conf and cpack_package_description.txt that older Dolphin installers or packages accidentally create.
2016-06-11 01:54:01 +09:30
Carl Kenner fe2a96bb06 Add values for the Size, Location, and Comments columns of the Programs and Features (aka Add/Remove Programs) window used to uninstall programs in Windows. Most programs fill in the Location and Size columns, but Dolphin doesn't. Most programs unfortunately don't fill in the comments column, but I find that annoying when I go to uninstall things and can't work out what half the programs are for. 2016-06-11 01:26:28 +09:30
Chris Burgener 66fe98dbd9 Remove cpack_package_description.txt from Windows builds 2016-06-10 09:50:46 -04:00
Markus Wick b968a90002 Merge pull request #3886 from JosJuice/readme-installer
Update installer script filename in readme
2016-06-08 16:59:06 +02:00
JosJuice b8775b5a98 Update installer script filename in readme
This was changed in 00c21e7.
2016-06-06 21:05:47 +02:00
Pierre Bourdon c26eb14ba8 Merge pull request #3884 from JosJuice/install-directory-without-version
Do not include the Dolphin version in the install directory name
2016-06-05 22:06:19 +02:00
Pierre Bourdon cd29de7713 Merge pull request #3883 from RisingFog/5.0-installer
Add VC++2015 redistributable
2016-06-05 21:39:51 +02:00
JosJuice 0417f4993e Do not include the Dolphin version in the install directory name
This change was introduced for 4.0.1 and never ported to the
master branch until now. It would be awkward to have 5.0 go back
to the 4.0 behavior after we already changed the behavior once.
2016-06-05 21:37:41 +02:00
Chris Burgener c2599b3e5f Add VC++2015 redistributable 2016-06-05 15:23:06 -04:00
Pierre Bourdon 6acb19ab09 Merge pull request #3882 from RisingFog/5.0-installer
Update Installer for Dolphin 5.0 (Bundle VC++2015 Redist)
2016-06-05 21:21:17 +02:00
Chris Burgener 347bae44a4 Update dolphin-emu.spec for 5.0 2016-06-05 15:11:28 -04:00
Chris Burgener 2507dc731c Prepare Windows Installer for 5.0 2016-06-05 15:10:00 -04:00
Pierre Bourdon 00c21e7859 Installer: Remove dual-architecture shim. 2016-06-05 09:41:34 +02:00
Pierre Bourdon c514a48f4d Merge pull request #3776 from EmptyChaos/ar-isoprop-corrupt
ActionReplay: Fix ISOProperties corrupting active code set
2016-06-05 09:29:51 +02:00
Pierre Bourdon 96acd3e7ff Merge pull request #3869 from delroth/out-of-git
Provide better scmrev defaults without .git
2016-06-05 09:27:57 +02:00