Wojtek Figat
|
e0b587251a
|
Add RingBuffer template
|
2021-06-12 23:20:05 +02:00 |
|
Wojtek Figat
|
14bc9501c7
|
Cleanup some code
|
2021-06-10 16:59:59 +02:00 |
|
Wojtek Figat
|
90d9f83f8c
|
Fix crash due to SamplesBuffer::Add bug
|
2021-06-10 15:59:01 +02:00 |
|
Wojtek Figat
|
0f01683c06
|
Fix build settings limits
|
2021-06-01 15:49:02 +02:00 |
|
Wojtek Figat
|
9b0b11f08f
|
Missing change
9618a57432
|
2021-06-01 11:54:56 +02:00 |
|
Wojtek Figat
|
9618a57432
|
Add BoundingBox.MakeScaled
|
2021-06-01 11:54:41 +02:00 |
|
Wojtek Figat
|
8eadd912f7
|
Add ClosestPointPointLine for Vector3 to C#
|
2021-05-31 10:26:15 +02:00 |
|
Wojtek Figat
|
44433bf3b4
|
Add 9-slicking support for UI to draw sprites and textures
#155
|
2021-05-29 13:48:00 +02:00 |
|
Wojtek Figat
|
7edf3e5b36
|
Merge branch 'scripting-int16-support' of git://github.com/jb-perrier/FlaxEngine into jb-perrier-scripting-int16-support
|
2021-05-19 19:50:06 +02:00 |
|
Wojtek Figat
|
ba95ae5191
|
Merge branch 'master' of git://github.com/Vizepi/FlaxEngine into Vizepi-master
|
2021-05-12 13:14:51 +02:00 |
|
Jean-Baptiste Perrier
|
4764e7914d
|
Int16 & Uint16 NearEqual, Lerp, Hash.
|
2021-05-10 22:57:26 +02:00 |
|
Jean-Baptiste Perrier
|
97338d61d2
|
Uint16 & Int16 Variant Cast.
|
2021-05-10 22:56:48 +02:00 |
|
Jean-Baptiste Perrier
|
78ed675eda
|
Uint16 & Int16 Variant CanCast.
|
2021-05-10 22:55:43 +02:00 |
|
Jean-Baptiste Perrier
|
954a11a1b0
|
Uint16 & Int16 Variant CanCast.
|
2021-05-10 22:55:17 +02:00 |
|
Jean-Baptiste Perrier
|
a5ec9d749b
|
Uint16 & Int16 Variant CanCast.
|
2021-05-10 22:54:52 +02:00 |
|
Jean-Baptiste Perrier
|
ab3de4777c
|
Uint16 & Int16 Variant ToString.
|
2021-05-10 22:53:40 +02:00 |
|
Jean-Baptiste Perrier
|
08ca326571
|
Uint16 & Int16 more cast.
|
2021-05-10 22:52:48 +02:00 |
|
Jean-Baptiste Perrier
|
ab5d789732
|
Uint16 & Int16 Variant cast.
|
2021-05-10 22:52:13 +02:00 |
|
Jean-Baptiste Perrier
|
cff8c57dba
|
Uint16 & int16 op overload.
|
2021-05-10 22:51:18 +02:00 |
|
Jean-Baptiste Perrier
|
7ed39ef375
|
Uint16 & Int16 ToString, Typename.
|
2021-05-10 22:50:35 +02:00 |
|
Jean-Baptiste Perrier
|
c59b617106
|
Int16 & Uint16 Variant ctor.
|
2021-05-10 22:50:07 +02:00 |
|
Jean-Baptiste Perrier
|
9eaa6e622b
|
Uint16 & Int16 Scripting support.
|
2021-05-10 22:24:35 +02:00 |
|
Wojtek Figat
|
b57c0a9db1
|
Fix String::Resize to support buffer growing
|
2021-05-03 21:04:40 +02:00 |
|
Wojtek Figat
|
c4c1655f76
|
Fixes and tweaks
|
2021-05-03 19:25:03 +02:00 |
|
Wojtek Figat
|
1a261597c5
|
Cleanup DataContainer
|
2021-05-02 11:27:04 +02:00 |
|
Wojtek Figat
|
09671823e4
|
Optimize String usage with StringView for basic file paths operations
|
2021-05-02 11:25:42 +02:00 |
|
Wojtek Figat
|
05f919c50f
|
Optimization and tweaks
|
2021-05-02 11:25:33 +02:00 |
|
Wojtek Figat
|
0e75dba142
|
Optimize C++ compilation time
|
2021-04-30 16:27:57 +02:00 |
|
Vizepi
|
2f07b11bb6
|
[CLEAN] Add missing include and undef redefined macro
The missing include defined the inline macro used in the class
|
2021-04-30 10:16:58 +02:00 |
|
Wojtek Figat
|
c745e6f29b
|
Merge branch 'MathStuff' of git://github.com/W2Wizard/FlaxEngine into W2Wizard-MathStuff
|
2021-04-29 10:14:31 +02:00 |
|
Wojtek Figat
|
19941c3e88
|
Merge branch 'master' of git://github.com/Vizepi/FlaxEngine into Vizepi-master
|
2021-04-28 10:28:36 +02:00 |
|
Wojtek Figat
|
3ef41e1e23
|
Merge branch 'master' into localization
|
2021-04-27 16:54:49 +02:00 |
|
Wojtek Figat
|
b96f0efd9c
|
Fix using Delegate<> in API event
(cherry picked from commit 7b2c034fba)
|
2021-04-27 16:52:48 +02:00 |
|
Wojtek Figat
|
801587ab6c
|
Fix case sensitivity check for StartsWith and EndsWith in StringView
(cherry picked from commit 752e7e73bc)
|
2021-04-27 16:52:26 +02:00 |
|
Wojtek Figat
|
b73ff9aaf6
|
Merge branch '1.1' into 1.2
# Conflicts:
# Source/Platforms/DotNet/Newtonsoft.Json.dll
# Source/Platforms/DotNet/Newtonsoft.Json.pdb
# Source/Platforms/UWP/Binaries/Newtonsoft.Json.dll
# Source/Platforms/XboxOne/Binaries/Newtonsoft.Json.dll
|
2021-04-24 12:32:17 +02:00 |
|
Vizepi
|
6e885ece34
|
[CLEAN] Added missing includes in headers
|
2021-04-23 13:59:02 +02:00 |
|
Wojtek Figat
|
ace8295ab7
|
Merge remote-tracking branch 'origin/master' into localization
# Conflicts:
# Source/Platforms/DotNet/Newtonsoft.Json.dll
# Source/Platforms/DotNet/Newtonsoft.Json.pdb
# Source/Platforms/UWP/Binaries/Newtonsoft.Json.dll
# Source/Platforms/XboxOne/Binaries/Newtonsoft.Json.dll
|
2021-04-22 16:10:36 +02:00 |
|
Wojtek Figat
|
f7837f99c2
|
Fix handling spacing in collection editors to align label in a proper way with margin
|
2021-04-22 10:59:35 +02:00 |
|
Wojtek Figat
|
a7a6dc7671
|
Add path utils to support StringView
|
2021-04-21 23:47:27 +02:00 |
|
W2Wizard
|
7cfcacf0cd
|
Remove Unit Direction method
|
2021-04-20 18:21:27 +02:00 |
|
W2Wizard
|
4e01d110a1
|
Add UnitDirection & Goldenratio
Additional simplification
|
2021-04-19 15:37:39 +02:00 |
|
W2.Wizard
|
b1ad70b6b2
|
Add include
|
2021-04-17 20:29:48 +02:00 |
|
W2Wizard
|
6e9b5225d2
|
Add init functions
|
2021-04-17 20:08:10 +02:00 |
|
Wojtek Figat
|
0fb02a5aff
|
Add LocalizationSettings
|
2021-04-16 15:46:42 +02:00 |
|
Wojtek Figat
|
f9c6166b46
|
Minor tweak
|
2021-04-15 16:57:16 +02:00 |
|
Wojtek Figat
|
752e7e73bc
|
Fix case sensitivity check for StartsWith and EndsWith in StringView
|
2021-04-15 16:56:07 +02:00 |
|
Wojtek Figat
|
7b2c034fba
|
Fix using Delegate<> in API event
|
2021-04-14 12:23:50 +02:00 |
|
Wojtek Figat
|
ac1eb8d58d
|
Merge branch 'master' into 1.2
|
2021-04-13 09:52:03 +02:00 |
|
Wojtek Figat
|
b2ae91e3b9
|
Fix warnings
|
2021-04-13 09:51:55 +02:00 |
|
Wojtek Figat
|
cd1f57b634
|
Fix doc comments
|
2021-04-12 12:51:10 +02:00 |
|