Changes for page Breaking Changes

Last modified by Michael Baumgardt on 2026/04/17 12:03

From version 35.1
edited by owen
on 2019/08/15 17:14
Change comment: There is no comment for this version
To version 70.1
edited by matthias
on 2020/10/20 08:43
Change comment: Added changed script property

Summary

Details

Page properties
Author
... ... @@ -1,1 +1,1 @@
1 -xwiki:XWiki.owen
1 +xwiki:XWiki.matthias
Content
... ... @@ -24,20 +24,323 @@
24 24  Version
25 25  )))|=(((
26 26  Summary
27 +)))|=(% colspan="1" %)(% colspan="1" %)
28 +(((
29 +
27 27  )))
31 +|(% colspan="4" %)(% colspan="4" %)
32 +(((
33 +== 4.00 ==
34 +)))
35 +|(((
36 +Parameters
37 +)))|(((
38 +4.00 Beta 1
39 +)))|(((
40 +**requiresconstructionvessel** parameter moved
41 +)))|(((
42 +
43 +)))
44 +|(% class="highlight-grey" colspan="4" data-highlight-colour="grey" %)(% class="highlight-grey" colspan="4" data-highlight-colour="grey" %)
45 +(((
46 +//The 'requiresconstructionvessel' attribute has been moved from the 'recycling' node itself, to the new 'station' subnode.//
47 +)))
48 +|(((
49 +Scripts
50 +)))|(((
51 +4.00 Beta 1
52 +)))|(((
53 +Changed behaviour of **gatedistance** script property
54 +)))|(((
55 +
56 +)))
57 +|(% class="highlight-grey" colspan="3" data-highlight-colour="grey" %)(% class="highlight-grey" colspan="3" data-highlight-colour="grey" %)
58 +(((
59 +//The 'gatedistance' script property now minimizes the number of gate jumps instead of counting the number gate jumps in the fastest route.//
60 +)))|(% class="highlight-grey" data-highlight-colour="grey" %)(% class="highlight-grey" data-highlight-colour="grey" %)
61 +(((
62 +
63 +)))
64 +|(% colspan="4" %)(% colspan="4" %)
65 +(((
66 +== 3.30 ==
67 +)))
68 +|(((
69 +UI extensions
70 +)))|(((
71 +3.30 Beta 3
72 +)))|(((
73 +**FFI: **Removed** (% style="color: rgb(0,0,0);" %)GetMissionLimit() (%%)**(% style="color: rgb(0,0,0);" %)and** **(% style="color: rgb(0, 0, 0); color: rgb(0, 0, 0)" %)**IsMissionLimit**(%%)**Enabled()**
74 +)))|(% colspan="1" %)(% colspan="1" %)
75 +(((
76 +
77 +)))
78 +|(% class="highlight-grey" colspan="4" data-highlight-colour="grey" %)(% class="highlight-grey" colspan="4" data-highlight-colour="grey" %)
79 +(((
80 +//These mission limit-related functions (added in 3.30 Beta 1 and 2) are replaced with FFI (% style="color: rgb(0,0,0);" %)IsMissionLimit(%%)Reach(% style="color: rgb(0,0,0);" %)ed()//
81 +)))
82 +|(% colspan="4" %)(% colspan="4" %)
83 +(((
84 +== 3.20 ==
85 +)))
86 +|(((
87 +Scripts
88 +)))|(((
89 +3.20 Beta 1
90 +)))|(((
91 +Parameters of **<event_player_attacked_object/>** and **<event_object_attacked_object/>** changed
92 +)))|(% colspan="1" %)(% colspan="1" %)
93 +(((
94 +
95 +)))
96 +|(% class="highlight-grey" colspan="4" data-highlight-colour="grey" %)(% class="highlight-grey" colspan="4" data-highlight-colour="grey" %)
97 +(((
98 +//Old params: param = attacked object, param2 = attack method, param3 = attacked component//
99 +//New params: param = attacked object, param2 = attack method, param3 = attack component detail list: [attacked component, attacking weapon]
100 +Note that this also means the component attribute to the events is no longer available, so scripts checking the attacked component need to use event.param3.{1} instead//
101 +)))
28 28  |(% colspan="1" %)(% colspan="1" %)
29 29  (((
30 30  Scripts
31 31  )))|(% colspan="1" %)(% colspan="1" %)
32 32  (((
107 +3.20 Beta 1
108 +)))|(% colspan="1" %)(% colspan="1" %)
109 +(((
110 +Removed script property $trade.**restriction.faction**
111 +)))|(% colspan="1" %)(% colspan="1" %)
112 +(((
113 +
114 +)))
115 +|(% class="highlight-grey" colspan="4" data-highlight-colour="grey" %)(% class="highlight-grey" colspan="4" data-highlight-colour="grey" %)
116 +(((
117 +//$trade.restriction.faction has been replaced with $trade.restriction.factions, which returns a list of factions.//
118 +)))
119 +|(((
120 +UI extensions
121 +)))|(((
122 +3.20 Beta 1
123 +)))|(((
124 +**Lua**: **GetTradeRestrictions()**, **ToggleFactionTradeRestriction()** and **ToggleFactionTradeWareOverride()** are now obsolete!
125 +)))|(% colspan="1" %)(% colspan="1" %)
126 +(((
127 +
128 +)))
129 +|(% class="highlight-grey" colspan="4" data-highlight-colour="grey" %)(% class="highlight-grey" colspan="4" data-highlight-colour="grey" %)
130 +(((
131 +//With the addition of the Trade Rule feature the given functions are obsolete and do not function anymore. This set of functions will return dummy values to avoid breaking scripts. Use GetAllTradeRules(), GetContainerTradeRuleID(), SetContainerTradeRule() and similar trade rule functions as replacement.//
132 +)))
133 +|(% colspan="4" %)(% colspan="4" %)
134 +(((
135 +== 3.10 ==
136 +)))
137 +|(% colspan="1" %)(% colspan="1" %)
138 +(((
139 +Scripts
140 +)))|(% colspan="1" %)(% colspan="1" %)
141 +(((
142 +3.10 Beta 1
143 +)))|(% colspan="1" %)(% colspan="1" %)
144 +(((
145 +Removed script action **<add_build/>**
146 +)))|(% colspan="1" %)(% colspan="1" %)
147 +(((
148 +
149 +)))
150 +|(% class="highlight-grey" colspan="4" data-highlight-colour="grey" %)(% class="highlight-grey" colspan="4" data-highlight-colour="grey" %)
151 +(((
152 +//Removed <add_build/> action which was no longer needed and would result in builds being added in unsupported ways. Use other <add_build_xxx/> actions.//
153 +)))
154 +|(% colspan="4" %)(% colspan="4" %)
155 +(((
156 +== 3.00 ==
157 +)))
158 +|(% colspan="1" %)(% colspan="1" %)
159 +(((
160 +Scripts
161 +)))|(% colspan="1" %)(% colspan="1" %)
162 +(((
163 +3.0 Beta 6
164 +)))|(% colspan="1" %)(% colspan="1" %)
165 +(((
166 +Changed behaviour of script action **<get_suitable_job/>**
167 +)))|(% colspan="1" %)(% colspan="1" %)
168 +(((
169 +
170 +)))
171 +|(% class="highlight-grey" colspan="4" data-highlight-colour="grey" %)(% class="highlight-grey" colspan="4" data-highlight-colour="grey" %)
172 +(((
173 +//<get_suitable_job/> previously did not respect job quotas or the current number of job ships. It now does, only returning job IDs which are not exceeding the maxgalaxy quota. Using 'exceedquota' allows the action to behave as before.//
174 +)))
175 +|(% colspan="1" %)(% colspan="1" %)
176 +(((
177 +Scripts
178 +)))|(% colspan="1" %)(% colspan="1" %)
179 +(((
180 +3.0 Beta 6
181 +)))|(% colspan="1" %)(% colspan="1" %)
182 +(((
183 +Changed behaviour of script action **<get_ware_definition/>**
184 +)))|(% colspan="1" %)(% colspan="1" %)
185 +(((
186 +
187 +)))
188 +|(% class="highlight-grey" colspan="4" data-highlight-colour="grey" %)(% class="highlight-grey" colspan="4" data-highlight-colour="grey" %)
189 +(((
190 +//<get_ware_definition/> previously filtered for equipment wares by default. This is now not the case and existing cases now use flags="equipment". Additional filter attributes for group and tags has also been added.//
191 +)))
192 +|(% colspan="1" %)(% colspan="1" %)
193 +(((
194 +Global
195 +)))|(% colspan="1" %)(% colspan="1" %)
196 +(((
197 +3.0 Beta 5
198 +)))|(% colspan="1" %)(% colspan="1" %)
199 +(((
200 +Renamed all files in the **md**, ui, and **cutscenes** folders to lower-case
201 +)))|(% colspan="1" %)(% colspan="1" %)
202 +(((
203 +
204 +)))
205 +|(% class="highlight-grey" colspan="4" data-highlight-colour="grey" %)(% class="highlight-grey" colspan="4" data-highlight-colour="grey" %)
206 +(((
207 +//All MD, UI, and cutscene files have been renamed as lower-case. For most users this should have no effect since files packed in catalogs are essentially case-insensitive. However, this change can affect users on Linux systems when running a mod that contains single files instead of a catalog, and/or when playing with unpacked base game files//. If your mod has XML patch files that are not packed in a catalog, the filenames must be lower-case to match the filenames in the base game. (For info on using mod catalogs, see the Readme of the X Catalog Tool.)\\
208 +
209 +//Note that this change has no effect on the actual content of scripts or cutscenes. The MD script/cutscene names are stored in the files, regardless of the filenames, so that references to them remain unchanged (e.g., "md.Setup.Start" references a cue in setup.xml).//
210 +)))
211 +|(% colspan="1" %)(% colspan="1" %)
212 +(((
213 +Scripts
214 +)))|(% colspan="1" %)(% colspan="1" %)
215 +(((
216 +3.0 Beta 5
217 +)))|(% colspan="1" %)(% colspan="1" %)
218 +(((
219 +Adjustments of some MD library cues in the base game to change their usage from **<include_actions>** to <run_actions>
220 +)))|(% colspan="1" %)(% colspan="1" %)
221 +(((
222 +
223 +)))
224 +|(% class="highlight-grey" colspan="4" data-highlight-colour="grey" %)(% class="highlight-grey" colspan="4" data-highlight-colour="grey" %)
225 +(((
226 +//Some MD library cues in the base game that were previously used with <include_actions> have been adjusted, so they must now be used with the new MD action <run_actions> instead. Mods that use such a library with <include_actions> will have to switch to <run_actions> as well. A list of affected libraries is not provided here. Note: Additional library cues may be adjusted in future builds without further warning.//
227 +)))
228 +|(% colspan="1" %)(% colspan="1" %)
229 +(((
230 +Scripts
231 +)))|(% colspan="1" %)(% colspan="1" %)
232 +(((
233 +3.0 Beta 5
234 +)))|(% colspan="1" %)(% colspan="1" %)
235 +(((
236 +Changes to $dockingbay.**todockpos** and $dockingbay.**launchpos**
237 +)))|(% colspan="1" %)(% colspan="1" %)
238 +(((
239 +
240 +)))
241 +|(% class="highlight-grey" colspan="4" data-highlight-colour="grey" %)(% class="highlight-grey" colspan="4" data-highlight-colour="grey" %)
242 +(((
243 +//Before the change, positions are relative to $dockingbay.parent.
244 +After the change, positions are relative to $dockingbay as specified in the documentation.//
245 +)))
246 +|(% colspan="1" %)(% colspan="1" %)
247 +(((
248 +Global
249 +)))|(% colspan="1" %)(% colspan="1" %)
250 +(((
251 +3.0 Beta 2
252 +)))|(% colspan="1" %)(% colspan="1" %)
253 +(((
254 +Support for entity flag "**skillsvisible**" dropped
255 +)))|(% colspan="1" %)(% colspan="1" %)
256 +(((
257 +
258 +)))
259 +|(% class="highlight-grey" colspan="4" data-highlight-colour="grey" %)(% class="highlight-grey" colspan="4" data-highlight-colour="grey" %)
260 +(((
261 +//Entity skills are always visible; that flag was a leftover from XR. We removed support for the script property .skillsvisible, the attribute "skillsvisible" of <set_entity_traits> and <set_npc_template_traits>, and the parameter "skillsvisible" of Lua function GetComponentData().//
262 +)))
263 +|(((
264 +Scripts
265 +)))|(((
266 +3.0 Beta 2
267 +)))|(((
268 +Changes to **<event_object_changed_owner>** and added **<event_object_changed_true_owner>**.
269 +)))|(% colspan="1" %)(% colspan="1" %)
270 +(((
271 +
272 +)))
273 +|(% class="highlight-grey" colspan="4" data-highlight-colour="grey" %)(% class="highlight-grey" colspan="4" data-highlight-colour="grey" %)
274 +(((
275 +//Before 3.0 Beta 2 there was just a single <event_object//_changed_owner> condition. This condition was triggered in multiple cases when an owner change occurred. However, the exact cases were inconsistent and also the event could have been triggered w/o an effective owner change having been applied.
276 +3.0 Beta 2 fixes these inconsistencies and ensures that the event is only fired, if the "effective" component owner of the object changed. To handle cases where the script actually needs to be informed if the "true" owner of a component was changed (i.e. not taking the cover faction into account) a new <event_object_changed_true_owner> was introduced.
277 +If in your scripts you make use of the <event_object_changed_owner> condition you need to verify that you indeed want to work with the "effective" component owner or whether your script code actually should work with the true owner of an object and update your code accordingly.
278 +On top of that the 3rd parameter of <event_object_changed_owner> (trueprevious) was dropped as the event is no longer triggered upon a change of the true owner alone (i.e. only if the change of the true owner has also an effect on the "effective" component owner).
279 +)))
280 +|(% colspan="1" %)(% colspan="1" %)
281 +(((
282 +Global
283 +)))|(% colspan="1" %)(% colspan="1" %)
284 +(((
33 33  3.0 Beta 1
34 34  )))|(% colspan="1" %)(% colspan="1" %)
35 35  (((
288 +**MissionBoard** support dropped
289 +)))|(% colspan="1" %)(% colspan="1" %)
290 +(((
291 +
292 +)))
293 +|(% class="highlight-grey" colspan="4" data-highlight-colour="grey" %)(% class="highlight-grey" colspan="4" data-highlight-colour="grey" %)
294 +(((
295 +//MissionBoards was a dummy asset type which was only used during early development and never meant to be shipped in the released version. If any mod tried to make use of this asset type, undefined behaviour would occur. Therefore we cleaned things up in 3.0 Beta 1 including deprecating/removing any related UI/script function.//
296 +)))
297 +|(((
298 +Job/God
299 +)))|(((
300 +3.0 Beta 1
301 +)))|(((
302 +By default, **job/god entries** now only spawn objects in space added by the extension in which they are defined
303 +)))|(% colspan="1" %)(% colspan="1" %)
304 +(((
305 +
306 +)))
307 +|(% class="highlight-grey" colspan="4" data-highlight-colour="grey" %)(% class="highlight-grey" colspan="4" data-highlight-colour="grey" %)
308 +(((
309 +//To better support extensions which add to the base game map, a job/god entry now defaults to only spawning objects in areas of the map that are added by the extension in which that entry is defined. You can override this behaviour by adding a matchextension="false" attribute to the job/god entry definition. This allows the entry to spawn objects anywhere that matches the entry's other criteria.//
310 +)))
311 +|(% colspan="1" %)(% colspan="1" %)
312 +(((
313 +Scripts
314 +)))|(% colspan="1" %)(% colspan="1" %)
315 +(((
316 +3.0 Beta 1
317 +)))|(% colspan="1" %)(% colspan="1" %)
318 +(((
319 +Script action **<add_actor_to_room/> **attribute **'room'** renamed to **'object'**
320 +)))|(% colspan="1" %)(% colspan="1" %)
321 +(((
322 +
323 +)))
324 +|(% class="highlight-grey" colspan="4" data-highlight-colour="grey" %)(% class="highlight-grey" colspan="4" data-highlight-colour="grey" %)
325 +(((
326 +//Due to engine changes, script action <add_actor_to_room/> has had the attribute 'room' changed to 'object', which is more accurate. Most likely requires a 'position' if a slot is not provided.//
327 +)))
328 +|(% colspan="1" %)(% colspan="1" %)
329 +(((
330 +Scripts
331 +)))|(% colspan="1" %)(% colspan="1" %)
332 +(((
333 +3.0 Beta 1
334 +)))|(% colspan="1" %)(% colspan="1" %)
335 +(((
36 36  Script action **<set_doors_locked/>** attribute **'group'** changed
337 +)))|(% colspan="1" %)(% colspan="1" %)
338 +(((
339 +
37 37  )))
38 -|(% class="highlight-grey" colspan="3" data-highlight-colour="grey" %)(% class="highlight-grey" colspan="3" data-highlight-colour="grey" %)
341 +|(% class="highlight-grey" colspan="4" data-highlight-colour="grey" %)(% class="highlight-grey" colspan="4" data-highlight-colour="grey" %)
39 39  (((
40 -The 'group' attribute of <set_doors_locked/> can no longer be a list. It must be a single tag value. Previously, a list containing one tag was accepted, which was redundant.
343 +//The 'group' attribute of <set_doors_locked/> can no longer be a list. It must be a single tag value. Previously, a list containing one tag was accepted, which was redundant.//
41 41  )))
42 42  |(% colspan="1" %)(% colspan="1" %)
43 43  (((
... ... @@ -48,8 +48,11 @@
48 48  )))|(% colspan="1" %)(% colspan="1" %)
49 49  (((
50 50  Script conditions **<event_hack_*/>** and **<event_controlpanel_hack_*/>** removed
354 +)))|(% colspan="1" %)(% colspan="1" %)
355 +(((
356 +
51 51  )))
52 -|(% class="highlight-grey" colspan="3" data-highlight-colour="grey" %)(% class="highlight-grey" colspan="3" data-highlight-colour="grey" %)
358 +|(% class="highlight-grey" colspan="4" data-highlight-colour="grey" %)(% class="highlight-grey" colspan="4" data-highlight-colour="grey" %)
53 53  (((
54 54  //These events were never triggered, with the exception of <event_hack_started/> on the player entity for instant control panel hacks. Use <event_player_hacked_object> instead.//
55 55  )))
... ... @@ -62,8 +62,11 @@
62 62  )))|(% colspan="1" %)(% colspan="1" %)
63 63  (((
64 64  Script actions **<set_hack_target/>** and **<abort_hack/>** removed
371 +)))|(% colspan="1" %)(% colspan="1" %)
372 +(((
373 +
65 65  )))
66 -|(% class="highlight-grey" colspan="3" data-highlight-colour="grey" %)(% class="highlight-grey" colspan="3" data-highlight-colour="grey" %)
375 +|(% class="highlight-grey" colspan="4" data-highlight-colour="grey" %)(% class="highlight-grey" colspan="4" data-highlight-colour="grey" %)
67 67  (((
68 68  //These actions had no effect and were removed.//
69 69  )))
... ... @@ -76,8 +76,11 @@
76 76  )))|(% colspan="1" %)(% colspan="1" %)
77 77  (((
78 78  **<setup_conversation_minigame/>** script action removed
388 +)))|(% colspan="1" %)(% colspan="1" %)
389 +(((
390 +
79 79  )))
80 -|(% class="highlight-grey" colspan="3" data-highlight-colour="grey" %)(% class="highlight-grey" colspan="3" data-highlight-colour="grey" %)
392 +|(% class="highlight-grey" colspan="4" data-highlight-colour="grey" %)(% class="highlight-grey" colspan="4" data-highlight-colour="grey" %)
81 81  (((
82 82  //The script action was a leftover from the XR era and was never supported in X4 and couldn't be used in a meaningful way. It was therefore decided to better drop it altogether as it's not expected having been used by any mods.//
83 83  )))
... ... @@ -90,8 +90,11 @@
90 90  )))|(% colspan="1" %)(% colspan="1" %)
91 91  (((
92 92  <add_player_choice_*> **confidence** attribute removed
405 +)))|(% colspan="1" %)(% colspan="1" %)
406 +(((
407 +
93 93  )))
94 -|(% class="highlight-grey" colspan="3" data-highlight-colour="grey" %)(% class="highlight-grey" colspan="3" data-highlight-colour="grey" %)
409 +|(% class="highlight-grey" colspan="4" data-highlight-colour="grey" %)(% class="highlight-grey" colspan="4" data-highlight-colour="grey" %)
95 95  (((
96 96  //The default confidence of player options is another leftover from the XR era and had no effect in X4.//
97 97  )))
... ... @@ -104,8 +104,11 @@
104 104  )))|(% colspan="1" %)(% colspan="1" %)
105 105  (((
106 106  **<hack_via_control_panel/>** script action removed
422 +)))|(% colspan="1" %)(% colspan="1" %)
423 +(((
424 +
107 107  )))
108 -|(% class="highlight-grey" colspan="3" data-highlight-colour="grey" %)(% class="highlight-grey" colspan="3" data-highlight-colour="grey" %)
426 +|(% class="highlight-grey" colspan="4" data-highlight-colour="grey" %)(% class="highlight-grey" colspan="4" data-highlight-colour="grey" %)
109 109  (((
110 110  //Unused script action <hack_via_control_panel/> was removed.//
111 111  )))
... ... @@ -118,13 +118,47 @@
118 118  )))|(% colspan="1" %)(% colspan="1" %)
119 119  (((
120 120  **Lua: **GetMiniGameCursorPosition() removed
439 +)))|(% colspan="1" %)(% colspan="1" %)
440 +(((
441 +
121 121  )))
122 -|(% class="highlight-grey" colspan="3" data-highlight-colour="grey" %)(% class="highlight-grey" colspan="3" data-highlight-colour="grey" %)
443 +|(% class="highlight-grey" colspan="4" data-highlight-colour="grey" %)(% class="highlight-grey" colspan="4" data-highlight-colour="grey" %)
123 123  (((
124 124  //GetMiniGameCursorPosition() was a left over from the XR era and never supposed to be shipped with X4. The function practically always returned 0 and hence we don't expect the removal of this obsolete function causing any actual mod to break.//
125 125  )))
447 +|(((
448 +UI core
449 +)))|(((
450 +3.0 Beta 1
451 +)))|(((
452 +**FFI: **GetLocalizedInteractiveNotificationKey can return icon placeholders
453 +)))|(% colspan="1" %)(% colspan="1" %)
454 +(((
455 +
456 +)))
457 +|(% class="highlight-grey" colspan="4" data-highlight-colour="grey" %)(% class="highlight-grey" colspan="4" data-highlight-colour="grey" %)
458 +(((
459 +//In 3.0 Beta 1 we added support to display icons for keyboard bindings, if an icon is available for the specified keys. This results in GetLocalizedInteractiveNotificationKey() potentially returning a different text now if such an icon is assigned to the mapped key/button.//
460 +)))
126 126  |(% colspan="1" %)(% colspan="1" %)
127 127  (((
463 +UI extensions
464 +)))|(% colspan="1" %)(% colspan="1" %)
465 +(((
466 +3.0 Beta 1
467 +)))|(% colspan="1" %)(% colspan="1" %)
468 +(((
469 +**FFI: **UIWeaponMod returned by GetInstalledWeaponMod() now includes property SurfaceElementFactor
470 +)))|(% colspan="1" %)(% colspan="1" %)
471 +(((
472 +
473 +)))
474 +|(% class="highlight-grey" colspan="4" data-highlight-colour="grey" %)(% class="highlight-grey" colspan="4" data-highlight-colour="grey" %)
475 +(((
476 +//In 3.0 Beta 1 we added support for a new weapon mod property "SurfaceElementFactor" to allow weapons to deal increased damage to surface elements such as Shield Generators, Turrets or Engines.//
477 +)))
478 +|(% colspan="1" %)(% colspan="1" %)
479 +(((
128 128  Scripts
129 129  )))|(% colspan="1" %)(% colspan="1" %)
130 130  (((
... ... @@ -132,11 +132,14 @@
132 132  )))|(% colspan="1" %)(% colspan="1" %)
133 133  (((
134 134  **$ware.illegal** updated
487 +)))|(% colspan="1" %)(% colspan="1" %)
488 +(((
489 +
135 135  )))
136 -|(% class="highlight-grey" colspan="3" data-highlight-colour="grey" %)(% class="highlight-grey" colspan="3" data-highlight-colour="grey" %)
491 +|(% class="highlight-grey" colspan="4" data-highlight-colour="grey" %)(% class="highlight-grey" colspan="4" data-highlight-colour="grey" %)
137 137  (((
138 138  //$ware.illegal used to return true if the specified ware has the 'illegal' tag which is no longer used.//
139 -\\//It now returns true if $ware is illegal to any faction in the game.//
494 +//It now returns true if $ware is illegal to any faction in the game.//
140 140  )))
141 141  |(% colspan="1" %)(% colspan="1" %)
142 142  (((
... ... @@ -146,13 +146,14 @@
146 146  3.0 Beta 1
147 147  )))|(% colspan="1" %)(% colspan="1" %)
148 148  (((
149 -'**checkoperational**' filter behaviour changed
504 +MD script **RML_Flight_Along_Path** removed
505 +)))|(% colspan="1" %)(% colspan="1" %)
506 +(((
507 +
150 150  )))
151 -|(% class="highlight-grey" colspan="3" data-highlight-colour="grey" %)(% class="highlight-grey" colspan="3" data-highlight-colour="grey" %)
509 +|(% class="highlight-grey" colspan="4" data-highlight-colour="grey" %)(% class="highlight-grey" colspan="4" data-highlight-colour="grey" %)
152 152  (((
153 -//Actions and conditions which use the 'checkoperational' filter now behave differently. Instead of changing how 'class' and 'exactclass' behave, checkoperational == true adds an additional filter for the components being of state operational, equivalent to state="componentstate.operational". This is implicitly enabled in action elements (e.g. <find_.../>) or condition elements (e.g. <count_...>), meaning that find_ship will only find operational ships. Using such actions/conditions with checkoperational="false" will include non-operational components such as wrecked and constructions. Existing uses may find that results now exclude non-operational components.//
154 -
155 -//Sub nodes such as match_child will have checkoperational default to false. Existing uses may find that results now include non-operational components.//
511 +//The MD script RML_Flight_Along_Path was not referened and was removed.//
156 156  )))
157 157  |(% colspan="1" %)(% colspan="1" %)
158 158  (((
... ... @@ -162,12 +162,84 @@
162 162  3.0 Beta 1
163 163  )))|(% colspan="1" %)(% colspan="1" %)
164 164  (((
165 -MD script **RML_Flight_Along_Path** removed
521 +parameters of **<event_venture_mission_completed/>** changed
522 +)))|(% colspan="1" %)(% colspan="1" %)
523 +(((
524 +
166 166  )))
167 -|(% class="highlight-grey" colspan="3" data-highlight-colour="grey" %)(% class="highlight-grey" colspan="3" data-highlight-colour="grey" %)
526 +|(% class="highlight-grey" colspan="4" data-highlight-colour="grey" %)(% class="highlight-grey" colspan="4" data-highlight-colour="grey" %)
168 168  (((
169 -//The MD script RML_Flight_Along_Path was not referened and was removed.//
528 +//old params: param = venture details, param2 = ships involved, param3 = duration//
529 +//new params: param = venture detail list: [mission name, mission type], param2 = list of ships involved, param3 = duration//
170 170  )))
531 +|(((
532 +Scripts
533 +)))|(((
534 +3.0 Beta 1
535 +)))|(((
536 +**<set_object_wing_name/>** removed,
537 +**<set_object_fleet_name/>** added
538 +)))|(% colspan="1" %)(% colspan="1" %)
539 +(((
540 +
541 +)))
542 +|(% class="highlight-grey" colspan="4" data-highlight-colour="grey" %)(% class="highlight-grey" colspan="4" data-highlight-colour="grey" %)
543 +(((
544 +//The common action <set_object_wing_name/> has been replaced with <set_object_fleet_name/>//
545 +)))
546 +|(((
547 +Scripts
548 +)))|(((
549 +3.0 Beta 1
550 +)))|(((
551 +**$controllable.wing.*** removed,
552 +**$controllable.fleet.*** added
553 +)))|(% colspan="1" %)(% colspan="1" %)
554 +(((
555 +
556 +)))
557 +|(% class="highlight-grey" colspan="4" data-highlight-colour="grey" %)(% class="highlight-grey" colspan="4" data-highlight-colour="grey" %)
558 +(((
559 +$controllable.wing.name, $controllable.wing.iscommander, and $controllable.wing.commander have been replaced with $controllable.fleet.name, $controllable.fleet.iscommander, and $controllable.fleet.commander
560 +)))
561 +|(% colspan="4" %)(% colspan="4" %)
562 +(((
563 +== 2.60 ==
564 +)))
565 +|(((
566 +Scripts
567 +)))|(((
568 +2.60 Beta 1
569 +)))|(((
570 +'**checkoperational**' filter behaviour changed
571 +)))|(% colspan="1" %)(% colspan="1" %)
572 +(((
573 +
574 +)))
575 +|(% class="highlight-grey" colspan="4" data-highlight-colour="grey" %)(% class="highlight-grey" colspan="4" data-highlight-colour="grey" %)
576 +(((
577 +//Actions and conditions which use the 'checkoperational' filter now behave differently. Instead of changing how 'class' and 'exactclass' behave, checkoperational == true adds an additional filter for the components being of state operational, equivalent to state="componentstate.operational". This is implicitly enabled in action elements (e.g. <find_.../>) or condition elements (e.g. <count_...>), meaning that find_ship will only find operational ships. Using such actions/conditions with checkoperational="false" will include non-operational components such as wrecked and constructions. Existing uses may find that results now exclude non-operational components.//
578 +
579 +//Sub nodes such as match_child will have checkoperational default to false. Existing uses may find that results now include non-operational components.//
580 +)))
581 +|(((
582 +Scripts
583 +)))|(((
584 +2.60 Beta 1
585 +)))|(((
586 +$container.**supplyresources** behavior changed
587 +)))|(% colspan="1" %)(% colspan="1" %)
588 +(((
589 +
590 +)))
591 +|(% class="highlight-grey" colspan="4" data-highlight-colour="grey" %)(% class="highlight-grey" colspan="4" data-highlight-colour="grey" %)
592 +(((
593 +//The script keyword $container.supplyresources now includes reserved wares.//
594 +)))
595 +|(% colspan="4" %)(% colspan="4" %)
596 +(((
597 +== 2.20 ==
598 +)))
171 171  |(% colspan="1" %)(% colspan="1" %)
172 172  (((
173 173  UI core
... ... @@ -177,8 +177,11 @@
177 177  )))|(% colspan="1" %)(% colspan="1" %)
178 178  (((
179 179  **Lua: GetControllerInfo()** returned mouseSteering/mouseCursor values are undefined.
608 +)))|(% colspan="1" %)(% colspan="1" %)
609 +(((
610 +
180 180  )))
181 -|(% class="highlight-grey" colspan="3" data-highlight-colour="grey" %)(% class="highlight-grey" colspan="3" data-highlight-colour="grey" %)
612 +|(% class="highlight-grey" colspan="4" data-highlight-colour="grey" %)(% class="highlight-grey" colspan="4" data-highlight-colour="grey" %)
182 182  (((
183 183  //2.20 Beta 3 introduced the new direct mouse steering mode. The mode was however not integrated as a first level mode and hence GetControllerInfo() returned the "gamepad" mode while direct mouse steering was active.
184 184  In 2.20 Beta 4 we improved the situation slightly so that a call to GetControllerInfo() will return either "mouseCursor" or "mouseSteering" in any of the 3 mouse modes.//
... ... @@ -195,11 +195,18 @@
195 195  )))|(% colspan="1" %)(% colspan="1" %)
196 196  (((
197 197  Attribute for build related conditions e.g. **<event_build_finished/>** renamed from 'buildmodule' to 'buildprocessor'
629 +)))|(% colspan="1" %)(% colspan="1" %)
630 +(((
631 +
198 198  )))
199 -|(% class="highlight-grey" colspan="3" data-highlight-colour="grey" %)(% class="highlight-grey" colspan="3" data-highlight-colour="grey" %)
633 +|(% class="highlight-grey" colspan="4" data-highlight-colour="grey" %)(% class="highlight-grey" colspan="4" data-highlight-colour="grey" %)
200 200  (((
201 201  //The underlying behaviour remains the same in that it involves the buildprocessor, not the buildmodule. The attribute name has simply been corrected.//
202 202  )))
637 +|(% colspan="4" %)(% colspan="4" %)
638 +(((
639 +== 2.00 ==
640 +)))
203 203  |(% colspan="1" %)(% colspan="1" %)
204 204  (((
205 205  Scripts
... ... @@ -209,8 +209,11 @@
209 209  )))|(% colspan="1" %)(% colspan="1" %)
210 210  (((
211 211  **<event_build_finished/> **param2 now returns null instead of a construction sequence
650 +)))|(% colspan="1" %)(% colspan="1" %)
651 +(((
652 +
212 212  )))
213 -|(% class="highlight-grey" colspan="3" data-highlight-colour="grey" %)(% class="highlight-grey" colspan="3" data-highlight-colour="grey" %)
654 +|(% class="highlight-grey" colspan="4" data-highlight-colour="grey" %)(% class="highlight-grey" colspan="4" data-highlight-colour="grey" %)
214 214  (((
215 215  //The construction sequence which was finished should now be accessed via the buildtask provided via param3.//
216 216  )))
... ... @@ -223,8 +223,11 @@
223 223  )))|(% colspan="1" %)(% colspan="1" %)
224 224  (((
225 225  **param.boarding.{...}** strength parameters removed
667 +)))|(% colspan="1" %)(% colspan="1" %)
668 +(((
669 +
226 226  )))
227 -|(% class="highlight-grey" colspan="3" data-highlight-colour="grey" %)(% class="highlight-grey" colspan="3" data-highlight-colour="grey" %)
671 +|(% class="highlight-grey" colspan="4" data-highlight-colour="grey" %)(% class="highlight-grey" colspan="4" data-highlight-colour="grey" %)
228 228  (((
229 229  //The 'recruitstrength', 'veteranstrength' and 'elitestrength' script parameters were no longer required for balancing the boarding gameplay, and were removed.//
230 230  )))
... ... @@ -237,8 +237,11 @@
237 237  )))|(% colspan="1" %)(% colspan="1" %)
238 238  (((
239 239  **$defensible.boardee/$defensible.boarder** and **<set_object_boarder/>/<remove_object_boarder/>** removed
684 +)))|(% colspan="1" %)(% colspan="1" %)
685 +(((
686 +
240 240  )))
241 -|(% class="highlight-grey" colspan="3" data-highlight-colour="grey" %)(% class="highlight-grey" colspan="3" data-highlight-colour="grey" %)
688 +|(% class="highlight-grey" colspan="4" data-highlight-colour="grey" %)(% class="highlight-grey" colspan="4" data-highlight-colour="grey" %)
242 242  (((
243 243  //Due to changes to boarding in X4, the boarding connections accessed by these script properties and actions became redundent and thus, removed. Any connections set by these actions in a savegame will not survive loading.//
244 244  )))
... ... @@ -248,8 +248,11 @@
248 248  2.00 Beta 1
249 249  )))|(((
250 250  **FFI: GetUpgradeSlotCurrentComponent()/GetUpgradeSlotGroup()** works on non-operationals
698 +)))|(% colspan="1" %)(% colspan="1" %)
699 +(((
700 +
251 251  )))
252 -|(% class="highlight-grey" colspan="3" data-highlight-colour="grey" %)(% class="highlight-grey" colspan="3" data-highlight-colour="grey" %)
702 +|(% class="highlight-grey" colspan="4" data-highlight-colour="grey" %)(% class="highlight-grey" colspan="4" data-highlight-colour="grey" %)
253 253  (((
254 254  //Before 2.0 Beta 1 using GetUpgradeSlotCurrentComponent() or GetUpgradeSlotGroup() only performed on operational objects (i.e. not wrecked objects or objects under construction). Since this is inconsistent with the rest of the UI functions, this was considered a bug and fixed in 2.0 Beta 1. If you require the old behavior, use the FFI function: IsComponentOperational() to check the passed object's state before making the call.//
255 255  )))
... ... @@ -259,8 +259,11 @@
259 259  2.00 Beta 1
260 260  )))|(((
261 261  **FFI: SetFormationShape()** no longer indicates an error upon certain error cases
712 +)))|(% colspan="1" %)(% colspan="1" %)
713 +(((
714 +
262 262  )))
263 -|(% class="highlight-grey" colspan="3" data-highlight-colour="grey" %)(% class="highlight-grey" colspan="3" data-highlight-colour="grey" %)
716 +|(% class="highlight-grey" colspan="4" data-highlight-colour="grey" %)(% class="highlight-grey" colspan="4" data-highlight-colour="grey" %)
264 264  (((
265 265  //Before 2.0 Beta 1 a call to SetFormationShape() indicated an error state to the caller in certain cases where setting a formation shape (potentially) failed. Due to a design flaw in the handling of formations, this however doesn't do any good, since the function by itself doesn't really set the formation shape in all cases. On top of that the call can fail at random. Hence, at the moment an indication of an error case that setting a formation potentially fails is no good to the caller and he has no means to distinguish that case from a real error case.//
266 266  //Therefore, in 2.0 Beta 1 we drop the error indication in case of an attempt to set the formation fails. We are currently working on a better solution to the underlying problem and hope to have it ready as part of a following beta.//
... ... @@ -271,8 +271,11 @@
271 271  2.00 Beta 1
272 272  )))|(((
273 273  **<create_formation/>** now requires the attributes: 'leader' and 'follower'. Attribute 'object' is now deprecated.
727 +)))|(% colspan="1" %)(% colspan="1" %)
728 +(((
729 +
274 274  )))
275 -|(% class="highlight-grey" colspan="3" data-highlight-colour="grey" %)(% class="highlight-grey" colspan="3" data-highlight-colour="grey" %)
731 +|(% class="highlight-grey" colspan="4" data-highlight-colour="grey" %)(% class="highlight-grey" colspan="4" data-highlight-colour="grey" %)
276 276  (((
277 277  //This now enforces a leader and at least one follower in order to create or change a formation.  Former implementation made it possible to create formations without any followers which led to issues.//
278 278  )))
... ... @@ -282,8 +282,11 @@
282 282  2.00 Beta 1
283 283  )))|(((
284 284  **<event_player_changed_target/>** now fires and returns null if the player deselects a target.
741 +)))|(% colspan="1" %)(% colspan="1" %)
742 +(((
743 +
285 285  )))
286 -|(% class="highlight-grey" colspan="3" data-highlight-colour="grey" %)(% class="highlight-grey" colspan="3" data-highlight-colour="grey" %)
745 +|(% class="highlight-grey" colspan="4" data-highlight-colour="grey" %)(% class="highlight-grey" colspan="4" data-highlight-colour="grey" %)
287 287  (((
288 288  //For prior behavior, check for event.param being non-null.//
289 289  )))
... ... @@ -293,8 +293,11 @@
293 293  2.00 Beta 1
294 294  )))|(((
295 295  **<shoot/>/<shoot_at/>** attribute changes.
755 +)))|(% colspan="1" %)(% colspan="1" %)
756 +(((
757 +
296 296  )))
297 -|(% class="highlight-grey" colspan="3" data-highlight-colour="grey" %)(% class="highlight-grey" colspan="3" data-highlight-colour="grey" %)
759 +|(% class="highlight-grey" colspan="4" data-highlight-colour="grey" %)(% class="highlight-grey" colspan="4" data-highlight-colour="grey" %)
298 298  (((
299 299  //Changed: Attribute "primary" is now optional and defines whether weapons from the ship's active primary weapon group will be fired. Defaults to true.//
300 300  //New attribute: "secondary" is an optional attribute that defines whether weapons from the ship's active secondary weapon group will be fired. Defaults to true.//
... ... @@ -308,8 +308,11 @@
308 308  2.00 Beta 1
309 309  )))|(((
310 310  **FFI: GetBuildTask()/GetNumBuildTasks()** got a new "buildmoduleid" parameter.(% class="confluenceTd" %)
773 +)))|(% colspan="1" %)(% colspan="1" %)
774 +(((
775 +
311 311  )))
312 -|(% class="highlight-grey" colspan="3" data-highlight-colour="grey" %)(% class="highlight-grey" colspan="3" data-highlight-colour="grey" %)
777 +|(% class="highlight-grey" colspan="4" data-highlight-colour="grey" %)(% class="highlight-grey" colspan="4" data-highlight-colour="grey" %)
313 313  (((
314 314  //Added possibility to query build tasks of a certain buildmodule.//
315 315  )))
... ... @@ -319,8 +319,11 @@
319 319  2.00 Beta 1
320 320  )))|(((
321 321  **Lua:** **GetLibraryEntry()** retrieved a new "buildresources" field.
787 +)))|(% colspan="1" %)(% colspan="1" %)
788 +(((
789 +
322 322  )))
323 -|(% class="highlight-grey" colspan="3" data-highlight-colour="grey" %)(% class="highlight-grey" colspan="3" data-highlight-colour="grey" %)
791 +|(% class="highlight-grey" colspan="4" data-highlight-colour="grey" %)(% class="highlight-grey" colspan="4" data-highlight-colour="grey" %)
324 324  (((
325 325  //Added list of resources a buildmodule needs to build.//
326 326  )))
... ... @@ -330,8 +330,11 @@
330 330  2.00 Beta 1
331 331  )))|(((
332 332  (% style="color: rgb(0,0,0);" %)**Lua:**(% style="color: rgb(0, 0, 0); color: rgb(0, 0, 0)" %)** CalculateTotalHullFraction()**(% style="color: rgb(0,0,0);" %)** **(%%)was removed.(% style="color: rgb(0,0,0);" %)
801 +)))|(% colspan="1" %)(% colspan="1" %)
802 +(((
803 +
333 333  )))
334 -|(% class="highlight-grey" colspan="3" data-highlight-colour="grey" %)(% class="highlight-grey" colspan="3" data-highlight-colour="grey" %)
805 +|(% class="highlight-grey" colspan="4" data-highlight-colour="grey" %)(% class="highlight-grey" colspan="4" data-highlight-colour="grey" %)
335 335  (((
336 336  //Unused, derelict function from XR - use GetComponentData(..., "hullpercent") instead.//
337 337  )))
... ... @@ -341,11 +341,18 @@
341 341  2.00 Beta 1
342 342  )))|(((
343 343  **FFI: (% style="color: rgb(0,0,0);" %)RequestDockAtReason()/(% style="color: rgb(0, 0, 0); color: rgb(0, 0, 0); color: rgb(0, 0, 0); color: rgb(0, 0, 0); color: rgb(0, 0, 0)" %)UndockPlayerShip()(%%) **changed their return values.(% style="color: rgb(0,0,0);" class="confluenceTd" %)
815 +)))|(% colspan="1" %)(% colspan="1" %)
816 +(((
817 +
344 344  )))
345 -|(% class="highlight-grey" colspan="3" data-highlight-colour="grey" %)(% class="highlight-grey" colspan="3" data-highlight-colour="grey" %)
819 +|(% class="highlight-grey" colspan="4" data-highlight-colour="grey" %)(% class="highlight-grey" colspan="4" data-highlight-colour="grey" %)
346 346  (((
347 347  //Changed return value type to const char* to better identify failure reasons in Lua script.//
348 348  )))
823 +|(% colspan="4" %)(% colspan="4" %)
824 +(((
825 +== 1.50 ==
826 +)))
349 349  |(((
350 350  UI extensions
351 351  )))|(((
... ... @@ -352,8 +352,11 @@
352 352  1.50 Beta 3
353 353  )))|(((
354 354  **Lua: GetComponentData() **changed behavior of "docksizes" propertly.(% class="confluenceTd" %)
833 +)))|(% colspan="1" %)(% colspan="1" %)
834 +(((
835 +
355 355  )))
356 -|(% class="highlight-grey" colspan="3" data-highlight-colour="grey" %)(% class="highlight-grey" colspan="3" data-highlight-colour="grey" %)
837 +|(% class="highlight-grey" colspan="4" data-highlight-colour="grey" %)(% class="highlight-grey" colspan="4" data-highlight-colour="grey" %)
357 357  (((
358 358  //The "docksizes" property no longer includes internal ship storage docks.//
359 359  )))
... ... @@ -363,8 +363,11 @@
363 363  1.50 Beta 2
364 364  )))|(((
365 365  **Meaning of "Shipyard"** was corrected throughout Lua/MD/AI scripts, so that Wharfs are not Shipyards (unlike in XR).
847 +)))|(% colspan="1" %)(% colspan="1" %)
848 +(((
849 +
366 366  )))
367 -|(% class="highlight-grey" colspan="3" data-highlight-colour="grey" %)(% class="highlight-grey" colspan="3" data-highlight-colour="grey" %)
851 +|(% class="highlight-grey" colspan="4" data-highlight-colour="grey" %)(% class="highlight-grey" colspan="4" data-highlight-colour="grey" %)
368 368  (((
369 369  //Shipyards (formerly also known as Capital Shipyards) can build capital ships, while Wharfs only build non-capital ships. To check whether a station is a Shipyard or a Wharf, check whether the station "can build ships".//
370 370  
... ... @@ -378,8 +378,11 @@
378 378  1.50 Beta 2
379 379  )))|(((
380 380  **FFI: UpgradeGroupInfo **datatype was changed.(% class="confluenceTd" %)
865 +)))|(% colspan="1" %)(% colspan="1" %)
866 +(((
867 +
381 381  )))
382 -|(% class="highlight-grey" colspan="3" data-highlight-colour="grey" %)(% class="highlight-grey" colspan="3" data-highlight-colour="grey" %)
869 +|(% class="highlight-grey" colspan="4" data-highlight-colour="grey" %)(% class="highlight-grey" colspan="4" data-highlight-colour="grey" %)
383 383  (((
384 384  //Added new "operational" field to retrieve information about number of operational upgrades in a group.//
385 385  )))
... ... @@ -392,8 +392,11 @@
392 392  )))|(% colspan="1" %)(% colspan="1" %)
393 393  (((
394 394  **FFI: SetGuidance()** removed useinfopoint argument.
882 +)))|(% colspan="1" %)(% colspan="1" %)
883 +(((
884 +
395 395  )))
396 -|(% class="highlight-grey" colspan="3" data-highlight-colour="grey" %)(% class="highlight-grey" colspan="3" data-highlight-colour="grey" %)
886 +|(% class="highlight-grey" colspan="4" data-highlight-colour="grey" %)(% class="highlight-grey" colspan="4" data-highlight-colour="grey" %)
397 397  (((
398 398  //In X Rebirth "info points" existed (which were mainly used as interaction points to scan stations/access information about modules). These were removed in X4 but this left-over property here was missed to be removed in-time for release. It was therefore removed now in order to move towards a stable/clean UI API.
399 399  //
... ... @@ -406,11 +406,18 @@
406 406  1.50 Beta 1
407 407  )))|(((
408 408  **FFI: CancelConstruction() **changed its return value.(% class="confluenceTd" %)
899 +)))|(% colspan="1" %)(% colspan="1" %)
900 +(((
901 +
409 409  )))
410 -|(% class="highlight-grey" colspan="3" data-highlight-colour="grey" %)(% class="highlight-grey" colspan="3" data-highlight-colour="grey" %)
903 +|(% class="highlight-grey" colspan="4" data-highlight-colour="grey" %)(% class="highlight-grey" colspan="4" data-highlight-colour="grey" %)
411 411  (((
412 412  (% style="color: rgb(0,0,0);" %)//CancelConstruction() now returns if the cancellation was successful. //
413 413  )))
907 +|(% colspan="4" %)(% colspan="4" %)
908 +(((
909 +== 1.32 ==
910 +)))
414 414  |(((
415 415  UI extensions
416 416  )))|(((
... ... @@ -417,11 +417,18 @@
417 417  1.32
418 418  )))|(((
419 419  **Lua: GetComponentData() **removed the "nextdestname" property.
917 +)))|(% colspan="1" %)(% colspan="1" %)
918 +(((
919 +
420 420  )))
421 -|(% class="highlight-grey" colspan="3" data-highlight-colour="grey" %)(% class="highlight-grey" colspan="3" data-highlight-colour="grey" %)
921 +|(% class="highlight-grey" colspan="4" data-highlight-colour="grey" %)(% class="highlight-grey" colspan="4" data-highlight-colour="grey" %)
422 422  (((
423 423  //Instead of "nextdestname", use the properties "destination" or "destinationsector" to retrieve a destination component, then retrieve its "name" property.//
424 424  )))
925 +|(% colspan="4" %)(% colspan="4" %)
926 +(((
927 +== 1.20 ==
928 +)))
425 425  |(((
426 426  UI extensions
427 427  )))|(((
... ... @@ -428,8 +428,11 @@
428 428  1.20
429 429  )))|(((
430 430  **FFI: GetAAOption()** got a new "useconfig" parameter.(% class="confluenceTd" %)
935 +)))|(% colspan="1" %)(% colspan="1" %)
936 +(((
937 +
431 431  )))
432 -|(% class="highlight-grey" colspan="3" data-highlight-colour="grey" %)(% class="highlight-grey" colspan="3" data-highlight-colour="grey" %)
939 +|(% class="highlight-grey" colspan="4" data-highlight-colour="grey" %)(% class="highlight-grey" colspan="4" data-highlight-colour="grey" %)
433 433  (((
434 434  //The AA setting was changed to check the new setting with the user. In order to restore the old setting (% style="color: rgb(0,0,0);" %)GetAAOption() gets the option to retrieve the config settings.//
435 435  )))
Confluence.Code.ConfluencePageClass[0]
id
... ... @@ -1,1 +1,1 @@
1 -85131714
1 +100860788
url
... ... @@ -1,1 +1,1 @@
1 -https://www.egosoft.com:8444/confluence/wiki/spaces/X4WIKI/pages/85131714/Breaking Changes
1 +https://www.egosoft.com:8444/confluence/wiki/spaces/X4WIKI/pages/100860788/Breaking Changes