Commit Graph

380 Commits

Author SHA1 Message Date
pgert 9eb5f36ecc Specifications & Corrections of PAL languages in GameIndex.
What this PR primarily does is to sort out the PAL-E mess.
Some have used PAL-E for Englsh, others for Europa (PAL-M5), and others still for España.
With this PR all PAL-E should refer to English, while the ones referring to Europa have PAL-M5 or something as a code, and the ones referring to España have PAL-S as a code.

Generally only one letter is used for the more common languages; English etc.
So is the case in this PR.

For some PAL-M2 entries in particular, though maybe also for some PAL-M3 entries, there can be 2 or more discs of the same game having this code; it's not necessarily a disc specific code - it only tells how many languages the disc supports.
So is the case in this PR.

Language codes used:
E - English
G - German
I - Italian
S - Spanish
F - French
P - Portuguese
R - Russian
DU - Dutch
NO - Norwegian
SE - Swedish
DA - Danish
FI - Finnish
CZ - Czech
PL - Polish
HR - Croatian
HI - Hindu
2015-09-18 13:46:44 +03:00
Avi Halachmi (:avih) fd7d05d003 cheats_ws: 1938 widescreen patches (176 new, 1 removed, 33 modified)
and 1729 patches remain identical.

Updated to Devina's latest archive (2015-08-18), with 3 WIP patches removed
(1771BFE4, C77AF2CA, DA3DD765).

See:
- http://forums.pcsx2.net/Thread-PCSX2-Widescreen-Game-Patches?pid=476028#pid476028
- http://forums.pcsx2.net/Thread-PCSX2-Widescreen-Game-Patches?pid=271674#pid271674
2015-08-18 22:00:41 +03:00
Gregory Hainaut b17803bb34 gsdx-ogl: wipeout of GL_ARB_bindless_texture
Code is completely broken. It doesn't help to improve speed.

Remove 200 lines ;)
2015-08-08 09:16:49 +02:00
Gregory Hainaut 7bb506c5bb Merge pull request #739 from Asmodean-/master
GSdx: Post-processing updates
2015-08-06 19:53:03 +02:00
Kieran Hanrahan a1a5b25b91 Update GSdx.fx
Update to 2.3 & resolve OGL.
2015-08-05 16:34:40 +01:00
Kieran Hanrahan 3a14a63b0f Update GSdx_FX_Settings.ini
Update to 2.3 and resolve OGL.
2015-08-05 16:33:51 +01:00
Miguel A. Colón Vélez 6462393aaf Introduce end-of-line normalization
Signed-off-by: Gregory Hainaut <gregory.hainaut@gmail.com>
2015-08-04 23:52:48 +02:00
refractionpcsx2 71180504e9 GameDB: Add XGKick hack to gamedb for World Rally Championship 3 2015-07-30 19:42:09 +01:00
refractionpcsx2 def2d3f19b GameDB: Added more gamefix patches by Prafull 2015-07-30 19:40:06 +01:00
Miguel A. Colón Vélez 6f681743ca Use set -e in the body of the script.
The script passes -e to the shell on the #! line rather than using set -e in
the body of the script. This is fine for normal operation, but if the script
is run by hand with sh /path/to/script (common in debugging), -e will not be
in effect. It's therefore better to use set -e in the body of the script.
2015-07-27 14:13:03 -04:00
Leucos 14534fbcf8 Italian translation update
Added memory card conversion related strings.
Minor style changes.
2015-07-26 22:10:35 +02:00
Gregory Hainaut 94443afbfc i10n: update russian mo file 2015-07-24 19:26:43 +02:00
refractionpcsx2 539a1767a3 Merge pull request #359 from AdmiralCurtiss/memcard-folder-cache
Memory Card as folder support by AdmiralCurtiss
2015-07-20 23:15:59 +01:00
Gregory Hainaut 6719fc89a6 gsdx-sw: Nan is not well supported in Vertex
It fixes the bad light on Silent Hill with the SW renderer.

Full story
if Q is NaN, m_vt.m_eq.q becomes wrongly true
/Q will wrongly be optimized in the "Vertex Shader" of the SW

Note: Add an assert for the STQ handler

Code path is quite hot so no need to add extra check for nothing
2015-07-19 16:41:05 +02:00
Admiral H. Curtiss bee4f0578d GameIndex.dbf: Add Armored Core Memcard filters. 2015-07-12 14:38:09 +02:00
Admiral H. Curtiss 02ae12c555 GameIndex.dbf: Add a the initial set of Memory Card Filters.
This informs PCSX2 which games want to access more than just their own save files so it can load them into the virtual folder memory card.
This includes:
- Multi-disc games which obviously need to access saves from the other disc(s).
- Games that allow importing data from prequels.
- Games that unlock bonuses if they find data from other games in the series, by the same developer, etc.

