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 |
|
thallard
|
3bc489a7b5
|
Replace string variable check by an enum
|
2021-08-06 15:50:30 +02:00 |
|
thallard
|
baee3a60a6
|
Added tick when a button is selected
|
2021-08-06 11:47:50 +02:00 |
|
thallard
|
5e2b4adff3
|
Removed useless static path thanks to @jb-perrier
|
2021-08-06 00:21:27 +02:00 |
|
thallard
|
78d668c599
|
Change enum and variable name
|
2021-08-06 00:07:44 +02:00 |
|
thallard
|
e8b867430f
|
Remplace string variable by enum
|
2021-08-05 23:38:08 +02:00 |
|
thallard
|
1426b4ca49
|
Removed useless debug logs
|
2021-08-05 23:05:27 +02:00 |
|
thallard
|
9682ac4643
|
Merge branch 'master' of https://github.com/FlaxEngine/FlaxEngine into dev
|
2021-08-05 22:37:22 +02:00 |
|
thallard
|
d95cd24b76
|
Added functionality to order items by name
|
2021-08-05 22:24:01 +02:00 |
|
Wojtek Figat
|
1b3c74c3eb
|
Fix showing context menu in Scene Tree window with scroll used
#576
|
2021-08-05 19:12:34 +02:00 |
|
Wojtek Figat
|
425c23fea1
|
Rename NewWindowMethod to NewWindowLocation and add handling for new asset windows too
#577
|
2021-08-05 18:56:55 +02:00 |
|
thallard
|
a64d23b8ed
|
Some tweaks
|
2021-08-05 12:46:29 +02:00 |
|
thallard
|
b4d879960f
|
Remove unused import
|
2021-08-05 12:42:46 +02:00 |
|
thallard
|
456a944482
|
Merge branch 'master' of https://github.com/FlaxEngine/FlaxEngine into dev
|
2021-08-05 12:40:38 +02:00 |
|
HosRa
|
23e94a259b
|
Create new option for open method window
|
2021-08-05 12:20:31 +02:00 |
|
Wojtek Figat
|
cb5c716fdb
|
Add third camera shot preview (in a middle)
|
2021-08-04 17:42:03 +02:00 |
|
Wojtek Figat
|
980aa860fc
|
Fix camera preview in scene animation
|
2021-08-04 17:35:42 +02:00 |
|
Wojtek Figat
|
080b3b1136
|
Fix camera previews placement on camera cuts track
#519
|
2021-08-04 16:58:24 +02:00 |
|