-
Notifications
You must be signed in to change notification settings - Fork 32
/
sfse_whatsnew.txt
94 lines (71 loc) · 2.45 KB
/
sfse_whatsnew.txt
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
0.2.16
- support for 1.14.74
0.2.15
- fixed sign check compatibility
0.2.14
- in order to reduce virus scanner false positives, the SFSE components now use a code signature. no, plugins will not need signing.
- removed some unused command line options (mostly ignored rather than removed to reduce end user breakage)
0.2.13
- support for 1.14.70
- note that major changes have been made to the root game form class, so many older plugins will need to be recompiled to work with game version 1.14.70. this is not an SFSE change, Bethesda updated the game code.
0.2.12
- disabled preliminary serialization API (stability issues to be resolved later)
0.2.11
- support for 1.13.61
0.2.10
- support for 1.12.36
0.2.9
- support for 1.12.32
0.2.8
- support for 1.12.30
0.2.7
- support for 1.11.36
0.2.6
- the loader has been made version-independent due to continued problems with false positives. it should not need to be updated. this means that we lose out on a bit of diagnostic information (the loader no longer knows the latest version of the game). feel free to blame microsoft for this.
- support for 1.10.32
0.2.5
- support for 1.10.31
0.2.4
- support for 1.9.71
0.2.3
- support for 1.9.67
0.2.2
- support for 1.9.51
- better error message for ms store
- better error reporting for sfee.dll (CharGenMenu)
0.2.1
- support for 1.8.88
0.2.0
- plugin compatibility flag update for the breaking changes in 1.8.86
- plugin developers using SFSE headers: these are not currently up to date. getting a release out with the loader compatibility flags is higher priority. please check github for updates.
0.1.6
- internal class decoding
- scaleform log enabled via SFSE.ini to avoid spamming the log file
[Scaleform]
EnableLog=1
- add task interface for plugins
- support for 1.8.86
0.1.5
- fix crash from PostDataLoad hook
0.1.4
- internal class decoding
- Post/PostDataLoad messages for plugins
- support for 1.7.36
0.1.3
- scaleform menu plugin interface
- sfse_loader now reports as dpi-aware
- internal class decoding
- version-independent plugins allowed to work cross-version
- support for 1.7.33
0.1.2
- switch to DLL CRT so defender stops complaining
- internal class decoding
0.1.1
- GetSFSEVersion console command
- preliminary custom papyrus native function support
- internal class decoding
- support for 1.7.29
0.1.0
- plugin manager
- SFSE version shown in pause menu
- support for 1.7.23