-
-
Notifications
You must be signed in to change notification settings - Fork 97
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Release/v0.3.1.0 #1207
base: master
Are you sure you want to change the base?
Release/v0.3.1.0 #1207
Conversation
Also move the CurrentLaserWeaponIndex from TechnoExt to BuildingExt since it is only used for buildings
Because Version is version of the mod and InternalVersion is version of the engine
# Conflicts: # docs/Whats-New.md # src/Ext/TAction/Hooks.cpp
… in weapon selector code
…elected building (#1131) * Fixes layer and position of InfoTip and SpiedSelection * Update docs
…ed (#1194) * Add separate tag for grid transparency when PlacementPreview is enabled [AudioVisual]->PlacementGrid.TranslucencyWithPreview=
Important Auto Review SkippedDraft detected. Please check the settings in the CodeRabbit UI or the To trigger a single review, invoke the Thank you for using CodeRabbit. We offer it for free to the OSS community and would appreciate your support in helping us grow. If you find it useful, would you consider giving us a shout-out on your favorite social media? TipsChatThere are 3 ways to chat with CodeRabbit:
Note: Be mindful of the bot's finite context window. It's strongly recommended to break down tasks such as reading entire modules into smaller chunks. For a focused discussion, use review comments to chat about specific files and their changes, instead of using the PR comments. CodeRabbit Commands (invoked as PR comments)
Additionally, you can add CodeRabbit Configration File (
|
Nightly build for this pull request:
This comment is automatic and is meant to allow guests to get latest nightly builds for this pull request without registering. It is updated on every successful build. |
Migrating
Shadow
for debris & meteor animations is changed toExtraShadow
.Changelog
New:
PlacementGrid.Translucency
, allow to set the transparency of the grid when PlacementPreview is enabled, using thePlacementGrid.TranslucencyWithPreview
tag (by Belonit).Phobos fixes:
Interceptor
not resetting target if the intercepted projectile changes type to non-interceptable one afterwards (by Starkku)PlacementPreview
setting for BuildingTypes not being parsed from INI (by Starkku)LimboDelivery
buildings not being saved correctly in savegames (by Starkku)NoAmmoWeapon
and related checks (by Starkku)Vanilla fixes:
[Header]
section of compaign maps which led to occasional crashes on Linux (by Trsdy)Fixes / interactions with other extensions:
Grinding=true
buildingActiveAnim
to be incorrectly restored whileSpecialAnim
was playing and the building was sold, erased or destroyed (by Starkku)