Commit Graph

246 Commits

Author SHA1 Message Date
W2.Wizard
2193dfcbc1 Use remap function instead 2021-03-02 00:10:43 +01:00
Wojtek Figat
c3e3e70f96 Add minor tweaks for debug code and add mono dev docs 2021-02-27 00:39:12 +01:00
Wojtek Figat
bcf86d9d9f Add StringBuilder::ToStringView() 2021-02-27 00:00:28 +01:00
Wojtek Figat
d41daee94c Fix warning 2021-02-25 11:14:42 +01:00
Wojtek Figat
12725ca4e1 Fix Graphics module warnings to be sent once 2021-02-23 18:10:57 +01:00
Wojtek Figat
9d35068514 Fix crash when calling navigation system before navmesh init (eg. in build) 2021-02-22 23:16:12 +01:00
Wojtek Figat
1ead4b1649 Fix MaterialParams sync bug 2021-02-21 20:20:32 +01:00
Wojtek Figat
09651fa0fd Merge branch 'CodeCleanUp' of git://github.com/W2Wizard/FlaxEngine into W2Wizard-CodeCleanUp 2021-02-21 20:19:07 +01:00
Wojtek Figat
3844aceba1 Fix CPU particles data initialization bug
Fixes #226
2021-02-21 20:14:21 +01:00
W2.Wizard
35b687bf3d Additional cleanup
Cleaned up some additional stuff that I found
2021-02-21 18:17:35 +01:00
W2.Wizard
68f6e0251c Cleanup 8 2021-02-21 14:27:44 +01:00
W2.Wizard
597a9c537d Cleanup 7 2021-02-21 13:50:25 +01:00
Wojtek Figat
fec787b96b Merge branch 'HSVToRGB' of git://github.com/W2Wizard/FlaxEngine into W2Wizard-HSVToRGB 2021-02-21 13:48:57 +01:00
W2.Wizard
694b20148d Cleanup 5 2021-02-21 11:50:30 +01:00
W2.Wizard
ee76440477 Cleanup 4 2021-02-21 11:41:30 +01:00
W2.Wizard
20ba37e223 Cleanup 3 2021-02-21 11:09:04 +01:00
W2.Wizard
52bc268ee7 Cleanup 1 2021-02-21 10:05:47 +01:00
Wojtek Figat
05d5fd4fec Optimize compilation time for Win32 platforms 2021-02-20 19:45:58 +01:00
W2.Wizard
c475e83aa3 Added RGBToHSV 2021-02-20 15:44:06 +01:00
W2.Wizard
da24a474ea Add HSVToRGB 2021-02-19 18:23:23 +01:00
Wojtek Figat
5a03ef8e89 Merge branch 'tooltip-custom-style' of git://github.com/jb-perrier/FlaxEngine into jb-perrier-tooltip-custom-style 2021-02-18 22:49:21 +01:00
Wojtek Figat
4aabb81c1f Use constructors for random generation methods 2021-02-18 22:43:46 +01:00
Wojtek Figat
64d7684551 Merge branch 'RandomFuncs' of git://github.com/W2Wizard/FlaxEngine into W2Wizard-RandomFuncs 2021-02-18 22:39:33 +01:00
Jean-Baptiste Perrier
1c1e9bb105 Fix re-drawing the background when alpha > 0 . 2021-02-17 12:44:44 +01:00
W2.Wizard
654285e57f Separated NextVector and NextUnitVector, refactoring
While I was at it I made some slight refactoring making it much more readable and establish consistency
2021-02-17 00:30:24 +01:00
Jean-Baptiste Perrier
9144f6dcc9 Remove Array include. 2021-02-16 16:08:20 +01:00
Jean-Baptiste Perrier
bc073b73cc Add check. 2021-02-16 16:05:48 +01:00
Jean-Baptiste Perrier
588ad86f8e Fix Span Count -> length. 2021-02-16 16:05:34 +01:00
Jean-Baptiste Perrier
653e9609e4 Span + Naming 2021-02-16 10:14:42 +01:00
Jean-Baptiste Perrier
b1f867f107 Add DrawVertices & FillTriangle funcs. 2021-02-15 19:33:25 +01:00
Jean-Baptiste Perrier
674e09e72b Add WriteTri helpers funcs. 2021-02-15 19:32:43 +01:00
Wojtek Figat
6987834b2d Fix default actor bounds 2021-02-15 19:20:24 +01:00
Wojtek Figat
3e608e6dec Merge branch 'fix-ui-issues' of git://github.com/stefnotch/FlaxEngine into stefnotch-fix-ui-issues 2021-02-15 10:22:55 +01:00
Wojtek Figat
b4bf488e3c Fix double-click mouse event not setting mouse button down
Fixes #235
2021-02-14 18:41:28 +01:00
Wojtek Figat
3bbda838a2 Fix error when spawning prefab with rigidbody 2021-02-14 16:50:35 +01:00
Wojtek Figat
ed1a3c2964 Update mono 2021-02-14 14:54:56 +01:00
GoaLitiuM
ccc60af4b6 Fix crash in Windows platform logging with long lines 2021-02-13 01:03:08 +02:00
stefnotch
311793dd7e Fix StartMouseCapture(true) with secondary monitors on the left
Yes, negative mouse coordinates are a thing
2021-02-12 22:50:47 +01:00
Wojtek Figat
8158c94d26 Fix low-level WindowsPlatform::Log to not print invalid characters 2021-02-10 23:13:16 +01:00
Wojtek Figat
73efa35008 Add Level.GetActors and Level.GetScripts 2021-02-09 23:31:23 +01:00
Wojtek Figat
cad7887957 Merge branch 'master' of git://github.com/Vizepi/FlaxEngine into Vizepi-master 2021-02-09 22:58:36 +01:00
Vizepi
6673d70d0a [C++] Add missing header forcing client code to include two headers instead of one 2021-02-09 18:20:20 +01:00
Vizepi
cb6b96dea6 [C++] Added FLAXENGINE_API macro on SettingsBase class so static symbol are retrieved by linker 2021-02-09 18:08:50 +01:00
W2.Wizard
042694f45e Added random enum 2021-02-09 17:11:44 +01:00
Wojtek Figat
58350c87e2 Fix missing CharacterController bounds if controller is missing 2021-02-08 20:20:39 +01:00
Wojtek Figat
c9860f21ec Fix scripting object issue 2021-02-08 19:42:04 +01:00
Wojtek Figat
103d630d80 Fix tooltips generation for native properties to reflect getter and setter docsa 2021-02-07 21:41:17 +01:00
Wojtek Figat
57fab6a7f7 Merge branch 'master' of git://github.com/Evildea/FlaxEngine into Evildea-master 2021-02-07 21:12:39 +01:00
Wojtek Figat
2325de3ddc Fix missing terrain bounds update after modifying terrain
Fixes #5
2021-02-07 21:11:04 +01:00
Wojtek Figat
04bb83fe31 Fixes 2021-02-07 20:19:10 +01:00