Skip to content
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

Rebase #141

Closed
wants to merge 1,631 commits into from
Closed

Rebase #141

wants to merge 1,631 commits into from
This pull request is big! We’re only showing the most recent 250 commits.

Commits on Aug 23, 2023

  1. Configuration menu
    Copy the full SHA
    2baeaef View commit details
    Browse the repository at this point in the history
  2. Allow FreePassenger to spawn multiple actors at once.

    This doesn't have the location limitations of FreeActor.
    MustaphaTR committed Aug 23, 2023
    Configuration menu
    Copy the full SHA
    96c46f1 View commit details
    Browse the repository at this point in the history
  3. Merge pull request #107 from dnqbob/fix-cargobot

    LoadCargoBotModule consider trait disabled cargo
    MustaphaTR authored Aug 23, 2023
    Configuration menu
    Copy the full SHA
    764551d View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    ff5eaa2 View commit details
    Browse the repository at this point in the history
  5. Allow actors to have multiple Buildable traits.

    Not everywhere is currently checking for all the traits, but anywhere that matters  (production related places) do.
    MustaphaTR committed Aug 23, 2023
    Configuration menu
    Copy the full SHA
    118a095 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    6a9ac4d View commit details
    Browse the repository at this point in the history
  7. Create TauntsGlobal.cs

    MustaphaTR committed Aug 23, 2023
    Configuration menu
    Copy the full SHA
    8f9bea9 View commit details
    Browse the repository at this point in the history
  8. FreePassenger now passes Cargo's faction to the unit.

    Or if you got your hand on a Toxin General War Factory and build Combat Cycle you get a Green Toxin Rebel.
    MustaphaTR committed Aug 23, 2023
    Configuration menu
    Copy the full SHA
    f2f6b14 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    c599830 View commit details
    Browse the repository at this point in the history
  10. Random style fixes.

    MustaphaTR committed Aug 23, 2023
    Configuration menu
    Copy the full SHA
    b057eba View commit details
    Browse the repository at this point in the history

Commits on Aug 24, 2023

  1. Configuration menu
    Copy the full SHA
    fc42ec9 View commit details
    Browse the repository at this point in the history
  2. This should be optional.

    MustaphaTR committed Aug 24, 2023
    Configuration menu
    Copy the full SHA
    e12fabe View commit details
    Browse the repository at this point in the history
  3. Merge pull request #108 from dnqbob/rv-aideploy

    Fix AutoDeployManager recieve endless entry in replay.
    MustaphaTR authored Aug 24, 2023
    Configuration menu
    Copy the full SHA
    acfe168 View commit details
    Browse the repository at this point in the history
  4. Style error cleanup.

    MustaphaTR committed Aug 24, 2023
    Configuration menu
    Copy the full SHA
    55e19fd View commit details
    Browse the repository at this point in the history
  5. More cleanup.

    MustaphaTR committed Aug 24, 2023
    Configuration menu
    Copy the full SHA
    4709ce0 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    fb013a9 View commit details
    Browse the repository at this point in the history
  7. Merge pull request #109 from dnqbob/newload

    Add new function to LoadCargoBotModule
    MustaphaTR authored Aug 24, 2023
    Configuration menu
    Copy the full SHA
    445902e View commit details
    Browse the repository at this point in the history

Commits on Aug 25, 2023

  1. Configuration menu
    Copy the full SHA
    6a2f829 View commit details
    Browse the repository at this point in the history

Commits on Aug 26, 2023

  1. Configuration menu
    Copy the full SHA
    c1a1215 View commit details
    Browse the repository at this point in the history
  2. Add a way to trigger DelayedWeapons on a condition.

    For Booby Trap logic.
    MustaphaTR committed Aug 26, 2023
    Configuration menu
    Copy the full SHA
    1b27902 View commit details
    Browse the repository at this point in the history

Commits on Aug 27, 2023

  1. Configuration menu
    Copy the full SHA
    fc5f641 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    e48edf0 View commit details
    Browse the repository at this point in the history
  3. Merge pull request #110 from dnqbob/fixbuild

    Ai module fix
    MustaphaTR authored Aug 27, 2023
    Configuration menu
    Copy the full SHA
    140987b View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    815ba45 View commit details
    Browse the repository at this point in the history
  5. Merge pull request #111 from dnqbob/AIPF

    AI check immovable when kick stucked units / pathing.
    MustaphaTR authored Aug 27, 2023
    Configuration menu
    Copy the full SHA
    3dd6c88 View commit details
    Browse the repository at this point in the history

Commits on Aug 28, 2023

  1. Configuration menu
    Copy the full SHA
    52598de View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    039b6e7 View commit details
    Browse the repository at this point in the history
  3. Merge pull request #112 from dnqbob/fix-desc

    Fix AI module description and LockOnTargets from TA to MissileTA, for GenAlpha
    MustaphaTR authored Aug 28, 2023
    Configuration menu
    Copy the full SHA
    2ab38eb View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    09cd1d1 View commit details
    Browse the repository at this point in the history
  5. Post-rebase fixes.

    MustaphaTR committed Aug 28, 2023
    Configuration menu
    Copy the full SHA
    efab769 View commit details
    Browse the repository at this point in the history
  6. Damage override via ASO.

    Not every damaging unit has Armaments to override this, need it for Demo Trap.
    MustaphaTR committed Aug 28, 2023
    Configuration menu
    Copy the full SHA
    e967ffc View commit details
    Browse the repository at this point in the history

