Invisible, Inc.
Function Library
Εμφάνιση 21-30 από 109 καταχωρίσεις
< 1  2  3  4  5 ... 11 >
Ενημέρωση: 26 Ιαν 2023 στις 9:48

V1.87:
* Added tooltip for "xray" trait.

Ενημέρωση: 25 Δεκ 2022 στις 10:15

V1.86:
* Vanilla cloaks and disguises cannot be activated while agent has a HARMLESS / TRUSTED / LEGIT status, to prevent janky interaction between those.

Ενημέρωση: 9 Νοε 2022 στις 8:13

V1.85:
* Updated to SimConstructor update 9 Nov 2022

Ενημέρωση: 4 Νοε 2022 στις 15:27

V1.84:
* Datablast uses "break_firewalls" variable instead of hardcoded 1. (Fix for AI Terminal upgrade from More Missions mod)

Ενημέρωση: 17 Οκτ 2022 στις 13:16

V1.83:
* Replaced "RESONANCE-PE" sim trigger with "TRG_PRE_END_TURN".
* Added "TRG_POST_END_TURN" sim trigger.
* Replaced "PE-EMERGENCY-RESERVE" sim trigger with "TRG_PRE_START_TURN".
* Added "TRG_POST_START_TURN" sim trigger.

Ενημέρωση: 6 Οκτ 2022 στις 11:15

V1.82:
* Tile preview for explosion range now supports tile table to limit the shown area to only the tiles affected. Shock Trap AoE updated.
* "Weapon Information" tooltip on guards will be disabled if not running "New Items and Augments" mod, to not clutter the screen space. NOTE: campaigns created before this update with NIAA active will not have the tooltip, as it checks a campaign flag.

Ενημέρωση: 23 Αυγ 2022 στις 8:12

V1.81:
* Fixed a crash when lethal trap placed on a guard entry door kills a guard trying to get out, causing the trap to trigger twice.

Ενημέρωση: 19 Αυγ 2022 στις 12:42

V1.80:
* Fixed possible nil error with Null Zone tooltip.

Ενημέρωση: 16 Αυγ 2022 στις 9:19

V1.79:
* NULL ZONE tooltip on firewalls now properly specifies the source of the effect instead of being hardcoded to "NULL DRONE".

Ενημέρωση: 12 Αυγ 2022 στις 11:27

V1.78:
* Added `function simquery.rasterOrthogonalCross(sim, xOrigin, yOrigin, rangeMin, rangeMax, width)`
* Added `function simquery.fillOrthogonalCross(sim, xOrigin, yOrigin, rangeMin, rangeMax, width)`
* Added `function simquery.rasterDiagonalCross(sim, xOrigin, yOrigin, rangeMin, rangeMax, width)`
* Added `function simquery.fillDiagonalCross(sim, xOrigin, yOrigin, rangeMin, rangeMax, width)`
* Updated `function simquery.rasterCircle(sim, xOrigin, yOrigin, rangeMax, rangeMin )` to include minimum range.
* Added `targets.customAreaTarget( game, sim, params, player )`
* Added `unitrig.refreshRenderFilter(self, ...)` override for custom render filters.