Chandler Cox
|
dc0aa61a14
|
Add scrollbar colors to Panel
|
2024-05-09 22:14:08 -05:00 |
|
Chandler Cox
|
ee790ff3a9
|
Change colors for tabs to be seen better.
|
2024-05-09 21:53:22 -05:00 |
|
Chandler Cox
|
a2a3926aee
|
Expose colors in scrollbar
|
2024-05-09 21:53:04 -05:00 |
|
Chandler Cox
|
9a70344c1f
|
Fix carrot location on text box with no text. Add vertical and horizontal alignment options to textbox.
|
2024-05-09 21:31:54 -05:00 |
|
Wojtek Figat
|
44006dd533
|
Various code improvements
|
2024-05-09 18:59:09 +02:00 |
|
Wojtek Figat
|
f6aabf2d14
|
Optimize navmesh building and reduce scene lock time
|
2024-05-09 18:58:47 +02:00 |
|
Wojtek Figat
|
dc1f15f18d
|
Add OnStaticFlagsChanged to Actor
|
2024-05-09 16:55:05 +02:00 |
|
Wojtek Figat
|
7d7808af8f
|
Remove default value tooltips from post process docs to prevent errors
|
2024-05-09 10:56:42 +02:00 |
|
Wojtek Figat
|
5029584a9f
|
Fix crash when Visual Script event binding instance is invalid
#2548
|
2024-05-09 10:17:23 +02:00 |
|
Wojtek Figat
|
f353d3f114
|
Fix looping root motion
|
2024-05-09 10:16:45 +02:00 |
|
Wojtek Figat
|
667e8bc293
|
Minor cleanup in anim code
|
2024-05-09 10:16:34 +02:00 |
|
Wojtek Figat
|
2edb9cc4d8
|
Fix compilation warnings when using 64-bit coords
|
2024-05-08 23:24:23 +02:00 |
|
Wojtek Figat
|
7018666a8c
|
Add layer masking for PostFxVolume against Camera's RenderLayersMask
#2573
|
2024-05-08 22:42:35 +02:00 |
|
Wojtek Figat
|
f04926ad94
|
Merge branch 'GoaLitiuM-treenode_expanded_fix'
|
2024-05-08 19:30:55 +02:00 |
|
Wojtek Figat
|
e7508538e0
|
Merge remote-tracking branch 'origin/master' into 1.9
# Conflicts:
# Flax.flaxproj
|
2024-05-08 19:27:56 +02:00 |
|
|
|
50f5f0acd9
|
Fix TreeNode rendering issues with expanded nodes
|
2024-05-08 20:15:55 +03:00 |
|
Wojtek Figat
|
33202a74b0
|
Fix
|
2024-05-08 19:15:25 +02:00 |
|
Wojtek Figat
|
3745979b81
|
Add attributes for game into AndroidManifest
|
2024-05-08 18:49:16 +02:00 |
|
Wojtek Figat
|
db15f6f08a
|
Add For Distribution to be enabled by default in Release builds
#2571
|
2024-05-08 18:48:55 +02:00 |
|
Wojtek Figat
|
e1a2f51d5a
|
Merge branch 'GoaLitiuM-editor_font_validation'
|
2024-05-08 18:17:53 +02:00 |
|
Wojtek Figat
|
a8e1fd7a4a
|
Merge branch 'editor_font_validation' of https://github.com/GoaLitiuM/FlaxEngine into GoaLitiuM-editor_font_validation
|
2024-05-08 18:17:46 +02:00 |
|
Wojtek Figat
|
d46ef6ac92
|
Merge branch 'Tryibion-add-shift-scroll'
|
2024-05-08 18:17:20 +02:00 |
|
Wojtek Figat
|
36d21b27c7
|
Merge branch 'add-shift-scroll' of https://github.com/Tryibion/FlaxEngine into Tryibion-add-shift-scroll
|
2024-05-08 18:17:13 +02:00 |
|
Wojtek Figat
|
b1636c27e7
|
Merge branch 'Tryibion-Move-control-transform'
|
2024-05-08 17:39:48 +02:00 |
|
Wojtek Figat
|
5d32fc6c5e
|
Merge branch 'Move-control-transform' of https://github.com/Tryibion/FlaxEngine into Tryibion-Move-control-transform
|
2024-05-08 17:31:47 +02:00 |
|
Wojtek Figat
|
065dc474c0
|
Merge branch 'Tryibion-game-window-focus-issue'
|
2024-05-08 17:31:16 +02:00 |
|
Wojtek Figat
|
1fb7b24aad
|
Merge branch 'game-window-focus-issue' of https://github.com/Tryibion/FlaxEngine into Tryibion-game-window-focus-issue
|
2024-05-08 17:31:08 +02:00 |
|
Wojtek Figat
|
f0b72aa025
|
Merge branch 'Tryibion-color-picker'
|
2024-05-08 17:30:50 +02:00 |
|
Wojtek Figat
|
058077736b
|
Merge branch 'color-picker' of https://github.com/Tryibion/FlaxEngine into Tryibion-color-picker
|
2024-05-08 17:30:45 +02:00 |
|
Wojtek Figat
|
571ba6773d
|
Optimize win32 filesystem access via static buffer or unlimited path len
|
2024-05-08 17:28:46 +02:00 |
|
Wojtek Figat
|
40652a0ebc
|
Fix HashSet adding item via move operation
|
2024-05-08 17:28:14 +02:00 |
|
Wojtek Figat
|
481a6de821
|
Add support for cooking raw files referenced by assets
|
2024-05-08 17:27:46 +02:00 |
|
Wojtek Figat
|
66b828ae92
|
Refactor Asset::GetReferences to support file path references
|
2024-05-08 15:54:37 +02:00 |
|
Wojtek Figat
|
b91f51fb46
|
Add async videos update
|
2024-05-08 12:35:18 +02:00 |
|
Wojtek Figat
|
b02f011627
|
Merge branch 'GoaLitiuM-drawtext_fix'
|
2024-05-08 10:34:33 +02:00 |
|
Wojtek Figat
|
e51d2dda00
|
Fix playing 6-channel audio with XAudio2 backend
|
2024-05-08 10:20:04 +02:00 |
|
Wojtek Figat
|
a11fa46ee2
|
Add cpu profile events to GPU tasks executor queue
|
2024-05-08 10:19:39 +02:00 |
|
Wojtek Figat
|
47f3ecbde2
|
Fix video player shutdown on editor window close
|
2024-05-08 10:19:22 +02:00 |
|
Wojtek Figat
|
deb2319190
|
Add audio playback support to video player
|
2024-05-08 10:19:08 +02:00 |
|
|
|
ea04c746fd
|
Fix Editor not launching if custom interface fonts are missing
|
2024-05-07 21:18:09 +03:00 |
|
|
|
97454fc82e
|
Fix drawing an extra character with Render2D.DrawText
|
2024-05-07 20:10:05 +03:00 |
|
Chandler Cox
|
4a6afdb108
|
Small fixes for color picker.
|
2024-05-07 08:41:23 -05:00 |
|
Wojtek Figat
|
4b8970f674
|
Update assets
|
2024-05-06 10:41:07 +02:00 |
|
Wojtek Figat
|
f43cd97907
|
Refactor Audio Backend to not depend on AudioSource object
|
2024-05-06 10:36:36 +02:00 |
|
Wojtek Figat
|
65e852600a
|
Merge branch 'Tryibion-skip-empty-layers'
|
2024-05-05 22:56:47 +02:00 |
|
Wojtek Figat
|
fedd990c13
|
Merge branch 'skip-empty-layers' of https://github.com/Tryibion/FlaxEngine into Tryibion-skip-empty-layers
|
2024-05-05 22:56:41 +02:00 |
|
Wojtek Figat
|
c0329abe40
|
Merge branch 'Tryibion-fix-properties-1st-offset'
|
2024-05-05 22:55:30 +02:00 |
|
Wojtek Figat
|
d8850a56a8
|
Merge branch 'fix-properties-1st-offset' of https://github.com/Tryibion/FlaxEngine into Tryibion-fix-properties-1st-offset
|
2024-05-05 22:55:26 +02:00 |
|
Wojtek Figat
|
e171bb06ec
|
Merge branch 'GoaLitiuM-unbox_array_fix'
|
2024-05-05 22:54:18 +02:00 |
|
Wojtek Figat
|
3825e07adc
|
Merge branch 'unbox_array_fix' of https://github.com/GoaLitiuM/FlaxEngine into GoaLitiuM-unbox_array_fix
|
2024-05-05 22:54:12 +02:00 |
|