Commits on Aug 29, 2023

  1. Configuration menu
    Copy the full SHA
    db8ec3a View commit details
    Browse the repository at this point in the history
  2. Add jammed anim to missleTA

    dnqbob committed Aug 29, 2023
    Configuration menu
    Copy the full SHA
    bcd4459 View commit details
    Browse the repository at this point in the history

Commits on Aug 30, 2023

  1. Merge pull request #113 from dnqbob/jammed

    Jammed Missile closer to General style
    MustaphaTR authored Aug 30, 2023
    Configuration menu
    Copy the full SHA
    3ef571a View commit details
    Browse the repository at this point in the history

Commits on Aug 31, 2023

  1. Configuration menu
    Copy the full SHA
    f21b713 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    60ad6b8 View commit details
    Browse the repository at this point in the history
  3. Merge pull request #114 from dnqbob/trail

    Fix bad looking trail distance delay by OpenRA
    MustaphaTR authored Aug 31, 2023
    Configuration menu
    Copy the full SHA
    35eff98 View commit details
    Browse the repository at this point in the history

Commits on Sep 1, 2023

  1. Configuration menu
    Copy the full SHA
    e32576f View commit details
    Browse the repository at this point in the history

Commits on Sep 3, 2023

  1. Configuration menu
    Copy the full SHA
    16d9161 View commit details
    Browse the repository at this point in the history

Commits on Sep 4, 2023

  1. Merge pull request #115 from dnqbob/air-repulse

    Allow disable Repulse in Aircraft from outside
    MustaphaTR authored Sep 4, 2023
    Configuration menu
    Copy the full SHA
    a1b8351 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    bcc1197 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    debfb56 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    db07770 View commit details
    Browse the repository at this point in the history

Commits on Sep 5, 2023

  1. Configuration menu
    Copy the full SHA
    62f824f View commit details
    Browse the repository at this point in the history
  2. Merge pull request #116 from dnqbob/spm

    Add StartFullyChargedForTheFirstTime for Genneral point support power
    MustaphaTR authored Sep 5, 2023
    Configuration menu
    Copy the full SHA
    15e4fc9 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    cf15bb6 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    0bc52ea View commit details
    Browse the repository at this point in the history
  5. Style fixes.

    MustaphaTR committed Sep 5, 2023
    Configuration menu
    Copy the full SHA
    a2fecf0 View commit details
    Browse the repository at this point in the history

Commits on Sep 6, 2023

  1. Configuration menu
    Copy the full SHA
    c7d1c35 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    6e696b6 View commit details
    Browse the repository at this point in the history
  3. Merge pull request #117 from dnqbob/fix-misl

    Fix missile air burst and optimize
    MustaphaTR authored Sep 6, 2023
    Configuration menu
    Copy the full SHA
    bd80854 View commit details
    Browse the repository at this point in the history

Commits on Sep 7, 2023

  1. Configuration menu
    Copy the full SHA
    386bea2 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    2add1df View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    af6ed8f View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    85bf7eb View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    a8bff17 View commit details
    Browse the repository at this point in the history
  6. Merge pull request #118 from dnqbob/fix-misl

    Fix MissileTA's Inaccuracy option
    MustaphaTR authored Sep 7, 2023
    Configuration menu
    Copy the full SHA
    b7abd55 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    488692e View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    5d509b6 View commit details
    Browse the repository at this point in the history
  9. Author.AS update

    dnqbob committed Sep 7, 2023
    Configuration menu
    Copy the full SHA
    30b27ac View commit details
    Browse the repository at this point in the history
  10. Merge pull request #119 from dnqbob/Move-class

    Move class that commonly used from downstream
    MustaphaTR authored Sep 7, 2023
    Configuration menu
    Copy the full SHA
    2bd5bc9 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    0c4ff91 View commit details
    Browse the repository at this point in the history
  12. Fix author.as

    dnqbob committed Sep 7, 2023
    Configuration menu
    Copy the full SHA
    bfcc188 View commit details
    Browse the repository at this point in the history
  13. Merge pull request #120 from dnqbob/fsh

    Also add IgnoreShieldDamageTypes check to GetDamageModifier
    MustaphaTR authored Sep 7, 2023
    Configuration menu
    Copy the full SHA
    286e100 View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    3a3ea03 View commit details
    Browse the repository at this point in the history
  15. Rebase mess fix

    dnqbob committed Sep 7, 2023
    Configuration menu
    Copy the full SHA
    3766e01 View commit details
    Browse the repository at this point in the history

