This shows you the differences between two versions of the page.
changelogs [2024/11/03 19:20] – created justin | changelogs [2024/11/03 19:25] (current) – justin | ||
---|---|---|---|
Line 568: | Line 568: | ||
* Fixed issue where conditional expressions in the Dialogue Editor would show the default expression in compact mode after saving and reopening the dialogue | * Fixed issue where conditional expressions in the Dialogue Editor would show the default expression in compact mode after saving and reopening the dialogue | ||
* Fixed issue where duplicating a " | * Fixed issue where duplicating a " | ||
- | * Fixed issue where compound operators (+=, -=, *=, /=) were not working properly when used to modify the value of a custom numeric item property | + | * Fixed issue where compound operators (+=, -=, *=, /%%=)%% were not working properly when used to modify the value of a custom numeric item property |
* Fixed issue where built-in entity properties were not being accepted when used with a local variable and the " | * Fixed issue where built-in entity properties were not being accepted when used with a local variable and the " | ||
* Fixed issue where names for items assigned to a container in the Map Editor would display as blank if a translations file didn't exist for the default locale | * Fixed issue where names for items assigned to a container in the Map Editor would display as blank if a translations file didn't exist for the default locale | ||
Line 2620: | Line 2620: | ||
* Updated scripting language to support comparison of entities with " | * Updated scripting language to support comparison of entities with " | ||
* Updated scripting language to support conditional expressions for a few functions that previously expected explicit " | * Updated scripting language to support conditional expressions for a few functions that previously expected explicit " | ||
- | * Updated " | + | * Updated " |
* Updated "Put Entity" | * Updated "Put Entity" | ||
* Updated "Put Entity" | * Updated "Put Entity" | ||
Line 2676: | Line 2676: | ||
* Added ability to check if a group contains a specific entity using the " | * Added ability to check if a group contains a specific entity using the " | ||
* Added ability to reference or modify a character' | * Added ability to reference or modify a character' | ||
- | * Added ability to use compound assignment operators (+=, -=, *=, /=) in scripts (e.g. global.property[" | + | * Added ability to use compound assignment operators (+=, -=, *=, /%%=)%% in scripts (e.g. global.property[" |
* Added ability to reference and modify character stats via scripting (e.g. player.stat[" | * Added ability to reference and modify character stats via scripting (e.g. player.stat[" | ||
* Added ability to reference tile entities in scripts by their coordinates (e.g. tile[0, 0, 0]) | * Added ability to reference tile entities in scripts by their coordinates (e.g. tile[0, 0, 0]) |