16 Commits

Author SHA1 Message Date
KillzXGaming
1eb06ea808 Quick fix 2024-02-16 13:57:07 -05:00
KillzXGaming
4f6dbe4826 Fix the properties staying on unselected node from outliner not updating 2024-02-16 13:51:06 -05:00
KillzXGaming
a2adf250b2 Add latest 2023-10-14 19:39:08 -04:00
KillzXGaming
bfb7d03de0 Add latest with text editor, archive tools, etc 2023-09-23 11:32:06 -04:00
KillzXGaming
d3d414addf Add latest 2023-07-05 17:26:06 -04:00
KillzXGaming
a4423c3cdf Stop timeline while switching workspaces 2023-04-06 19:30:14 -04:00
KillzXGaming
fcd2e08217 Remove system drawing 2023-04-02 15:05:12 -04:00
KillzXGaming
af2f22b4ab Support archives within archives within archives within archives 2023-03-28 18:00:34 -04:00
KillzXGaming
352fa1f7dc DAE : Support transform edits and saving. 2023-02-18 16:29:25 -05:00
KillzXGaming
b076e1e9ca Fix new files not loading in viewport 2022-11-22 11:00:56 -05:00
KillzXGaming
da999fcb19 Adjust dropdown name 2022-11-13 15:57:53 -05:00
KillzXGaming
6384ab30a9 Add render switching tab for loaded models in same workspace 2022-11-13 15:51:10 -05:00
KillzXGaming
3a3cc38291 Improvements
Add archive editor helpers to manipulate and edit archive formats.
Cleanup and improve memory editor.
Fix crash with project dialog.
Add default save file settings to configure compression.
2022-08-21 16:36:40 -04:00
Thomas A
737651319f Dynamically Allocate and Free window_class using Marshal
I wasn't able to reproduce this on Windows, but on Linux, there is an issue where the data changes for no logical reason. I think it has to do with how the garbage collector works in csharp.

As a consequence of this change, I moved the implementation of the IDisposable interface to the DockSpaceWindow instead.
2022-05-13 21:28:51 -07:00
Thomas A
54d0b66742 Avoid Using Windows Specific Paths
Some parts of the code uses windows specific paths. This causes issues when you try to run the application on MacOS/Linux. This commit changes all of those path to use `Path.Combine` instead.
2022-04-30 23:14:14 -07:00
KillzXGaming
1a55fed2a7 Add files 2022-04-24 14:08:19 -04:00