| Commit message (Expand) | Author | Age | Files | Lines | ||
|---|---|---|---|---|---|---|
| ... | ||||||
| | * | | * Revert parts of the per game memory card patch. | Stelios Tsampas | 2017-07-30 | 10 | -60/+84 | |
| * | | | Merge pull request #6 from loathingKernel/fix-linux-build | iCatButler | 2018-03-13 | 102 | -2087/+3160 | |
| |\ \ \ | ||||||
| | * \ \ | Merge branch 'master' into fix-linux-build | iCatButler | 2018-03-13 | 17 | -399/+721 | |
| | |\ \ \ | |/ / / |/| | / | | |/ | |/| | ||||||
| * | | | Merge pull request #5 from MrLavender/master | iCatButler | 2018-03-13 | 17 | -389/+712 | |
| |\ \ \ | ||||||
| | * \ \ | Merge branch 'master' into master | iCatButler | 2018-03-13 | 0 | -0/+0 | |
| | |\ \ \ | |/ / / |/| | | | ||||||
| * | | | | Merge pull request #4 from chrisballinger/macos-fixes | iCatButler | 2018-03-13 | 4 | -11/+15 | |
| |\ \ \ \ | ||||||
| | * | | | | Fix Xcode build issues | Chris Ballinger | 2016-10-25 | 4 | -11/+15 | |
| | | * | | | Various fixes to PeopsOpenGL preferences UI on OSX | MrLavender | 2017-07-15 | 3 | -282/+220 | |
| | | * | | | Add CPU Overclocking to preferences UI on OS X | MrLavender | 2017-07-01 | 4 | -2/+100 | |
| | | * | | | Add PGXP preferences UI for OS X | MrLavender | 2017-07-01 | 6 | -4/+241 | |
| | | * | | | Fix PeopsXgl exports on OSX | MrLavender | 2017-06-29 | 1 | -0/+4 | |
| | | * | | | Fix PGXP support in 64bit dynarec on OSX/Linux | MrLavender | 2017-06-29 | 3 | -89/+143 | |
| | | * | | | Fix OSX debug build | MrLavender | 2017-06-27 | 4 | -22/+16 | |
| | | * | | | Add OSX files to gitignore | MrLavender | 2017-06-27 | 1 | -0/+2 | |
| | |/ / / |/| | | | ||||||
| | | * | | * Don't build PIE executables | Stelios Tsampas | 2017-07-31 | 2 | -0/+10 | |
| | | |/ | ||||||
| | | * | * Plugin.c: Add PGXP visual debug binding (F11) | Stelios Tsampas | 2017-07-28 | 4 | -10/+10 | |
| | | * | * dfinput: Fix possible buffer overflows in the ui. | Stelios Tsampas | 2017-07-20 | 4 | -11/+17 | |
| | | * | * Add setting to disable physical gamepad vibration. | Stelios Tsampas | 2017-07-19 | 5 | -23/+97 | |
| | | * | * Optimized pixmaps to reduce size | Stelios Tsampas | 2017-07-18 | 24 | -0/+0 | |
| | | * | * Add UI configuration knobs from overclocking, wipeout memhack and per game ... | Stelios Tsampas | 2017-07-18 | 3 | -715/+857 | |
| | | * | * Add configuration UI for PGXP. | Stelios Tsampas | 2017-07-17 | 10 | -2/+396 | |
| | | * | * Add nullsio1 plugin from upstream | Stelios Tsampas | 2017-07-17 | 5 | -0/+336 | |
| | | * | * Bring pluing Linux(gtk) interfaces up to date. | Stelios Tsampas | 2017-07-17 | 20 | -814/+855 | |
| | | * | * Bring main Linux(gtk) UI up to date to remove deprecated warnings. | Stelios Tsampas | 2017-07-17 | 29 | -436/+349 | |
| | | * | * Move data and pixmaps folders inside gui folder to reflect codeplex branch. | Stelios Tsampas | 2017-07-16 | 32 | -27/+63 | |
| | | * | Bring cdriso.c up to date to enable CCDDA | Stelios Tsampas | 2017-07-16 | 5 | -307/+377 | |
| | | * | Fix compilation on linux. | Stelios Tsampas | 2017-07-16 | 15 | -34/+90 | |
| | |/ |/| | ||||||
| * | | Prevent incomplete vertices using precise NCLIP | iCatButler | 2017-04-25 | 3 | -2/+3 | |
| * | | Add texture only visualisation | iCatButler | 2017-03-24 | 1 | -2/+12 | |
| * | | Fix issue with flat shaded primitives in colour only mode | iCatButler | 2017-03-19 | 1 | -4/+5 | |
| * | | Fix false positive when rendering transparent objects in wireframe | iCatButler | 2017-03-19 | 1 | -1/+5 | |
| * | | Add support for new visualisations | iCatButler | 2017-03-17 | 4 | -234/+169 | |
| * | | Add support for arbitrary clock multipliers | iCatButler | 2017-03-17 | 5 | -44/+28 | |
| |/ | ||||||
| * | Fix some edge cases and imprve depth visualisation: | iCatButler | 2016-09-01 | 3 | -30/+253 | |
| * | Merge pull request #3 from CarterLi/master | iCatButler | 2016-08-05 | 4 | -2/+45 | |
| |\ | ||||||
| | * | Fix OSX build | Carter Li | 2016-08-05 | 4 | -2/+45 | |
| |/ | ||||||
| * | Add PGXP support to 64bit dynarec | iCatButler | 2016-08-05 | 2 | -10/+384 | |
| * | Fix possible function pointer initialisation problem | iCatButler | 2016-08-03 | 3 | -4/+3 | |
| * | Fix NCLIP related crash | iCatButler | 2016-08-01 | 3 | -26/+30 | |
| * | Various CPU updates | iCatButler | 2016-07-30 | 10 | -194/+1017 | |
| * | Use overclock on load state | iCatButler | 2016-07-30 | 1 | -0/+4 | |
| * | Change "valid" flag to multiple bit flags | iCatButler | 2016-07-04 | 7 | -56/+105 | |
| * | Additional checks | iCatButler | 2016-07-02 | 8 | -162/+387 | |
| * | Fix interpreter bugs | iCatButler | 2016-06-30 | 3 | -21/+33 | |
| * | Initialise GTE and CPU regsiters (invalidate) | iCatButler | 2016-06-30 | 5 | -2/+25 | |
| * | Disable debug mode | iCatButler | 2016-06-29 | 4 | -2/+7 | |
| * | Imporved CPU integration | iCatButler | 2016-06-27 | 25 | -1420/+1305 | |
| * | CPU op fixes | iCatButler | 2016-06-11 | 1 | -35/+42 | |
| * | Initial PGXP CPU commit | iCatButler | 2016-06-07 | 18 | -519/+2853 | |
| * | Add checkbox for per-game memory cards | iCatButler | 2016-05-31 | 3 | -2/+16 | |
