Wojtek Figat
|
9daddccbed
|
Merge remote-tracking branch 'origin/master' into 1.9
# Conflicts:
# Source/Editor/Modules/ContentDatabaseModule.cs
# Source/Editor/Surface/SurfaceUtils.cs
# Source/Editor/Windows/Assets/MaterialInstanceWindow.cs
# Source/Engine/Foliage/Foliage.cpp
# Source/Engine/Graphics/Models/MeshBase.h
# Source/Engine/Tools/MaterialGenerator/MaterialGenerator.Textures.cpp
|
2024-09-12 13:38:20 +02:00 |
|
Wojtek Figat
|
bbb0d36494
|
Fixed issues found by PVS-Studio
|
2024-09-09 18:21:59 +02:00 |
|
Chandler Cox
|
c844c6b7f0
|
Add page up and down in textboxbase
|
2024-09-05 20:51:27 -05:00 |
|
Chandler Cox
|
34facd8769
|
Add Shift+End for textboxbase
|
2024-09-05 18:54:03 -05:00 |
|
Wojtek Figat
|
20456d95e8
|
Merge remote-tracking branch 'origin/master' into 1.9
|
2024-08-22 17:33:20 +02:00 |
|
Wojtek Figat
|
3ecb7c1d81
|
Fix SpriteRender all parameters override
#2233
|
2024-08-22 13:20:53 +02:00 |
|
Wojtek Figat
|
21b4c7c916
|
Merge remote-tracking branch 'origin/master' into 1.9
|
2024-08-16 14:52:57 +02:00 |
|
Chandler Cox
|
7772669148
|
Better fix.
|
2024-08-16 07:46:31 -05:00 |
|
Chandler Cox
|
1047911cfe
|
Fix initial lerp jumping for Progress bar on first update.
|
2024-08-16 07:40:52 -05:00 |
|
Wojtek Figat
|
4e5c163732
|
Merge branch 'expose-actor-func' of https://github.com/Tryibion/FlaxEngine into Tryibion-expose-actor-func
|
2024-08-15 14:59:54 +02:00 |
|
Wojtek Figat
|
45e83d6d15
|
Add feedback from PVS (static code analyzer)
https://pvs-studio.com/en/blog/posts/cpp/1153/
|
2024-08-15 13:01:40 +02:00 |
|
Chandler Cox
|
6f15bf7209
|
Expose additional Actor virtual methods to c#
|
2024-08-13 15:14:07 -05:00 |
|
Wojtek Figat
|
5ae2196a01
|
Add support for customizing Dropdown popup visuals
|
2024-08-07 22:44:38 +02:00 |
|
Wojtek Figat
|
143d9bcce6
|
Fix border placement in Dropdown control
|
2024-08-07 17:50:23 +02:00 |
|
Wojtek Figat
|
6e01cca9ad
|
Add TextFormat, SelectedItemChanged, and text alignment options to Dropdown
|
2024-08-07 17:46:30 +02:00 |
|
Wojtek Figat
|
1c02f3d8fe
|
Add text alignment options to Button
|
2024-08-07 17:44:47 +02:00 |
|
Wojtek Figat
|
b33c2b4f36
|
Merge remote-tracking branch 'origin/master' into 1.9
|
2024-07-19 00:32:54 +02:00 |
|
Chandler Cox
|
85a04f8e81
|
Perform layout of splitter panel once splitter is done being dragged.
|
2024-07-16 20:36:27 -05:00 |
|
Wojtek Figat
|
78f3248ac9
|
Refactor SortOrder to use int8 instead of int16 due to performance reasons (more efficent sort keys packing in rendering)
|
2024-06-29 13:54:02 +02:00 |
|
Wojtek Figat
|
516ed3e9a0
|
Cleanup some rendering code
|
2024-06-28 21:21:17 +02:00 |
|
Wojtek Figat
|
e1bede1bf6
|
Merge remote-tracking branch 'origin/master' into 1.9
|
2024-06-13 17:07:37 +02:00 |
|
Wojtek Figat
|
6fc056cba2
|
Add default material for Radial Menu control
#2678
|
2024-06-11 15:57:54 +02:00 |
|
Wojtek Figat
|
210c443b30
|
Cleanup code
|
2024-06-11 09:48:53 +02:00 |
|
Wojtek Figat
|
735aa70b53
|
Merge branch 'RadialMenu-and-material-nodes' of https://github.com/cNori/FlaxEngineFork into cNori-RadialMenu-and-material-nodes
|
2024-06-11 08:21:40 +02:00 |
|
Wojtek Figat
|
d56d624f0f
|
Merge branch 'grid-slot-spacing' of https://github.com/Tryibion/FlaxEngine into Tryibion-grid-slot-spacing
|
2024-06-10 18:12:35 +02:00 |
|
Wojtek Figat
|
dfd6df7f42
|
Merge branch 'progress-bar-fix' of https://github.com/Swiggies/FlaxEngine into Swiggies-progress-bar-fix
|
2024-06-08 12:02:26 +02:00 |
|
Wojtek Figat
|
eab96f2086
|
Fix TAA jittering when rendering UI in world after TAA resolve
|
2024-06-02 11:01:23 +02:00 |
|
Norite SC
|
d4145179a9
|
RadialMenu and material nodes
|
2024-06-02 02:23:48 +02:00 |
|
ExMatics HydrogenC
|
9e9013ec43
|
Add missing recalculations of the thumb
|
2024-06-01 18:23:37 +08:00 |
|
Wojtek Figat
|
19ad91d5d8
|
Merge remote-tracking branch 'origin/master' into 1.9
|
2024-05-31 22:12:03 +02:00 |
|
Olly Rybak
|
8b72c063a8
|
Quick fix
|
2024-05-31 21:18:00 +10:00 |
|
Wojtek Figat
|
949057b1c3
|
Fix some html tags parsing to be safer
|
2024-05-30 17:22:43 +02:00 |
|
Chandler Cox
|
30c1068a13
|
Fix wrong spacing calculation.
|
2024-05-30 08:38:42 -05:00 |
|
Chandler Cox
|
f22e559e83
|
Add slot spacing to uniform grid panel.
|
2024-05-22 20:45:37 -05:00 |
|
Chandler Cox
|
94884fc39a
|
Run control update even when UiCanvas skips events.
|
2024-05-22 14:52:30 -05:00 |
|
Wojtek Figat
|
12cf7f0f92
|
Merge remote-tracking branch 'origin/master' into 1.9
# Conflicts:
# Flax.flaxproj
|
2024-05-22 16:15:14 +02:00 |
|
Wojtek Figat
|
cb878294ea
|
Minor fixes
|
2024-05-20 17:09:59 +02:00 |
|
|
|
58351d1989
|
Fix RichTextBox not drawing the last character
|
2024-05-18 00:00:27 +03:00 |
|
Wojtek Figat
|
0a4e89e29b
|
Fix UI navigation when using multiple canvases
#2574
|
2024-05-16 16:12:53 +02:00 |
|
Wojtek Figat
|
97be8ee8cc
|
Merge remote-tracking branch 'origin/master' into 1.9
# Conflicts:
# Source/Engine/Content/Storage/FlaxStorage.cpp
# Source/Engine/Renderer/GBufferPass.cpp
|
2024-05-15 23:49:05 +02:00 |
|
Wojtek Figat
|
b4a4a8a591
|
Minor code cleanup
|
2024-05-15 12:40:08 +02:00 |
|
Wojtek Figat
|
c670887b1a
|
Merge branch 'font-case' of https://github.com/Tryibion/FlaxEngine into Tryibion-font-case
|
2024-05-15 12:30:39 +02:00 |
|
Wojtek Figat
|
57084b3d6c
|
Merge branch 'tooltip-text-padding' of https://github.com/Tryibion/FlaxEngine into Tryibion-tooltip-text-padding
|
2024-05-15 12:23:47 +02:00 |
|
Wojtek Figat
|
1f2456fc67
|
Merge branch 'scroll-colors' of https://github.com/Tryibion/FlaxEngine into Tryibion-scroll-colors
|
2024-05-15 12:23:08 +02:00 |
|
Wojtek Figat
|
2e59c35a44
|
Merge branch 'textbox-add' of https://github.com/Tryibion/FlaxEngine into Tryibion-textbox-add
|
2024-05-15 12:22:40 +02:00 |
|
Chandler Cox
|
17de6388ca
|
Code fix
|
2024-05-13 17:42:37 -05:00 |
|
Chandler Cox
|
e028d263f1
|
Remove unused include.
|
2024-05-13 16:38:38 -05:00 |
|
Chandler Cox
|
6962ed6730
|
Fix case spelling
|
2024-05-13 16:38:10 -05:00 |
|
Chandler Cox
|
b66d50ae1b
|
Add font and case options to Label and Textbox
|
2024-05-13 16:34:23 -05:00 |
|
Chandler Cox
|
2e3e4959d6
|
Add width padding for tooltip
|
2024-05-10 17:18:10 -05:00 |
|