This is almost certainly not all games that would want to access other saves, but it should cover a lot them.
2015-07-12 14:37:54 +02:00
Admiral H. Curtiss bcb71ae368 GameIndex.dbf: Fixed a few names, added a few missing games and multi-discs, added a few missing regions. 2015-07-12 14:37:53 +02:00
pgert 2e4c3c9a17 Improved the HD-fix for Drakan 2 PAL. 2015-06-27 13:56:04 +02:00
refractionpcsx2 809ccc2479 Revert "Merge branch 'master' of https://github.com/PCSX2/pcsx2"
This reverts commit bbf4b58306, reversing
changes made to 5f201e21ee.
2015-06-09 23:55:46 +01:00
Gregory Hainaut 206d2008f3 Merge pull request #582 from PCSX2/external-shader-opengl
external glsl: use define macro for matrix constructor
2015-06-09 19:57:33 +02:00
Ambient_Malice f180b2731a Fix Cold Winter Graphics
Game still doesn't look quite right in hardware renderer (too bright)
but the hideous graphics errors are fixed by changing clamp mode. This
game is considered something of a "hidden FPS gem", so it's nice to
think people will be able to play it on PCSX2 now.
2015-06-08 20:03:58 +10:00
Azelphur 548396b3e5 Fix PCSX2-linux.sh argument passing
$@ should be wrapped in quotes, otherwise arguments with spaces do not work eg currently you cannot run any game that has spaces in the filename with this script, this patch fixes that.
2015-06-07 22:13:23 +01:00
Gregory Hainaut 1bd15a0d2b glsl: fix bad copy/past
Thanks  @turtleli
2015-06-07 10:02:39 +02:00
Gregory Hainaut 880900d306 external glsl: use define macro for matrix constructor
This way, matrix can be filled by column in glsl and by row in hlsl
2015-06-04 21:03:59 +02:00
refractionpcsx2 b906217504 GameDB: Update some patches by prafull 2015-06-02 01:10:32 +01:00
Gregory Hainaut 8d6d8067fd linux: rename everything. It is PCSX2 is uppercase letter
Sorry for all maintainers that will need to upgrade their packages
2015-05-18 10:04:23 +02:00
Gregory Hainaut 5bd724e651 PCSX2-linux.sh: update the script due to the renaming 2015-05-18 09:55:17 +02:00
Gregory Hainaut 432a73e039 Rename the linux launcher script 2015-05-18 09:51:09 +02:00
Gregory Hainaut bf0213ca47 linux: rename pcsx2-* exe file to PCSX2
Alwawys the same name and uppercase
It was useful on the past to reduce compilation time but there is
less plugins now and ccache just does the job fine.
2015-05-18 09:49:59 +02:00
Gregory Hainaut 4787565e14 linux: reduce complexity of launch_pcsx2_linux.sh script
Don't screw up the shell context so no need to restore it. As a bonus, it supports
interruption(kill/abort) properly
2015-05-18 09:26:34 +02:00
Gregory Hainaut eb59f8b72c i10n: update tr_TR (turkish) 2015-05-18 07:23:28 +02:00
Gregory Hainaut 0f01ba4c46 gsdx-ogl: mega boost
Enable Nvidia multi thread driver optimization
Enable ogl_texture_storage by default (requires for the speed boost
, later the option will be removed)
2015-05-16 00:31:25 +02:00
Karasuhebi 5c263ff84c Removed comment symbol for Sys_FreezeGS = F11 2015-04-13 13:28:44 -04:00
Karasuhebi e397fe105e Added a comment to PCSX2_keys.ini.default about F11
Added a comment to PCSX2_keys.ini.default about FreezeGS being
deprecated as to avoid user confusion when pressing F11 and nothing
happens.
2015-04-13 13:17:27 -04:00
ssakash 22baaf228a update compatibility changes for games. 2015-04-03 03:26:48 +05:30
Kieran Hanrahan 0fbe94eb41 GSfx FX 2.3 preview
Where to begin o.o I'd be here all night marking off all of the changes from the previous version.

Basic rundown;

I've reworked, and rewrote most of it, and seperated effects that I had embedded in others. I've added some new effects, improved the options, and their descriptions.

Completely rewrote the color processing logic. Rewrote and improved the logic of many other of the effects. Expanded, and improved the options, and descriptions. etc, etc.

Current effects include;
* FXAA 3.11
-
* Bilinear Texture Filtering
* Bicubic Texture Filtering
* Gaussian Texture Filtering
* Bicubic Scaling
* Lanczos Scaling
-
* Blended Bloom (6 different blend types)
* HDR Scene Tone Mapping (4 different operator types)
* Color Correction (5 colorspace types)
* Cross Processing (3 conversion types)
* Post-Complement Colour Grading
* Gamma Correction Curve
* Pixel Vibrance Adjustment
* Texture Unsharp Mask
* Contrast Enhancement
* Px Cel Shading
* Paint Shading
-
* Sub-pixel Dithering
* Scanline Emulation
* Vignette Effect
* Pixel Border

With a plethora of options for them.

Enjoy =)
2015-03-13 19:01:09 +00:00
Kieran Hanrahan 9521b0021b GSdx FX 2.30 preview 2015-03-13 18:48:40 +00:00
ramapcsx2 5ed3f5f1a4 -Fix title from 1.0.0 to 1.2.0
-Replaced googlecode link with Github
-Updated hotkeys section with more hotkeys (taken from our wiki, thanks
people!)

Thanks to karasuhebi from our forum for bringing this to my attention!
2015-03-03 09:54:39 +01:00
Leucos 4587a1e64e IT_it translation update 2015-03-01 16:44:59 +01:00
Gregory Hainaut 2c481113ad update sv_SV mo file 2015-02-20 19:54:58 +01:00
Asmodean- 6440a011bc post-processing updates 2015-02-04 08:42:20 +00:00
Avi Halachmi (:avih) c14a4f274f GameIndex.dbf: sort entries 2015-02-01 20:18:59 +02:00
Avi Halachmi (:avih) 6a63a92a1f GameIndex.dbf: update compatibility info
using the data from the forums and web site.
update summary:
Not at dbf (and added): 21
Unchanged: 1832
Better compat: 656
Worse compat: 23

