summaryrefslogtreecommitdiff
path: root/Source
AgeCommit message (Expand)Author
2014-03-18Remove superfluous bit shiftJens Nyberg
2014-03-17Clang 3.4 exposes some warnings on Android.Ryan Houdek
2014-03-17Fix the Android build when using clang 3.4Ryan Houdek
2014-03-17Fix building the release APK with gradle.Ryan Houdek
2014-03-17Add extract dol/apploader options back for gc disks.Rachel Bryk
2014-03-17Merge pull request #159 from Tilka/miscMatthew Parlane
2014-03-17Tests: fix signed/unsigned comparison warningTillmann Karras
2014-03-17Turn some non-const refs into pointersTillmann Karras
2014-03-17.gitignore: fix the build directory patternTillmann Karras
2014-03-17More range-based loops and overridesTillmann Karras
2014-03-17UCodes: nitsTillmann Karras
2014-03-17Interpreter: make some class members privateTillmann Karras
2014-03-16Remove unused function PanicAlertToVideo from Core.cpp.Lioncash
2014-03-16Simplify log queue clearing.Lioncash
2014-03-17Merge pull request #170 from RachelBryk/save-skip-biosPierre Bourdon
2014-03-16Save bHLE_BS2 to config cache before it can be changed while booting.Rachel Bryk
2014-03-16Remove an unnecessary wx translation underscore macro from PHackSettings.Lioncash
2014-03-16Cleanup a little bit of the PHackSettings.Lioncash
2014-03-16UCode_AX: don't always call NotifyAXThread()Tillmann Karras
2014-03-16Prevent VideoConfig inheritance.Lioncash
2014-03-16Simplify file tree building for the filesystem view.Lioncash
2014-03-15Merge pull request #166 from Sonicadvance1/Android-configPierre Bourdon
2014-03-15Due to the removal of our char* IniFile setters/getters this broke Android bu...Ryan Houdek
2014-03-15Remove the extra parameters field from the PH.Linktothepast
2014-03-15Clean up FileHandlerARC.cpp/.hLioncash
2014-03-14Fix extracting dols.Rachel Bryk
2014-03-14Make WiiSocket function names conform to the coding style.Lioncash
2014-03-15Merge pull request #164 from lioncash/cstr-cullPierre Bourdon
2014-03-15Merge pull request #168 from RachelBryk/extract-filesMatthew Parlane
2014-03-15Merge pull request #165 from delroth/mi-mmio-fixMatthew Parlane
2014-03-14Fix extracting files on partition > 0.Rachel Bryk
2014-03-14OpenGL: Implement color and z pokes.Tony Wasserka
2014-03-14PixelShaderGen: More code alignment fixes.Tony Wasserka
2014-03-14Pixel/LightingShaderGen: Fix code alignment issues.Tony Wasserka
2014-03-14PixelShaderGen: Don't make local lookup tables "static".Tony Wasserka
2014-03-14PixelShaderGen: Remove the "i" prefix for integer variables.Tony Wasserka
2014-03-14PixelShaderGen: Use spaces for alignment where appropriate.Tony Wasserka
2014-03-14ConstantManager: Do not use single-element arrays.Tony Wasserka
2014-03-14PixelShaderGen: Write 16777215 in hex (0xFFFFFF) so that it's easier to under...Tony Wasserka
2014-03-14PixelShaderGen: Prettify generated shader source.Tony Wasserka
2014-03-14PixelShaderGen: Add a note about a random idea which should be checked with h...Tony Wasserka
2014-03-14PixelShaderGen: Cleanup and clarify bump alpha combiner inputs.Tony Wasserka
2014-03-14PixelShaderGen: Remove old, mostly useless comments.Tony Wasserka
2014-03-14PixelShaderGen: Use bit shifts instead of multiplications as a small optimiza...Tony Wasserka
2014-03-14PixelShaderGen: Clean up tev compare functionality.Tony Wasserka
2014-03-14PixelShaderGen: Store tex scale as an integer.Tony Wasserka
2014-03-14PixelShaderGen: Treat UV coordinates as actual integers.Tony Wasserka
2014-03-14PixelShaderGen: Remove some dead code.Tony Wasserka
2014-03-14PixelShaderGen: Perform some of the fog calculations with integers.Tony Wasserka
2014-03-14PixelShaderGen: Use integer math for z textures.Tony Wasserka