Commits on Sep 8, 2023

  1. Fix GivesBounty crashed on SharedCargo.

    Add ShowPassengerBounties as an option.
    dnqbob committed Sep 8, 2023
    Configuration menu
    Copy the full SHA
    a7d622c View commit details
    Browse the repository at this point in the history
  2. Merge pull request #123 from dnqbob/Fix-bounty

    Fix GivesBounty crashed on SharedCargo.
    MustaphaTR authored Sep 8, 2023
    Configuration menu
    Copy the full SHA
    99d2a8f View commit details
    Browse the repository at this point in the history
  3. Merge pull request #122 from dnqbob/rebase

    Rebased to newest bleed, we also need to change downstream after this upgrade
    MustaphaTR authored Sep 8, 2023
    Configuration menu
    Copy the full SHA
    f81e982 View commit details
    Browse the repository at this point in the history
  4. Fix overflow in missileTA

    dnqbob committed Sep 8, 2023
    Configuration menu
    Copy the full SHA
    728a5ee View commit details
    Browse the repository at this point in the history
  5. Merge pull request #124 from dnqbob/misl

    Fix overflow in missileTA
    MustaphaTR authored Sep 8, 2023
    Configuration menu
    Copy the full SHA
    9aad940 View commit details
    Browse the repository at this point in the history

Commits on Sep 11, 2023

  1. AI fix:

    1. Allow AI air squad provide support for other squads, optimize map
    scanning
    2. delete assign role tick, merged to general tick
    3. other tiny fixes
    dnqbob committed Sep 11, 2023
    Configuration menu
    Copy the full SHA
    a014887 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    bef804a View commit details
    Browse the repository at this point in the history
  3. Rebase of eab0bf8 of upstream

    "Fix bug that AI producion pause when there is too many unit in UnitDelays"
    dnqbob committed Sep 11, 2023
    Configuration menu
    Copy the full SHA
    accff2d View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    cff681a View commit details
    Browse the repository at this point in the history
  5. Merge pull request #125 from dnqbob/new-ai

    AI improves and AI rebase to upstream
    MustaphaTR authored Sep 11, 2023
    Configuration menu
    Copy the full SHA
    2017e17 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    e6094d1 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    1936165 View commit details
    Browse the repository at this point in the history
  8. Merge pull request #126 from dnqbob/rebase

    Rebase to newest bleed
    MustaphaTR authored Sep 11, 2023
    Configuration menu
    Copy the full SHA
    7a0cefa View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    b7507ac View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    022c1fd View commit details
    Browse the repository at this point in the history

Commits on Sep 13, 2023

  1. Fix queue limit not checked when random production. And external buil…

    …d request ignore queue limit.
    dnqbob committed Sep 13, 2023
    Configuration menu
    Copy the full SHA
    0532e15 View commit details
    Browse the repository at this point in the history

Commits on Sep 14, 2023

  1. Make Demolition public

    dnqbob committed Sep 14, 2023
    Configuration menu
    Copy the full SHA
    24e1723 View commit details
    Browse the repository at this point in the history
  2. SendUnitToAttackBotModule redo:

    1. support more complex setting, actor can attack and back.
    2. make disguise more acurrate to the player.
    dnqbob committed Sep 14, 2023
    Configuration menu
    Copy the full SHA
    e73c630 View commit details
    Browse the repository at this point in the history
  3. Merge pull request #127 from dnqbob/newsend

    SendUnitToAttackBotModule redo:
    MustaphaTR authored Sep 14, 2023
    Configuration menu
    Copy the full SHA
    1230fbd View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    ac4457a View commit details
    Browse the repository at this point in the history
  5. Apply changes i did to TriggerLayerWeaponWarhead i did on GenSDK that…

    … didn't transfer to AS.
    MustaphaTR committed Sep 14, 2023
    Configuration menu
    Copy the full SHA
    6993187 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    0e1238f View commit details
    Browse the repository at this point in the history
  7. Delete AutoDeployer

    dnqbob committed Sep 14, 2023
    Configuration menu
    Copy the full SHA
    814e096 View commit details
    Browse the repository at this point in the history
  8. Merge pull request #128 from dnqbob/delete-ad

    Replace AutoDeployerManager with ExternalBotOrdersManager
    MustaphaTR authored Sep 14, 2023
    Configuration menu
    Copy the full SHA
    9d73430 View commit details
    Browse the repository at this point in the history

Commits on Sep 15, 2023

  1. Configuration menu
    Copy the full SHA
    201751b View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    bd3398d View commit details
    Browse the repository at this point in the history
  3. Small fix on other place

    dnqbob committed Sep 15, 2023
    Configuration menu
    Copy the full SHA
    26177e0 View commit details
    Browse the repository at this point in the history
  4. Merge pull request #129 from dnqbob/ff

    Some small fix to SendUnitToAttackBotModule
    MustaphaTR authored Sep 15, 2023
    Configuration menu
    Copy the full SHA
    995122d View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    baa5cde View commit details
    Browse the repository at this point in the history