new status:
Compatibility 1: 8 games
Compatibility 2: 38 games
Compatibility 3: 54 games
Compatibility 4: 67 games
Compatibility 5: 2607 games
2015-02-01 19:24:54 +02:00
Asmodean- 8cb20c5d19 Some post-processing updates. 2015-01-30 18:38:18 +00:00
Leucos 8da5817f8f Added the latest strings to the Italian translation 2015-01-18 11:40:05 +01:00
pgert abb005e6e2 Update pcsx2.1 2015-01-13 13:17:57 +01:00
pgert c0f1738bb9 Update pcsx2.1 2015-01-12 13:24:34 +01:00
Avi Halachmi (:avih) b07aeb892a cheats_ws.zip: now has 1763 files - 583 new, 105 modified, 14 removed
This is the cheats_ws folder inside Devina's archive from 2014-12-18, with 5
removed WIP patches (CRCs: 0E7F91DA, 4C33FA2A, 1771BFE4, C77AF2CA, DA3DD765),
zipped and replacing the existing cheats_ws.zip file.

See http://forums.pcsx2.net/Thread-PCSX2-Widescreen-Game-Patches?pid=423433#pid423433
2015-01-02 04:08:58 +02:00
monsterjamp 7082102631 Small update to GameIndex 2014-12-31 18:50:37 -06:00
Avi Halachmi (:avih) 576513a6d0 kb shortcuts: fixed file name PCSX2_keys.ini to PCSX2_keys.ini.default 2014-12-30 22:22:43 +02:00
Avi Halachmi (:avih) 25382d471d kb shortcuts customization: improve messages, add sample PCSX2_keys.ini
- don't display a message if the replacement is the same as the default.
- display a message if the key combination is unknown
- (same as before) display a message when replacing a shortcut
- also added PCSX2_keys.ini.default sample file with some help
2014-12-30 22:15:01 +02:00
Gregory Hainaut d4793cc6b6 i18n: update build of various translation 2014-12-23 19:51:03 +01:00
Gregory Hainaut 59847c964c Merge pull request #404 from Leucos8/master
Italian translation and game database update
2014-12-23 19:37:09 +01:00
Leucos fd89d2145a Game database update
Many game title correction/update/normalization
2014-12-21 16:59:31 +01:00
Gregory Hainaut 6830962c3a i10n: update sv_SE 2014-12-21 16:54:41 +01:00
Gregory Hainaut 03a88aab0b translation: Refresh all languages 2014-12-15 19:29:44 +01:00
Gregory Hainaut d21e6ff45f gsdx-ogl: don't declare a sampler variable
Nvidia was complaining on the fxaa shader. In doubt I also replaced it in Asmodean's shader
2014-11-20 22:07:44 +01:00
Asmodean- c72af82f73 GSdx: Some post-processing fixes & add shaders directory. 2014-11-15 21:37:05 +00:00
Asmodean- 1b836ac4a7 Fix Cel Shader for OpenGL. 2014-11-11 14:34:53 +00:00
Kieran Hanrahan 0e636ce411 A few last bits of cleaning before merge. 2014-11-11 02:41:52 +00:00
Kieran Hanrahan e8a92ae731 Small oversight fix for "sample_texLevel" 2014-11-11 00:57:11 +00:00
Kieran Hanrahan cf5da56390 Tabbing >.> 2014-11-10 23:49:11 +00:00
Kieran Hanrahan d228ad3ddd OpenGL Updates - fix effects for both D3D & OGL
I had to edit this via the GitHub editor. I finish up my changes, and for some reason the pcsx2 repository won't let me read or write to it, since the last merge. I checked my other repositories, and they're working fine. ?.?
2014-11-10 23:46:50 +00:00
Gregory Hainaut cbf2e740e3 gsdx-ogl: port Asmodean shader to GLSL
I only checked the default configuration (on Nvidia). Please report any issue with it.
2014-11-10 10:39:55 +01:00
ramapcsx2 3d05d706f4 Merge pull request #339 from Asmodean-/master
[Post-Processing] Update GSdx effect suite to latest version.
2014-11-08 12:49:55 +01:00
Asmodean df0a9c4683 Some small fixes, that I noticed. 2014-11-06 10:56:33 +00:00
ramapcsx2 a64d641a50 spyro enter the dragonfly bootup hack 2014-11-04 17:16:26 +01:00
Asmodean 937e475169 [Post-Processing] Update GSdx FX effect suite to latest version. 2014-11-03 07:15:34 +00:00
Gregory Hainaut c85221c64f openSuse vs openSUSE 2014-09-27 11:50:31 +02:00
Gregory Hainaut c66ea9f740 linux: openSuse don't follow the FHS, so manually pick the lib path 2014-09-24 09:02:56 +02:00
Gregory Hainaut 60297403a2 i10n: update th_TH mo file 2014-09-22 09:27:57 +02:00
Gregory Hainaut 20243ff6fb i10n: refresh es_ES/ja_JP
(due to po update)
2014-09-12 20:10:14 +02:00
ramapcsx2 f67941d03b OPH flag hack removal for Tomb Raider Angel of Darkness 2014-09-08 17:38:11 +02:00
ramapcsx2 630f869f7f fix the ws patches, broke them earlier 2014-08-18 01:23:29 +02:00
ramapcsx2 72b28ac2fc Removed "force English" patch line from the widescreen patch for FFX
International.
2014-08-13 11:19:58 +02:00
Gregory Hainaut 41d2ea4306 i10n: refresh all languages
Remove the --previous option of po generation. It broke some translations.

