GoaLitiuM
|
9f1c55edce
|
Generate Visual Studio solution files for VSCode solutions
|
2021-03-02 18:38:05 +02:00 |
|
GoaLitiuM
|
8ccb4f5857
|
Support generating multiple project formats at once
|
2021-03-02 17:35:52 +02:00 |
|
Wojtek Figat
|
9c80354acf
|
Fix dock window icon rectangle calculation if icon is used
|
2021-03-02 13:44:16 +01:00 |
|
Wojtek Figat
|
835cb93261
|
Add integration with Rider IDE
|
2021-03-02 13:43:50 +01:00 |
|
Wojtek Figat
|
d6b566a3fe
|
Add support for accessing Game Settings and related assets in C# API in game build
|
2021-03-01 16:17:01 +01:00 |
|
Wojtek Figat
|
e218cc417f
|
Fix findRandomPointAroundCircle in Detour lib to return points inside circle
|
2021-03-01 14:37:19 +01:00 |
|
Wojtek Figat
|
99bc3289e8
|
Add FindRandomPoint and FindRandomPointAroundCircle to the navigation utilities
|
2021-03-01 14:32:35 +01:00 |
|
Wojtek Figat
|
31d1932d55
|
Fix debug shapes leftovers update in editor after playmode
Fixes #223
|
2021-03-01 14:32:06 +01:00 |
|
Wojtek Figat
|
8f633523cd
|
Update Recast navigation lib to e75adf86f91eb3082220085e42dda62679f9a3ea
|
2021-03-01 14:31:28 +01:00 |
|
Wojtek Figat
|
21d96c6baf
|
Fix loading game assets in cooked build via path relative to the project folder
|
2021-03-01 13:00:07 +01:00 |
|
Wojtek Figat
|
489e8ddc42
|
Format code
|
2021-03-01 11:55:31 +01:00 |
|
Wojtek Figat
|
113fe30d5a
|
Merge branch 'jb-perrier-render2dtint' into 1.1
|
2021-03-01 11:52:26 +01:00 |
|
Wojtek Figat
|
0ccffb7691
|
Merge branch 'render2dtint' of git://github.com/jb-perrier/FlaxEngine into jb-perrier-render2dtint
|
2021-03-01 11:52:23 +01:00 |
|
Wojtek Figat
|
8750b61221
|
Merge branch 'honzapatCZ-patch-1' into 1.1
|
2021-03-01 11:50:59 +01:00 |
|
Wojtek Figat
|
db921bad10
|
Merge branch 'patch-1' of git://github.com/honzapatCZ/FlaxEngine into honzapatCZ-patch-1
|
2021-03-01 11:50:54 +01:00 |
|
Wojtek Figat
|
e0c6f7e8b2
|
Fix placement and usage of the new instance creation button in GenericEditor
|
2021-03-01 11:44:18 +01:00 |
|
Wojtek Figat
|
b4e09a9d55
|
Fix adding items in Array/List editors if element type is reference (eg. class)
|
2021-03-01 11:43:46 +01:00 |
|
Wojtek Figat
|
dbec1389e8
|
Fix using Scripts in async
|
2021-03-01 10:46:06 +01:00 |
|
Wojtek Figat
|
a7bb25b7d5
|
Add support for resizing textures with stb in TextureTool
|
2021-02-28 19:14:30 +01:00 |
|
Wojtek Figat
|
90e385c3c3
|
Update stb lib
|
2021-02-28 19:13:05 +01:00 |
|
Wojtek Figat
|
1be5815df3
|
Add alpha channel detection in stb texture importer
|
2021-02-28 17:16:45 +01:00 |
|
Wojtek Figat
|
51e62c7e9d
|
Fix file copy on unix systems
|
2021-02-28 17:02:02 +01:00 |
|
Wojtek Figat
|
b3fdc9eddd
|
Add ShowFileExplorer on Linux
|
2021-02-28 16:45:16 +01:00 |
|
Wojtek Figat
|
08a428416c
|
Fix
|
2021-02-28 16:41:58 +01:00 |
|
Wojtek Figat
|
7ec57f8ddb
|
Add support for opening url links on Linux
|
2021-02-28 16:15:20 +01:00 |
|
Wojtek Figat
|
957b92eac7
|
Fix windows cleanup to prevent unmapped leftovers on Linux X11
|
2021-02-28 16:11:59 +01:00 |
|
Wojtek Figat
|
a0740c162a
|
Fix using bundled mono for VS Code build tasks
|
2021-02-28 15:03:51 +01:00 |
|
Wojtek Figat
|
98a753267f
|
Linux support improvements
|
2021-02-28 14:56:57 +01:00 |
|
Wojtek Figat
|
657de4b62c
|
Fix Linxu build
|
2021-02-28 13:28:33 +01:00 |
|
Wojtek Figat
|
a293265058
|
Add more files to ignore for watchers in VS Code project
|
2021-02-28 13:22:39 +01:00 |
|
Nejcraft
|
a1e7f4f689
|
some quotes from discord
|
2021-02-28 09:26:54 +01:00 |
|
Jean-Baptiste Perrier
|
a1e8056070
|
Missing empty line.
|
2021-02-28 00:41:38 +01:00 |
|
Jean-Baptiste Perrier
|
86ce671c0d
|
Add doc.
|
2021-02-28 00:40:41 +01:00 |
|
Jean-Baptiste Perrier
|
16056a00e0
|
Add inherit param.
|
2021-02-28 00:37:30 +01:00 |
|
Jean-Baptiste Perrier
|
0d82be3ac8
|
Current tint mult by previous one.
|
2021-02-27 22:43:56 +01:00 |
|
Wojtek Figat
|
f999f337b5
|
Merge branch 'jb-perrier-orientation' into 1.1
|
2021-02-27 20:51:38 +01:00 |
|
Wojtek Figat
|
af792ff677
|
Merge branch 'orientation' of git://github.com/jb-perrier/FlaxEngine into jb-perrier-orientation
|
2021-02-27 20:51:31 +01:00 |
|
Wojtek Figat
|
fbecd01435
|
Merge branch 'visject-improvements-6' of git://github.com/stefnotch/FlaxEngine into stefnotch-visject-improvements-6
|
2021-02-27 20:44:29 +01:00 |
|
Wojtek Figat
|
8d40ab5883
|
Add more info for mono usage
|
2021-02-27 20:36:01 +01:00 |
|
Jean-Baptiste Perrier
|
f939eec924
|
Tweak Render2D Tint.
|
2021-02-27 18:18:34 +01:00 |
|
Jean-Baptiste Perrier
|
ab77e5ef31
|
Add Tint to Render2D.
|
2021-02-27 18:14:20 +01:00 |
|
Jean-Baptiste Perrier
|
20edcdc64b
|
Merge branch '1.1' of https://github.com/FlaxEngine/FlaxEngine into orientation
|
2021-02-27 17:02:42 +01:00 |
|
Wojtek Figat
|
93541b6ed5
|
Merge branch 'master' into 1.1
|
2021-02-27 16:42:53 +01:00 |
|
Wojtek Figat
|
ca3948ad69
|
Format code
|
2021-02-27 16:29:30 +01:00 |
|
Wojtek Figat
|
88db7c2d5f
|
Merge branch 'honzapatCZ-patch-2' into 1.1
|
2021-02-27 16:25:59 +01:00 |
|
Wojtek Figat
|
8857a7a0ae
|
Merge branch 'patch-2' of git://github.com/honzapatCZ/FlaxEngine into honzapatCZ-patch-2
|
2021-02-27 16:25:55 +01:00 |
|
Jean-Baptiste Perrier
|
1d5f98a730
|
Fix camera orientations.
|
2021-02-27 15:39:26 +01:00 |
|
Nejcraft
|
84015f78fc
|
Ported Vecctor3 ClampLength to others and remade it using refs
|
2021-02-27 12:07:26 +01:00 |
|
Wojtek Figat
|
6cea33caea
|
Merge branch 'GoaLitiuM-textboxbase_changes' into 1.1
|
2021-02-27 00:59:25 +01:00 |
|
Wojtek Figat
|
233bffdf63
|
Merge branch 'textboxbase_changes' of git://github.com/GoaLitiuM/FlaxEngine into GoaLitiuM-textboxbase_changes
|
2021-02-27 00:59:22 +01:00 |
|