Skip to content

Commit

Permalink
UABE rework, Initial OSS release
Browse files Browse the repository at this point in the history
"Still alive" edition

The application part of the reworked UABE is mostly written from scratch.
Key changes:
Several bundle files can be edited at once.
Files can be opened and closed without closing all files first.
The selection in the file list/tree determines the files shown for editing,
 and multiple indepentent selections can be managed using tabs.
Operations on opened files can run asynchronously (currently set to 4 threads, but no inherent limit).
The entire UABE application code is moved to shared libraries and can be referenced by plugins.
Generic asset editing is now possible within the application.
Resource editing is supported, currently only used for the generic asset editor.
Removed all mentions of neurotoxin.
UABE is now available under the Eclipse Public License v2.0.
  • Loading branch information
SeriousCache committed Apr 24, 2022
1 parent f42e901 commit edc33b4
Show file tree
Hide file tree
Showing 262 changed files with 103,739 additions and 478 deletions.
10 changes: 10 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
/.vs/
/out/
**.aps
**.suo
**.vcxproj.user
/fetchcontent/*-src/
/fetchcontent/ispc_compiler/
/TypeTreeGenerator/.vs
/TypeTreeGenerator/out
/Tools/TypeTreeGenerator.pdb
Loading

0 comments on commit edc33b4

Please sign in to comment.