Remove the translation of PCSX2 version, no point to translate C format symbol.
2014-07-30 09:21:49 +02:00
Gregory Hainaut 36ea4658f1 Revert "i10n: refresh all languages"
This reverts commit 7a9f4161ea.
2014-07-30 09:21:49 +02:00
Gregory Hainaut 7a9f4161ea i10n: refresh all languages 2014-07-29 21:40:32 +02:00
Gregory Hainaut 9a82bed3a5 db: enable autogamefix of goemon + bump to ingame
Note: actually it could even be playable or perfect (let's dream)
2014-06-20 13:52:05 +02:00
Gregory Hainaut 187f0bea3b i18n: update all googlecode -> github stuff
Note: translation are still marked as fuzzy
2014-04-06 11:54:36 +02:00
Gregory Hainaut 39a9b7b721 local: refresh all language
* Mark "enable widescreen hack" as fuzzy in most translation
* update zh_TW/es_ES
2014-03-25 16:36:29 +01:00
David Quintana 2fbac107ca Merge pull request #5 from Kingcom/master
More debugger enhancements and fixes
2014-03-25 14:42:59 +01:00
gigaherz 189c8701d7 Git ignore. 2014-03-25 13:31:56 +01:00
Kingcom 4e2e178417 Add list to show, edit and delete breakpoints 2014-03-23 13:30:10 +01:00
Kingcom 1f7d6461c5 Help button/window in debugger (Windows only) 2014-03-23 13:27:48 +01:00
Asmodean.pcsx2 0651e45460 GSdx: Just some cleaning.
Reformatted fx files that were causing issues on certain text editors. They should now display correctly in those editors.

git-svn-id: http://pcsx2.googlecode.com/svn/trunk@5897 96395faa-99c1-11dd-bbfe-3dabce05a288
2014-02-11 04:27:32 +00:00
Asmodean.pcsx2 7d96af950e GSdx: A few small post-processing changes, to accommodate future updates.
Also removed the fallback recovery ps, and replaced the compile fail catch to a simple console print. Which I think is safer, and faster.

git-svn-id: http://pcsx2.googlecode.com/svn/trunk@5894 96395faa-99c1-11dd-bbfe-3dabce05a288
2014-02-09 01:01:41 +00:00
refraction 9d479ab64b GameGB: Syphon Filter - Omega Strain Europe patch for Flashlight. Removed an incorrect/pointless patch on the US version.
git-svn-id: http://pcsx2.googlecode.com/svn/trunk@5892 96395faa-99c1-11dd-bbfe-3dabce05a288
2014-02-08 12:38:08 +00:00
refraction 907964a7d1 Langs: Change the Arabic name properly, update relevant files (thanks for the heads up Gregory :) )
git-svn-id: http://pcsx2.googlecode.com/svn/trunk@5889 96395faa-99c1-11dd-bbfe-3dabce05a288
2014-02-07 20:34:36 +00:00
refraction 0403bd8c3c rename Arabic folder, one user suggested it fixed some problem causing PCSX2 to boot. Makes it more uniform so it can't hurt i guess.
git-svn-id: http://pcsx2.googlecode.com/svn/trunk@5885 96395faa-99c1-11dd-bbfe-3dabce05a288
2014-02-06 21:57:36 +00:00
avihal@gmail.com 93cb647091 Games db: normalize (4 missing games name, few places where compat appeared after the hacks section, removed 2 almost duplicate entries (-T at the serial).
git-svn-id: http://pcsx2.googlecode.com/svn/trunk@5880 96395faa-99c1-11dd-bbfe-3dabce05a288
2014-02-04 01:43:50 +00:00
ramapcsx2.code 2080db255a New pdfs for 1.2
git-svn-id: http://pcsx2.googlecode.com/svn/trunk@5865 96395faa-99c1-11dd-bbfe-3dabce05a288
2014-02-02 12:27:53 +00:00
gregory.hainaut 061f357618 i18n: refresh all translations
git-svn-id: http://pcsx2.googlecode.com/svn/trunk@5863 96395faa-99c1-11dd-bbfe-3dabce05a288
2014-02-01 17:20:44 +00:00
ramapcsx2.code c03a1c9bd0 Small round of patches for various issues, #3.
Fixed a bad string in the German translation, added GSdx-avx2 to the installer, silenced a debug print and shortened the app name in release builds.


git-svn-id: http://pcsx2.googlecode.com/svn/trunk@5858 96395faa-99c1-11dd-bbfe-3dabce05a288
2014-01-31 11:53:00 +00:00
gregory.hainaut 1c5cec4647 i18n: refresh all languages with previous fix incorporated
git-svn-id: http://pcsx2.googlecode.com/svn/trunk@5857 96395faa-99c1-11dd-bbfe-3dabce05a288
2014-01-30 19:27:58 +00:00
refraction 4ac5f70f08 Updated Widescreen hacks. Removed hacks where different regions (PAL/NTSC) share CRC as this will cause problems. KH2 PAL fixed thanks to devina40 :)
git-svn-id: http://pcsx2.googlecode.com/svn/trunk@5854 96395faa-99c1-11dd-bbfe-3dabce05a288
2014-01-27 23:39:47 +00:00
gregory.hainaut 48356e31b8 linux:
* use same path as game index db for cheats and cheats_ws
* install the new cheat zip file on cmake and debian installer 


