|
From: Jaka K. <no...@gi...> - 2026-01-19 22:20:26
|
Branch: refs/heads/master Home: https://github.com/gemrb/gemrb Commit: ca19e3936a304d421058b2f1528bfa596e33f313 https://github.com/gemrb/gemrb/commit/ca19e3936a304d421058b2f1528bfa596e33f313 Author: Jaka Kranjc <lyn...@us...> Date: 2026-01-19 (Mon, 19 Jan 2026) Changed paths: M gemrb/unhardcoded/bg1/gemrb.ini M gemrb/unhardcoded/bg2/gemrb.ini M gemrb/unhardcoded/bg2ee/gemrb.ini M gemrb/unhardcoded/bgee/gemrb.ini M gemrb/unhardcoded/how/gemrb.ini M gemrb/unhardcoded/iwd/gemrb.ini M gemrb/unhardcoded/pst/gemrb.ini Log Message: ----------- gemrb.ini: added MaxFXOpcode for other games #2257 Commit: 1ad5cb85b5730846843fb47bb50d4ffda0fddd55 https://github.com/gemrb/gemrb/commit/1ad5cb85b5730846843fb47bb50d4ffda0fddd55 Author: Jaka Kranjc <lyn...@us...> Date: 2026-01-19 (Mon, 19 Jan 2026) Changed paths: A admin/find-opcode.sh Log Message: ----------- admin/find-opcode.sh: added helper for #2160 Commit: 17bff2fcfea1808f5916e9ad0b04aab192e58267 https://github.com/gemrb/gemrb/commit/17bff2fcfea1808f5916e9ad0b04aab192e58267 Author: Jaka Kranjc <lyn...@us...> Date: 2026-01-19 (Mon, 19 Jan 2026) Changed paths: M gemrb/unhardcoded/iwd2/39280.spl M gemrb/unhardcoded/iwd2/39309.spl M gemrb/unhardcoded/iwd2/39310.spl M gemrb/unhardcoded/iwd2/39312.spl M gemrb/unhardcoded/iwd2/39313.spl M gemrb/unhardcoded/iwd2/39314.spl M gemrb/unhardcoded/iwd2/39315.spl M gemrb/unhardcoded/iwd2/39316.spl M gemrb/unhardcoded/iwd2/39317.spl M gemrb/unhardcoded/iwd2/effects.ids M gemrb/unhardcoded/iwd2/turn.spl Log Message: ----------- iwd2: moved the three effects with too high ids into valid range #2160 1 was old, 1 unused, 1 from this cycle perhaps this is enough for loading in the original old saves need to be resaved, but some data may get lost Commit: 14a0329b8826bf741dd7a99dc929af948682b298 https://github.com/gemrb/gemrb/commit/14a0329b8826bf741dd7a99dc929af948682b298 Author: Jaka Kranjc <lyn...@us...> Date: 2026-01-19 (Mon, 19 Jan 2026) Changed paths: M gemrb/core/FogRenderer.cpp M gemrb/core/Interface.cpp M gemrb/core/ProjectileServer.cpp M gemrb/plugins/GUIScript/GUIScript.cpp Log Message: ----------- silence a few early init resource lookups Commit: 0bed369ce23e43bd84a94aab0ce778a9ba33eddd https://github.com/gemrb/gemrb/commit/0bed369ce23e43bd84a94aab0ce778a9ba33eddd Author: Jaka Kranjc <lyn...@us...> Date: 2026-01-19 (Mon, 19 Jan 2026) Changed paths: M gemrb/unhardcoded/bg1/effects.ids M gemrb/unhardcoded/bg2/effects.ids M gemrb/unhardcoded/bg2ee/effects.ids M gemrb/unhardcoded/bgee/effects.ids M gemrb/unhardcoded/how/effects.ids M gemrb/unhardcoded/iwd/effects.ids M gemrb/unhardcoded/pst/effects.ids Log Message: ----------- effects.ids: documented ranges and moved one effect to an empty slot (bg ees) ids doesn't support comments, hence the lack of spaces Commit: f4a017d219f68031f566eef04334ab4c19868b0d https://github.com/gemrb/gemrb/commit/f4a017d219f68031f566eef04334ab4c19868b0d Author: Jaka Kranjc <lyn...@us...> Date: 2026-01-19 (Mon, 19 Jan 2026) Changed paths: M gemrb/unhardcoded/iwd/effects.ids M gemrb/unhardcoded/pst/effects.ids Log Message: ----------- effects.ids: pst doesn't have turning and iwd used the wrong name both iwd names are used in fallback succession, so there was no visible bug Commit: cf37f4cb9968c989952a76609c1512c7f1278d1f https://github.com/gemrb/gemrb/commit/cf37f4cb9968c989952a76609c1512c7f1278d1f Author: Jaka Kranjc <lyn...@us...> Date: 2026-01-19 (Mon, 19 Jan 2026) Changed paths: M gemrb/unhardcoded/bg2/effects.ids M gemrb/unhardcoded/how/effects.ids M gemrb/unhardcoded/iwd/effects.ids Log Message: ----------- effects.ids: priorities some used opcodes into what are empty slots ... in the originals. ChangeBardSong we use internally and it is applied all the time, so it could sneak into a save. AlterAnimation is a one-off. picked the lamest slots I could find Commit: 8022e4c312db108f3a25a3f91ff4cbced6ae6b03 https://github.com/gemrb/gemrb/commit/8022e4c312db108f3a25a3f91ff4cbced6ae6b03 Author: Jaka Kranjc <lyn...@us...> Date: 2026-01-19 (Mon, 19 Jan 2026) Changed paths: M gemrb/core/EffectQueue.cpp Log Message: ----------- EffectQueue: disable the max opcode check too verbose now, since it's not finegrained enough Commit: d99f0ed63139bd2e2ffeef443a3ec58db297b9c5 https://github.com/gemrb/gemrb/commit/d99f0ed63139bd2e2ffeef443a3ec58db297b9c5 Author: Jaka Kranjc <lyn...@us...> Date: 2026-01-19 (Mon, 19 Jan 2026) Changed paths: M gemrb/core/Spell.cpp M gemrb/plugins/FXOpcodes/FXOpcodes.cpp Log Message: ----------- fx_spell_duration_modifier: added ee mode this way we could free the IE_SPELLDURATIONMODMAGE and IE_SPELLDURATIONMODPRIEST stats for other uses too, but splprot.2da handling would implicitly miss them Compare: https://github.com/gemrb/gemrb/compare/51579aa8853d...d99f0ed63139 To unsubscribe from these emails, change your notification settings at https://github.com/gemrb/gemrb/settings/notifications |