Revision
711 -
Directory Listing
-
[select for diffs]
Modified
Tue Jun 18 08:36:08 2013 UTC
(9 years, 11 months ago)
by
william
Diff to
previous 699
(
colored)
+ add ability to find a plugin by guid or name
** will be adding (in next commit) a static class that can get the value(s) like an enum of plugins
Revision
689 -
Directory Listing
-
[select for diffs]
Modified
Mon Jun 17 10:02:53 2013 UTC
(9 years, 11 months ago)
by
william
Diff to
previous 688
(
colored)
+ add support for plugin framework events to be fired, the first time
* Process change events would not fire, until another process was selected (ignoreing the already selected process at startup)
** same goes for the other events that rely on a process being passed in
Revision
604 -
Directory Listing
-
[select for diffs]
Modified
Fri Jun 7 12:27:51 2013 UTC
(10 years ago)
by
william
Diff to
previous 603
(
colored)
remove private modifer from: const byte BitsPerByte=8 (it is redundant to declare it private, because no access modifier is automatically marked private by default)
Revision
534 -
Directory Listing
-
[select for diffs]
Modified
Wed Jun 5 09:36:14 2013 UTC
(10 years ago)
by
william
Diff to
previous 532
(
colored)
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)