Commits on Sep 16, 2023

  1. Fix desc on AI module

    dnqbob committed Sep 16, 2023
    Configuration menu
    Copy the full SHA
    3442671 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #130 from dnqbob/ai-ff

    Fix desc on AI module
    MustaphaTR authored Sep 16, 2023
    Configuration menu
    Copy the full SHA
    2671492 View commit details
    Browse the repository at this point in the history
  3. Move SpawnNeighboringActors to AS.

    Gen should use this for Airfield hack too.
    MustaphaTR committed Sep 16, 2023
    Configuration menu
    Copy the full SHA
    07f4402 View commit details
    Browse the repository at this point in the history

Commits on Sep 18, 2023

  1. Fix crash when trying to get Damage versus a dead passenger.

    Not sure how/why that can trigger but this check should hopefully handle it. My case happened with SharedCargo, but i added it to all of them just in case.
    MustaphaTR committed Sep 18, 2023
    Configuration menu
    Copy the full SHA
    68bc296 View commit details
    Browse the repository at this point in the history

Commits on Sep 19, 2023

  1. Configuration menu
    Copy the full SHA
    416c7e0 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #131 from dnqbob/shareff

    SharedCargo: move IsDead check to RideSharedTransport, like the Cargo on upstream.
    MustaphaTR authored Sep 19, 2023
    Configuration menu
    Copy the full SHA
    fae2351 View commit details
    Browse the repository at this point in the history
  3. Add ShowShield to ASV.

    We don't want Countermeasure's Shielded trait to mess up with the UI. It shows up as 0/0 because it gives no real shield.
    MustaphaTR committed Sep 19, 2023
    Configuration menu
    Copy the full SHA
    c9bb457 View commit details
    Browse the repository at this point in the history

Commits on Sep 21, 2023

  1. Configuration menu
    Copy the full SHA
    26bdacb View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    e03319a View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    dac3165 View commit details
    Browse the repository at this point in the history

Commits on Sep 22, 2023

  1. Configuration menu
    Copy the full SHA
    566ee3c View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    1562efe View commit details
    Browse the repository at this point in the history
  3. Merge pull request #133 from dnqbob/fm

    Add JammedVFacing to solve missile endless fly problem.
    MustaphaTR authored Sep 22, 2023
    Configuration menu
    Copy the full SHA
    fc6322f View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    bc41f01 View commit details
    Browse the repository at this point in the history

Commits on Sep 23, 2023

  1. Configuration menu
    Copy the full SHA
    c90e32c View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    d80bd4b View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    82f7f7e View commit details
    Browse the repository at this point in the history
  4. AI related rebase mess

    dnqbob committed Sep 23, 2023
    Configuration menu
    Copy the full SHA
    ec9c62e View commit details
    Browse the repository at this point in the history
  5. Armament related rebase fix.

    dnqbob committed Sep 23, 2023
    Configuration menu
    Copy the full SHA
    0e6fd0c View commit details
    Browse the repository at this point in the history
  6. Merge pull request #134 from dnqbob/rebase1

    Rebase, ignoring Cargo.
    MustaphaTR authored Sep 23, 2023
    Configuration menu
    Copy the full SHA
    8f96b6e View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    4c0f043 View commit details
    Browse the repository at this point in the history
  8. Fix EjectOnDeath checks

    MustaphaTR committed Sep 23, 2023
    Configuration menu
    Copy the full SHA
    6c4a9b9 View commit details
    Browse the repository at this point in the history

Commits on Sep 24, 2023

  1. Configuration menu
    Copy the full SHA
    70af8aa View commit details
    Browse the repository at this point in the history
  2. Merge pull request #135 from dnqbob/rebase1

    Rebase to upstream on Harvester change
    MustaphaTR authored Sep 24, 2023
    Configuration menu
    Copy the full SHA
    70e3355 View commit details
    Browse the repository at this point in the history

Commits on Sep 26, 2023

  1. Configuration menu
    Copy the full SHA
    e3f40ce View commit details
    Browse the repository at this point in the history
  2. Attempt at fixing capture cursor bug.

    It fixes the cursor, but the voice is still broken.
    MustaphaTR committed Sep 26, 2023
    Configuration menu
    Copy the full SHA
    bb0b127 View commit details
    Browse the repository at this point in the history

Commits on Sep 27, 2023

  1. Fix crashing when transports are loaded via lua

    Co-Authored-By: Gustas <[email protected]>
    MustaphaTR and PunkPun committed Sep 27, 2023
    Configuration menu
    Copy the full SHA
    fba882d View commit details
    Browse the repository at this point in the history
  2. Add Lua support to properly use GrantConditionOnDeploy.

    So i can stop using the stupid GrantCondition hack as it doesn't work properly anymore.
    MustaphaTR committed Sep 27, 2023
    1 Configuration menu
    Copy the full SHA
    9181076 View commit details
    Browse the repository at this point in the history
  3. Style fix.

    MustaphaTR committed Sep 27, 2023
    Configuration menu
    Copy the full SHA
    eb530c2 View commit details
    Browse the repository at this point in the history
  4. More style fixes.

    MustaphaTR committed Sep 27, 2023
    Configuration menu
    Copy the full SHA
    7c15ab8 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    725f926 View commit details
    Browse the repository at this point in the history

