MineGame159
|
fdc598b4a2
|
Add IsStatic and IsAbstract to System.Type
|
2023-02-17 16:00:34 +01:00 |
|
Brian Fiete
|
19b31e1dfa
|
Put project file back
|
2023-01-26 11:48:14 -05:00 |
|
Brian Fiete
|
aae2215942
|
32-bit fix
|
2023-01-26 11:13:30 -05:00 |
|
Brian Fiete
|
1291089f47
|
Merge pull request #1785 from Booklordofthedings/master
added GetCursorPosition
|
2023-01-26 10:58:59 -05:00 |
|
Brian Fiete
|
701d28d2d6
|
Faster File.ReadAll
|
2023-01-26 10:56:05 -05:00 |
|
Brian Fiete
|
998cdfae4c
|
Faster AddRange(Span<T>)
|
2023-01-26 10:55:45 -05:00 |
|
j vh
|
b2d1d98f1a
|
added console left and top properties
|
2023-01-25 15:30:42 +01:00 |
|
j vh
|
cefc8dff59
|
added GetCursorPosition
|
2023-01-25 14:46:30 +01:00 |
|
disarray2077
|
3e210999ce
|
Add more constructors to ObsoleteAttribute
|
2023-01-13 18:06:15 -03:00 |
|
Brian Fiete
|
5b80116c8d
|
Merge remote-tracking branch 'origin/master'
|
2023-01-13 07:02:06 -05:00 |
|
Brian Fiete
|
2746a53839
|
Process attach improvements
|
2023-01-13 07:00:11 -05:00 |
|
Brian Fiete
|
5146a92f2e
|
Allow char input through Console
|
2023-01-13 06:59:34 -05:00 |
|
disarray2077
|
7100333f9a
|
Make ReplaceLargerHelper private
|
2022-12-19 13:11:13 -03:00 |
|
Brian Fiete
|
17aafaeb66
|
Merge pull request #1762 from disarray2077/patch-9
Add `Remove` method to HashSet Enumerator
|
2022-11-30 14:54:37 -08:00 |
|
disarray2077
|
2d7c506b9e
|
Add Remove method to HashSet Enumerator
|
2022-11-24 20:07:12 -03:00 |
|
disarray2077
|
7ebf233882
|
Slightly improve StringEnumerator HasMore
|
2022-11-24 18:59:18 -03:00 |
|
Brian Fiete
|
c52f3a247e
|
Added required 'using'
|
2022-11-23 06:22:58 -08:00 |
|
Brian Fiete
|
f055c9ff01
|
Merge pull request #1759 from disarray2077/patch-7
Add capacity ctor and `SetLength` to MemoryStream
|
2022-11-23 06:00:05 -08:00 |
|
disarray2077
|
4a0ec6ce8c
|
Add capacity ctor and SetLength to MemoryStream
|
2022-11-22 17:30:02 -03:00 |
|
disarray2077
|
d1aafda19e
|
Add Type overloads to Enum methods
|
2022-11-22 17:17:14 -03:00 |
|
Brian Fiete
|
4456bc0540
|
Socket UDP support
|
2022-11-16 13:56:52 -08:00 |
|
farism
|
bd891171f7
|
Add System.Math.Cbrt
|
2022-10-17 15:51:00 -07:00 |
|
Brian Fiete
|
d37c515644
|
Merge pull request #1732 from disarray2077/patch-5
Fix ConvertTo with TypedPrimitive parameter
|
2022-10-06 11:32:39 -04:00 |
|
disarray2077
|
03f7b62c10
|
Fix ConvertTo with TypedPrimitive parameter
|
2022-10-06 12:04:49 -03:00 |
|
disarray2077
|
394bcd82d3
|
Fix IsSubtypeOf with TypedPrimitive parameter
|
2022-10-06 11:50:20 -03:00 |
|
Brian Fiete
|
fd4ea4e650
|
Fixed Unescape hex decoding
|
2022-09-20 11:24:17 -07:00 |
|
Brian Fiete
|
e25549061c
|
Added mut
|
2022-09-14 07:14:32 -07:00 |
|
Brian Fiete
|
17dc755ee7
|
SingleAllocator typo fix
|
2022-09-07 15:36:16 -07:00 |
|
Brian Fiete
|
cc3fe5e40c
|
Allow FlexibleArray with union array data
|
2022-08-28 10:48:56 -07:00 |
|
Brian Fiete
|
8aef7275d0
|
Added Compiler.Align
|
2022-08-28 07:41:35 -07:00 |
|
Brian Fiete
|
ec4ccb2e9c
|
Added GetAllocSize to FlexibleArrayAttribute
|
2022-08-28 06:57:02 -07:00 |
|
Brian Fiete
|
9ba19e4cd7
|
Added System.Interop.FlexibleArrayAttribute
|
2022-08-28 06:49:35 -07:00 |
|
Brian Fiete
|
94377d8cda
|
Fixed name
|
2022-08-27 09:55:46 -07:00 |
|
Brian Fiete
|
c1266d2422
|
Added System.Interop.FlexibleArary<>
|
2022-08-27 09:24:46 -07:00 |
|
Brian Fiete
|
db73305d2c
|
Merge remote-tracking branch 'origin/master'
|
2022-08-26 15:42:47 -07:00 |
|
Brian Fiete
|
74b73e5dc8
|
Corlib helper methods
|
2022-08-26 15:42:35 -07:00 |
|
m910q
|
c534afecf9
|
Created overload for Socket.Listen() with address
|
2022-08-26 19:42:16 +02:00 |
|
m910q
|
7d26c115bb
|
Default Socket.Listen() IP to 127.0.0.1
|
2022-08-26 18:55:32 +02:00 |
|
m910q
|
469a81afb9
|
Require listen IP when calling Socket.Listen()
|
2022-08-26 18:12:57 +02:00 |
|
m910q
|
9c1ef2203f
|
Fixed Socket.Select() timeout on Linux
|
2022-08-26 17:11:57 +02:00 |
|
m910q
|
30c05a2e11
|
Added support for Socket.Select() under Linux
|
2022-08-26 05:01:02 +02:00 |
|
Brian Fiete
|
77a99bdacc
|
Sized array .InitAll elemented initializer
|
2022-08-23 12:07:02 -07:00 |
|
Brian Fiete
|
05e002d8f5
|
Used file-scoped namespace
|
2022-08-23 11:26:34 -07:00 |
|
disarray2077
|
26ea7e36d5
|
Fix Variant<T>.Get<T>() Crash
|
2022-08-14 19:48:53 -03:00 |
|
Brian Fiete
|
dfd443d68b
|
Fixed String(StringView) ctor
|
2022-08-04 08:46:43 -07:00 |
|
Brian Fiete
|
2c439092c3
|
Added append ctor taking Span<T>
|
2022-08-03 08:38:39 -07:00 |
|
Brian Fiete
|
e6352571c1
|
Fixed nullable null coalescing short circuiting
|
2022-08-03 07:54:35 -07:00 |
|
Brian Fiete
|
837184e674
|
Fixed Event<T> when allocator doesn't align (64-bit)
|
2022-07-27 13:46:08 -04:00 |
|
Brian Fiete
|
8e755a86bc
|
Merge pull request #1656 from disarray2077/patch-16
Add assert to Span<T>.RemoveFromEnd
|
2022-07-24 14:04:48 -04:00 |
|
Brian Fiete
|
57cb170c38
|
Allow Object_GetType on deleted object
|
2022-07-23 12:58:31 -04:00 |
|