Skip to content

Commit b081f33

Browse files
committed
update changelog
1 parent aa74dc1 commit b081f33

File tree

1 file changed

+20
-13
lines changed

1 file changed

+20
-13
lines changed

changelog.md

Lines changed: 20 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -3,24 +3,31 @@
33
## v3.7 (Upcoming)
44

55
### [Console Mod Menu v1.6](https://github.com/bl-sdk/console_mod_menu/blob/master/Readme.md#v16)
6-
> - Linting fixes.
6+
> - Made Willow1 use UE3 controller key names.
77
88
### Legacy Compat v1.6
99
- Linting fixups.
1010
- Added fixups for Reign of Giants (for real this time).
1111

1212
### [Mods Base v1.10](https://github.com/bl-sdk/mods_base/blob/master/Readme.md#v19)
13+
> - Added the `ObjectFlags` enum, holding a few known useful flags.
14+
>
1315
> - Moved a few warnings to go through Python's system, so they get attributed to the right place.
1416
>
15-
> - Added more fixups for Reign of Giants (for real this time).
17+
> - Added a warning for initializing a non-integer slider option with `is_integer=True` (the default).
18+
>
19+
> - Added support for BL1.
1620
1721
### [pyunrealsdk v1.8.0](https://github.com/bl-sdk/pyunrealsdk/blob/master/changelog.md#v180)
18-
> - Trying to overwrite the return value of a void function will now return a more appropriate
19-
> error.
20-
>
22+
> - Added `WeakPointer.replace`, to modify a pointer in-place.
23+
>
24+
> - Trying to overwrite the return value of a void function will now return a more appropriate error.
25+
>
26+
> - The type hinting of `WrappedArray`s now default to `WrappedArray[Any]`, no generic required.
27+
>
2128
> - Upgraded to support unrealsdk v2 - native modules can expect some breakage. The most notable
22-
> effect this has on Python code is a number of formerly read-only fields on core unreal types
23-
> have become read-write.
29+
> effect this has on Python code is a number of formerly read-only fields on core unreal types have
30+
> become read-write.
2431
2532
### Save Options v1.2
2633
- Fixed issue where loading a character with no save option data inherited option values from
@@ -40,27 +47,27 @@
4047

4148
### [unrealsdk v2.0.0](https://github.com/bl-sdk/unrealsdk/blob/master/changelog.md#v200)
4249
> - Now supports Borderlands 1. Big thanks to Ry for doing basically all the reverse engineering.
43-
>
50+
>
4451
> - Major refactor of the core unreal types, to cleanly allow them to change layouts at runtime. All
4552
> core fields have changed from members to zero-arg methods, which return a reference to the
4653
> member. A few classes (e.g. `UProperty` subclasses) previous had existing methods to deal with
4754
> the same problem, these have all been moved to the new system.
4855
>
4956
> Clang is able to detect this change, and gives a nice error recommending inserting brackets at
5057
> the right spot.
51-
>
58+
>
5259
> - Removed the `UNREALSDK_UE_VERSION` and `UNREALSDK_ARCH` CMake variables, in favour a new merged
5360
> `UNREALSDK_FLAVOUR` variable.
54-
>
61+
>
5562
> - Removed the (optional) dependency on libfmt, `std::format` support is now required.
56-
>
63+
>
5764
> - Console commands registered using `unrealsdk::commands::NEXT_LINE` now (try to) only fire on
5865
> direct user input, and ignore commands send via automated means.
59-
>
66+
>
6067
> - Fixed that assigning an entire array, rather than getting the array and setting it's elements,
6168
> would likely cause memory corruption. This was most common when using an array of large structs,
6269
> and when assigning to one which was previously empty.
63-
>
70+
>
6471
> - Made `unrealsdk::memory::get_exe_range` public.
6572
6673
### Willow2 Mod Menu v3.5

0 commit comments

Comments
 (0)