f0dea9d528
Add support for Visual Studio 2026 and v145 MSVC toolset
2025-09-10 20:05:56 +03:00
Wojtek Figat
9c3fd052cd
Remove copyright year from source files and update to 2025
2025-04-07 19:22:21 +02:00
Wojtek Figat
da203352fd
Refactor old code documentation
2024-09-24 18:20:12 +02:00
Wojtek Figat
859c420d76
Update year in copyright note
2024-02-26 19:00:48 +01:00
Wojtek Figat
f9799f8ef3
Update old code
2023-11-19 11:00:15 +01:00
MineBill
ed69f11121
Don't hardcode appdata path for linux anymore.
2023-11-10 13:58:03 +02:00
602936b2bc
Fix opening plugin project files in Visual Studio
2023-10-12 18:41:25 +03:00
Andrew Spiering
d4c71b5fd9
Launching Rider on macOS
...
* Fixing issues where when the editor would try and launch rider on an M1/2 machine it would not properly open because it was the wrong architecture which is now resolved because open will do the right thing
* Making the ParseArgs function a little more resilient against escaped arguments
2023-09-20 23:16:38 -07:00
Wojtek Figat
960b825b4c
Code style fix
2023-09-18 12:21:12 +02:00
elestrago
4fe02a24e9
Fix find Rider versions 2022 and later
2023-09-18 12:19:58 +02:00
Walrusking
4b0e70aa06
Fixes Rider 2022 not detected when installed with toolbox
2023-09-18 12:19:50 +02:00
Walrusking
03b8b9f73f
Fix rider search detecting any jetbrains product as rider
2023-09-18 12:19:38 +02:00
Andrew Spiering
76945b9144
MacOS Rider Support
...
* Adding in code to properly look for rider on macOS
* Also fixing an issue in the macOS CreateProcess where spaces where not properly escaped for popen(which one should likely use NSTask long term)
2023-09-17 14:56:22 -07:00
Wojtek Figat
390460907d
Merge remote-tracking branch 'origin/master' into 1.6
...
# Conflicts:
# Source/Editor/Scripting/CodeEditors/VisualStudioCodeEditor.cpp
# Source/Tools/Flax.Build/Deps/Dependencies/OpenAL.cs
2023-04-22 18:59:41 +02:00
f19e0628c5
Fix Visual Studio Code jump to line argument
2023-04-22 14:21:02 +03:00
Wojtek Figat
7d4bf8356e
Update to the latest Platform::CreateProcess
2023-03-22 14:18:52 +01:00
Wojtek Figat
0ba261d338
Add iOS platform (refactor Mac into shared Apple platform impl)
2023-03-15 20:58:23 +01:00
Wojtek Figat
82a22b2a87
Add vscode detection on macOS
2023-02-28 18:49:32 +01:00
Wojtek Figat
0cf40729fa
Merge remote-tracking branch 'origin/master' into dotnet7
2023-02-19 15:04:02 +01:00
ffbd34c95a
Improve Rider detection on Linux
2023-02-03 22:37:33 +02:00
Wojciech Figat
eebc4951de
Merge branch '1.5' into dotnet7
...
# Conflicts:
# Source/Platforms/DotNet/NUnit/agents/net40/nunit-agent.exe
# Source/Platforms/DotNet/NUnit/agents/net40/nunit.engine.api.dll
# Source/Platforms/DotNet/NUnit/agents/net40/nunit.engine.core.dll
# Source/Platforms/DotNet/NUnit/agents/net7.0/nunit.agent.addins
# Source/Platforms/DotNet/NUnit/nunit.engine.api.dll
# Source/Platforms/DotNet/NUnit/nunit.engine.core.dll
# Source/Platforms/DotNet/NUnit/nunit.engine.dll
# Source/Platforms/DotNet/NUnit/nunit3-console.exe
# Source/Platforms/DotNet/NUnit/nunit3-console.exe.config
# Source/Platforms/DotNet/NUnit/testcentric.engine.metadata.dll
# Source/Tools/Flax.Build/Deps/Downloader.cs
# Source/Tools/Flax.Stats/CodeFrame.cs
# Source/Tools/Flax.Stats/CodeFrameNode.cs
# Source/Tools/Flax.Stats/Flax.Stats.Build.cs
# Source/Tools/Flax.Stats/Languages.cs
# Source/Tools/Flax.Stats/Program.cs
# Source/Tools/Flax.Stats/TaskType.cs
# Source/Tools/Flax.Stats/Tools.cs
# Source/Tools/FlaxEngine.Tests/TestEditorUtils.cs
2023-01-10 15:49:44 +01:00
Wojciech Figat
9626e9bbb6
Update copyright year
2023-01-10 15:29:37 +01:00
Wojciech Figat
2fee75517d
Updates for vs2022
2022-12-20 18:23:20 +01:00
a66be45e72
Detect Flatpak installations of Rider and Visual Studio Code
2022-09-04 18:37:18 +03:00
45dfa52512
Detect Rider installations on Linux
2022-09-04 18:36:58 +03:00
81f62f58d7
Improve JetBrains Rider installation detection
2022-05-29 15:47:08 +03:00
Wojciech Figat
8c2241c6dc
Update copyright year
2022-01-14 13:31:12 +01:00
Wojtek Figat
1f09c19c8d
Add support for Visual Studio 2022 in Editor
2021-11-10 19:21:56 +01:00
Baptiste Lepilleur
7862ff4670
Fixed crash on startup when 2 Rider installations are detected
2021-08-07 21:43:58 +02:00
Damian Korczowski
6c70f2e14f
Fix editor crash on startup when Rider 2021.1 is installed
2021-08-06 18:58:19 +02:00
GoaLitiuM
681c45dcbe
Support Rider for Unreal Engine
2021-07-17 21:18:09 +03:00
GoaLitiuM
ba266f74ed
Improve detection of Rider installed via JetBrains Toolbox
2021-07-17 21:17:49 +03:00
Wojtek Figat
a467c96e00
Merge branch 'rider_2021_support' of git://github.com/GoaLitiuM/FlaxEngine into GoaLitiuM-rider_2021_support
2021-05-28 09:49:03 +02:00
Wojtek Figat
42dfc56bae
Fix checking paths when opening Visual Studio project items to prevent dummy files creation
2021-05-26 23:24:16 +02:00
GoaLitiuM
a6ed117088
Add support for Rider 2021, use latest detected version of Rider
...
Handles additional registry location where installation paths are stored
for Rider 2021. The detected installations are now sorted by version, so
the latest detected version is always used when opening the scripts
project.
2021-05-26 20:07:34 +03:00
Wojtek Figat
0be815cddd
Possible fix for missing include
2021-03-25 21:50:16 +01:00
GoaLitiuM
9f1c55edce
Generate Visual Studio solution files for VSCode solutions
2021-03-02 18:38:05 +02:00
Wojtek Figat
835cb93261
Add integration with Rider IDE
2021-03-02 13:43:50 +01:00
Wojtek Figat
5a9ca6f130
Merge remote-tracking branch 'origin/1.1' into linux-editor
...
# Conflicts:
# Source/Engine/Core/Math/BoundingSphere.cs
# Source/Engine/Debug/DebugDraw.cpp
# Source/Engine/Platform/Win32/Win32Platform.cpp
# Source/Engine/Platform/Win32/Win32Platform.h
2021-02-23 22:32:17 +01:00
Wojtek Figat
c25abfda65
Remove ProjectInfo.h include from Editor.h
2021-02-19 09:36:23 +01:00
Wojtek Figat
fc4dc8cb50
Merge remote-tracking branch 'origin/1.1' into linux-editor
...
# Conflicts:
# Source/FlaxEngine.Gen.cs
# Source/Tools/Flax.Build/Utilities/Utilities.cs
2021-02-16 18:54:25 +01:00
mafiesto4
4ce6882fc0
Add support for using VS Code as IDE for scripts on Linux
2021-02-09 21:01:05 +01:00
VNC
6ab300025b
Fixed a ton of typos
2021-01-05 02:13:15 +01:00
Jean-Baptiste Perrier
03eb39afe6
Bumping all copyright headers to 2021.
2021-01-02 14:28:49 +01:00
Wojtek Figat
3ed30b81d6
Fix code style
2020-12-28 21:55:45 +01:00
VNC
e0c362856e
Support for Visual Studio Code Insiders
2020-12-28 21:12:52 +01:00
Wojtek Figat
6fb9eee74c
You're breathtaking!
2020-12-07 23:40:54 +01:00