Skip to content

Releases: CorrM/cg

1.0.1 - New Level

22 Jan 04:04
31e54f4
Compare
Choose a tag to compare

Server

  • Fix DetectUnrealGame infinity loop.
  • Fix AutoFixFNameWithCasePreservingName wath case some memory reading problem.

1.0.0 - New Level

20 Jan 06:10
31e54f4
Compare
Choose a tag to compare

Changes

  • Change name from 'Unreal Finder Tool' to 'Cheat Gear', as the name was not refer to what this tool can do.
  • New documentation site to make it easy to publish articles/tutorials and CheatGear API. (still WIP)
  • Raid of licence system and replace it with membership, Now you can access any feature release not just the latest.

Server

  • Add External Syntax for Unreal.Cpp plugin.
  • Some bugs fixed.

UI

  • Sidebar now looks like a real sidebar.
  • A lot of changes are happens, Check them by yourself. (CheatGear)

0.8.1 - More Control

31 Dec 05:55
10fb818
Compare
Choose a tag to compare

Server

Some fixes forGNames/GObjects Finder`.

  • Fix LangOption.

0.8.0 - More Control

28 Dec 16:10
6ac48f4
Compare
Choose a tag to compare

Server

  • Improve speed of Pull Objects In Packages by 100% !!.
  • Improve and add some more property to LangOption.
  • Improve UnrealCpp plugin :
    • Add PrecompileSyntax option. (Use precompile headers for most build speed)
    • Add LazyFindObject option. (Lazy assign for UObject::FindObject in SDK methods body)
    • Add GenerateParametersFile option. (Should generate function parameters file)
    • Convert ShouldUseString to an option. (Use string to catch function instead if use it's object index)
    • Convert ShouldXorStrings to an option. (Use XOR string to handle functions name)
    • Add XorFuncName option. (To set XOR function name)
  • Fix bug in FName autodetect WithCasePreservingName.

0.7.6 - Performance Push HOTFIX

25 Dec 12:07
c94c32c
Compare
Choose a tag to compare
Pre-release

Server

  • Fix a problem on GNames finder.

0.7.5 - Performance Push

25 Dec 03:23
c94c32c
Compare
Choose a tag to compare
Pre-release

Server

  • Some improves for exception throwing.
  • Small improve for GObjects/GNames Finder.

0.7.4 - Performance Push

23 Dec 04:47
d44f1ae
Compare
Choose a tag to compare
Pre-release

Server

  • Some improves for exception throwing.
  • Add LangOptions that's give LanguagePlugin 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

18 Dec 00:02
d44f1ae
Compare
Choose a tag to compare
Pre-release

Fix

  • UI has a bug that case a problem on render items.
  • P/Invoke bug.

0.7.2 - Performance Push HOTFIX

17 Dec 20:46
a6b4566
Compare
Choose a tag to compare
Pre-release

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

15 Dec 15:34
c27ccf4
Compare
Choose a tag to compare
Pre-release

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.