git-svn-id: http://pcsx2.googlecode.com/svn/trunk@5850 96395faa-99c1-11dd-bbfe-3dabce05a288
2014-01-26 18:00:14 +00:00
avihal@gmail.com 980229ce5b Widescreen hacks db: change from dbf to normal zip (also replaced the dbf with a zip of current ws hacks).
Logic stays the same as before: If no ws hack is loaded from the normal cheats_ws folder, they try finding ws hacks at the zip.

git-svn-id: http://pcsx2.googlecode.com/svn/trunk@5836 96395faa-99c1-11dd-bbfe-3dabce05a288
2014-01-25 21:13:52 +00:00
avihal@gmail.com d11382a20c Support single widescreen dbf file. Also includes a batch file to create a cheats_ws.dbf file from individual pnach files, and also includes the cheats_ws.dbf file which was generated from the current individual ws cheat pnach files.
Still needs: 1. remove all single ws pnach files from the repository. 2. Update the installer/uninstaller accordingly.

git-svn-id: http://pcsx2.googlecode.com/svn/trunk@5827 96395faa-99c1-11dd-bbfe-3dabce05a288
2014-01-24 21:13:25 +00:00
gregory.hainaut 2f7d642113 i18n: update sv_SE/tr_TR/ko_KR + refresh others
git-svn-id: http://pcsx2.googlecode.com/svn/trunk@5825 96395faa-99c1-11dd-bbfe-3dabce05a288
2014-01-24 17:46:01 +00:00
refraction 442fc846eb GameDB: Added some missing games. Thanks for GeoMan and shinra358 on the forums :)
git-svn-id: http://pcsx2.googlecode.com/svn/trunk@5820 96395faa-99c1-11dd-bbfe-3dabce05a288
2014-01-21 21:08:25 +00:00
ramapcsx2.code f8264bce2c GSdx:
Last patch regarding FXAA and external shader loading, I hope :)
Changes are here: http://forums.pcsx2.net/Thread-Custom-Shaders-for-GSdx?pid=343285#pid343285
I've included bin\shader.fx and the settings file bin\GSdx_FX_Settings.ini.

git-svn-id: http://pcsx2.googlecode.com/svn/trunk@5817 96395faa-99c1-11dd-bbfe-3dabce05a288
2014-01-17 10:17:24 +00:00
refraction 8900a72115 GameDB: Kessen 2 patch for EU version SLES 50578
git-svn-id: http://pcsx2.googlecode.com/svn/trunk@5816 96395faa-99c1-11dd-bbfe-3dabce05a288
2014-01-14 23:12:50 +00:00
refraction c4d88a24ed GameDB: COP2 patch for Kessen 2 US version - Fixes Graphics. Will patch the EU version when i can get a dev build run on it.
git-svn-id: http://pcsx2.googlecode.com/svn/trunk@5815 96395faa-99c1-11dd-bbfe-3dabce05a288
2014-01-13 23:47:01 +00:00
gregory.hainaut b13c00f42d i18n:
* update korean translation
* generate german binary mo file

Translation status:
locales/ar/pcsx2_Main.po -   563/  2/565   ( 99%)  -2
locales/cs_CZ/pcsx2_Main.po -   564/  2/565   ( 99%)  -1
locales/fi_FI/pcsx2_Main.po -   563/  2/565   ( 99%)  -2
locales/hu_HU/pcsx2_Main.po -   525/  8/565   ( 92%)  -40
locales/id_ID/pcsx2_Iconized.po -    49/ 48/74    ( 66%)  -25
locales/id_ID/pcsx2_Main.po -   563/  2/565   ( 99%)  -2
locales/ja_JP/pcsx2_Main.po -   563/  4/565   ( 99%)  -2
locales/ms_MY/pcsx2_Main.po -   563/  2/565   ( 99%)  -2
locales/nb_NO/pcsx2_Main.po -   563/  2/565   ( 99%)  -2
locales/pl_PL/pcsx2_Main.po -   563/  2/565   ( 99%)  -2
locales/ru_RU/pcsx2_Main.po -   557/  8/565   ( 98%)  -8
locales/th_TH/pcsx2_Iconized.po -    72/  3/74    ( 97%)  -2
locales/th_TH/pcsx2_Main.po -   563/  2/565   ( 99%)  -2
locales/tr_TR/pcsx2_Main.po -   564/  2/565   ( 99%)  -1
locales/zh_CN/pcsx2_Main.po -   564/  2/565   ( 99%)  -1
locales/zh_TW/pcsx2_Main.po -   563/  2/565   ( 99%)  -2



git-svn-id: http://pcsx2.googlecode.com/svn/trunk@5800 96395faa-99c1-11dd-bbfe-3dabce05a288
2014-01-07 07:39:00 +00:00
ramapcsx2.code 20ffe92ee8 GSdx:
- FXAA shader replaced by Asmodeans shader suite 'PCSX2 Fx 2.00 Revised'.
This is an entire enhancement suite with many configurable options like FXAA, texture sharpening
or lighting tweaks. Some of the effects are pretty advanced so kudos to him allowing it to be integrated with GSdx! :)
Note that there's no interface for the tweaks yet. Until those are done, the defaults will be used.
Release thread here: http://forums.pcsx2.net/Thread-Custom-Shaders-for-GSdx?pid=334766#pid334766

- Disabled an option from the widescreen patches for SH:Shattered Memories.

git-svn-id: http://pcsx2.googlecode.com/svn/trunk@5793 96395faa-99c1-11dd-bbfe-3dabce05a288
2014-01-05 11:24:43 +00:00
gregory.hainaut 9d34c34e6c i18n: new language croatian
+ fix a french string (thanks pgert for the info)


