Wojtek Figat
|
892723c501
|
Fix build
|
2022-01-09 17:46:37 +01:00 |
|
Wojtek Figat
|
73f7688c58
|
Tweaks
|
2022-01-08 20:01:27 +01:00 |
|
Wojtek Figat
|
844fad2ced
|
Fix crash when animation has anim events and scripting is disposed before content
|
2022-01-08 18:29:13 +01:00 |
|
Wojtek Figat
|
82a43dea28
|
Add **Animation Events**
|
2022-01-08 15:06:25 +01:00 |
|
Wojtek Figat
|
79200a784b
|
Add Level::ScriptsReloadRegisterObject for easier scripting objects refreshing during hot-reload in code
|
2022-01-08 15:06:24 +01:00 |
|
Wojtek Figat
|
a2487c02d9
|
Add context menu for the timeline tracks and change signature for media context menu
|
2022-01-08 15:06:24 +01:00 |
|
Wojtek Figat
|
192af7ec14
|
Refactor native core objects to simplify usage for newcomers
|
2022-01-08 15:06:23 +01:00 |
|
Wojtek Figat
|
e144a6f69d
|
Fix crash when trying to read invalid Visual Script parameter from local scope during debugging
|
2022-01-08 15:06:22 +01:00 |
|
Wojtek Figat
|
bbfe0446f0
|
Tweaks and fixes
|
2022-01-08 15:06:21 +01:00 |
|
Wojtek Figat
|
779e41a686
|
Add static assert for curve keyframes data raw serialization
|
2022-01-08 15:06:21 +01:00 |
|
Wojtek Figat
|
751916151a
|
Add Loading text info for particle system and animation timelines
|
2022-01-08 15:06:20 +01:00 |
|
Wojtek Figat
|
f4bbf0e348
|
Add timeline media selection and editing to be global in sync with keyframes editors
|
2022-01-08 15:06:19 +01:00 |
|
Wojtek Figat
|
ff9b116522
|
Add ScriptingObject::NewObject utility for scripting objects spawning in C++
|
2022-01-08 15:06:18 +01:00 |
|
Wojtek Figat
|
fa83869430
|
Add minor changes
|
2022-01-08 15:06:18 +01:00 |
|
Wojtek Figat
|
32c7d36fcd
|
Tweaks
|
2022-01-08 15:06:17 +01:00 |
|
Wojtek Figat
|
5e9b215548
|
Fix crash when spawning managed object on a detached native thread
|
2022-01-08 15:06:16 +01:00 |
|
Wojtek Figat
|
bc521978ce
|
Fix undo modifications notify from nested SyncPointEditor
|
2022-01-08 15:06:15 +01:00 |
|
Wojtek Figat
|
0f9f3905ed
|
Add json serialization utils for objects to save/load from raw bytes
|
2022-01-08 15:06:15 +01:00 |
|
Wojtek Figat
|
32a73727b0
|
Optimize Stream includes to Array
|
2022-01-08 15:06:14 +01:00 |
|
Wojtek Figat
|
68d8766c56
|
Optimize String::ReserveSpace if length doesn't change
|
2022-01-08 15:06:13 +01:00 |
|
Wojtek Figat
|
0abb303e8d
|
Add double-click to edit timeline media properties
|
2022-01-08 15:06:13 +01:00 |
|
Wojtek Figat
|
a83d223eec
|
Fix mouse focus issue with Timeline background
|
2022-01-08 15:06:12 +01:00 |
|
Wojciech Figat
|
cc3617b5c2
|
Merge branch 'controller-physics-fix' of git://github.com/xKamuna/FlaxEngine-1 into xKamuna-controller-physics-fix
|
2021-12-31 11:09:30 +01:00 |
|
Wojciech Figat
|
b9c7abcdf7
|
Merge branch 'xKamuna-master'
|
2021-12-31 10:02:08 +01:00 |
|
xKamuna
|
ef40ccbe14
|
Fix issue with filters being ignored for two controllers colliding
|
2021-12-30 23:47:26 -08:00 |
|
xKamuna
|
177696ee00
|
Fix blend shape offsets
|
2021-12-24 04:43:28 -08:00 |
|
Wojciech Figat
|
36a18a0b56
|
Add profile events for Editor startup
|
2021-12-22 16:23:53 +01:00 |
|
Wojciech Figat
|
2b5f552c2c
|
Add profile events for Editor modules events
|
2021-12-22 15:41:34 +01:00 |
|
Wojciech Figat
|
ccff7a010d
|
Optimize Toolbox tooltips for scripting types to be resolved when needed
|
2021-12-22 15:40:59 +01:00 |
|
Wojciech Figat
|
f295cda27a
|
Add doc tooltips for actor types in Toolbox windows
|
2021-12-22 15:03:25 +01:00 |
|
Wojciech Figat
|
c72be46228
|
Remove automatic tooltips genration for CSharp scripting API (xml docs are used now in Editor)
|
2021-12-22 15:03:04 +01:00 |
|
Wojciech Figat
|
047cc38d69
|
Add managed assembly xml docs parsing for tooltips in Editor
|
2021-12-22 15:01:00 +01:00 |
|
Wojciech Figat
|
216332ff53
|
Add caching for code docs in Editor
|
2021-12-22 11:38:37 +01:00 |
|
Wojciech Figat
|
73c22b75ea
|
Add Code Docs module for Editor tooltips
|
2021-12-22 10:55:42 +01:00 |
|
Wojciech Figat
|
6b9a3c58d0
|
Fix ComboBox regression
|
2021-12-22 10:52:09 +01:00 |
|
Wojciech Figat
|
ae8d6ba433
|
Fix color trackball usage with undo
|
2021-12-21 22:21:11 +01:00 |
|
Wojciech Figat
|
e778fe8342
|
Fix passing pointers as output pointer or reference in scripting api
|
2021-12-21 18:14:56 +01:00 |
|
Wojciech Figat
|
af75751bf1
|
Add Tab navigation for Editor UI
|
2021-12-21 18:14:55 +01:00 |
|
Wojciech Figat
|
c178afdf6b
|
Add **UI navigation** system
#574
|
2021-12-21 18:14:54 +01:00 |
|
Wojtek Figat
|
71212420f6
|
Fix Github CD hanging during editor package compression
|
2021-12-20 19:09:18 +01:00 |
|
Wojtek Figat
|
233de2d4a4
|
Fix Animation timeline load/save with the latest format
|
2021-12-20 18:47:19 +01:00 |
|
Wojtek Figat
|
15c090126a
|
Add option to disable timeline Media resizing by the user
|
2021-12-20 18:42:23 +01:00 |
|
Wojtek Figat
|
6bca60654e
|
Add timeline media Start editing in properties popup in seconds if using this view mode
|
2021-12-20 18:41:42 +01:00 |
|
Wojtek Figat
|
1c34c7f293
|
Fix crash when creating C# object for native object at the same time on multiple threads
|
2021-12-16 18:58:14 +01:00 |
|
Wojtek Figat
|
3c3f2ae075
|
Add **Animation Slot** node for playing animations from code in Anim Graph
|
2021-12-16 18:57:33 +01:00 |
|
Wojtek Figat
|
6f9f2ccdc0
|
Dont sue xd
|
2021-12-16 18:56:18 +01:00 |
|
Wojciech Figat
|
821ba0ec3b
|
Add Rectangle.Distance for distance between rectangle and a point
|
2021-12-14 17:00:13 +01:00 |
|
Wojciech Figat
|
fc2a7d98fa
|
Add gamepad camera control for editor viewports
|
2021-12-14 16:59:20 +01:00 |
|
Wojciech Figat
|
8f51c7689f
|
Fix missing object linkage when loading missing prefab objects during scene load
|
2021-12-13 17:32:02 +01:00 |
|
Wojciech Figat
|
06305a8af6
|
Optimize model data access during models importing
|
2021-12-13 17:32:01 +01:00 |
|