Wojtek Figat
|
fa8857be0e
|
Merge branch 'Tryibion-fix-cpu-profiler-crash'
|
2025-01-12 21:55:44 +01:00 |
|
Chandler Cox
|
2260236fa6
|
Fix CPU profiler crash on conversion to ulong.
|
2025-01-09 20:55:30 -06:00 |
|
Wojtek Figat
|
3133ebbd83
|
Merge branch 'Tryibion-mat-warn-wrong-type'
|
2025-01-06 23:58:04 +01:00 |
|
Wojtek Figat
|
bff25a8dd8
|
Merge branch 'mat-warn-wrong-type' of https://github.com/Tryibion/FlaxEngine into Tryibion-mat-warn-wrong-type
|
2025-01-06 23:57:59 +01:00 |
|
Wojtek Figat
|
a9d0f62039
|
Merge branch 'Tryibion-import-path-ui'
|
2025-01-06 23:55:09 +01:00 |
|
Wojtek Figat
|
5335594cb5
|
Merge branch 'import-path-ui' of https://github.com/Tryibion/FlaxEngine into Tryibion-import-path-ui
|
2025-01-06 23:55:04 +01:00 |
|
Wojtek Figat
|
3f201c3863
|
Resave terrain material
#3115
|
2025-01-06 23:53:27 +01:00 |
|
Wojtek Figat
|
3dc3406230
|
Merge branch 'Tryibion-fix-size-handles-rotation'
|
2025-01-06 23:47:25 +01:00 |
|
Wojtek Figat
|
0b99cb6de5
|
Merge branch 'fix-size-handles-rotation' of https://github.com/Tryibion/FlaxEngine into Tryibion-fix-size-handles-rotation
|
2025-01-06 23:47:17 +01:00 |
|
Wojtek Figat
|
deab78d6b1
|
Merge branch 'Tryibion-text-box-ui'
|
2025-01-06 23:46:35 +01:00 |
|
Wojtek Figat
|
45c01e7ada
|
Merge branch 'text-box-ui' of https://github.com/Tryibion/FlaxEngine into Tryibion-text-box-ui
|
2025-01-06 23:46:28 +01:00 |
|
Wojtek Figat
|
bcc8544c46
|
Merge branch 'Duroxxigar-add-confirmation-dialog-for-editor'
|
2025-01-06 23:46:21 +01:00 |
|
Wojtek Figat
|
597bbf1f30
|
Merge branch 'add-confirmation-dialog-for-editor' of https://github.com/Duroxxigar/FlaxEngine into Duroxxigar-add-confirmation-dialog-for-editor
|
2025-01-06 23:46:03 +01:00 |
|
Wojtek Figat
|
67b5b74588
|
Merge branch 'Duroxxigar-load-product-typo-fix'
|
2025-01-06 23:45:44 +01:00 |
|
Wojtek Figat
|
39f2f0ccdf
|
Merge branch 'load-product-typo-fix' of https://github.com/Duroxxigar/FlaxEngine into Duroxxigar-load-product-typo-fix
|
2025-01-06 23:45:39 +01:00 |
|
Wojtek Figat
|
6ad2cd0697
|
Merge branch 'Tryibion-gameplugin-template'
|
2025-01-06 23:45:15 +01:00 |
|
Wojtek Figat
|
ef01a4afeb
|
Merge branch 'gameplugin-template' of https://github.com/Tryibion/FlaxEngine into Tryibion-gameplugin-template
|
2025-01-06 23:45:10 +01:00 |
|
Wojtek Figat
|
12b98f2df1
|
Migrate to actions/upload-artifact@v4
https://github.blog/changelog/2024-04-16-deprecation-notice-v3-of-the-artifact-actions/
|
2025-01-06 23:44:34 +01:00 |
|
Chandler Cox
|
99ba59d02a
|
Change to use static method for import path ui.
|
2025-01-06 15:58:09 -06:00 |
|
Chandler Cox
|
7eb2088af0
|
Use Variant::CanCast() for type check.
|
2025-01-06 15:40:38 -06:00 |
|
Jake Young
|
a66cb4d1b2
|
Added a confirmation dialog for editors when the reset button is clicked.
|
2025-01-03 19:18:10 -05:00 |
|
Jake Young
|
22914dc232
|
Fix typo for error message when trying to load a project file that does not exist.
|
2025-01-03 17:31:21 -05:00 |
|
Chandler Cox
|
867f7d0143
|
Add local variables to simplify math.
|
2024-12-31 14:12:23 -06:00 |
|
Chandler Cox
|
26d0b9a42c
|
Fix rotation of UI size handles.
|
2024-12-31 14:06:17 -06:00 |
|
Chandler Cox
|
f2e4fe300b
|
Change color for readonly text. Fix selection still showing when text box is not focused.
|
2024-12-31 12:56:43 -06:00 |
|
Chandler Cox
|
a313db22d2
|
Add tooltip text for path to let user know it is not editable.
|
2024-12-31 12:52:54 -06:00 |
|
Chandler Cox
|
e53eddaba5
|
Add import path UI and button to open folder in asset import settings.
|
2024-12-31 12:38:29 -06:00 |
|
Chandler Cox
|
88703d721b
|
Warn if wrong type while setting material parameter.
|
2024-12-23 16:51:37 -06:00 |
|
Chandler Cox
|
36d4417905
|
Add game plugin template.
|
2024-12-20 09:29:36 -06:00 |
|
Wojtek Figat
|
0f847335c3
|
Fix typo on mac
|
2024-12-19 14:56:22 +01:00 |
|
Wojtek Figat
|
12f3f00f9f
|
Fix log file spam and limit size to 1GB
#2980
|
2024-12-19 13:21:47 +01:00 |
|
Wojtek Figat
|
2175837f33
|
Add XCode version parsing
|
2024-12-19 13:07:59 +01:00 |
|
Wojtek Figat
|
1e2493d4ff
|
Merge branch 'xxSeys1-GizmoImprovements'
|
2024-12-16 23:42:00 +01:00 |
|
Wojtek Figat
|
622de6ebcb
|
Minor improvements to new gizmo changes and add new assets
#3088
|
2024-12-16 23:41:55 +01:00 |
|
Wojtek Figat
|
4de324f2b0
|
Merge branch 'GizmoImprovements' of https://github.com/xxSeys1/FlaxEngine into xxSeys1-GizmoImprovements
|
2024-12-16 23:25:07 +01:00 |
|
Wojtek Figat
|
01bd482ba7
|
Merge branch 'Chikinsupu-Visject-CommentRenameImprovementsTwo'
|
2024-12-16 23:21:59 +01:00 |
|
Wojtek Figat
|
cedacdba3e
|
Simplify Rename context option activity and use input option for F2 remapping in Editor
#3093
|
2024-12-16 23:21:45 +01:00 |
|
Wojtek Figat
|
06dcc7ba8e
|
Merge branch 'Visject-CommentRenameImprovementsTwo' of https://github.com/Chikinsupu/FlaxEngine into Chikinsupu-Visject-CommentRenameImprovementsTwo
|
2024-12-16 23:17:56 +01:00 |
|
Wojtek Figat
|
ff0840d6dd
|
Merge branch 'Tryibion-scroll-script-add'
|
2024-12-16 23:16:09 +01:00 |
|
Wojtek Figat
|
b81435505d
|
Merge branch 'scroll-script-add' of https://github.com/Tryibion/FlaxEngine into Tryibion-scroll-script-add
|
2024-12-16 23:16:04 +01:00 |
|
Wojtek Figat
|
526010f523
|
Merge branch 'xxSeys1-ActorRefClickHighlight'
|
2024-12-16 23:15:01 +01:00 |
|
Wojtek Figat
|
222a614a2b
|
Simplify and cleanup code
#3096
|
2024-12-16 23:14:50 +01:00 |
|
Wojtek Figat
|
bd4a042619
|
Merge branch 'ActorRefClickHighlight' of https://github.com/xxSeys1/FlaxEngine into xxSeys1-ActorRefClickHighlight
|
2024-12-16 23:09:09 +01:00 |
|
Wojtek Figat
|
3e9048af2f
|
Merge branch 'Tryibion-ignore-specific-warnings'
|
2024-12-16 23:03:57 +01:00 |
|
Wojtek Figat
|
0a2341674f
|
Merge branch 'ignore-specific-warnings' of https://github.com/Tryibion/FlaxEngine into Tryibion-ignore-specific-warnings
|
2024-12-16 23:03:53 +01:00 |
|
Wojtek Figat
|
bb844a7606
|
Merge branch 'Tryibion-show-hidden-game-win-play'
|
2024-12-16 23:02:19 +01:00 |
|
Wojtek Figat
|
ef60cc30ff
|
Merge branch 'show-hidden-game-win-play' of https://github.com/Tryibion/FlaxEngine into Tryibion-show-hidden-game-win-play
|
2024-12-16 23:02:15 +01:00 |
|
Wojtek Figat
|
f8bb17a945
|
Merge branch 'GaryMcWhorter-feature/negative-model-import-reverse-winding'
|
2024-12-16 23:00:28 +01:00 |
|
Wojtek Figat
|
9ad1a9bfd0
|
Merge branch 'feature/negative-model-import-reverse-winding' of https://github.com/GaryMcWhorter/FlaxEngine into GaryMcWhorter-feature/negative-model-import-reverse-winding
|
2024-12-16 23:00:24 +01:00 |
|
Wojtek Figat
|
8ec279c1dd
|
Merge branch 'Tryibion-fix-collection-value'
|
2024-12-16 22:58:07 +01:00 |
|