Revision
893 -
Directory Listing
-
[select for diffs]
Modified
Wed Sep 17 06:26:51 2014 UTC
(8 years, 6 months ago)
by
william
Diff to
previous 892
+ fix dock icons (again)
+ add some more features to RomCheater.RVAScratchPad :: add some more plugin controls
Revision
892 -
Directory Listing
-
[select for diffs]
Modified
Wed Sep 17 05:56:41 2014 UTC
(8 years, 6 months ago)
by
william
Diff to
previous 891
+ alot of dang work to force an icon to be shown on the docked panels
** when it was as simple as setting: DockPanel.ShowDocumentIcon to true
Revision
884 -
Directory Listing
-
[select for diffs]
Modified
Wed Sep 17 03:39:35 2014 UTC
(8 years, 6 months ago)
by
william
Diff to
previous 867
+ add inital support for string search in memory searcher
-- these are currently disables
-- the whole memory search function is extremly slow
Revision
867 -
Directory Listing
-
[select for diffs]
Modified
Tue Sep 16 23:36:33 2014 UTC
(8 years, 6 months ago)
by
william
Diff to
previous 866
+ more work on numeric input controls
+ fix RVA Caclulator cutting-off some controls (also pad the controls, uniformly)
Revision
858 -
Directory Listing
-
[select for diffs]
Modified
Tue Sep 16 21:51:59 2014 UTC
(8 years, 6 months ago)
by
william
Diff to
previous 856
+ add support for old version(s) that reference RomCheater.RVACalculator to use RomCheater.RVACheatList
Revision
856 -
Directory Listing
-
[select for diffs]
Modified
Tue Sep 16 21:23:53 2014 UTC
(8 years, 6 months ago)
by
william
Diff to
previous 855
+ differeniate the UserPlugin RVACalculator from the main RVACalculator
++ the user plugin is now named RVACheatList
Revision
852 -
Directory Listing
-
[select for diffs]
Modified
Tue Sep 16 19:52:47 2014 UTC
(8 years, 6 months ago)
by
william
Diff to
previous 851
+ fix missing dockpanel in designer -- corrects issues with docked windows not being properly docked next to each other
Revision
845 -
Directory Listing
-
[select for diffs]
Modified
Tue Sep 16 01:51:41 2014 UTC
(8 years, 6 months ago)
by
william
Diff to
previous 844
+ fix an issue where plugins were being copied the RomCheater project folder
but we won't copying them using the Platform/Configuration nomenclature
-- fixed
Revision
840 -
Directory Listing
-
[select for diffs]
Modified
Tue Sep 16 01:15:38 2014 UTC
(8 years, 6 months ago)
by
william
Diff to
previous 838
+ fix an issue in RomCheater -- when the dockpanel would be null when running the program for the first time
Revision
808 -
Directory Listing
-
[select for diffs]
Modified
Mon Apr 7 14:02:32 2014 UTC
(8 years, 11 months ago)
by
william
Diff to
previous 805
+ update FlickerFreeTextControl (was FlickerFreeRichTextBox) -- now it's a usercontrol with completely custom painting
Revision
755 -
Directory Listing
-
[select for diffs]
Modified
Thu Jun 20 20:04:53 2013 UTC
(9 years, 9 months ago)
by
william
Diff to
previous 748
* rename DockPanel config files
* use a constant string to set the config filename (so we can update/maintain in one location)
Revision
537 -
Directory Listing
-
[select for diffs]
Modified
Wed Jun 5 10:25:16 2013 UTC
(9 years, 9 months ago)
by
william
Diff to
previous 536
SearchResultReader: enumerator - fix index out of range exceptions by decrementing the maximum index by 1
Revision
534 -
Directory Listing
-
[select for diffs]
Modified
Wed Jun 5 09:36:14 2013 UTC
(9 years, 9 months ago)
by
william
Diff to
previous 533
BitTools.ConvertByteArray:
Will now throw NotSupported Exceptions for convertion to byte[] or sbyte[[
beacuse the data can be used without conversion.
Attempting to convert byte[] -> byte[]
-or-
Attempting to convert byte[] -> sbyte[]
will impact performance (beacuse of extra-unneccessary processing)
Revision
507 -
Directory Listing
-
[select for diffs]
Modified
Tue Jun 4 20:33:40 2013 UTC
(9 years, 9 months ago)
by
william
Diff to
previous 506
LogSearchOptions():
* when logging the datatype bit size, alos include the size of the type (1/2/4/8 bytes)
Revision
485 -
Directory Listing
-
[select for diffs]
Modified
Mon Jun 3 20:03:06 2013 UTC
(9 years, 9 months ago)
by
william
Diff to
previous 484
+ disable the ExportMode checkbox, when a search is active
+ enable the ExportMode checkbox, when a search is reset
Revision
484 -
Directory Listing
-
[select for diffs]
Modified
Mon Jun 3 20:01:59 2013 UTC
(9 years, 9 months ago)
by
william
Diff to
previous 483
+ disable the reset button while a search is active
+ only enable the reset button once the search operation has finished or was cancelled
+ or disable it if the search was reset
Revision
477 -
Directory Listing
-
[select for diffs]
Modified
Mon Jun 3 18:35:45 2013 UTC
(9 years, 9 months ago)
by
william
Diff to
previous 476
revert r471: pass process informatin by using the process's PID, instead of passing the process as a reference
+ pass the process instead
Revision
476 -
Directory Listing
-
[select for diffs]
Modified
Mon Jun 3 18:22:20 2013 UTC
(9 years, 9 months ago)
by
william
Diff to
previous 475
+ use ResultType<ulong> instead of ResultType<object>
+ use StructResultType<ulong> instead of StructResultType<object>
Revision
451 -
Directory Listing
-
[select for diffs]
Modified
Sun Jun 2 21:37:09 2013 UTC
(9 years, 9 months ago)
by
william
Diff to
previous 450
attempt to reduce memory usage by:
1) opening the serialized results
2) seeking to the current result entry
3) read the data
4) close the data stream
5) return the result
Revision
419 -
Directory Listing
-
[select for diffs]
Modified
Tue May 28 11:08:26 2013 UTC
(9 years, 9 months ago)
by
william
Diff to
previous 415
+ stop complaining about exception variables not being used: changed from 'throw;' to 'throw ex;'
+ comment-out currently unsued variables:
FloatingMemorySearcher.cs:
static int col_Found_Frozen = 3;
static int col_Added_Frozen = 3;
MemoryScanner.cs:
SafeWaitHandle m_hProcess;
Revision
326 -
Directory Listing
-
[select for diffs]
Modified
Thu Jun 7 17:46:05 2012 UTC
(10 years, 9 months ago)
by
william
Diff to
previous 325
add support for:
* goto process's imagebase address
* logging edit byte count and changed byte count when editing memory view bytes
* and other enchancements
Revision
280 -
Directory Listing
-
[select for diffs]
Modified
Tue Jun 5 00:13:29 2012 UTC
(10 years, 9 months ago)
by
william
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 -
Directory Listing
-
[select for diffs]
Modified
Sun Jun 3 22:01:05 2012 UTC
(10 years, 9 months ago)
by
william
Diff to
previous 274
+ add BrowseMemoryRegion event in MemorySearcher
: calls back to main form which calls MemoryViewer.AcceptExternalMemoryAddress(address)
Revision
274 -
Directory Listing
-
[select for diffs]
Modified
Sun Jun 3 21:41:19 2012 UTC
(10 years, 9 months ago)
by
william
Diff to
previous 272
UpdateMaxRamView(): ensure we read the very last byte (we were subtracting 1 byte from the amount to read)
Revision
272 -
Directory Listing
-
[select for diffs]
Modified
Sun Jun 3 21:25:47 2012 UTC
(10 years, 9 months ago)
by
william
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;
Revision
256 -
Directory Listing
-
[select for diffs]
Modified
Sun Jun 3 16:50:16 2012 UTC
(10 years, 9 months ago)
by
william
Diff to
previous 252
UIMemoryViewer:
* re-enable GetFirstNonZeroByte()
+ make code changes that were not implemented (due to GetFirstNonZeroByte() being disabled)
Revision
114 -
Directory Listing
-
[select for diffs]
Modified
Thu May 10 14:12:09 2012 UTC
(10 years, 10 months ago)
by
william
Diff to
previous 112
ensure we:
* load the user's logging flags
* if we have forced logging flags via logger.SetLoggingFlags(): then allow those settings to override
Revision
100 -
Directory Listing
-
[select for diffs]
Modified
Thu May 10 09:03:13 2012 UTC
(10 years, 10 months ago)
by
william
Diff to
previous 99
+ add windows api to get module filename so there won't be errors with 32bit processes being unable to access 64bit process modules
Revision
99 -
Directory Listing
-
[select for diffs]
Modified
Wed May 9 23:23:38 2012 UTC
(10 years, 10 months ago)
by
william
Diff to
previous 97
+ add logging options:
* VERBOSE_DEBUG and VERBOSE_ERROR : for debug and error messages that are very 'chatty'
Revision
34 -
Directory Listing
-
[select for diffs]
Modified
Wed May 9 11:29:33 2012 UTC
(10 years, 10 months ago)
by
william
Diff to
previous 33
+ add settings upgrade subscriber support (needs to be called in a static constructor for types that are always used)