ViewVC Help
View File | Revision Log | Show Annotations | Download File | View Changeset | Root Listing
root/RomCheater/trunk/RomCheater/Main.cs
Revision 112 - (view) (download) (annotate) - [select for diffs]
Modified Thu May 10 14:01:31 2012 UTC (11 years, 6 months ago) by william
File length: 4288 byte(s)
Diff to previous 111 (colored)
+ correct getting name and value from loggingflags
+ don't autosize loggingflags config control

Revision 111 - (view) (download) (annotate) - [select for diffs]
Modified Thu May 10 13:55:44 2012 UTC (11 years, 6 months ago) by william
File length: 4296 byte(s)
Diff to previous 104 (colored)
add support for implictly converting binary bit flags to enum-like values

Revision 104 - (view) (download) (annotate) - [select for diffs]
Modified Thu May 10 10:10:55 2012 UTC (11 years, 6 months ago) by william
File length: 4309 byte(s)
Diff to previous 99 (colored)
+ add support to expand and collapse (back to original position) log window

Revision 99 - (view) (download) (annotate) - [select for diffs]
Modified Wed May 9 23:23:38 2012 UTC (11 years, 6 months ago) by william
File length: 3511 byte(s)
Diff to previous 97 (colored)
+ add logging options:
* VERBOSE_DEBUG and VERBOSE_ERROR : for debug and error messages that are very 'chatty'

Revision 97 - (view) (download) (annotate) - [select for diffs]
Modified Wed May 9 22:48:59 2012 UTC (11 years, 6 months ago) by william
File length: 3350 byte(s)
Diff to previous 96 (colored)
get logging flags directly from logger class

Revision 96 - (view) (download) (annotate) - [select for diffs]
Modified Wed May 9 22:42:57 2012 UTC (11 years, 6 months ago) by william
File length: 3395 byte(s)
Diff to previous 92 (colored)

Revision 92 - (view) (download) (annotate) - [select for diffs]
Modified Wed May 9 21:42:21 2012 UTC (11 years, 6 months ago) by william
File length: 3190 byte(s)
Diff to previous 88 (colored)

Revision 88 - (view) (download) (annotate) - [select for diffs]
Modified Wed May 9 20:52:20 2012 UTC (11 years, 6 months ago) by william
File length: 3130 byte(s)
Diff to previous 87 (colored)

Revision 87 - (view) (download) (annotate) - [select for diffs]
Modified Wed May 9 19:51:42 2012 UTC (11 years, 6 months ago) by william
File length: 3044 byte(s)
Diff to previous 86 (colored)
+ add support for loading and saving config plugins

Revision 86 - (view) (download) (annotate) - [select for diffs]
Modified Wed May 9 19:41:06 2012 UTC (11 years, 6 months ago) by william
File length: 2060 byte(s)
Diff to previous 83 (colored)
+ add support to set plugins in user settings

Revision 83 - (view) (download) (annotate) - [select for diffs]
Modified Wed May 9 17:48:15 2012 UTC (11 years, 6 months ago) by william
File length: 1901 byte(s)
Diff to previous 69 (colored)
plugin wip

Revision 69 - (view) (download) (annotate) - [select for diffs]
Modified Wed May 9 16:45:44 2012 UTC (11 years, 6 months ago) by william
File length: 2027 byte(s)
Diff to previous 63 (colored)

Revision 63 - (view) (download) (annotate) - [select for diffs]
Modified Wed May 9 16:14:39 2012 UTC (11 years, 6 months ago) by william
File length: 1926 byte(s)
Diff to previous 58 (colored)
+ add support to save logging flags at user level

Revision 58 - (view) (download) (annotate) - [select for diffs]
Modified Wed May 9 14:57:31 2012 UTC (11 years, 6 months ago) by william
File length: 1729 byte(s)
Diff to previous 34 (colored)
don't write useless testing message in main_load()

Revision 34 - (view) (download) (annotate) - [select for diffs]
Modified Wed May 9 11:29:33 2012 UTC (11 years, 7 months ago) by william
File length: 1900 byte(s)
Diff to previous 26 (colored)
+ add settings upgrade subscriber support (needs to be called in a static constructor for types that are always used)

Revision 26 - (view) (download) (annotate) - [select for diffs]
Modified Wed May 9 09:28:57 2012 UTC (11 years, 7 months ago) by william
File length: 1338 byte(s)
Diff to previous 25 (colored)
info, debug, and error log messages

Revision 25 - (view) (download) (annotate) - [select for diffs]
Modified Wed May 9 09:00:23 2012 UTC (11 years, 7 months ago) by william
File length: 1111 byte(s)
Diff to previous 24 (colored)

Revision 24 - (view) (download) (annotate) - [select for diffs]
Modified Wed May 9 08:59:52 2012 UTC (11 years, 7 months ago) by william
File length: 1209 byte(s)
Diff to previous 23 (colored)
logging support should be done now
logging includes:
* log to main application
* log to file

Revision 23 - (view) (download) (annotate) - [select for diffs]
Modified Wed May 9 08:51:38 2012 UTC (11 years, 7 months ago) by william
File length: 1146 byte(s)
Diff to previous 20 (colored)

Revision 20 - (view) (download) (annotate) - [select for diffs]
Modified Wed May 9 08:41:36 2012 UTC (11 years, 7 months ago) by william
File length: 1095 byte(s)
Diff to previous 17 (colored)
+ add support to log startup message

Revision 17 - (view) (download) (annotate) - [select for diffs]
Modified Wed May 9 08:02:18 2012 UTC (11 years, 7 months ago) by william
File length: 1049 byte(s)
Diff to previous 16 (colored)
implement basic logging support

Revision 16 - (view) (download) (annotate) - [select for diffs]
Modified Wed May 9 06:28:44 2012 UTC (11 years, 7 months ago) by william
File length: 593 byte(s)
Diff to previous 14 (colored)

Revision 14 - (view) (download) (annotate) - [select for diffs]
Modified Wed May 9 06:18:28 2012 UTC (11 years, 7 months ago) by william
File length: 477 byte(s)
Diff to previous 13 (colored)
+ add main menu strop
+ add split contanier

Revision 13 - (view) (download) (annotate) - [select for diffs]
Modified Wed May 9 06:15:28 2012 UTC (11 years, 7 months ago) by william
File length: 358 byte(s)
Copied from: trunk/RomCheater/Form1.cs revision 12
Diff to previous 5 (colored)
rename: Form1.cs to Main.cs

Revision 5 - (view) (download) (annotate) - [select for diffs]
Added Wed May 9 06:06:22 2012 UTC (11 years, 7 months ago) by william
Original Path: trunk/RomCheater/Form1.cs
File length: 360 byte(s)
initial commit

Convenience Links

Links to HEAD: (view) (download) (annotate)

Compare Revisions

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.

  Diffs between and
  Type of Diff should be a