git-svn-id: http://pcsx2.googlecode.com/svn/trunk@5792 96395faa-99c1-11dd-bbfe-3dabce05a288
2014-01-04 17:38:12 +00:00
gregory.hainaut 349b91ef1b i18n:
* update fr_FR/it_IT/es_ES/pt_BR
* refresh others for free ;)


git-svn-id: http://pcsx2.googlecode.com/svn/trunk@5791 96395faa-99c1-11dd-bbfe-3dabce05a288
2013-12-31 17:13:36 +00:00
ramapcsx2.code bcb8a0e991 Last patch also had a weird encoding, confusing the googlecode diff display at least.
git-svn-id: http://pcsx2.googlecode.com/svn/trunk@5780 96395faa-99c1-11dd-bbfe-3dabce05a288
2013-12-29 09:32:06 +00:00
ramapcsx2.code 958b814251 Latest stable wide screen patches.
Many thanks to devina40 and all the community for creating and collecting them!
A lot of work went into these.

git-svn-id: http://pcsx2.googlecode.com/svn/trunk@5778 96395faa-99c1-11dd-bbfe-3dabce05a288
2013-12-29 09:04:12 +00:00
refraction a87bd017c6 COP2/GameDB: COP2 patch for Syphon Filter - Omega Strain USA
git-svn-id: http://pcsx2.googlecode.com/svn/trunk@5771 96395faa-99c1-11dd-bbfe-3dabce05a288
2013-12-22 20:25:25 +00:00
gregory.hainaut c8068e0514 i18n: unfuzzy one string (only a case update on the English string)
git-svn-id: http://pcsx2.googlecode.com/svn/trunk@5769 96395faa-99c1-11dd-bbfe-3dabce05a288
2013-12-16 19:32:52 +00:00
gregory.hainaut eea231b4ea i18n:
* refresh all strings with latest update
* Update it_IT and sv_SE


git-svn-id: http://pcsx2.googlecode.com/svn/trunk@5768 96395faa-99c1-11dd-bbfe-3dabce05a288
2013-12-15 12:25:59 +00:00
sudonim1@gmail.com 3e4153597b GameDB: Patch for Run Like Hell (US), same as EUR.
git-svn-id: http://pcsx2.googlecode.com/svn/trunk@5757 96395faa-99c1-11dd-bbfe-3dabce05a288
2013-11-02 22:38:51 +00:00
refraction 2712bac5ee GameDB: Patch for Forbidden Siren 2 Europe
git-svn-id: http://pcsx2.googlecode.com/svn/trunk@5755 96395faa-99c1-11dd-bbfe-3dabce05a288
2013-10-29 23:41:20 +00:00
refraction@gmail.com 98cc030e44 GameDB: COP2 patch for SPS issues on Siren 2 (J) SCPS-15106.
Nice easy one to fix.  Will need logs from recent SVN ( r5743 or higher) dev builds, not SVN builds in order to fix other versions.

git-svn-id: http://pcsx2.googlecode.com/svn/trunk@5753 96395faa-99c1-11dd-bbfe-3dabce05a288
2013-10-27 15:10:35 +00:00
sudonim1@gmail.com c03a588c3c GameDB: COP2 patch for Ace Combat Zero - The Belkan War (NTSC-U)
git-svn-id: http://pcsx2.googlecode.com/svn/trunk@5748 96395faa-99c1-11dd-bbfe-3dabce05a288
2013-10-21 00:16:10 +00:00
sudonim1@gmail.com 1d5d9da25b GameDB: COP2 patch for Ace Combat - The Belkan War (PAL-E)
git-svn-id: http://pcsx2.googlecode.com/svn/trunk@5747 96395faa-99c1-11dd-bbfe-3dabce05a288
2013-10-20 19:22:01 +00:00
sudonim1@gmail.com 5eff8ef2c1 Database: COP2 patch for Ace Combat: Squadron Leader (PAL-E).
git-svn-id: http://pcsx2.googlecode.com/svn/trunk@5746 96395faa-99c1-11dd-bbfe-3dabce05a288
2013-10-19 16:53:40 +00:00
sudonim1@gmail.com 136935c22f Database: COP2 patch for The Mark of Kri (NTSC-U). Not sure what defect it fixes, but this patch should be necessary.
git-svn-id: http://pcsx2.googlecode.com/svn/trunk@5744 96395faa-99c1-11dd-bbfe-3dabce05a288
2013-10-17 20:41:05 +00:00
ramapcsx2.code 51c4e05bd0 GameDB updates from pgert.
git-svn-id: http://pcsx2.googlecode.com/svn/trunk@5741 96395faa-99c1-11dd-bbfe-3dabce05a288
2013-10-17 10:13:45 +00:00
refraction@gmail.com 433bf2a7f3 GameDB: COP2 Patch for European version of Ghost in a Shell for the door problem
git-svn-id: http://pcsx2.googlecode.com/svn/trunk@5740 96395faa-99c1-11dd-bbfe-3dabce05a288
2013-10-16 22:59:49 +00:00
refraction@gmail.com 94e696afc3 GameDB: Ghost in the Shell USA version patch. After sudo added the new COP2 logging stuff, i pondered if this might be a culprit and it was. You can now "X" on the first level door and go through.
All "macflag" reads are patched to ensure there's no other issues. I might have a go at the EU one soon (unless somebody can get me a dev build log of it all the way up to the first gate)

