..
BreakPointDlg.cpp
Added option to load breakpoints and memory checks from a file.
2008-10-18 02:21:59 +00:00
BreakPointDlg.h
change src to Src
2008-09-22 06:50:27 +00:00
BreakpointView.cpp
Move out Cg shader generators to VideoCommon (hope to use this in the DX plugin in the future). Also move out stats code. Comment a lot and cleanup. Kill DX9 Globals.cpp.
2008-10-22 20:54:40 +00:00
BreakpointView.h
change src to Src
2008-09-22 06:50:27 +00:00
BreakpointWindow.cpp
Migration to the new dir struct (in code only!, no deletion of old dirs...yet). VS projects copy Data/* to Binary/<arch>. Added SConscript to some projects where it was missing. This is the time to move over all your files!
2008-11-12 04:54:17 +00:00
BreakpointWindow.h
Added option to load breakpoints and memory checks from a file.
2008-10-18 02:21:59 +00:00
CodeView.cpp
warning fixes + compile on linx
2008-12-02 10:50:58 +00:00
CodeView.h
Debugger: Made Insert blr toggle between blr and old value
2008-11-29 08:38:03 +00:00
CodeWindow.cpp
fixed up CopySettingsFile and idef'd away MSWDrawSubItem
2008-12-02 00:12:42 +00:00
CodeWindow.h
Debugger: added save code option and darkened the code view colors so I can see them on my screen
2008-12-01 07:37:35 +00:00
Debugger.cpp
change src to Src
2008-09-22 06:50:27 +00:00
Debugger.h
Readded log manager changes, now with a LOGV function to use the verbosity levels.
2008-11-07 20:08:31 +00:00
JitWindow.cpp
change src to Src
2008-09-22 06:50:27 +00:00
JitWindow.h
change src to Src
2008-09-22 06:50:27 +00:00
LogWindow.cpp
Forgot a few things
2008-11-18 03:22:14 +00:00
LogWindow.h
Added extension option to Wiimote settings. It doesn't work currently. Renamed a file. Added log manager option to only show logs unique to that verbosity level.
2008-11-17 19:38:50 +00:00
MemoryCheckDlg.cpp
Added option to load breakpoints and memory checks from a file.
2008-10-18 02:21:59 +00:00
MemoryCheckDlg.h
change src to Src
2008-09-22 06:50:27 +00:00
MemoryView.cpp
Debugger: added save code option and darkened the code view colors so I can see them on my screen
2008-12-01 07:37:35 +00:00
MemoryView.h
change src to Src
2008-09-22 06:50:27 +00:00
MemoryWindow.cpp
warning fixes
2008-11-26 19:42:22 +00:00
MemoryWindow.h
Added controls to "Dolphin-Memory" window to let you change values in memory.
2008-10-26 09:09:53 +00:00
RegisterView.cpp
Hey Look, Register window in Linux works now! Maybe we should use the same method for Windows, instead of the OS specific one? Also, I will probably make a window similar to this for video registers, so I can debug them. Fun for all!
2008-12-05 06:01:53 +00:00
RegisterView.h
Hey Look, Register window in Linux works now! Maybe we should use the same method for Windows, instead of the OS specific one? Also, I will probably make a window similar to this for video registers, so I can debug them. Fun for all!
2008-12-05 06:01:53 +00:00
RegisterWindow.cpp
Hey Look, Register window in Linux works now! Maybe we should use the same method for Windows, instead of the OS specific one? Also, I will probably make a window similar to this for video registers, so I can debug them. Fun for all!
2008-12-05 06:01:53 +00:00
RegisterWindow.h
Hey Look, Register window in Linux works now! Maybe we should use the same method for Windows, instead of the OS specific one? Also, I will probably make a window similar to this for video registers, so I can debug them. Fun for all!
2008-12-05 06:01:53 +00:00
SConscript
(requires review for windows/mac)
2008-12-05 13:46:19 +00:00