Commits on Oct 6, 2023

  1. Configuration menu
    Copy the full SHA
    9f96d0c View commit details
    Browse the repository at this point in the history

Commits on Oct 9, 2023

  1. Update Linguini.

    Mailaender authored and PunkPun committed Oct 9, 2023
    Configuration menu
    Copy the full SHA
    b8b93af View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    6367729 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    9ae26f2 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    bc37d71 View commit details
    Browse the repository at this point in the history
  5. Added callback in Passenger during unload from cargo just before the …

    …actor is added back to the world
    michaeldgg2 authored and PunkPun committed Oct 9, 2023
    Configuration menu
    Copy the full SHA
    12fb091 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    b55606c View commit details
    Browse the repository at this point in the history
  7. Fix crash that DeployConditionProperties conflict with TransformPrope…

    …rties
    
    and change its name
    dnqbob committed Oct 9, 2023
    Configuration menu
    Copy the full SHA
    ab6e5bd View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    2cb44bf View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    69aa65d View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    5ace54b View commit details
    Browse the repository at this point in the history

Commits on Oct 10, 2023

  1. Configuration menu
    Copy the full SHA
    c8779e2 View commit details
    Browse the repository at this point in the history
  2. Update README.md

    ChrisAcrobat authored and PunkPun committed Oct 10, 2023
    Configuration menu
    Copy the full SHA
    d349209 View commit details
    Browse the repository at this point in the history

Commits on Oct 11, 2023

  1. Configuration menu
    Copy the full SHA
    b676693 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #136 from dnqbob/fix-deploy

    Fix deploy crash, Mono crash on AI
    MustaphaTR authored Oct 11, 2023
    Configuration menu
    Copy the full SHA
    71db4c3 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    85c8f6c View commit details
    Browse the repository at this point in the history

Commits on Oct 13, 2023

  1. Add LandingTick to ProductionAirdrop

    dnqbob authored and PunkPun committed Oct 13, 2023
    Configuration menu
    Copy the full SHA
    fc77c3c View commit details
    Browse the repository at this point in the history
  2. Add LandOffset for ProductionAirdrop

    dnqbob authored and PunkPun committed Oct 13, 2023
    Configuration menu
    Copy the full SHA
    13a6e02 View commit details
    Browse the repository at this point in the history
  3. CNC: Fix Nod airdrop offset

    dnqbob authored and PunkPun committed Oct 13, 2023
    Configuration menu
    Copy the full SHA
    4b9de8a View commit details
    Browse the repository at this point in the history
  4. Fix D2k airdrop visual

    dnqbob authored and PunkPun committed Oct 13, 2023
    Configuration menu
    Copy the full SHA
    f5450cd View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    6b151e6 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    30de1cd View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    d2fdd3c View commit details
    Browse the repository at this point in the history
  8. Clean the caching inside ModelWidget up

    abcdefg30 authored and PunkPun committed Oct 13, 2023
    Configuration menu
    Copy the full SHA
    e76d89f View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    a960eb4 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    72bb6c4 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    1dc14ed View commit details
    Browse the repository at this point in the history
  12. Revert "Remove an outdated comment from AutoCrusher.cs"

    This reverts commit c8779e2
    abcdefg30 authored and PunkPun committed Oct 13, 2023
    Configuration menu
    Copy the full SHA
    5eb6ba6 View commit details
    Browse the repository at this point in the history
  13. Fix AutoCrusher not being conditional

    abcdefg30 authored and PunkPun committed Oct 13, 2023
    Configuration menu
    Copy the full SHA
    876b66b View commit details
    Browse the repository at this point in the history

