Commit Graph

543 Commits

Author SHA1 Message Date
W2.Wizard
35b687bf3d Additional cleanup
Cleaned up some additional stuff that I found
2021-02-21 18:17:35 +01:00
W2.Wizard
8b3fc9842d Apply review changes
Applied review changes and one additional skip of an unused variable
2021-02-21 17:03:58 +01:00
W2.Wizard
3c603d7f09 Final Changes 2021-02-21 14:38:01 +01:00
W2.Wizard
68f6e0251c Cleanup 8 2021-02-21 14:27:44 +01:00
W2.Wizard
a4409c729b Fix Gizmo issue
For some reason the cleanup changed TransformGizmo to TransformGizmoBase in a few files.
2021-02-21 14:08:11 +01:00
W2.Wizard
597a9c537d Cleanup 7 2021-02-21 13:50:25 +01:00
W2.Wizard
d87f0df2a6 Cleanup 6 2021-02-21 12:05:40 +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
92fafe877c Cleanup 2 2021-02-21 10:23:01 +01:00
W2.Wizard
52bc268ee7 Cleanup 1 2021-02-21 10:05:47 +01:00
Wojtek Figat
115d6e46a8 Merge branch 'jb-perrier-tooltip-custom-style' 2021-02-18 22:49:29 +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
915ac0122f Merge branch 'W2Wizard-RandomFuncs' 2021-02-18 22:39:41 +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
Wojtek Figat
c7894d7e54 Merge branch 'jb-perrier-render2d' 2021-02-16 18:02:37 +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
2357b60d0e Merge branch 'stefnotch-fix-ui-issues' 2021-02-15 10:23:04 +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
f82ef8c065 Fix AssetPicker buttons usage without mouse down click over the control
Fixes #233
2021-02-14 18:18:58 +01:00
Wojtek Figat
865f2b871d Fix default frame rate for fbx imported clips to 14
2650de730d
2021-02-14 18:09:29 +01:00
Wojtek Figat
a947dc0cc3 Fix properties names formatting for UI with 2 character words
Fixes #229
2021-02-14 17:12:29 +01:00
Wojtek Figat
17a738d2ce Merge branch 'Vizepi-master' 2021-02-14 16:58:33 +01:00
Wojtek Figat
a9ac758abd Merge branch 'master' of git://github.com/Vizepi/FlaxEngine into Vizepi-master 2021-02-14 16:58:29 +01:00
Wojtek Figat
3bbda838a2 Fix error when spawning prefab with rigidbody 2021-02-14 16:50:35 +01:00
Wojtek Figat
6bdc31df5a Fix using get_Control getter method from UIControl in Visual Script 2021-02-14 15:53:08 +01:00
Wojtek Figat
ed1a3c2964 Update mono 2021-02-14 14:54:56 +01:00
Wojtek Figat
a485622c2a Merge branch 'GoaLitiuM-windowsplatform_log_crash' 2021-02-14 14:04:47 +01:00
stefnotch
ac8c185056 Fix TreeNode hovering with collapsed children
and also set DefaultNodeOffsetY to get rid of the spaces between the nodes
2021-02-14 08:43:50 +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
4c673bec9b Add BAGUETTE 2021-02-10 22:59:40 +01:00
Wojtek Figat
2263b3db52 Add ScriptingTypeHandle debugger view to flax.natvis 2021-02-10 22:59:32 +01:00
Vizepi
3a3c66b916 [EDITOR] Fixed layer matrix order ( issue #153 ) 2021-02-10 20:32:32 +01:00
Wojtek Figat
73efa35008 Add Level.GetActors and Level.GetScripts 2021-02-09 23:31:23 +01:00
Wojtek Figat
b8420feed1 Merge branch 'Vizepi-master' 2021-02-09 22:58:41 +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