git-svn-id: http://pcsx2.googlecode.com/svn/trunk@5739 96395faa-99c1-11dd-bbfe-3dabce05a288
2013-10-16 18:24:28 +00:00
sudonim1@gmail.com e820b8711d Database: Patch for Run Like Hell (EUR), fixes "spasms" I'm told? I only saw the code, I guess if you have the game you know what was wrong with it.
git-svn-id: http://pcsx2.googlecode.com/svn/trunk@5738 96395faa-99c1-11dd-bbfe-3dabce05a288
2013-10-15 20:12:09 +00:00
sudonim1@gmail.com 35da3319df Database: First patch for ace combat 5 (US). I have doubts about some other blocks, such as the code leading up the CFC2 at 1D0D98 and another at 1CF7C0 but this code clearly needs a patch.
Also 3 patches for ace combat 4 (US).  As I'm not aware of any physics problems I'm a bit confused about what this might fixed but the code is executed so it should fix something.

git-svn-id: http://pcsx2.googlecode.com/svn/trunk@5737 96395faa-99c1-11dd-bbfe-3dabce05a288
2013-10-14 01:11:02 +00:00
ramapcsx2.code 6673166cb5 Uploading all patches from the PS2 Widescreen Pack dated 08-11-2013.
Patches contributed by members of the community and assembled by devina40. 
Thanks people! :)

It's currently untested if the patches play nicely with regular cheats, will do that later.

git-svn-id: http://pcsx2.googlecode.com/svn/trunk@5717 96395faa-99c1-11dd-bbfe-3dabce05a288
2013-08-14 09:56:28 +00:00
gregory.hainaut b7a6dd93b3 i18n: refresh string translation
GSdx: nothing to see :p


git-svn-id: http://pcsx2.googlecode.com/svn/trunk@5673 96395faa-99c1-11dd-bbfe-3dabce05a288
2013-06-16 09:55:37 +00:00
refraction@gmail.com c51f8cae54 GameDB: Re-enable the Neo Contra IPU patch on the EE and USA versions as they were in 1.0.0, seems it still needs it. Removed the True Crime EE Timing Fix, apparently it doesn't need it! Software mode and SuperVU is enough.
git-svn-id: http://pcsx2.googlecode.com/svn/trunk@5625 96395faa-99c1-11dd-bbfe-3dabce05a288
2013-05-02 13:51:55 +00:00
gregory.hainaut 43fb0a9a5e linux various:
* Try to launch dev/debug version when pcsx2 isn't found
* remove svn metadata from the linux tarball
* Add libaio on the cmake dependency message


git-svn-id: http://pcsx2.googlecode.com/svn/trunk@5624 96395faa-99c1-11dd-bbfe-3dabce05a288
2013-05-01 16:02:11 +00:00
refraction@gmail.com 4548e916fa GameDB: Entries for Mafia and True Crime - New York. Helps with bad textures in True Crime, not sure what it's needed for in Mafia but apparently it is (was already present on NTSC version)
git-svn-id: http://pcsx2.googlecode.com/svn/trunk@5623 96395faa-99c1-11dd-bbfe-3dabce05a288
2013-04-29 21:46:04 +00:00
refraction@gmail.com c5ffa6ae92 GameDB: Updates by pgert.
-Added patch for Drakan (SCES-50006) to improve the corruption problems when using resolution scaling.
-Many comment modifications and console comments explaining that BIOS boot is required for correct language selection.

Thanks for the updates :)

git-svn-id: http://pcsx2.googlecode.com/svn/trunk@5621 96395faa-99c1-11dd-bbfe-3dabce05a288
2013-04-25 19:11:55 +00:00
refraction@gmail.com fa2dc3d3d4 GameDB: Added Siren 2 to the list of XGKick hack games. Should make it playable now as per the result of Issue 1054
Thanks for testing IceLancerSR :)

git-svn-id: http://pcsx2.googlecode.com/svn/trunk@5609 96395faa-99c1-11dd-bbfe-3dabce05a288
2013-04-08 20:57:40 +00:00
refraction@gmail.com c472db6327 microVU: Fixes to D/T Bit handling and XGKick Delay
-Elemental Garde - Fixed up D-Bit so it remembers the microVU state when recompiling, this fixes the bad geometry that was introduced with T/D bit handling.
-WRC Rally Evolved - Changed the XGKick delay to an increased number, solves all remaining SPS problems.
-Crash Twinsanity - Increased XGKick delay resolves geometry issues on Crash, thanks to Autoran1 for debugging this :)

GameDB Changes: Added XGKick hack to Crash Twinsanity auto gamefixes, checked the main entries for the others above have it too.

git-svn-id: http://pcsx2.googlecode.com/svn/trunk@5608 96395faa-99c1-11dd-bbfe-3dabce05a288
2013-04-08 20:47:04 +00:00
refraction@gmail.com a28ca6554d Game Index: Changes made by pgert, mostly naming changes, added what i believe is a second disc for the US version of Persona 4 Serial: SLUS-21782B to auto enable VU Clip Flag Hack.
git-svn-id: http://pcsx2.googlecode.com/svn/trunk@5606 96395faa-99c1-11dd-bbfe-3dabce05a288
2013-04-07 13:27:01 +00:00
refraction@gmail.com 232765f27f GameDB: Found and removed 4 more duplicate entries.
git-svn-id: http://pcsx2.googlecode.com/svn/trunk@5589 96395faa-99c1-11dd-bbfe-3dabce05a288
2013-03-12 20:34:16 +00:00
refraction@gmail.com ebe1f58cdb GameDB: Corrected Serial number for Ski Alpin 2006, should have been SLES-53867, was SLES-53866 which is actually Over The Hedge.
Thanks for spotting that Nik1895 :)

