mafiesto4
|
1d359d9ed2
|
Merge branch 'add-button-hover-events' of https://github.com/Tryibion/FlaxEngine into Tryibion-add-button-hover-events
|
2022-12-27 20:23:04 +01:00 |
|
mafiesto4
|
025345d99a
|
Merge branch 'add-child-abstract-change' of https://github.com/Tryibion/FlaxEngine into Tryibion-add-child-abstract-change
|
2022-12-27 19:47:18 +01:00 |
|
mafiesto4
|
9050377526
|
Fix imported shader source last char value to prevent strange diffs in Version Control Systems
|
2022-12-27 19:04:09 +01:00 |
|
mafiesto4
|
cb6590e7ef
|
Format code
|
2022-12-27 18:50:08 +01:00 |
|
mafiesto4
|
2c7a83f8b9
|
Merge branch 'GoaLitiuM-fix_stringview_dict'
|
2022-12-27 18:45:05 +01:00 |
|
mafiesto4
|
489c7b46ee
|
Merge branch 'fix_stringview_dict' of https://github.com/GoaLitiuM/FlaxEngine into GoaLitiuM-fix_stringview_dict
|
2022-12-27 18:43:52 +01:00 |
|
mafiesto4
|
762f460e23
|
Fix missing NetworkManager::ClientDisconnected call for local host client
#845
|
2022-12-27 18:41:36 +01:00 |
|
GoaLitiuM
|
d3e02e23e5
|
Cleanup
|
2022-12-27 19:40:50 +02:00 |
|
GoaLitiuM
|
f12475ea99
|
Prefer NativeMemory.AlignedAlloc over Marshal.Alloc*
|
2022-12-27 19:08:56 +02:00 |
|
GoaLitiuM
|
dfc69c9c8e
|
Fix array return type marshalling
|
2022-12-27 19:02:40 +02:00 |
|
GoaLitiuM
|
53de6d018b
|
Return container types as return parameters
|
2022-12-27 19:02:40 +02:00 |
|
mafiesto4
|
c53bf2b7e3
|
Fix crash when catching exception in managed code but native code ignores it in dotnet7
|
2022-12-27 13:50:38 +01:00 |
|
mafiesto4
|
219ad40088
|
Fix exception when using null version object for marshalling into native data
|
2022-12-27 13:50:11 +01:00 |
|
mafiesto4
|
d9042b3db2
|
Fix building various plugin projects with new dotnet7
|
2022-12-27 13:49:47 +01:00 |
|
Olly Rybak
|
9099197a88
|
Added ability to change sample method
|
2022-12-27 22:26:01 +11:00 |
|
Olly Rybak
|
a2f52edd47
|
Updated description & comments
|
2022-12-26 20:44:53 +11:00 |
|
Olly Rybak
|
bba136c9fe
|
Added comment to denote which node it is
|
2022-12-26 20:35:22 +11:00 |
|
mafiesto4
|
d8805dc801
|
Tweaks
|
2022-12-24 15:24:51 +01:00 |
|
GoaLitiuM
|
759a9bd365
|
Fix native library resolver not working after hot-reload
|
2022-12-24 03:13:40 +02:00 |
|
GoaLitiuM
|
2c0e9faa32
|
Remove throwing exceptions from invoked methods with debugger
The same effect can be achieved by enabling all CLR exceptions in VS debugger settings, and it also supports continuation after catching exceptions.
|
2022-12-23 22:36:19 +02:00 |
|
GoaLitiuM
|
80c3056daf
|
Fix errors when compiling plugins
|
2022-12-23 22:33:22 +02:00 |
|
mafiesto4
|
61bd491969
|
Fix selection outline when nothing is selected
|
2022-12-23 11:37:11 +01:00 |
|
Olly Rybak
|
5022e05c25
|
Added Stochastic Sampling material node
|
2022-12-23 21:04:13 +11:00 |
|
mafiesto4
|
8918c71312
|
Update old header usage
|
2022-12-22 19:31:01 +01:00 |
|
mafiesto4
|
01612f1b47
|
Add tag native serialization
|
2022-12-22 19:23:30 +01:00 |
|
GoaLitiuM
|
2e502ce82a
|
Cache managed type MonoTypeEnum values
|
2022-12-22 20:17:06 +02:00 |
|
GoaLitiuM
|
3c79be2910
|
Cleanup
|
2022-12-22 20:16:02 +02:00 |
|
GoaLitiuM
|
e03a819176
|
Replace usage of Utils.ExtractArrayFromList with Span
|
2022-12-22 19:54:59 +02:00 |
|
GoaLitiuM
|
6a41ab0b6d
|
Fix unnecessary allocations when creating managed arrays
|
2022-12-22 19:54:58 +02:00 |
|
GoaLitiuM
|
22b4e25c02
|
Improve array allocations when marshalling method parameters
|
2022-12-22 19:54:58 +02:00 |
|
GoaLitiuM
|
e71e6835de
|
Optimize allocations in return values from invoked managed methods
|
2022-12-22 18:13:23 +02:00 |
|
GoaLitiuM
|
b449353d2f
|
Fix incorrect field reference for reference types
|
2022-12-22 18:13:23 +02:00 |
|
mafiesto4
|
94c5211ee6
|
Rename gchandle to MGCHandle
|
2022-12-22 13:02:00 +01:00 |
|
mafiesto4
|
dc81147681
|
Convert C# tags checks utilities into extension methods for better usability
|
2022-12-21 18:18:17 +01:00 |
|
mafiesto4
|
04799c89dc
|
Merge branch 'dotnet7' of https://github.com/GoaLitiuM/FlaxEngine into GoaLitiuM-dotnet7
|
2022-12-21 12:28:55 +01:00 |
|
mafiesto4
|
9a5c105db9
|
Merge branch '1.5' into dotnet7
|
2022-12-21 10:35:58 +01:00 |
|
GoaLitiuM
|
c8cc899128
|
Optimize allocations in method parameter marshalling and invocation
|
2022-12-21 00:40:38 +02:00 |
|
GoaLitiuM
|
55747edaae
|
Cleanup
|
2022-12-21 00:40:38 +02:00 |
|
GoaLitiuM
|
8c4771a738
|
Fix SEH exceptions not handled properly when debugger is attached
|
2022-12-21 00:40:37 +02:00 |
|
mafiesto4
|
cbef100a17
|
Add FindActor/FindActors with Tag to Level
|
2022-12-20 23:01:53 +01:00 |
|
mafiesto4
|
e6900d9a17
|
Minor adjustments to tags
|
2022-12-20 22:39:20 +01:00 |
|
mafiesto4
|
2f6e793df4
|
Add utility api for Tags usage
|
2022-12-20 22:39:11 +01:00 |
|
mafiesto4
|
84f2e652e4
|
Fix comparison operator on Array and BitArray
|
2022-12-20 21:11:40 +01:00 |
|
mafiesto4
|
a570d6d178
|
Refactor **Actor tags into hierarchical reusable Tags** system for better gameplay scripting
|
2022-12-20 21:11:38 +01:00 |
|
mafiesto4
|
f874a0ad57
|
Update csprojects to the latest NetCore7
|
2022-12-19 17:39:39 +01:00 |
|
GoaLitiuM
|
b9f11298e8
|
Avoid pre-allocating custom attributes for managed types
|
2022-12-17 15:39:04 +02:00 |
|
GoaLitiuM
|
ff438a6219
|
Set default culture to InvariantCulture
Fixes issues such as wrong decimal separator in floating point strings when used with parameterless .ToString()
|
2022-12-17 15:38:52 +02:00 |
|
mafiesto4
|
84a68c5977
|
Update Newtonsoft.Json to 13.0.2 and .Net 7
|
2022-12-17 13:38:30 +01:00 |
|
mafiesto4
|
889eb7d846
|
Revert "Implement JSON difference serialization"
This reverts commit 6bfb0205fd.
|
2022-12-17 13:06:16 +01:00 |
|
Tryibion
|
a468053f46
|
Added hover begin and end event to button
|
2022-12-15 21:09:34 -06:00 |
|