Chandler Cox
|
68a5073b29
|
fixed issue when asset picker has no value on particle effect
|
2022-11-14 18:45:44 -06:00 |
|
Chandler Cox
|
6c26cbe9ba
|
Removed adding inherited types
|
2022-11-11 17:11:25 -06:00 |
|
Chandler Cox
|
de6cd88870
|
Changed names of a couple base types to match before change
|
2022-11-11 17:08:07 -06:00 |
|
Chandler Cox
|
6b4da88ef0
|
Added the ability to specify the name of the actor in the toolbox, works in searching as well.
|
2022-11-11 17:03:04 -06:00 |
|
Chandler Cox
|
62cd59549d
|
removed some old code
|
2022-11-11 16:38:34 -06:00 |
|
Chandler Cox
|
4515844219
|
changed how the actor toolbox is created. Allows fo user to enter their own tabs and actors with an attribute
|
2022-11-11 16:37:45 -06:00 |
|
Chandler Cox
|
6c18ca3f45
|
changed to MouseButtonDown
|
2022-11-11 12:45:10 -06:00 |
|
Chandler Cox
|
eab45f0c48
|
renames item when clicking off of the popup and name is changed
|
2022-11-11 12:42:12 -06:00 |
|
Preben Eriksen
|
c26e0f5923
|
PE: DDS - Improve import time if source already has mipmaps and are compressed.
|
2022-11-10 13:41:40 +01:00 |
|
Preben Eriksen
|
c73eb548c0
|
PE: FBX Import - Improved normal map detection using diffuse name, if normap map was not setup inside object.
|
2022-11-10 13:14:19 +01:00 |
|
Preben Eriksen
|
54ccf9edc7
|
PE: Fixed - Custom animation import, frame index start and end was not the actual index but depended on frames per second. Made it impossible to use, now use the real frame index.
|
2022-11-10 11:35:29 +01:00 |
|
Preben Eriksen
|
29900a3cc0
|
PE: Support importing WAV files that contain "extra format bytes" in "fmt" header.
|
2022-11-10 11:19:29 +01:00 |
|
Preben Eriksen
|
b02020f801
|
PE: AudioSource - Stop() folowed by Play() now act like a restart.
|
2022-11-10 10:51:20 +01:00 |
|
Wojtek Figat
|
e98621b887
|
Code style fix
#814
|
2022-11-06 23:05:36 +01:00 |
|
Wojtek Figat
|
735b07f0d7
|
Merge branch 'actor-CM' of https://github.com/Tryibion/FlaxEngine into Tryibion-actor-CM
|
2022-11-06 22:22:45 +01:00 |
|
Wojtek Figat
|
08f71f4469
|
Merge branch 'PE-1.4-2' of https://github.com/plemsoft/FlaxEngine into plemsoft-PE-1.4-2
|
2022-11-06 22:17:58 +01:00 |
|
Wojtek Figat
|
ac89b395af
|
Merge branch 'prefab-tree-fix' of https://github.com/Tryibion/FlaxEngine into Tryibion-prefab-tree-fix
|
2022-11-06 22:05:22 +01:00 |
|
Chandler Cox
|
3ac77121f5
|
made readonly text and fixed sizing
|
2022-11-06 13:45:06 -06:00 |
|
Chandler Cox
|
14f64b5b20
|
dont close when clicking on view editor CM buttons that are not buttons.
|
2022-11-04 12:58:42 -05:00 |
|
Chandler Cox
|
6ace0961b3
|
added to resize the x and y on text changed
|
2022-11-04 10:57:47 -05:00 |
|
Chandler Cox
|
c817b63927
|
made it easier to scroll and resize the material source window. and added the ability to change if the text can be scrolled in the text box
|
2022-11-04 10:53:29 -05:00 |
|
Chandler Cox
|
de4d3d97f2
|
removed not needed variable
|
2022-11-04 07:10:24 -05:00 |
|
Chandler Cox
|
2dca30305f
|
added shader source and removed unused variables/includes
|
2022-11-03 08:12:40 -05:00 |
|
Chandler Cox
|
7487b468d3
|
added extra checks
|
2022-11-02 18:37:11 -05:00 |
|
Chandler Cox
|
a1e4400994
|
changed to use attribute to add items to the content context menu, this also allows users to add their own items to the CM
|
2022-11-02 17:57:40 -05:00 |
|
Chandler Cox
|
1af0188a3c
|
changed how actor context menus are created.
|
2022-10-31 19:18:43 -05:00 |
|
Preben Eriksen
|
1d9f5e8cfe
|
PE: Fixed - flax storage crash , happened quit often on my system.
|
2022-10-31 16:07:43 +01:00 |
|
Chandler Cox
|
050635b2cd
|
changed way that the the new menu is generated. Added category name to proxies
|
2022-10-30 14:30:32 -05:00 |
|
Wojtek Figat
|
ccd830a270
|
Merge branch 'better-tool-tip-hide-on-drag' of https://github.com/Tryibion/FlaxEngine into Tryibion-better-tool-tip-hide-on-drag
|
2022-10-29 19:34:02 +02:00 |
|
Wojtek Figat
|
e1836a222c
|
Fix bug with Screen.CursorVisible set in script OnStart
#799
|
2022-10-29 19:33:34 +02:00 |
|
Wojtek Figat
|
7ddc1a1553
|
Code style fix
|
2022-10-29 19:05:35 +02:00 |
|
Wojtek Figat
|
76bc412fdd
|
Merge branch 'event-for-keydown-textbox' of https://github.com/Tryibion/FlaxEngine into Tryibion-event-for-keydown-textbox
|
2022-10-29 19:05:07 +02:00 |
|
Wojtek Figat
|
57e812d336
|
Fix audio clips streaming to be thread-safe when audio sources play
#786
|
2022-10-29 18:57:57 +02:00 |
|
Wojtek Figat
|
6379171fa6
|
Fix crash due to bdb69d57dd (Mono typenames are invalid after dll unloaded)
|
2022-10-29 18:56:21 +02:00 |
|
Chandler Cox
|
50414d7fed
|
added deselecting nodes when left clicking in blank area in the scene and prefab tree views
|
2022-10-29 09:22:39 -05:00 |
|
Chandler Cox
|
40a04bc5d6
|
Various fixes to prefab tree view. Scrolling like scene view, disable scrolling on renaming, can open CM anywhere in tree panel.
|
2022-10-29 09:14:08 -05:00 |
|
Wojtek Figat
|
4ba93d9d86
|
Code cleanup #765
|
2022-10-29 12:04:42 +02:00 |
|
Wojtek Figat
|
f67d1412de
|
Add undo/redo and navmesh dirtying when using selection rotate shortcut (R key)
#765
|
2022-10-29 11:50:16 +02:00 |
|
Wojtek Figat
|
c41248f402
|
Optimize asset registry paths check to use StringUtils::CompareIgnoreCase instead of String::ToLowerToLower
#765
|
2022-10-29 11:42:06 +02:00 |
|
Wojtek Figat
|
5cfe3b88c7
|
Add unit test for ModelTool::DetectLodIndex and improve LOD index detection further
#765
|
2022-10-29 11:38:20 +02:00 |
|
Wojtek Figat
|
bd562a374a
|
Merge branch 'PE-1.4' of https://github.com/plemsoft/FlaxEngine into plemsoft-PE-1.4
|
2022-10-29 11:15:36 +02:00 |
|
Chandler Cox
|
3c689a4697
|
removed not needed variables and fixed variable names
|
2022-10-28 08:32:52 -05:00 |
|
Chandler Cox
|
3f135c832e
|
organized the "new" child context menu into categories.
|
2022-10-27 23:05:51 -05:00 |
|
Preben Eriksen
|
6a5efdeb29
|
PE: Fix - Ansi is max 7 bit, assimp/openfbx only support ansi paths. ( https://github.com/FlaxEngine/FlaxEngine/issues/806 )
|
2022-10-26 10:00:16 +02:00 |
|
Preben Eriksen
|
8a46aec294
|
Merge branch 'PE-1.4' of https://github.com/plemsoft/FlaxEngine into PE-1.4
|
2022-10-26 09:58:42 +02:00 |
|
Preben Eriksen
|
fd831f569c
|
PE: Fix - Streaming audio could not loop. ( https://github.com/FlaxEngine/FlaxEngine/issues/786 )
|
2022-10-26 09:54:10 +02:00 |
|
Chandler Cox
|
2297ba3c86
|
moved where hiding the tooltip is called when starting to drag for better response
|
2022-10-25 16:38:23 -05:00 |
|
Preben Eriksen
|
148b15d473
|
Merge branch 'master' into PE-1.4
|
2022-10-25 09:19:01 +02:00 |
|
PrecisionRender
|
748c58d52e
|
Initial commit
|
2022-10-24 19:36:16 -05:00 |
|
Chandler Cox
|
a79b642613
|
Added KeyUp event in TextBoxBase
|
2022-10-24 14:11:34 -05:00 |
|