Log of /trunk/RomCheater/Docking/FloatingMemorySearcher.Designer.cs
Parent Directory
|
Revision Log
Revision
477 -
(
view)
(
download)
(
annotate)
-
[select for diffs]
Modified
Mon Jun 3 18:35:45 2013 UTC
(8 years, 11 months ago)
by
william
File length: 68976 byte(s)
Diff to
previous 471
revert r471: pass process informatin by using the process's PID, instead of passing the process as a reference
+ pass the process instead
Revision
471 -
(
view)
(
download)
(
annotate)
-
[select for diffs]
Modified
Mon Jun 3 07:13:44 2013 UTC
(8 years, 11 months ago)
by
william
File length: 68960 byte(s)
Diff to
previous 447
+ pass process informatin by using the process's PID, instead of passing the process as a reference
Revision
280 -
(
view)
(
download)
(
annotate)
-
[select for diffs]
Modified
Tue Jun 5 00:13:29 2012 UTC
(9 years, 11 months ago)
by
william
File length: 61103 byte(s)
Diff to
previous 277
+ import search code from PCSX2 Ram Dump (no need to re-invent the wheel...plus it cuts down on code refactoring time)
Revision
275 -
(
view)
(
download)
(
annotate)
-
[select for diffs]
Modified
Sun Jun 3 22:01:05 2012 UTC
(9 years, 11 months ago)
by
william
File length: 60871 byte(s)
Diff to
previous 272
+ add BrowseMemoryRegion event in MemorySearcher
: calls back to main form which calls MemoryViewer.AcceptExternalMemoryAddress(address)
Revision
272 -
(
view)
(
download)
(
annotate)
-
[select for diffs]
Modified
Sun Jun 3 21:25:47 2012 UTC
(9 years, 11 months ago)
by
william
File length: 59409 byte(s)
Diff to
previous 271
static int col_Found_Address = 1;
static int col_Found_Value = 2;
static int col_Found_Frozen = 3;
static int col_Added_Address = 1;
static int col_Added_Value = 2;
static int col_Added_Frozen = 3;
This form allows you to request diffs between any two revisions of this file.
For each of the two "sides" of the diff,
enter a numeric revision.