Commit Graph

9165 Commits

Author SHA1 Message Date
Kingcom
d12d3058e7 Don't show ListBox if it was hidden before 2013-10-02 09:11:38 +02:00
Kingcom
524fd29716 Add range selection 2013-10-02 08:51:21 +02:00
Siddharth
da66cb55f4 Revert "changed the gitignore and android/project files"
This was to be done on a separate branch. Reverting change.
This reverts commit 43a0d5f60f.
2013-10-02 11:11:33 +05:30
Siddharth
a151b5beb6 using PPSSPP's locks 2013-10-02 11:01:59 +05:30
Siddharth
43a0d5f60f changed the gitignore and android/project files 2013-10-02 11:01:21 +05:30
shenweip
7f92a5dffd Oops 2013-10-02 06:54:15 +08:00
Kingcom
f388697f88 Right click menu for CtrlDisplayListView 2013-10-02 00:41:37 +02:00
shenweip
346d277042 Fix bugs and Clean up. 2013-10-02 06:07:02 +08:00
Henrik Rydgård
a176fb85d3 Merge pull request #4013 from unknownbrackets/debugger
Add basic plumbing for texture breakpoints
2013-10-01 14:40:45 -07:00
Siddharth
a6ec70fe90 Audio Processor now uses atomics rather than mutex 2013-10-02 01:54:55 +05:30
Henrik Rydgård
0faba98384 Merge pull request #4019 from Kingcom/DumpWindow
Dump memory dialog
2013-10-01 12:24:20 -07:00
Henrik Rydgård
640a22abb2 Merge pull request #4014 from unknownbrackets/hle-printf
Support %X and %x in sceKernelPrintf()
2013-10-01 12:22:33 -07:00
Kingcom
1d0ff8809b Dump memory dialog 2013-10-01 21:11:41 +02:00
shenweip
9a7759c50c Move someting to correct position. 2013-10-02 00:32:22 +08:00
shenweip
efec08f7d6 Oops 2013-10-02 00:04:29 +08:00
shenweip
33f08852c1 Implemented sceHeapGetTotalFreeSize. 2013-10-01 23:38:49 +08:00
shenweip
8cd281223d Implemented some functions for sceHeap. 2013-10-01 23:38:01 +08:00
Unknown W. Brackets
11f8203cc4 Merge pull request #4015 from Bigpet/master
included <algorithm> to make sure all compilers find std::max
2013-10-01 08:04:03 -07:00
Peter Tissen
edfec927f4 included <algorithm> to make sure all compilers find std::max with no errors 2013-10-01 17:00:51 +02:00
Unknown W. Brackets
a72340255f Support %X and %x in sceKernelPrintf(). 2013-10-01 08:00:08 -07:00
Unknown W. Brackets
444784d3cc Add basic plumbing for texture breakpoints. 2013-10-01 07:53:00 -07:00
Unknown W. Brackets
3c791d09bd Bump native (buildfix.) 2013-10-01 07:52:12 -07:00
Henrik Rydgard
bfd30886b7 Save a few GL calls per frame on Tegra using NV_draw_texture 2013-10-01 16:22:55 +02:00
Henrik Rydgård
9886a7f80c update native 2013-10-01 14:27:06 +02:00
Henrik Rydgård
75a96b5054 Merge pull request #4010 from Bigpet/master
"Dump..." in memoryview crashes the emulator if Ram.dump unwritable
2013-10-01 05:24:08 -07:00
Peter Tissen
c76d9afa1b unfortunately disfigured typo 2013-10-01 13:21:53 +02:00
Peter Tissen
5d752d3084 Merge branch 'master' of https://github.com/Bigpet/ppsspp 2013-10-01 13:19:53 +02:00
Peter Tissen
73138f4ea1 check if ram.dump is writable before writing to it in blind faith 2013-10-01 13:19:11 +02:00
Henrik Rydgård
0bac8e30f7 Merge pull request #4009 from Kingcom/GEDebugger
Toggle display list breakpoints
2013-10-01 03:14:08 -07:00
Kingcom
6c3a0643ca Toggle with space 2013-10-01 12:08:48 +02:00
Kingcom
5effea670a Toggle display list breakpoints 2013-10-01 12:05:19 +02:00
Kingcom
d71b1e44fa Merge branch 'master' of https://github.com/hrydgard/ppsspp into GEDebugger 2013-10-01 11:50:32 +02:00
Henrik Rydgård
e94a67860d Merge pull request #4005 from Kingcom/Debugger
More debug UI tweaks
2013-10-01 01:10:19 -07:00
Henrik Rydgård
a358582440 Merge pull request #4002 from adrian17/master
Removed redundant includes
2013-10-01 01:09:42 -07:00
Kingcom
ba91a8fe54 Merge branch 'master' of https://github.com/hrydgard/ppsspp into GEDebugger 2013-10-01 09:34:53 +02:00
Unknown W. Brackets
930621b7a9 Fix typos. 2013-10-01 00:29:19 -07:00
Henrik Rydgård
85e6c93e28 Merge pull request #4008 from unknownbrackets/debugger
Show more state values in the GE debugger
2013-10-01 00:02:20 -07:00
Henrik Rydgård
f5be675326 Merge pull request #4007 from raven02/patch-19
Projection mapping : initialize z as 1.0f
2013-10-01 00:01:43 -07:00
Unknown W. Brackets
a8774f0695 Add special formats for most tests. 2013-09-30 23:49:44 -07:00
Unknown W. Brackets
10e446d225 Notify of shutdown *after* setting coreState. 2013-09-30 23:36:57 -07:00
Unknown W. Brackets
4ae41d4206 Format texture types in the GE debugger. 2013-09-30 23:28:07 -07:00
Unknown W. Brackets
689b437b8f Show disabled in a less obscure way. 2013-09-30 23:22:47 -07:00
Unknown W. Brackets
540243b1f9 Add a bunch more state values to GE dbg.
This is basically all of them, I think.
2013-09-30 23:20:15 -07:00
raven02
90e77f8c30 Remove duplicate comment 2013-10-01 14:04:48 +08:00
raven02
7f3a3ccd6c Projection mapping : Initialize z as 1.0f 2013-10-01 09:01:38 +08:00
Unknown W. Brackets
80ae3f247f Merge pull request #4006 from thedax/buildFix
Build fix.
2013-09-30 13:08:56 -07:00
The Dax
dda0bfea33 Build fix. 2013-09-30 16:00:41 -04:00
Kingcom
0601f88b6d Don't change border when the tab uses the buttons style 2013-09-30 21:49:17 +02:00
Kingcom
2dfa63bb1c Add config setting 2013-09-30 21:42:05 +02:00
Kingcom
54f5405b4f -remember/restore focus when switching tabs
-if a tab has a border, display if when titles are disabled, and don't display it when they are enabled
2013-09-30 21:38:46 +02:00