summaryrefslogtreecommitdiff
path: root/Languages
AgeCommit message (Collapse)Author
2015-07-31Automatic translation resources update from Transifex5.0-rcDolphin i18n Bot
2015-07-28Automatic translation template updateDolphin i18n Bot
2015-06-10Automatic translation resources update from TransifexDolphin i18n Bot
2015-06-10Automatic translation template updateDolphin i18n Bot
2015-06-07Automatic translation resources update from TransifexDolphin i18n Bot
2015-06-07Automatic translation template updateDolphin i18n Bot
2015-06-07Automatic translation template updateDolphin i18n Bot
2015-06-06Automatic translation resources update from TransifexDolphin i18n Bot
2015-06-06Automatic translation template updateDolphin i18n Bot
2015-06-04Automatic translation resources update from TransifexDolphin i18n Bot
2015-06-04Automatic translation template updateDolphin i18n Bot
2015-06-04Automatic translation resources update from TransifexDolphin i18n Bot
2015-06-04Automatic translation template updateDolphin i18n Bot
2014-11-10Revert "Automatic translation resources update from Transifex"Dolphin i18n Bot
This reverts commit 3270f497894cfbec91051ed1ccea3994acb880a4.
2014-11-10Automatic translation resources update from TransifexDolphin i18n Bot
2014-11-10Automatic translation template updateDolphin i18n Bot
2014-06-24Remove the 32-bit config platform from the VS solution and projectsLioncash
2014-06-15Translations: update from Transifex, switch Gamecube->GameCube to match ↵Pierre Bourdon
changes in our codebase, fix some format string errors for ES and PL translations
2014-06-08Fix the capitalization of "GameCube" throughout the project.Paul Olszewski
2014-06-07Translation pull from TransifexPierre Bourdon
2014-02-17Automatic translation resources update from TransifexDolphin i18n Bot
2014-02-12Automatic translation template updateDolphin i18n Bot
2014-02-10Automatic translation resources update from TransifexDolphin i18n Bot
2014-02-05Automatic translation template updateDolphin i18n Bot
2014-02-03Automatic translation resources update from TransifexDolphin i18n Bot
2014-02-01Automatic translation resources update from TransifexDolphin i18n Bot
2014-02-01Automatic translation template updateDolphin i18n Bot
2014-01-27Automatic translation resources update from TransifexDolphin i18n Bot
2014-01-22Automatic translation template updateDolphin i18n Bot
2014-01-21Finally Merge branch 'videosoftware-xfb'Scott Mansell
This adds xfb support to the videosoftware backend, which increases it's accuracy and more imporantly, enables the usage of many homebrew apps which write directly to the xfb on the videosoftware backend. Conflicts: Source/Core/VideoBackends/Software/SWRenderer.cpp Source/Core/VideoBackends/Software/SWmain.cpp
2014-01-20Automatic translation resources update from TransifexDolphin i18n Bot
2014-01-18Automatic translation template updateDolphin i18n Bot
2014-01-18Change the gettextize to not update .po files (Transifex will do that)Dolphin i18n Bot
2014-01-18Automatic translation resources update from TransifexDolphin i18n Bot
2013-12-31Remove unnecessary Src/ foldersJasper St. Pierre
2013-12-31Convert all vcxproj files to UNIX line endingsJasper St. Pierre
2013-11-03Update translation files to reflect recent changes in the code.Glenn Rice
2013-10-26Update to VS2013 and a slew of build-related updates. Notes:Shawn Hoffman
* Currently there is no DEBUGFAST configuration. Defining DEBUGFAST as a preprocessor definition in Base.props (or a global header) enables it for now, pending a better method. This was done to make managing the build harder to screw up. However it may not even be an issue anymore with the new .props usage. * D3DX11SaveTextureToFile usage is dropped and not replaced. * If you have $(DXSDK_DIR) in your global property sheets (Microsoft.Cpp.$(PlatformName).user), you need to remove it. The build will error out with a message if it's configured incorrectly. * If you are on Windows 8 or above, you no longer need the June 2010 DirectX SDK installed to build dolphin. If you are in this situation, it is still required if you want your built binaries to be able to use XAudio2 and XInput on previous Windows versions. * GLew updated to 1.10.0 * compiler switches added: /volatile:iso, /d2Zi+ * LTCG available via msbuild property: DolphinRelease * SDL updated to 2.0.0 * All Externals (excl. OpenAL and SDL) are built from source. * Now uses STL version of std::{mutex,condition_variable,thread} * Now uses Build as root directory for *all* intermediate files * Binary directory is populated as post-build msbuild action * .gitignore is simplified * UnitTests project is no longer compiled
2013-09-21Pull in translations from Transifex.Glenn Rice
2013-09-09Update the pot file and translation catalogues. This signifies theGlenn Rice
string freeze has officially begun.
2013-08-17Update translation pot file.Glenn Rice
2013-08-09Use a multibyte-neutral codepage when calling *printf on Windows.Pierre Bourdon
More explanation in code comments. Fixes issue 4046.
2013-04-23Add Swedish to Windows build system.Lioncash
2013-04-23Add Swedish translations.Glenn Rice
2013-04-18Update translation files from Transifex, and update the pot file fromGlenn Rice
the source code again.
2013-04-03Make the GUI show a translated "No audio output" sound backend string.Glenn Rice
2013-04-02Pull updated translations from Transifex.Glenn Rice
2013-04-02Fix some more strings for translation, and update the catalog.Glenn Rice
2013-03-29Fix some strings for translation and update the pot file to includeGlenn Rice
those strings once again.
2013-03-10Update pot file for recent string changes in the code.Glenn Rice