Wojtek Figat
|
e4794c5754
|
Add Absolute and Negative to Vector3 C# API
|
2021-02-23 09:53:00 +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 |
|
stefnotch
|
a2f01ba638
|
Add more descriptive "no scene" message
This is worthwhile, since this is one of the first messages a newcomer will see
|
2021-02-22 19:27:16 +01:00 |
|
Wojtek Figat
|
07f7fee4a8
|
Fix collecting binary modules for targets with Modular linkage
|
2021-02-22 17:18:03 +01:00 |
|
Wojtek Figat
|
f3216a9c96
|
Add layers and tags updating
|
2021-02-22 11:22:44 +01:00 |
|
stefnotch
|
0a9e9e6695
|
Address review comments
|
2021-02-21 20:50:21 +01:00 |
|
stefnotch
|
7f5903584e
|
Properly place the main window
(Wohoo, I fixed one really irritating bug!)
|
2021-02-21 20:49:40 +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
|
89734760fa
|
Revert previous checks, revert switch intend
|
2021-02-21 19:48:23 +01:00 |
|
stefnotch
|
2498d1d4f2
|
Tweak items matching priority
|
2021-02-21 19:44:47 +01:00 |
|
Wojtek Figat
|
2a3003101e
|
Fix automatic tooltip generation error
Fixes #265
|
2021-02-21 19:39:53 +01:00 |
|
W2.Wizard
|
35b687bf3d
|
Additional cleanup
Cleaned up some additional stuff that I found
|
2021-02-21 18:17:35 +01:00 |
|
Wojtek Figat
|
e79321241c
|
Merge branch 'ui-dockwindow-icons' of git://github.com/stefnotch/FlaxEngine into stefnotch-ui-dockwindow-icons
|
2021-02-21 17:50:30 +01:00 |
|
Wojtek Figat
|
f2dc7346ad
|
Merge branch 'pagealloc_utils' of git://github.com/Erdroy/FlaxEngine into Erdroy-pagealloc_utils
|
2021-02-21 17:41:30 +01:00 |
|
Wojtek Figat
|
919bd4ee1b
|
Fix MaterialParams sync bug
|
2021-02-21 17:40:37 +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 |
|
Wojtek Figat
|
506ce69f53
|
Fix batching draw calls after recent refactor
|
2021-02-21 16:49:19 +01:00 |
|
GoaLitiuM
|
cfb02692df
|
Fix TextBox caret and selection size with custom DPI
|
2021-02-21 16:05:37 +02:00 |
|
Wojtek Figat
|
3bc99c0949
|
Fix error on starting task to continue if it has been canceled
|
2021-02-21 15:01:03 +01:00 |
|
Wojtek Figat
|
12c503646d
|
Add more separators to TextBoxBase
|
2021-02-21 15:00:45 +01:00 |
|
Damian Korczowski
|
1b234fd32b
|
Update AllocatePages comment to point to the correct page size API
|
2021-02-21 14:45:31 +01:00 |
|
Damian Korczowski
|
5bdf4dc74e
|
Fix Unix platform
|
2021-02-21 14:44:47 +01:00 |
|
Damian Korczowski
|
15028c60ba
|
Remove GetDefaultPageSize
Duplicate. We already have the API for this: `Platform::GetCPUInfo().PageSize`.
|
2021-02-21 14:44:16 +01:00 |
|
W2.Wizard
|
3c603d7f09
|
Final Changes
|
2021-02-21 14:38:01 +01:00 |
|
Wojtek Figat
|
07f680eed2
|
Fix compilation of Flax.Build with older C# compiler
|
2021-02-21 14:32:40 +01:00 |
|
W2.Wizard
|
68f6e0251c
|
Cleanup 8
|
2021-02-21 14:27:44 +01:00 |
|
Wojtek Figat
|
085186cfff
|
Merge branch 'font_linespacing_fix' of git://github.com/GoaLitiuM/FlaxEngine into GoaLitiuM-font_linespacing_fix
|
2021-02-21 14:16:52 +01:00 |
|
Wojtek Figat
|
1745984d5a
|
Merge branch 'textboxbase_changes' of git://github.com/GoaLitiuM/FlaxEngine into GoaLitiuM-textboxbase_changes
|
2021-02-21 14:15:00 +01:00 |
|
Wojtek Figat
|
68b4fdb9c3
|
Fix exception when loading Android NDKs with invalid version folder
Fixes #255
|
2021-02-21 14:10:51 +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 |
|
Wojtek Figat
|
fec787b96b
|
Merge branch 'HSVToRGB' of git://github.com/W2Wizard/FlaxEngine into W2Wizard-HSVToRGB
|
2021-02-21 13:48:57 +01:00 |
|
stefnotch
|
22b798928a
|
Add icon to content window
|
2021-02-21 12:58:45 +01:00 |
|
stefnotch
|
1fb07a01d2
|
Basic icon for log window
It also clears the icon when you click on the window
|
2021-02-21 12:53:08 +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 |
|
stefnotch
|
74d4bb8dc6
|
Fix mouse jittering when pressing both mouse buttons simultaneously
|
2021-02-21 11:27:18 +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 |
|
Ari Vuollet
|
49a0d66bfe
|
Fix font character and hit location calculations with line spacing
|
2021-02-20 23:14:09 +02:00 |
|
Ari Vuollet
|
e2590b5f11
|
Allow overriding most of the methods in TextBoxBase
|
2021-02-20 23:07:21 +02:00 |
|
stefnotch
|
8fe656b88f
|
Always focus tab on click
|
2021-02-20 22:07:15 +01:00 |
|
Wojtek Figat
|
05d5fd4fec
|
Optimize compilation time for Win32 platforms
|
2021-02-20 19:45:58 +01:00 |
|
Ari Vuollet
|
cd7642eeec
|
Fix building engine with latest Windows platform toolset only
|
2021-02-20 19:10:04 +02:00 |
|
Nejcraft
|
b133539c40
|
Add Vector3 Clamp
|
2021-02-20 16:24:48 +01:00 |
|
W2.Wizard
|
c475e83aa3
|
Added RGBToHSV
|
2021-02-20 15:44:06 +01:00 |
|