Skip to content

Commit faba3aa

Browse files
committed
Reset changelog
1 parent c704fcd commit faba3aa

File tree

1 file changed

+0
-31
lines changed

1 file changed

+0
-31
lines changed

Staging/Changelog.md

Lines changed: 0 additions & 31 deletions
Original file line numberDiff line numberDiff line change
@@ -1,35 +1,4 @@
1-
## New
2-
### Lua
31

4-
* Added 'ModRef.SetSharedVariable' and 'ModRef.GetSharedVariable'
5-
* Added UObject.HasAnyInternalFlags
6-
* Added global table: 'EInternalObjectFlags'
7-
8-
* You can now set an ObjectProperty value to `nil`. Previously such an action would be ignored.
9-
10-
* When calling 'IsValid()' on UObjects, whether the UObject is reachable is now taken into account.
11-
12-
* The splitscreen mod now operates independently of the Lua state which means that hot-reloading shouldn't cause it to break
13-
14-
* Added shared module "UEHelpers" to provide shortcut functions to the Lua module for commonly used UE functions or classes
15-
16-
### Live View GUI
17-
18-
* Default renderer of the GUI has been changed to OpenGL for compatibility reasons. This can be changed back to dx11
19-
20-
## Changes
21-
22-
### UHT Generation
23-
24-
* Buckminsterfullerene - Includes and forward declarations are now ordered to allow for easier diffing.
25-
* Buckminsterfullerene - Added setting to force "Config = Engine" on UCLASS specifiers for classes with "DefaultConfig", "GlobalUserConfig" or "ProjectUserConfig"
26-
* Praydog - Fixes to build.cs generation
27-
* Buckminsterfullerene - Tick functions now include the required template
28-
* Add missed commit related to UHT gen ordering
29-
30-
### CXX Dump
31-
32-
* Buckminsterfullerene - Structs and classes are now ordered to allow for easier diffing
332

343

354

0 commit comments

Comments
 (0)