Commit Graph

149 Commits

Author SHA1 Message Date
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
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
Wojtek Figat
c47db14c83 Fix using Sorting in C++ game code 2021-04-12 12:50:59 +02:00
Wojtek Figat
81305a10cf Fix crash on relocation in BitArray 2021-04-12 12:50:46 +02:00
Jean-Baptiste Perrier
fed5805fcc Add Int4 Min/Max. 2021-04-08 18:55:07 +02:00
Jean-Baptiste Perrier
e9c5ffa736 Add Int3 Min/Max. 2021-04-08 18:54:55 +02:00
Jean-Baptiste Perrier
e912590bc6 Add Int2 Min/Max. 2021-04-08 18:54:35 +02:00
Jean-Baptiste Perrier
9d3861ace2 Add Int2 funcs. 2021-04-08 18:54:20 +02:00
Jean-Baptiste Perrier
0b1c1b3a8d Refactor Int2 operation. 2021-04-08 18:54:09 +02:00
Jean-Baptiste Perrier
4b22503ea2 Add Int3 operators + funcs. 2021-04-08 18:53:39 +02:00
Jean-Baptiste Perrier
54786a001a Add Int4 operators + funcs. 2021-04-08 18:53:20 +02:00
Jean-Baptiste Perrier
9cf6120b39 Add Int2 constructors. 2021-04-08 18:52:42 +02:00
Jean-Baptiste Perrier
21f1930c2d Add Int3 constructors. 2021-04-08 18:52:34 +02:00
Jean-Baptiste Perrier
053d55bf81 Add Int4 constructors. 2021-04-08 18:52:21 +02:00
Jean-Baptiste Perrier
563ec32f06 Add Int4 Min/Max support. 2021-04-08 18:52:01 +02:00
Jean-Baptiste Perrier
f8bc124752 Add Int3 Min/Max support. 2021-04-08 18:51:54 +02:00
Jean-Baptiste Perrier
529beaad08 Add Int2 Min/Max support. 2021-04-08 18:51:46 +02:00
Jean-Baptiste Perrier
efbc7976b0 Add Int3.cpp. 2021-04-08 18:51:17 +02:00
Jean-Baptiste Perrier
048612c65c Add Int3.cpp. 2021-04-08 18:51:09 +02:00
Jean-Baptiste Perrier
866105631e Add Int4.cpp. 2021-04-08 18:50:59 +02:00
Jean-Baptiste Perrier
6c4ca6c01a Delete unused pre-decl. 2021-04-08 18:50:16 +02:00
Jean-Baptiste Perrier
a04d19d9f7 Delete unused pre-decl. 2021-04-08 18:50:09 +02:00
Jean-Baptiste Perrier
f470a9aaf4 Delete unused pre-decl. 2021-04-08 18:50:04 +02:00
Jean-Baptiste Perrier
0bb1982bcd Delete VectorInt.h. 2021-04-08 18:49:18 +02:00
Jean-Baptiste Perrier
d2cc4051ad Convert Int2 to generated type. 2021-04-08 18:47:14 +02:00