git-svn-id: http://pcsx2.googlecode.com/svn/trunk@5588 96395faa-99c1-11dd-bbfe-3dabce05a288
2013-03-12 20:04:17 +00:00
ramapcsx2 b76c57b37c One of the automatic patches for GT4 causes TLB misses. Disabled it for now.
(EE full clamping, broke license test nr. 3 here.)

git-svn-id: http://pcsx2.googlecode.com/svn/trunk@5568 96395faa-99c1-11dd-bbfe-3dabce05a288
2013-02-21 21:27:25 +00:00
gregory.hainaut d4280db1f0 i18n:
* new language: arabic
* update CS_CZ/es_ES/sv_SE/tr_TR/zh_CN
* refresh others translations


git-svn-id: http://pcsx2.googlecode.com/svn/trunk@5494 96395faa-99c1-11dd-bbfe-3dabce05a288
2013-01-02 10:24:48 +00:00
ramapcsx2 7d5201f328 Game Database: Removed Midnight Club 2/3 skip video hacks since they're reported fixed (after r5393). A few other, rarer games still have video skip hacks though.
git-svn-id: http://pcsx2.googlecode.com/svn/trunk@5457 96395faa-99c1-11dd-bbfe-3dabce05a288
2012-11-15 09:04:23 +00:00
ramapcsx2 00d6980bec Game Database: Added the OPH hack to Tomb Raider Angel of Darkness, making the game playable.
It also needs to be started via full boot. Issue 1355 is about that.

git-svn-id: http://pcsx2.googlecode.com/svn/trunk@5456 96395faa-99c1-11dd-bbfe-3dabce05a288
2012-11-14 20:32:55 +00:00
ramapcsx2 95ff6f5f6f Game Database: Removed the IPU busy patches from Neo Contra as they're not helping anymore. Also added the OPH hack for Motorstorm Arctic Edge.
git-svn-id: http://pcsx2.googlecode.com/svn/trunk@5453 96395faa-99c1-11dd-bbfe-3dabce05a288
2012-11-14 18:17:59 +00:00
ramapcsx2 e7eb00469a Added correct clamp modes for GT4 to the game database. Fixes various issues with the GUI.
Also added a mark for Klonoa 2 problems with SPU2-X.

git-svn-id: http://pcsx2.googlecode.com/svn/trunk@5434 96395faa-99c1-11dd-bbfe-3dabce05a288
2012-10-15 19:39:43 +00:00
gregory.hainaut 74a4cb7703 linux: allow to use the shell interpreter to execute the launcher script => "bash launch_pcsx2_linux.sh"
git-svn-id: http://pcsx2.googlecode.com/svn/trunk@5432 96395faa-99c1-11dd-bbfe-3dabce05a288
2012-10-09 16:33:07 +00:00
ramapcsx2 7ed8e5c2c0 User submitted updates for the game database. Thanks for compiling them, pgert.
git-svn-id: http://pcsx2.googlecode.com/svn/trunk@5431 96395faa-99c1-11dd-bbfe-3dabce05a288
2012-10-09 14:38:52 +00:00
ramapcsx2 dece4c730c Add NFL '12 to the database and silence a SPU2 cache clear notice.
git-svn-id: http://pcsx2.googlecode.com/svn/trunk@5430 96395faa-99c1-11dd-bbfe-3dabce05a288
2012-10-09 13:07:06 +00:00
ramapcsx2 15e7fcba5e GamGames database: Removed Tony Hawks again. The problem was already fixed.
git-svn-id: http://pcsx2.googlecode.com/svn/trunk@5429 96395faa-99c1-11dd-bbfe-3dabce05a288
2012-10-07 13:20:19 +00:00
ramapcsx2 52a557f34b Games database update, fixing an error and adding the EE timing hack for Tony Hawk's Underground 2.
git-svn-id: http://pcsx2.googlecode.com/svn/trunk@5428 96395faa-99c1-11dd-bbfe-3dabce05a288
2012-10-06 18:48:50 +00:00
gregory.hainaut 66f7a16f7d i18n: long awaited update
* New nb_NO (only main, iconized was bad)
* update tr_TR/it_IT/ko_KR/pl_PL/pt_BR/sv_SE
* refresh pot/po


git-svn-id: http://pcsx2.googlecode.com/svn/trunk@5410 96395faa-99c1-11dd-bbfe-3dabce05a288
2012-09-08 16:41:26 +00:00
sudonim1@gmail.com c86a003b0d Bleh: some really unproductive hacking on DOA2 implementing the noted "better" way to patch the previously patched function and a poorly understood hack to get past the black screen (but the US game just breaks later if you do this). All of this is commented out, it's just for the benefit of my future self when he comes back to trying to fix this game.
Current status: the pad rpc hangs in the second iteration of the main game loop for an unknown reason.

git-svn-id: http://pcsx2.googlecode.com/svn/trunk@5396 96395faa-99c1-11dd-bbfe-3dabce05a288
2012-08-31 20:44:00 +00:00
ramapcsx2 5fd4f75be5 Optimistically removed all the SkipMPEGHack gamefixes from the database.
git-svn-id: http://pcsx2.googlecode.com/svn/trunk@5394 96395faa-99c1-11dd-bbfe-3dabce05a288
2012-08-31 19:39:54 +00:00