Releases: CorrM/cg
Releases · CorrM/cg
0.7.4 - Performance Push
Server
- Some improves for exception throwing.
- Add
LangOptions
that's giveLanguagePlugin
ability to have an options. - FName now autodetect
WithCasePreservingName
and handle new offsets and size.
UI
- Add
LangOptions
UI. - Change background image.
Fix
- Fix
SDK Converter
UI exception.
0.7.3 - Performance Push HOTFIX
Fix
- UI has a bug that case a problem on render items.
- P/Invoke bug.
0.7.2 - Performance Push HOTFIX
Changes
- Add log to file 'log.log'.
Fixes
- Logger not work.
- UnrealPropertyFlags bug was not parse correctly.
- Fix time counter.
- Small fix for plugins.
0.7.1 - Performance Push
Server
- Performance IMPROVES !!, +60% performance improving.
- Add logger for most of tool operations.
- Change how the tool handle settings. (appsettings.json)
UI
- Add main menu as
contextmenu
(right-click).
Notes
- A lot of work done on that version to support my feature planes and its really hard work 😃.
- Tool now organized to be code-testable so I can release more safe version without break any function.
0.7.0 - New Days
Server
- Move to .NET 5.
- Halevy reworked, lot of improves and performance level.
- Add new Plugin type
Language Plugin
, that to provide support for SDK syntax (C++, C#, etc.). - Fix all know plugins bugs, now memory plugins most to work perfectly.
UI
- Fully reworked.
0.6.0 - Plugins Power
Changes
Server
- Add Plugin system to customize UnrealFinderTool as your way. (Plugin Wiki)
- Improve GNames holder so it's smart enough to not give a duplication names error.
- Improve GNames holder read speed.
ProcessEvent
andCreateDefaultObject
even if not found will still be added to generated SDK.
UI
- Now UI is PWA so you can still use UnrealFinderTool even you are offline or even install it on your browser !!.
- Add
Online/Offline
state to know if UI connected to the server or not. - Add
OpenFolder
button. - Add
Plugins Manager
. - Improve performance.
Fixes
- Reinitialize GNames was have some problems.
- Some know bugs fixed too.
0.5.2 - New Horizon
Fixes
- Fix a bug that prevent GNames from get dump.
0.5.1 - New Horizon
Changes
- Small fix for
GNames finder
. - Update dialog will now popup if there a new update.
- Some changes in license system and correct version will now be visible.
0.5.0 - New Horizon
Changes
- Add
Settings
. - Improves and fixes for
GNames/GObjects
finder.
Looks like not a lot of changes, but TRUST me it's a lot of improves and fixes ⚡
0.4.5 - New Horizon
Improves
- Some
UI
improves. - Change max offset/size of
UProperty
. - GNames/GObjects Improves.
- Medium scan improves. (more accuracy)
- Some general improves.
Fix
- Fix bug on
GObjects
case not full read (some games have more than0x3000
nullUObject
in GObjects !). - Fix bug on
GNames
FNamePool
iteration some time was readEntry
as wrong value. - Some general fixes.