|
|
a01b1be228
|
Revert partial struct change
|
2022-02-10 08:12:26 +00:00 |
|
|
|
940beea7d0
|
Make struct types partial
|
2022-01-30 09:42:26 +00:00 |
|
|
|
a27b7eb0b0
|
Remove unused ToString
|
2022-01-26 21:30:34 +00:00 |
|
|
|
1864e6c137
|
Update ToString usage
|
2022-01-26 21:23:13 +00:00 |
|
|
|
b48177ff15
|
Review ToString usage
|
2022-01-26 20:30:38 +00:00 |
|
|
|
8ecc4bded9
|
Yet more string changes
- Use sbyte/byte correctly in Raylib.cs
- Using Marshal.StringToCoTaskMemUTF8
- Update utils string usage
|
2022-01-16 14:14:51 +00:00 |
|
|
|
6278144dd1
|
Remove Utf8String and rename to UTF8Buffer
|
2021-12-31 17:11:39 +00:00 |
|
|
|
64bbe88518
|
Testing another string approach using ArrayPool
- ArrayPool to reduce memory allocation.
- Allocate max number of bytes for performance.
|
2021-12-21 12:42:12 +00:00 |
|
|
|
33b743375d
|
4.0.0-alpha.3
Set lang version to C# 10
|
2021-12-19 03:02:46 +11:00 |
|
|
|
4287c342a1
|
Testing string approaches
|
2021-12-17 22:43:25 +00:00 |
|
|
|
3e8e4a6319
|
Multi-target net5.0
|
2021-12-17 12:48:56 +00:00 |
|
|
|
f3dd16f31f
|
Review enums
|
2021-12-14 17:31:41 +00:00 |
|
|
|
dc5335038a
|
Fix IsGestureDetected and formatting
|
2021-12-11 12:15:51 +00:00 |
|
|
|
703bf0e0d2
|
Added TODOs
|
2021-12-09 22:28:22 +11:00 |
|
|
|
331dd8c4cf
|
Testing fix for ModelAnimation using wrapper struct
|
2021-12-05 11:44:34 +00:00 |
|
|
|
43bf3d04de
|
Implement safe ModelAnimation
|
2021-12-05 21:12:01 +11:00 |
|
|
|
fb6c60cfc2
|
Split CBool from utils
|
2021-12-05 01:46:54 +11:00 |
|
|
|
cfef858a0f
|
Move Utf8String
|
2021-12-05 01:46:46 +11:00 |
|
|
|
78b7e0bfcc
|
Merge branch '4.0' of https://github.com/ChrisDill/Raylib-cs into 4.0
|
2021-12-04 22:53:57 +11:00 |
|
|
|
bb535732cd
|
Update LoggingUtils and Material
|
2021-11-28 18:15:04 +00:00 |
|
|
|
e5400d0bae
|
Big unsafe update 1
|
2021-11-26 07:11:56 +00:00 |
|
|
|
bb7ceb2102
|
Use CBool in structs
|
2021-11-26 07:11:56 +00:00 |
|
|
|
f9e39d3226
|
More XmlDoc comments
|
2021-11-26 07:11:56 +00:00 |
|
|
|
88c14c6350
|
Update rlgl
|
2021-11-26 07:11:56 +00:00 |
|
|
|
1b647fa4c3
|
Update build.yml to net6.0 for tests
|
2021-11-26 07:11:56 +00:00 |
|
|
|
de6caec6f1
|
Update XmlDoc comments
|
2021-11-26 07:11:56 +00:00 |
|
|
|
794b82de0e
|
Minor fixes
- Rename Gestures enum to Gesture
- Update tests to net6.0
|
2021-11-26 07:11:56 +00:00 |
|
|
|
076c4c4aa2
|
Rename Gestures enum to Gesture
|
2021-11-11 12:00:42 +00:00 |
|
|
|
f655c1a9e6
|
Small fixes 1
|
2021-10-28 20:48:37 +01:00 |
|
|
|
26b0a0dac4
|
Reorganize types
- Move into types folder
- Group types based on usage
|
2021-10-24 16:11:28 +01:00 |
|