Commits on Oct 14, 2023

  1. Fix AutoCrusher uneffective.

    dnqbob authored and PunkPun committed Oct 14, 2023
    Configuration menu
    Copy the full SHA
    68d0533 View commit details
    Browse the repository at this point in the history
  2. Fixed initTable warnings about missing properties

    The Lua extension would report missing/uninitialized fields on actor creation because it thought they were required. This makes them all optional, except for OwnerInit, which is special.
    penev92 authored and Mailaender committed Oct 14, 2023
    Configuration menu
    Copy the full SHA
    74df2d2 View commit details
    Browse the repository at this point in the history
  3. Fixed table fields all being treated as readonly

    A recent update in the Lua extension makes it consider all fields that are defined as table entries annotated with @type to be readonly (providing a somewhat misleading warning saying that they don't exist). Defining them as @field annotations on the class makes it tread them normally.
    This affects ScriptActorProperties and ScriptPlayerProperties.
    penev92 authored and Mailaender committed Oct 14, 2023
    Configuration menu
    Copy the full SHA
    4e72026 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    c0f3f97 View commit details
    Browse the repository at this point in the history

Commits on Oct 15, 2023

  1. Configuration menu
    Copy the full SHA
    36d4492 View commit details
    Browse the repository at this point in the history

Commits on Oct 16, 2023

  1. Configuration menu
    Copy the full SHA
    7515c18 View commit details
    Browse the repository at this point in the history

Commits on Oct 17, 2023

  1. Extended indentation rules to more file types

    This reflects OpenRA ModSDK PR 189.
    penev92 authored and abcdefg30 committed Oct 17, 2023
    Configuration menu
    Copy the full SHA
    85d62f7 View commit details
    Browse the repository at this point in the history
  2. Fixed some bogus space indentation

    penev92 authored and abcdefg30 committed Oct 17, 2023
    Configuration menu
    Copy the full SHA
    13d446e View commit details
    Browse the repository at this point in the history
  3. Added current datetime properties to the Lua API

    Also deprecated the IsHalloween property in favour of them.
    penev92 authored and Mailaender committed Oct 17, 2023
    Configuration menu
    Copy the full SHA
    b394e15 View commit details
    Browse the repository at this point in the history
  4. Deprecated DateTimeGlobal.IsHalloween

    penev92 authored and Mailaender committed Oct 17, 2023
    Configuration menu
    Copy the full SHA
    806eebd View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    feced55 View commit details
    Browse the repository at this point in the history
  6. DetectCloaked: actor should be in world

    dnqbob authored and PunkPun committed Oct 17, 2023
    Configuration menu
    Copy the full SHA
    c427e24 View commit details
    Browse the repository at this point in the history

Commits on Oct 18, 2023

  1. Add GivesExperienceToMasterOrTransport and HasParent

    To deal with the case on mind control levelup, transport levelup and attack with summon levelup
    dnqbob committed Oct 18, 2023
    Configuration menu
    Copy the full SHA
    f327f6e View commit details
    Browse the repository at this point in the history
  2. Fix Berserkable not affect creep. Berserkable taget ally first, like …

    …that in cnc3 and ra2yr
    dnqbob committed Oct 18, 2023
    Configuration menu
    Copy the full SHA
    8560612 View commit details
    Browse the repository at this point in the history
  3. Update Inaccuracy of BulletAS

    dnqbob committed Oct 18, 2023
    Configuration menu
    Copy the full SHA
    0c57bee View commit details
    Browse the repository at this point in the history
  4. Allow ExplosionOnDamageTransition trigger mutiple time with cooldown …

    …while keep its trigger once function.
    dnqbob committed Oct 18, 2023
    Configuration menu
    Copy the full SHA
    882835d View commit details
    Browse the repository at this point in the history
  5. Fix up ArmamentNames using in SpawnerMaster.

    LinkToParent set to true at default
    dnqbob committed Oct 18, 2023
    Configuration menu
    Copy the full SHA
    7698243 View commit details
    Browse the repository at this point in the history

Commits on Oct 21, 2023

  1. Configuration menu
    Copy the full SHA
    20c683f View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    cd5eb89 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    d69dbd2 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    8b96b75 View commit details
    Browse the repository at this point in the history
  5. Add GrantConditionWhenDock pair

    dnqbob authored and PunkPun committed Oct 21, 2023
    Configuration menu
    Copy the full SHA
    3bc4a6c View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    1a98312 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    677c2b6 View commit details
    Browse the repository at this point in the history
  8. Remove model slider from common

    PunkPun authored and Mailaender committed Oct 21, 2023
    Configuration menu
    Copy the full SHA
    f4d1c92 View commit details
    Browse the repository at this point in the history
  9. Fix static linting

    PunkPun authored and Mailaender committed Oct 21, 2023
    Configuration menu
    Copy the full SHA
    1f0e739 View commit details
    Browse the repository at this point in the history
  10. Add automated chrome string extractor.

    PunkPun authored and Mailaender committed Oct 21, 2023
    Configuration menu
    Copy the full SHA
    cbd6b67 View commit details
    Browse the repository at this point in the history
  11. Automated translation extraction

    PunkPun authored and Mailaender committed Oct 21, 2023
    Configuration menu
    Copy the full SHA
    754e784 View commit details
    Browse the repository at this point in the history
  12. Manual fixup

    PunkPun authored and Mailaender committed Oct 21, 2023
    Configuration menu
    Copy the full SHA
    9a235f2 View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    9816051 View commit details
    Browse the repository at this point in the history
  14. TS: Hover MLRS simplify

    dnqbob authored and PunkPun committed Oct 21, 2023
    Configuration menu
    Copy the full SHA
    cd40d15 View commit details
    Browse the repository at this point in the history

Commits on Oct 22, 2023

  1. Configuration menu
    Copy the full SHA
    b1f5367 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    47af7a9 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    fe6de39 View commit details
    Browse the repository at this point in the history
  4. Enable start/end fades in D2k.

    pchote authored and PunkPun committed Oct 22, 2023
    Configuration menu
    Copy the full SHA
    7adcba5 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    59d40c8 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    a51a970 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    cb55039 View commit details
    Browse the repository at this point in the history
  8. Remove legacy OpenGL support.

    pchote authored and PunkPun committed Oct 22, 2023
    Configuration menu
    Copy the full SHA
    9a5f5f9 View commit details
    Browse the repository at this point in the history
  9. Fix shader type conversion.

    pchote authored and penev92 committed Oct 22, 2023
    Configuration menu
    Copy the full SHA
    813a198 View commit details
    Browse the repository at this point in the history

Commits on Oct 23, 2023

  1. Simplify post-processing shaders.

    pchote authored and PunkPun committed Oct 23, 2023
    Configuration menu
    Copy the full SHA
    43ddee5 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    c3ff5d9 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    4547f3c View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    143cd8f View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    3bb4252 View commit details
    Browse the repository at this point in the history

Commits on Oct 24, 2023

  1. Configuration menu
    Copy the full SHA
    f5e906f View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    4e754c6 View commit details
    Browse the repository at this point in the history
  3. Merge pull request #137 from dnqbob/addexp2m

    Add GivesExperienceToMasterOrTransport and HasParent
    MustaphaTR authored Oct 24, 2023
    Configuration menu
    Copy the full SHA
    484ea5c View commit details
    Browse the repository at this point in the history
  4. Fix shader type conversion.

    pchote authored and PunkPun committed Oct 24, 2023
    Configuration menu
    Copy the full SHA
    f1fba1e View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    4cc9b1b View commit details
    Browse the repository at this point in the history

Commits on Oct 25, 2023

  1. Configuration menu
    Copy the full SHA
    a3c0cee View commit details
    Browse the repository at this point in the history

Commits on Oct 27, 2023

  1. Add dynamic ChronoVortexRenderable.

    pchote authored and PunkPun committed Oct 27, 2023
    Configuration menu
    Copy the full SHA
    44d7903 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    37ce5e4 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    8503678 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    3d9ac5a View commit details
    Browse the repository at this point in the history

Commits on Oct 29, 2023

  1. Configuration menu
    Copy the full SHA
    dd95b19 View commit details
    Browse the repository at this point in the history
  2. Fix margins of TD ingame menu panels.

    pchote authored and PunkPun committed Oct 29, 2023
    Configuration menu
    Copy the full SHA
    500ee54 View commit details
    Browse the repository at this point in the history
  3. Fix lobby faction tooltip rendering.

    pchote authored and PunkPun committed Oct 29, 2023
    Configuration menu
    Copy the full SHA
    b28a3b6 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    96dc085 View commit details
    Browse the repository at this point in the history

Commits on Oct 30, 2023

  1. Fix Locomotor.CanMoveFreelyInto when using ignoreSelf.

    The ignoreSelf flag is intended to allow the current actor to be ignored when checking for blocking actors. This check worked correctly for cells occupied by a single actor. When a cell was occupied by multiple actors, the check was only working if the current actor happened to be the first actor. This is incorrect, if the current actor is anywhere in the cell then this flag should apply.
    
    This flag failing to be as effective as intended meant that checks in methods such as PathFinder.FindPathToTargetCells would consider the source cell inaccessible, when it should have considered the cell accessible. This is a disaster for performance as an inaccessible cell requires a slow fallback path that performs a local path search. This means pathfinding was unexpectedly slow when this occurred. One scenario is force attacking with a group of infantry sharing the same cell. They should benefit from this check to do a fast path search, but failed to benefit from this check and the search would be slow instead.
    
    Applying the flag correctly resolves the performance impact.
    RoosterDragon authored and PunkPun committed Oct 30, 2023
    Configuration menu
    Copy the full SHA
    216758d View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    b9b5b90 View commit details
    Browse the repository at this point in the history
  3. Enable Roslynator

    Remove existing rules which were not enforced and have some existing violations. Enforce a suite of useful rules that have no existing violations.
    RoosterDragon authored and abcdefg30 committed Oct 30, 2023
    Configuration menu
    Copy the full SHA
    917b051 View commit details
    Browse the repository at this point in the history
  4. Fix RCS1041

    RoosterDragon authored and PunkPun committed Oct 30, 2023
    Configuration menu
    Copy the full SHA
    9f1ea57 View commit details
    Browse the repository at this point in the history
  5. Fix RCS1049

    RoosterDragon authored and PunkPun committed Oct 30, 2023
    Configuration menu
    Copy the full SHA
    d1dc629 View commit details
    Browse the repository at this point in the history
  6. Fix RCS1058

    RoosterDragon authored and PunkPun committed Oct 30, 2023
    Configuration menu
    Copy the full SHA
    1a299d1 View commit details
    Browse the repository at this point in the history
  7. Fix RCS1068

    RoosterDragon authored and PunkPun committed Oct 30, 2023
    Configuration menu
    Copy the full SHA
    4fe2ed3 View commit details
    Browse the repository at this point in the history
  8. Fix RCS1071

    RoosterDragon authored and PunkPun committed Oct 30, 2023
    Configuration menu
    Copy the full SHA
    43ebb93 View commit details
    Browse the repository at this point in the history
  9. Fix RCS1074

    RoosterDragon authored and PunkPun committed Oct 30, 2023
    Configuration menu
    Copy the full SHA
    06aa378 View commit details
    Browse the repository at this point in the history
  10. Fix RCS1080

    RoosterDragon authored and PunkPun committed Oct 30, 2023
    Configuration menu
    Copy the full SHA
    ce39e97 View commit details
    Browse the repository at this point in the history
  11. Fix RCS1084

    RoosterDragon authored and PunkPun committed Oct 30, 2023
    Configuration menu
    Copy the full SHA
    60e86f5 View commit details
    Browse the repository at this point in the history
  12. Fix RCS1099

    RoosterDragon authored and PunkPun committed Oct 30, 2023
    Configuration menu
    Copy the full SHA
    c63788b View commit details
    Browse the repository at this point in the history
  13. Fix RCS1112

    RoosterDragon authored and PunkPun committed Oct 30, 2023
    Configuration menu
    Copy the full SHA
    0bb2bc6 View commit details
    Browse the repository at this point in the history
  14. Fix RCS1132

    RoosterDragon authored and PunkPun committed Oct 30, 2023
    Configuration menu
    Copy the full SHA
    11b59b0 View commit details
    Browse the repository at this point in the history
  15. Fix RCS1134

    RoosterDragon authored and PunkPun committed Oct 30, 2023
    Configuration menu
    Copy the full SHA
    fcfee31 View commit details
    Browse the repository at this point in the history
  16. Fix RCS1179

    RoosterDragon authored and PunkPun committed Oct 30, 2023
    Configuration menu
    Copy the full SHA
    258de7a View commit details
    Browse the repository at this point in the history
  17. Fix RCS1190

    RoosterDragon authored and PunkPun committed Oct 30, 2023
    Configuration menu
    Copy the full SHA
    cf255fc View commit details
    Browse the repository at this point in the history
  18. Fix RCS1191

    RoosterDragon authored and PunkPun committed Oct 30, 2023
    Configuration menu
    Copy the full SHA
    11a892f View commit details
    Browse the repository at this point in the history
  19. Fix RCS1192

    RoosterDragon authored and PunkPun committed Oct 30, 2023
    Configuration menu
    Copy the full SHA
    aa8e85f View commit details
    Browse the repository at this point in the history
  20. Fix RCS1214

    RoosterDragon authored and PunkPun committed Oct 30, 2023
    Configuration menu
    Copy the full SHA
    a24308b View commit details
    Browse the repository at this point in the history
  21. Fix RCS1216

    RoosterDragon authored and PunkPun committed Oct 30, 2023
    Configuration menu
    Copy the full SHA
    d2ecd0c View commit details
    Browse the repository at this point in the history
  22. Fix RCS1218

    RoosterDragon authored and PunkPun committed Oct 30, 2023
    Configuration menu
    Copy the full SHA
    e364659 View commit details
    Browse the repository at this point in the history
  23. Fix RCS1225

    RoosterDragon authored and PunkPun committed Oct 30, 2023
    Configuration menu
    Copy the full SHA
    724511e View commit details
    Browse the repository at this point in the history
  24. Fix RCS1226

    RoosterDragon authored and PunkPun committed Oct 30, 2023
    Configuration menu
    Copy the full SHA
    c4ca3ca View commit details
    Browse the repository at this point in the history
  25. Fix RCS1227

    RoosterDragon authored and PunkPun committed Oct 30, 2023
    Configuration menu
    Copy the full SHA
    64de284 View commit details
    Browse the repository at this point in the history
  26. Fix RCS1239

    RoosterDragon authored and PunkPun committed Oct 30, 2023
    Configuration menu
    Copy the full SHA
    fc0bdce View commit details
    Browse the repository at this point in the history
  27. Configuration menu
    Copy the full SHA
    7baae40 View commit details
    Browse the repository at this point in the history
  28. Configuration menu
    Copy the full SHA
    3f0159c View commit details
    Browse the repository at this point in the history
  29. Configuration menu
    Copy the full SHA
    48a2a75 View commit details
    Browse the repository at this point in the history
  30. Configuration menu
    Copy the full SHA
    57cef52 View commit details
    Browse the repository at this point in the history
  31. Silence warnings about multiple enumerations in AIUtils

    This method only every receives a list as parameter
    abcdefg30 authored and PunkPun committed Oct 30, 2023
    Configuration menu
    Copy the full SHA
    6fb7bb1 View commit details
    Browse the repository at this point in the history
  32. Configuration menu
    Copy the full SHA
    ed3ca78 View commit details
    Browse the repository at this point in the history
  33. Remove an unnecessary variable assignment

    The info is already set with the same name in the constructor
    abcdefg30 authored and PunkPun committed Oct 30, 2023
    Configuration menu
    Copy the full SHA
    61c3c25 View commit details
    Browse the repository at this point in the history
  34. Configuration menu
    Copy the full SHA
    d9f5588 View commit details
    Browse the repository at this point in the history
  35. Configuration menu
    Copy the full SHA
    c0da41a View commit details
    Browse the repository at this point in the history

Commits on Oct 31, 2023

  1. Configuration menu
    Copy the full SHA
    fe664ed View commit details
    Browse the repository at this point in the history