Commit Graph

803 Commits

Author SHA1 Message Date
Wojtek Figat
79b7e76777 Adjustments for timeline editing UI 2021-08-23 16:51:17 +02:00
Wojtek Figat
bbe9193686 Add resizing feature to timeline curve tracks
#519
2021-08-23 16:33:47 +02:00
Wojtek Figat
5b05c6ceaa Add scrolling timeline horizontally with Shift+Wheel
#519
2021-08-23 14:38:08 +02:00
Wojtek Figat
ee29a1bc91 Add preserving timeline position when zooming with a mouse wheel
#519
2021-08-23 14:37:48 +02:00
Wojtek Figat
3be48c052f Merge branch 'patch-1' of git://github.com/jb-perrier/FlaxEngine into jb-perrier-patch-1 2021-08-23 13:40:05 +02:00
Wojtek Figat
052366be66 Optimize audio preview rendering when zoom is very high
#519
2021-08-23 13:39:07 +02:00
Wojtek Figat
347eaa9d07 Optimize timeline background rendering when zoom is very high
#519
2021-08-23 13:18:41 +02:00
Wojtek Figat
bee117f86b Optimize Content Finder popup 2021-08-23 10:54:19 +02:00
Jean-Baptiste Perrier
6fa1fc462f Add Ramsay quote 2021-08-23 10:27:22 +02:00
Wojtek Figat
09e2b737f0 Fix rare crashes due to selection not being empty on play mode start 2021-08-20 10:51:27 +02:00
Wojtek Figat
39a4dab81f Fix 2021-08-19 13:06:19 +02:00
Wojtek Figat
eab9a2c0ac Adjust scene node context menu 2021-08-19 13:06:15 +02:00
Wojtek Figat
7822266029 Add option to select scene asset from Scene tree window 2021-08-19 13:06:14 +02:00
Wojtek Figat
fff2c3e038 Fix materials parameters display issues after editing 2021-08-18 22:55:31 +02:00
Wojtek Figat
540643972a Fix 2021-08-18 22:09:52 +02:00
Wojtek Figat
66657d798a Add typename to script panel tooltip and don't inherit tooltip 2021-08-17 23:35:17 +02:00
stefnotch
87be58b4fa Add "show in explorer" 2021-08-17 11:33:23 +02:00
Wojtek Figat
dee4537f23 Add -new command line arg to create a new project 2021-08-16 22:50:11 +02:00
Wojtek Figat
34132e3074 Fix context menu keyboard arrows navigation to skip disabled items 2021-08-16 22:50:10 +02:00
Wojtek Figat
442c0113ea Merge branch 'removed-unnecessary-null-terminator' of git://github.com/Zbyl/FlaxEngine into Zbyl-removed-unnecessary-null-terminator 2021-08-16 09:54:40 +02:00
Wojtek Figat
f2d235bc74 Fix Custom Editor UI regression
3cf3f58db1
2021-08-16 09:48:31 +02:00
Zbigniew Skowron
b5f7c96c80 Removed unnecessary NULL terminator in RunBuildTool() to fix #402: "Copying new log after clearing partially fails" 2021-08-15 22:12:46 +02:00
Wojtek Figat
151f551bc9 Merge branch 'fixing-strigview-gettext-uses' of git://github.com/Zbyl/FlaxEngine into Zbyl-fixing-strigview-gettext-uses 2021-08-13 13:57:02 +02:00
Wojtek Figat
af22c7e96f Refactor DownloadIndexBuffer to return unsigned data 2021-08-13 10:06:29 +02:00
Wojtek Figat
c3b9f61b9f Fix snap to the ground to use scene graph query instead of physics only raycast 2021-08-12 13:59:30 +02:00
Wojtek Figat
98c43dba42 Fix window focus issue when removing actors 2021-08-12 12:51:20 +02:00
Wojtek Figat
299d0493b9 Optimize single undo edit action to not use wrapper 2021-08-12 11:48:52 +02:00
Wojtek Figat
3cf3f58db1 Fix UI with list of null items when layout gets rebuilt at item level 2021-08-12 11:48:51 +02:00
Wojtek Figat
799c4a4f17 Remove whitespaces 2021-08-10 19:33:55 +02:00
Wojtek Figat
a497ef9d6f Fix timeline background stops drawing to be ore readable
#519
2021-08-10 17:35:27 +02:00
Wojtek Figat
125d1aa08c Add Zoom value box to timeline view context menu 2021-08-10 17:27:44 +02:00
Wojtek Figat
9a522615e5 Add support for changing scenes via Editor during play mode 2021-08-10 16:32:24 +02:00
Wojtek Figat
3115643397 Add option to Scene context menu to unload it 2021-08-10 16:32:00 +02:00
Wojtek Figat
62c43f9f95 Add helper tooltips for Scene Animation actions UI 2021-08-10 13:54:22 +02:00
Wojtek Figat
c1b2fc19c1 Add better timeline UI positioning for improved viewport navigation 2021-08-10 13:29:42 +02:00
Wojtek Figat
94b4c20b35 Add timeline view panning with right mouse button 2021-08-10 13:29:12 +02:00
Wojtek Figat
64813c1c70 Add caching ShowGUI and ShowDebugDraw in Game window 2021-08-09 15:22:29 +02:00
Wojtek Figat
9a590ae484 Fix actor renaming on paste to keep previous name if can 2021-08-09 11:59:08 +02:00
Zbigniew Skowron
aecc81f5e5 Fixed many invalid uses of StringView::GetText(), where a null-terminated string was required.
Renamed GetText() to GetNonTerminatedText() to reduce chance of same bugs appearing in the future.
2021-08-09 00:29:19 +02:00
Wojtek Figat
65f9e9d0aa Fix error 2021-08-08 20:58:36 +02:00
Wojtek Figat
36df9757b1 Add creating Scene Graph nodes for actors inheriting from some shared custom types 2021-08-08 20:58:19 +02:00
Wojtek Figat
cdca5b4a28 Fix undo for missing actor children and scripts when doing Convert action 2021-08-08 18:38:26 +02:00
Wojtek Figat
6609425880 Fix creating prefab in Editor from selection in Prefab window 2021-08-08 17:25:18 +02:00
Wojtek Figat
bc46259286 Merge branch 'bugfix_crash_2riderinstall' of git://github.com/blep/FlaxEngine into blep-bugfix_crash_2riderinstall 2021-08-08 16:40:41 +02:00
Wojtek Figat
edf98acae2 Undo unwanted change 2021-08-08 16:04:07 +02:00
Wojtek Figat
a085531fda Add build preset and target names to access for Game Cooker extending 2021-08-08 16:02:48 +02:00
Wojtek Figat
6b532d2fbc Add CookingData for C# editor to extend the cooking process 2021-08-08 16:01:58 +02:00
Baptiste Lepilleur
7862ff4670 Fixed crash on startup when 2 Rider installations are detected 2021-08-07 21:43:58 +02:00
Wojtek Figat
fc762fdbdb Merge branch 'dev' of git://github.com/thallard/FlaxEngine into thallard-dev 2021-08-07 15:29:01 +02:00
Damian Korczowski
6c70f2e14f Fix editor crash on startup when Rider 2021.1 is installed 2021-08-06 18:58:19 +02:00