Ygg01 and GitHub
108e270f9e
Localize commands ( #3374 )
2022-11-06 03:00:57 +11:00
Pieter-Jan Briers
1e7956eaa8
Remove MarshalHelper
...
Not necessary anymore since .NET Core
2022-06-12 11:30:30 +02:00
Pieter-Jan Briers
6fc1daf978
Some compiler warning fixes.
2022-05-28 13:36:35 +02:00
Vera Aguilera Puerto
7cb0978468
Revert "Adds custom MIDI soundfont support ( #2720 )"
...
This reverts commit 9ff46b9aad .
Sandbox violation, oops.
2022-04-15 12:46:30 +02:00
9ff46b9aad
Adds custom MIDI soundfont support ( #2720 )
...
Co-authored-by: Vera Aguilera Puerto <6766154+Zumorica@users.noreply.github.com >
2022-04-13 11:59:43 +02:00
Pieter-Jan Briers
c9ccd0b873
Fix file dialogs crashing on macOS
2022-03-20 16:47:20 +01:00
Pieter-Jan Briers and GitHub
cd3a7ef91e
ANGLE+DXGI experiment, window/GL init rewrite ( #1982 )
2021-08-30 01:35:07 +02:00
Pieter-Jan Briers
2ae426b8e5
Allow file filters in save file dialogs.
2021-08-24 09:24:49 +02:00
Pieter-Jan Briers
d0b6a9b28c
Replace usages of OperatingSystem.IsOSPlatform with OperatingSystem.IsXXX().
2021-06-19 03:14:39 +02:00
Pieter-Jan Briers
7c008e857d
Rewrite FileDialogManager to remove #if from it.
2021-05-02 09:35:38 +02:00
metalgearsloth
d4467acf93
Fix filedialogmanager
2021-05-02 17:16:27 +10:00
Silver and GitHub
f3babcc39f
Update FileDialogManager.cs
2021-05-01 19:30:45 -06:00
Silver and GitHub
f491bb5571
Update FileDialogManager.cs
2021-05-01 19:20:40 -06:00
Acruid and GitHub
2183cd7ca1
Massive Namespace Cleanup ( #1544 )
...
* Removed the Interfaces folder.
* All objects inside the GameObjects subfolders are now in the GameObjects namespace.
* Added a Resharper DotSettings file to mark the GameObjects subfolders as not providing namespaces.
* Simplified Robust.client.Graphics namespace.
* Automated remove redundant using statements.
2021-02-10 23:27:19 -08:00
20kdc and GitHub
2eeb21431b
Fix FileDialogManager not doing DLL mapping properly in sandbox, and FileDialogManager hard crash on multiple dialogs ( #1505 )
2021-01-14 13:43:39 +01:00
Pieter-Jan Briers
1508589a2b
Fix compiler warnings.
2020-11-28 17:50:28 +01:00
Pieter-Jan Briers and GitHub
a41f64f30e
sandboxing ( #1408 )
2020-11-26 23:37:31 +01:00
Pieter-Jan Briers
362b7804d9
Fix issues with .NET 5.
2020-11-11 00:46:35 +01:00
Pieter-Jan Briers and GitHub
6674be3adc
Client NRTs ( #1121 )
2020-06-12 12:57:39 +02:00
Pieter-Jan Briers
009b41d7f0
Adds ability to specify file dialog filters to IFileDialogManager.
2020-03-30 18:31:12 +02:00
Pieter-Jan Briers
fc4e3be40a
Replace SS14 noise dependency with FastNoise.
2019-08-07 14:51:23 +02:00
Pieter-Jan Briers
c0eca4f6c2
.NET Core support.
2019-08-02 02:07:03 +02:00
Pieter-Jan Briers
85a4375905
Various performance optimizations.
2019-08-01 00:10:20 +02:00
Pieter-Jan Briers
31ca502418
Less fragile kdialog detection.
2019-07-17 14:03:13 +02:00
Pieter-Jan Briers
fb2feee93b
Finish file dialog support.
...
Implemented automatic download of swnfd.
Made swnfd run synchronously on macOS to prevent issues.
2019-07-14 08:53:00 +02:00
Pieter-Jan Briers
093481cb77
Better documentation for FileDialogManager.
2019-07-13 22:05:34 +02:00
Pieter-Jan Briers
f2cdb0d68c
File dialog API.
...
Only works on KDE Linux right now until I compile the natives.
I'll ship libswnfd when I got it compiled for all platforms.
2019-07-13 17:54:21 +02:00