This release mostly contains various slight bug fixes. For a complete list, you can review the commit messages since the last release. Some notable inclusions are:
context.ante_end
fixed whenease_ante
is hooked- added
SMODS.DynaTextEffect
- docs to follow, aiko is a dynatext wizard - added
SMODS.update_context_flags
function to be used in response to some calculation contexts - added
SMODS.poll_edition
function to wrap the default poll function to allow similar usage toSMODS.poll_seal
andSMODS.poll_enhancement
select_card
property is now able to be added to individualCenter
objects andConsumableTypes
, and can be defined as a function.select_button_text
can also be defined on an object as a function returning a localized string, or as a string which is a localization key, to control the text that appears on the button.SMODS.Scoring_Parameter
now has ajuice_on_update
flag set totrue
which controls whether the display of it uses juice_up when it updates- added
SMODS.is_challenge_unlocked
function
What's Changed
- Add SMODS.DynaTextEffect for custom DynaText manipulations by @Aikoyori in #917
- Fixed infinite "Getter" context loops by @AllUniversal in #945
- make destroy_cards not crash when passed an empty table by @cg-223 in #948
- Added
SMODS.update_context_flags(context, flags)
function by @AllUniversal in #875 - Ante and setting ability contexts lsp definitions by @nh6574 in #955
- Fixed incorrect hand size when reloading with
negative
playing cards in hand by @AllUniversal in #966 - Fix
SMODS.add_to_pool
being ignored by @nh6574 in #927 - Small tweak and expansion to Operator API by @HuyTheKiller in #943
- Update zh_CN.lua by @HONE13 in #857
- Update to the italian localization by @alexxyo3 in #988
- Card.selectable_from_pack null check by @blamperer in #997
- Fix orphaned info_queue Dynatext appearing in the top left of the screen for a frame by @nh6574 in #1009
- Fix challenge unlock counter by @wingedcatgirl in #996
- Expanded select_card arg by @the-Astra in #892
- feat: add custom draw functions for dynatexteffect by @Aikoyori in #995
New Contributors
- @HONE13 made their first contribution in #857
- @alexxyo3 made their first contribution in #988
- @blamperer made their first contribution in #997
Full Changelog: 1.0.0-beta-0827c...1.0.0-beta-1016b