Wojtek Figat
|
5f851d2433
|
Fix reparenting actors in editor to preserve world position
#500
|
2021-05-14 13:01:25 +02:00 |
|
Wojtek Figat
|
401bd1c125
|
Add incremental actors naming when spawning them in viewport
#501
|
2021-05-14 12:37:20 +02:00 |
|
Wojtek Figat
|
2dff188eac
|
Add automatic slider speed for float value input fields with limits specified
#499
|
2021-05-14 12:24:43 +02:00 |
|
Wojtek Figat
|
f9b979f1c6
|
Add new icons atlas
#456
|
2021-05-14 11:02:22 +02:00 |
|
Wojtek Figat
|
11704740fe
|
Merge branch 'IconOverhaul' of git://github.com/W2Wizard/FlaxEngine into W2Wizard-IconOverhaul
|
2021-05-14 10:48:18 +02:00 |
|
Wojtek Figat
|
255255e45c
|
Merge branch 'script-name' of git://github.com/jb-perrier/FlaxEngine into jb-perrier-script-name
|
2021-05-14 10:42:28 +02:00 |
|
Jean-Baptiste Perrier
|
465cdae564
|
Comments.
|
2021-05-13 17:58:44 +02:00 |
|
Jean-Baptiste Perrier
|
41447d4ba0
|
Add name restriction for scripts, no digits at start.
|
2021-05-13 17:55:15 +02:00 |
|
Jean-Baptiste Perrier
|
41905f9810
|
Add name restrictions based on proxy.
|
2021-05-13 17:54:52 +02:00 |
|
Jean-Baptiste Perrier
|
2065b949b0
|
Add IsFileNameValid in ContentProxy.
|
2021-05-13 17:54:23 +02:00 |
|
W2.Wizard
|
887b52c18a
|
Merge branch '1.2' into IconOverhaul
|
2021-05-13 15:21:36 +02:00 |
|
W2Wizard
|
d54efc73f1
|
Adapt to new spritehandle names
Lots of files! However only change was renaming the icons overall.
|
2021-05-13 15:16:45 +02:00 |
|
Wojtek Figat
|
94476783da
|
Add option to Delete Sprite in Editor
|
2021-05-12 16:20:44 +02:00 |
|
Wojtek Figat
|
480947e0a9
|
Fix sprite atlas serialization after editing
|
2021-05-12 16:19:59 +02:00 |
|
Wojtek Figat
|
a4a3074bb6
|
Fix naming new sprites in Editor
|
2021-05-12 14:06:05 +02:00 |
|
Wojtek Figat
|
6db156513c
|
Merge branch 'patch-9' of git://github.com/stefnotch/FlaxEngine into stefnotch-patch-9
|
2021-05-12 13:12:59 +02:00 |
|
Wojtek Figat
|
d302675d7e
|
Fix TypeSearchPopup showing types that base type is hidden
|
2021-05-12 12:42:48 +02:00 |
|
Wojtek Figat
|
9195e37a23
|
Refactor cpp script templates after new features
|
2021-05-12 12:42:24 +02:00 |
|
Wojtek Figat
|
0950ef1a20
|
Merge branch 'master' of git://github.com/LCRW/FlaxEngine into LCRW-master
|
2021-05-12 12:22:23 +02:00 |
|
Jean-Baptiste Perrier
|
03cd86b4d7
|
Fix.
|
2021-05-11 16:16:37 +02:00 |
|
Jean-Baptiste Perrier
|
166f7c2728
|
Refactor.
|
2021-05-11 16:09:27 +02:00 |
|
Jean-Baptiste Perrier
|
31a446cfab
|
Fix getter only properties not showing.
|
2021-05-11 14:57:07 +02:00 |
|
LcrW
|
f9e1dc3ffb
|
New Features
|
2021-05-10 21:04:52 +01:00 |
|
Jean-Baptiste Perrier
|
0a32e6bf7d
|
Add digit check at asset creation.
|
2021-05-10 18:20:58 +02:00 |
|
Wojtek Figat
|
17e3625e5d
|
Add support for ANSI name and variable name for named profiler events
|
2021-05-04 00:17:01 +02:00 |
|
Wojtek Figat
|
28969a7de4
|
Fix EnumComboBox to support negative items as a cost of lack of uint64 support
|
2021-05-02 12:04:14 +02:00 |
|
Wojtek Figat
|
543d1a3c0e
|
Add Tracy profiler support
|
2021-05-02 11:27:10 +02:00 |
|
Wojtek Figat
|
e2789214ae
|
Refactor Editor Utils into separate VariantUtils
|
2021-05-02 11:24:51 +02:00 |
|
Wojtek Figat
|
0e75dba142
|
Optimize C++ compilation time
|
2021-04-30 16:27:57 +02:00 |
|
stefnotch
|
346d0e3111
|
Improve quotes?
|
2021-04-29 21:28:36 +02:00 |
|
Wojtek Figat
|
05ba9b8d45
|
Fix models uvs preview drawing
|
2021-04-29 16:39:26 +02:00 |
|
Wojtek Figat
|
eaa5716d6a
|
Fix editor viewport input when using ScreenSpace canvas in a prefab
|
2021-04-29 16:17:40 +02:00 |
|
Wojtek Figat
|
d2ac0429d3
|
Fix order when pasting UI Controls
#487
|
2021-04-29 15:22:36 +02:00 |
|
Wojtek Figat
|
c2afe0b6b2
|
Fix synchronizing ActorTreeNode order after actor duplicate
#487
|
2021-04-29 15:22:10 +02:00 |
|
Wojtek Figat
|
f63849ed56
|
Fix panels filenames
|
2021-04-29 10:12:56 +02:00 |
|
Wojtek Figat
|
9b226926ed
|
Merge branch 'patch-2' of git://github.com/honzapatCZ/FlaxEngine into honzapatCZ-patch-2
|
2021-04-29 10:12:33 +02:00 |
|
Wojtek Figat
|
4ad8b8bb19
|
Add support for VisibleIf on value editors using group panel
#484
|
2021-04-28 16:49:15 +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
|
17467c81a4
|
Add LocalizedString support for UI
|
2021-04-27 14:28:42 +02:00 |
|
Wojtek Figat
|
c76f1f2432
|
Add profile events to LocalizationSettingsEditor
|
2021-04-27 10:14:37 +02:00 |
|
Wojtek Figat
|
ed4eeee647
|
Fix undo for custom serialized objects (eg. LocalizedString)
|
2021-04-27 10:14:19 +02:00 |
|
Wojtek Figat
|
8c79c21e61
|
Add custom editor for LocalizedString
|
2021-04-27 10:13:48 +02:00 |
|
Wojtek Figat
|
c519c00678
|
Add CreateSearchPopup to editor utils
|
2021-04-26 15:14:46 +02:00 |
|
Vizepi
|
6e885ece34
|
[CLEAN] Added missing includes in headers
|
2021-04-23 13:59:02 +02:00 |
|
Wojtek Figat
|
826581cb77
|
Add support for searching for localization strings in scenes and prefabs
|
2021-04-23 13:57:16 +02:00 |
|
Wojtek Figat
|
66fac52905
|
Add tooltips
|
2021-04-23 12:50:38 +02:00 |
|
Wojtek Figat
|
bbfd80dcb1
|
Add support for searching for localization strings in C#/C++ code
|
2021-04-23 12:46:32 +02:00 |
|
Wojtek Figat
|
81efa49951
|
Add button to update localization dashboard
|
2021-04-23 10:58:43 +02:00 |
|
Wojtek Figat
|
6a1b4e547c
|
Add support for exporting localized strings for translation
|
2021-04-23 10:52:51 +02:00 |
|
Wojtek Figat
|
d4a27f38ff
|
Add support for adding new culture to game localization
|
2021-04-22 17:09:27 +02:00 |
|