summaryrefslogtreecommitdiff
path: root/Source/Core/DolphinWX
AgeCommit message (Expand)Author
2013-09-22Ship vcomp100.dll with DolphinPierre Bourdon
2013-09-22Use the new Dolphin iconPierre Bourdon
2013-09-21Don't require running Dolphin in the directory that contain Languages/ on Win...Pierre Bourdon
2013-09-21Pull in translations from Transifex.Glenn Rice
2013-09-21Stop dolphin from loading help.pngScott Mansell
2013-09-21Fix copying Sys/Wii to User/Wii on startup.Rachel Bryk
2013-09-18Better fix for issue 6614: ISOProperties should store integer settings for PH...Pierre Bourdon
2013-09-17Add WBFS to the file extensions supported by Dolphin on OSXPierre Bourdon
2013-09-17Add * to the characters leading a verbatim line (used in Gecko codes comments)Pierre Bourdon
2013-09-17Really fix reading projection hacks from game inis.Rachel Bryk
2013-09-17Fix reading projection hack from game inis in ISOProperties.Rachel Bryk
2013-09-17Set L/R buttons in tas input, instead of just the analog triggers.Rachel Bryk
2013-09-15Merge branch 'wad_gamenames'LPFaint99
2013-09-14No, i don't check what i committed before pushing to master, one week before ...Rachel Bryk
2013-09-14Create blank ini file before editing it, if it doesn't already exists. This p...Rachel Bryk
2013-09-14proper fix for issue 6206LPFaint99
2013-09-14Overlay local gameinis over global gameinis instead of copying.Pierre Bourdon
2013-09-14Move global gameinis from User to Sys. Get rid of SHARED_USER.Pierre Bourdon
2013-09-14Move Themes/ from User to Sys. Only Gameinis remain.Pierre Bourdon
2013-09-14Move TextureDecoder.cl from User to SysPierre Bourdon
2013-09-14Move global User/Wii to Sys/WiiPierre Bourdon
2013-09-14Overlay the user Shaders/ over the shared one to avoid copying filesPierre Bourdon
2013-09-14Overlay the user Maps/ over the shared one to avoid copying filesPierre Bourdon
2013-09-14Change the initial user directory creation to stop special casing WindowsPierre Bourdon
2013-09-14Use global user directory on windows.Rachel Bryk
2013-09-12Hack the gettext detection a bit to fix translations not working on OSX build...Pierre Bourdon
2013-09-10On windows, ignore WM_QUERYENDSESSION and close upon WM_ENDSESSION.Shawn Hoffman
2013-09-10Revert "Leak an object when quitting Dolphin to try and fix issue 6546"Shawn Hoffman
2013-09-09Move the CFrame::ClosePages call from ~CFrame to CFrame::OnClosePierre Bourdon
2013-09-09Leak an object when quitting Dolphin to try and fix issue 6546Pierre Bourdon
2013-09-08Add two buttons to the ISOProperties dialog so that we still meet string free...NeoBrainX
2013-09-07Merge branch 'translate-about'Glenn Rice
2013-09-07Move some code from NetPlayClient.h to NetPlayProto.h, and only include that ...Rachel Bryk
2013-09-07Disable gui controls for gc controllers and memory cards during netplay and m...Rachel Bryk
2013-09-06Enable translation of the about dialog.Glenn Rice
2013-09-04Revert "Revert "[NetPlay] Make the Memory Card A/B setting sync across netpla...Ryan Houdek
2013-09-04Revert "[NetPlay] Make the Memory Card A/B setting sync across netplay."Ryan Houdek
2013-09-03Don't ever ever let CFrame::DoStop() run twice at the same time.Rachel Bryk
2013-09-03[NetPlay] Make the Memory Card A/B setting sync across netplay.Justin Chadwick
2013-09-03[NetPlay] Allow recording movies during netplay.Rachel Bryk
2013-09-02Fix crash on stop in netplay, and stop netplay when anyone with a pad mapped ...Rachel Bryk
2013-09-02[Netplay] Read dual core setting before syncing it with clients.Justin Chadwick
2013-09-02rename vertex streaming hack tooltipdegasus
2013-09-02Removal of my terrible idea.Ryan Houdek
2013-09-02[Android] Make texture loading/deleting/drawing backend non-specific by makin...Ryan Houdek
2013-09-01A few more warnings.comex
2013-09-01More warnings: mark/avert truncating conversions from float.comex
2013-09-01Fix use of deprecated screen resolution API.comex
2013-09-01A bunch of trivial changes to fix clang warnings.comex
2013-09-01[Android] Fix the game thread never leaving.Ryan Houdek