Skip to content

Releases: CorrM/cg

1.2.2 - HOTFIX

26 Feb 23:26
31e54f4
Compare
Choose a tag to compare

Server

Fix bug that case duplicate CoreUObject in some UE4 Games.

1.2.1 - HOTFIX

25 Feb 10:12
31e54f4
Compare
Choose a tag to compare

Server

  • Fix bug that prevent GObjects to get fully read.

1.2.0

25 Feb 05:09
31e54f4
Compare
Choose a tag to compare

Server

  • Add OffsetsOnly option in UnrealCpp plugin.
  • Rework Package Dependencies System its smarter now.
  • Add PackageName prefix to enums in UnrealCpp plugin.
  • Improve FileWriter for writing SDK.
  • General syntax fixes for UnrealCpp.
  • Fix BUGS on UE3 bit fields.
  • Fix wrong super fix that case a 0xFFFFF size.

Notes

  • Documentation moved to CheatGear Documentation.
  • CheatGear now have installer, Stop making CG 1.0.0, CG 1.1.0 folders !!
  • That update have a lot of fixes.

1.1.0 - The FLASH

03 Feb 22:46
31e54f4
Compare
Choose a tag to compare

Server

  • HUGE performance improve for all Unreal Tools (Finder, SDK Gen, Dumper, etc).
  • Fix wrong type name in BasicHeader in UnrealCpp plugin.

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.