Commit Graph
2987 Commits
Author SHA1 Message Date
The Dax b85aa88e45 Allow System_GetProperty to properly detect the version of Microsoft Windows instead of just returning "PC: Windows". 2013-10-09 13:17:55 -04:00
Henrik Rydgard 7a0b1e40c6 Update native (making GLES3 features possible on desktop). Minor optimization. 2013-10-08 21:50:43 +02:00
shenweip db44c4c478 Don't save the console position when it is minimized. 2013-10-08 22:04:07 +08:00
Unknown W. Brackets 5a90ddcb47 Add a button to break on a particular texture. 2013-10-08 00:28:57 -07:00
Unknown W. Brackets dd314c83bd Add texture and frame break buttons. 2013-10-08 00:04:11 -07:00
Unknown W. Brackets dc98ede031 Warning fixes. 2013-10-08 00:03:58 -07:00
Unknown W. Brackets 5e54847aaf Wait better with broken win32 cond vars. 2013-10-07 01:45:20 -07:00
Unknown W. Brackets 8e4d7b304d Add at least a basic way to alter cmds. 2013-10-06 22:23:52 -07:00
Unknown W. Brackets ff0e9cf32d Make it possible to flip flags in the ge debugger. 2013-10-06 22:17:56 -07:00
Unknown W. Brackets 7377bd7202 Add a specific format for 1/0 flags. 2013-10-06 22:17:55 -07:00
Unknown W. Brackets 3af88b1e4e Show the stencil buffer properlyish in ge debugger. 2013-10-06 22:17:55 -07:00
Unknown W. Brackets 3e7f7e9abd Add tabs for depth/stencil to ge debugger. 2013-10-06 22:17:54 -07:00
Unknown W. Brackets 77047b5ee4 Show captions on frame and texture previews. 2013-10-06 22:17:53 -07:00
Unknown W. Brackets 6e3c741d83 Capture the cursor while dragging, oops. 2013-10-06 22:17:52 -07:00
Unknown W. Brackets 0c03dc2dec Handle it better when viewing an invalid addr. 2013-10-06 22:17:52 -07:00
Unknown W. Brackets 1cd9f01358 Add a quick way to go to a particular address. 2013-10-06 22:17:51 -07:00
Unknown W. Brackets d5513c3b58 Delete SimpleGLWindow near where it's new'd.
This makes it clearer and more foolproof.
2013-10-06 22:17:51 -07:00
Unknown W. Brackets 83548041e2 Handle WM_PAINT in ge debugger, cleanup. 2013-10-06 22:17:50 -07:00
Henrik Rydgård 5dc2cc23b1 Merge pull request #4052 from unknownbrackets/debugger
GE debugger - fix depth/stencil, pan/zoom the texture
2013-10-05 23:02:44 -07:00
Lioncash 0f093a3328 Remove redundant parentheses from a ternary statement in WndMainWindow.cpp. 2013-10-05 22:59:40 -04:00
Lioncash 40797e0d5c Turns out there were three other expressions with this precedence problem in it within WndMainWindow.cpp. 2013-10-05 22:00:19 -04:00
Lioncash 2b84520e89 Fix precedence of operations in a boolean expression in function UpdateMenus in WndMainWindow.cpp.
Bitwise OR has higher precedence than the ternary expression operators. This is likely unintended, since the main goal here is to either check or un-check the items.
2013-10-05 21:49:58 -04:00
Unknown W. Brackets ff0ac74154 Make it possible to pan the texture while zoomed. 2013-10-05 18:30:31 -07:00
Unknown W. Brackets f4b657d3e9 Double click in ge dbg to toggle shrink-to-fit. 2013-10-05 18:14:29 -07:00
Unknown W. Brackets 1183c41ed0 In ge debugger, ignore tex alpha based on texfunc. 2013-10-05 17:32:41 -07:00
Unknown W. Brackets c104c6dee8 Add plumbing to show depth/stencil in ge debugger. 2013-10-05 17:27:28 -07:00
Unknown W. Brackets c55cdad7fe Merge pull request #4037 from Kingcom/Debugger
Fix right click->edit breakpoint
2013-10-05 11:10:58 -07:00
Kingcom 49a4f9e73d Fix right click->edit breakpoint 2013-10-04 23:21:44 +02:00
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