From faba3aa18dc98701167782227f119ce802393471 Mon Sep 17 00:00:00 2001 From: Narknon Date: Mon, 27 Feb 2023 22:03:00 -0500 Subject: [PATCH] Reset changelog --- Staging/Changelog.md | 31 ------------------------------- 1 file changed, 31 deletions(-) diff --git a/Staging/Changelog.md b/Staging/Changelog.md index 0cca30cc7..fd40910d9 100644 --- a/Staging/Changelog.md +++ b/Staging/Changelog.md @@ -1,35 +1,4 @@ -## New -### Lua -* Added 'ModRef.SetSharedVariable' and 'ModRef.GetSharedVariable' -* Added UObject.HasAnyInternalFlags -* Added global table: 'EInternalObjectFlags' - -* You can now set an ObjectProperty value to `nil`. Previously such an action would be ignored. - -* When calling 'IsValid()' on UObjects, whether the UObject is reachable is now taken into account. - -* The splitscreen mod now operates independently of the Lua state which means that hot-reloading shouldn't cause it to break - -* Added shared module "UEHelpers" to provide shortcut functions to the Lua module for commonly used UE functions or classes - -### Live View GUI - -* Default renderer of the GUI has been changed to OpenGL for compatibility reasons. This can be changed back to dx11 - -## Changes - -### UHT Generation - -* Buckminsterfullerene - Includes and forward declarations are now ordered to allow for easier diffing. -* Buckminsterfullerene - Added setting to force "Config = Engine" on UCLASS specifiers for classes with "DefaultConfig", "GlobalUserConfig" or "ProjectUserConfig" -* Praydog - Fixes to build.cs generation -* Buckminsterfullerene - Tick functions now include the required template -* Add missed commit related to UHT gen ordering - -### CXX Dump - -* Buckminsterfullerene - Structs and classes are now ordered to allow for easier diffing