|
|
3a5a9a35e8
|
Merge branch 'master' of github.com:alcexhim/MBS.Framework
|
2022-03-17 14:28:39 -04:00 |
|
|
|
656b6abc61
|
add ID to ChoiceSettingValue
|
2022-03-17 14:27:48 -04:00 |
|
|
|
55af41f5cb
|
implement Color.ToUInt32
|
2022-03-17 14:27:24 -04:00 |
|
|
|
6d1aae1600
|
implement ToString for IEnumerable
|
2022-03-17 14:26:25 -04:00 |
|
|
|
e026d576ad
|
refactor CommandLine and move package file determination into MBS Framework base
|
2022-03-16 14:11:06 -04:00 |
|
|
|
55867cd1fb
|
ensure NativeHandle<T> implements IEquatable<T>
|
2022-03-15 00:33:22 -04:00 |
|
|
|
2da999008c
|
bring in useful InvokeMethod functionality from MBS.Framework.UI
|
2022-03-14 21:03:17 -04:00 |
|
|
|
f3f9cf47f2
|
fix major latent stack overflow error
|
2022-03-14 21:02:46 -04:00 |
|
|
|
ef9292689c
|
install pre-commit
|
2022-03-14 21:02:18 -04:00 |
|
|
|
36115d61fa
|
Merge branch 'master' of github.com:alcexhim/MBS.Framework
|
2022-03-10 16:34:36 -05:00 |
|
|
|
460250b7ad
|
make order of arguments more orthodox
|
2022-01-17 02:37:35 -05:00 |
|
|
|
ec36685c3b
|
return default value if no value has been set
|
2022-01-17 02:37:04 -05:00 |
|
|
|
9ca837c212
|
add DecimalPlaces property
|
2022-01-15 07:59:32 -05:00 |
|
|
|
75c2dcca65
|
add scaffolding for EventFilters (to be implemented in Engine-specific code)
|
2022-01-15 07:59:07 -05:00 |
|
|
|
d58213bf78
|
rudimentary implementation of an Append-Only linked list (e.g. for blockchains)
|
2022-01-15 07:57:04 -05:00 |
|
|
|
040bf2e7e1
|
add comments and an enum value
|
2021-11-15 23:56:34 -05:00 |
|
|
|
9c7a3c89f1
|
implement Contains on HandleDictionary
|
2021-10-28 15:29:22 -04:00 |
|
|
|
71aa88c716
|
calculate sum of all elements in array, UInt16 implementation
|
2021-10-27 07:43:58 -04:00 |
|
|
|
c09ec3549d
|
convert Vector2D into value type
|
2021-10-27 07:43:31 -04:00 |
|
|
|
545b3728f1
|
convenience method to create a Rectangle from Left/Top/Right/Bottom coordinates
|
2021-10-27 07:42:10 -04:00 |
|
|
|
fd1c4bece4
|
improvements to HandleDictionary
|
2021-10-27 07:41:15 -04:00 |
|
|
|
313cc26a36
|
implement Remove() method on HandleDictionary
|
2021-09-15 13:38:56 -04:00 |
|
|
|
1e590d02fa
|
add prefix and suffix option for Setting
|
2021-09-15 13:38:35 -04:00 |
|
|
|
c2c9347d6d
|
empty constructor required by ASP.NET markup parser
|
2021-09-08 21:07:27 -04:00 |
|
|
|
e30257c880
|
add SingularItemTitle to CollectionSetting - what is this a collection of
|
2021-08-19 01:16:26 -04:00 |
|
|
|
99606449ad
|
convenience function to copy from any IEnumerable into any IList
|
2021-08-16 09:03:32 -04:00 |
|
|
|
de9149ea8c
|
implement ToNullTerminatedArray<> and ToArray<> extension methods, as well as a handy HandleDictionary
|
2021-08-14 23:45:19 -04:00 |
|
|
|
e522d7042b
|
add IsEmpty property to Color
|
2021-08-11 12:30:16 -04:00 |
|
|
|
05915bf21c
|
add an extension to Random to generate a random Int64 value
|
2021-08-11 12:17:26 -04:00 |
|
|
|
035c6cdd58
|
implement ldexp function for convenience
|
2021-07-25 09:14:16 -04:00 |
|
|
|
95495ac334
|
add ToNullTerminatedArray function (for P/Invoke interop)
|
2021-07-25 08:51:39 -04:00 |
|
|
|
96c4c6f217
|
move stuff from MBS.Framework.UserInterface to base MBS.Framework
|
2021-07-25 08:51:28 -04:00 |
|
|
|
3fda1ae6d1
|
SelectedValue is the *actual value* associated with the choice, not the ChoiceSettingValue representing the choice
|
2021-07-24 17:20:30 -04:00 |
|
|
|
d98cda9001
|
fix assembly info
|
2021-05-31 23:48:19 -04:00 |
|
|
|
db4a062ded
|
provide ability for Settings to be Required (e.g. when used as import options for UE DataFormats)
|
2021-05-31 23:47:58 -04:00 |
|
|
|
a6a9a96aa1
|
idk
|
2021-05-31 23:47:26 -04:00 |
|
|
|
bf74d17e00
|
add comments
|
2021-05-31 23:47:04 -04:00 |
|
|
|
de57c72972
|
provide Measurement-based Vector2D and Dimension2D types
|
2021-05-22 02:25:27 -04:00 |
|
|
|
a660192f89
|
provide some convenience conversion functions for our new enums
|
2021-05-22 02:24:49 -04:00 |
|
|
|
901cb4a004
|
implement a simple Tri-State enum (True, False, Unspecified)
|
2021-05-22 02:24:03 -04:00 |
|
|
|
225339bd88
|
move HorizontalAlignment and VerticalAlignment from MBS.Framework.UserInterface library to MBS.Framework library
|
2021-05-22 02:23:19 -04:00 |
|
|
|
9481a8fa23
|
enhancements to Settings to pave the way to deprecating CustomOptions in UniversalEditor
|
2021-05-22 02:22:12 -04:00 |
|
|
|
12b4f9cfe4
|
add DecimalStringSplitter
|
2021-05-22 02:19:30 -04:00 |
|
|
|
fa2024074e
|
enhancements to Measurement class and adding new (but not necessarily convertible) MeasurementUnits
|
2021-05-22 02:19:06 -04:00 |
|
|
|
6866c3038f
|
just in case there's an ID10T error
|
2021-05-22 02:18:08 -04:00 |
|
|
|
4b3dc58803
|
implement a really basic AddRange<T> method for a generic IList<T> and an IEnumerable<T>
|
2021-05-22 02:17:46 -04:00 |
|
|
|
43fc5b7a67
|
sender should be this, not cmd (that's why you should use CommandEventArgs.Command)
|
2021-05-22 02:17:13 -04:00 |
|
|
|
14b647f6fa
|
add Folder stock type, which is different than Directory, for some reason
|
2021-05-11 23:57:42 -04:00 |
|
|
|
a305f74c48
|
update pre-commit
|
2021-05-07 22:06:03 -04:00 |
|
|
|
4c106e3a3a
|
implement pre-commit hooks on MBS.Framework
|
2021-05-07 18:33:35 -04:00 |
|