859 Commits

Author SHA1 Message Date
Unknown W. Brackets
da56ef24cb Format a few more state values in ge debugger. 2013-10-03 01:27:54 -07:00
Unknown W. Brackets
2a2b9fa4cc Add addresses and missing cmds to ge debugger. 2013-10-03 01:11:24 -07:00
Unknown W. Brackets
67b1a03f90 Only break on a changed texture, not every level. 2013-10-03 00:49:16 -07:00
Kingcom
524fd29716 Add range selection 2013-10-02 08:51:21 +02:00
Kingcom
f388697f88 Right click menu for CtrlDisplayListView 2013-10-02 00:41:37 +02: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
Kingcom
1d0ff8809b Dump memory dialog 2013-10-01 21:11:41 +02: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
444784d3cc Add basic plumbing for texture breakpoints. 2013-10-01 07:53:00 -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
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
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
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
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
Unknown W. Brackets
45b08bc6af Clean up float formatting, oops. 2013-09-30 08:30:30 -07:00
Unknown W. Brackets
97de7a6fbd Add a tab for texture-related settings to GE dbg. 2013-09-30 08:18:28 -07:00
Unknown W. Brackets
99b449661c Improve state value formatting in GE debugger. 2013-09-30 08:13:05 -07:00
Unknown W. Brackets
d0abc03be4 Add a few more tabs (not complete.) 2013-09-30 07:48:54 -07:00
Unknown W. Brackets
37d94b041e Add a tab for flags to the ge debugger. 2013-09-30 07:48:54 -07:00
Kingcom
a5ae03cae1 -use tab control class for left tabs
-add a way to hide tab titles
-accelerator for GEDebugger
2013-09-30 15:56:08 +02:00
Kingcom
f41e5a3867 -use TabControl for bottom tabs
-show/hide bottom tabs with ctrl+x
2013-09-30 10:40:15 +02:00
Kingcom
d4b05f1763 Better disassembly resizing 2013-09-29 17:30:37 +02:00
Henrik Rydgård
9902d47a70 Merge pull request #3977 from Kingcom/Debugger
Update CPU debugger lists
2013-09-29 02:52:15 -07:00
Kingcom
c800b0055d Update CtrlStackTraceView 2013-09-29 11:28:16 +02:00
Kingcom
ed9c72e8eb Update CtrlBreakpointList 2013-09-29 11:19:13 +02:00
Kingcom
9e2866d618 Update CtrlThreadList 2013-09-29 10:50:18 +02:00
shenweip
38e744b080 Add FXAA to menu item. 2013-09-29 16:08:52 +08:00
Henrik Rydgård
4a6c2e33fa Merge pull request #3965 from Kingcom/GEDebugger
Display lists tab
2013-09-28 16:41:09 -07:00
Kingcom
c1690cd3dc Range checks 2013-09-29 01:08:46 +02:00
Kingcom
aae0b98cfe Display list tab 2013-09-29 01:02:05 +02:00
Henrik Rydgård
00c4fb43f2 Merge pull request #3939 from thedax/win32MakeMsgTranslatable
Win32: Make savestate slot OSM translatable.
2013-09-28 14:52:34 -07:00
Unknown W. Brackets
f5ee058fbc Oops, fix debug build. 2013-09-28 12:21:20 -07:00
Henrik Rydgård
98f0f2692b Merge pull request #3948 from thedax/win32DeadlocksTake2
Win32 Deadlocks Part 2: Stop should do the same things Reset does.
2013-09-28 12:18:03 -07:00
Henrik Rydgård
b0189b9557 Merge pull request #3942 from Kingcom/GEDebugger
Add tab control to GEDebugger (and more)
2013-09-28 12:08:27 -07:00
Kingcom
72faf8c8ab Move tab control into separate class 2013-09-28 20:57:02 +02:00
Kingcom
c4dbe37444 Add function to add a Dialog tab 2013-09-28 17:23:14 +02:00
Kingcom
478962ae2c Resize GEDebugger and save position 2013-09-28 16:04:56 +02:00
Kingcom
513223ea4f -Step through display list with F10/F11
-accelerator changes
2013-09-28 14:34:08 +02:00
Unknown W. Brackets
da1d700904 Attempt to support rendering depth/stencil.
But no interface yet.  I can't tell if it works, I just get black...
2013-09-28 02:38:05 -07:00
Kingcom
b6d49f09bc Merge branch 'master' of https://github.com/hrydgard/ppsspp into GEDebugger
Conflicts:
	Windows/GEDebugger/GEDebugger.cpp
	Windows/GEDebugger/GEDebugger.h
	Windows/ppsspp.rc
	Windows/resource.h
2013-09-28 10:39:28 +02:00