• This project
    • Loading...
  • Sign in

tome / Tales of MajEyal · Commits

GitLab

  • Go to group
  • Project
  • Activity
  • Files
  • Commits
  • Builds 0
  • Graphs
  • Milestones
  • Merge Requests 55
  • Labels
  • Forks
  • Snippets
  • Network
  • Commits 15,051
  • Network
  • Compare
  • Branches 54
  • Tags 98
  • t-engine4
30 Jul, 2021
1 commit
  • plop
      3a06daa0
    DarkGod authored
    2021-07-30 12:37:27 +0200  
    Browse Files »

27 Jul, 2021
9 commits
  • Merge branch 'fix-purging-trap-immunity' into 'master' ...
      bc50953c
    Fix Purging Trap to check silence immunity.
    
    The silence aspect of the trap will check silence immunity of the target before applying silence.
    
    See merge request !772
    DarkGod authored
    2021-07-27 15:35:36 +0200  
    Browse Files »
  • Merge branch '174-miscs' into 'master' ...
      0e82ff63
    Miscs
    
    1. Bring back the fix: The duration of an existing effect will not be reduced by setting a new effect with a shorter duration (controlled by on_merge for some  effects).
    2. Living lightning correctly works with Range Amplification Device
    3. Stormshield rune's block number and threshold should be an integer
    4. Randart bows & slings should not have base damage
    
    See merge request !771
    DarkGod authored
    2021-07-27 15:35:05 +0200  
    Browse Files »
  • Merge branch 'update-aura-undeath-info' into 'master' ...
      34a914fd
    Update Aura of Undeath description
    
    Update Aura of Undeath description to specify that the inherited damage increase is based on your *highest* damage increase.
    
    See merge request !770
    DarkGod authored
    2021-07-27 15:32:39 +0200  
    Browse Files »
  • Merge branch 'fix-object-egorules-talenton' into 'master' ...
      2dbbff01
    Update special ego rules to include all cases of talent_on_X.
    
    Fixes issues such as the one which will result from imbuing the Prismatic Eye onto armor with a talent_on_spell e.g. Black Robe.
    
    See merge request !769
    DarkGod authored
    2021-07-27 15:32:15 +0200  
    Browse Files »
  • Merge branch 'update-aods-unlock-checker' into 'master' ...
      a30b4bf1
    Change the type for the Avatar Distant Sun Unlock Checker to "base/class"
    
    Change the type for the Avatar Distant Sun Unlock Checker hidden talent to "base/class" so it will not prevent a Sun Paladin from entering Zigur who otherwise could.
    
    See merge request !768
    DarkGod authored
    2021-07-27 15:31:46 +0200  
    Browse Files »
  • Merge branch 'update-agility-vault-preuse' into 'master' ...
      b6b4ee14
    Update the on_pre_use for Vault to check for a shield only.
    
    The action only uses the shield, so we don't need to check for sling and ammo as well.
    
    See merge request !767
    DarkGod authored
    2021-07-27 15:31:21 +0200  
    Browse Files »
  • Merge branch 'fix-call-ooze-preuse' into 'master' ...
      6ff9d4ca
    Fix Call of the Ooze on_pre_use
    
    Update Call of the Ooze on_pre_use to check your number of total summons vs the limit allowed by Mitosis (Call of the Ooze's own limit is still checked in the action), so it can be used if you already have one or more oozes but do not have max summons or the max oozes allowed by mitosis.
    
    See merge request !766
    DarkGod authored
    2021-07-27 15:30:53 +0200  
    Browse Files »
  • Merge branch 'fix-vim-tooltip' into 'master' ...
      bda25443
    Correct Vim tooltip.
    
    Vim gain is 1 + 50% Wil times creature rank, not 1 + 30% Wil times half creature rank
    
    See merge request !762
    DarkGod authored
    2021-07-27 15:27:50 +0200  
    Browse Files »
  • Merge branch 'waters-life-ignore-heal-test' into 'master' ...
      f50b3248
    Allow Waters of Life to bypass is_heal test
    
    Allow Waters of Life to bypass is_heal test because it prevents poison/disease from hurting you, even if 0 heal mod stops any healing.
    
    See merge request !760
    DarkGod authored
    2021-07-27 15:24:25 +0200  
    Browse Files »

26 Jul, 2021
1 commit
  • Fix Purging Trap to not bypass silence immunity.
    6a651824
    K'van authored
    2021-07-26 20:54:38 +0200  
    Browse Files »

25 Jul, 2021
2 commits
  • fix bows & slings randarts have base damage
    330d1da9
    yutio888 authored
    2021-07-25 15:05:21 +0800  
    Browse Files »
  • Stormshield rune's block nb and threshold should be an integer
    c766b28b
    yutio888 authored
    2021-07-25 15:05:13 +0800  
    Browse Files »

22 Jul, 2021
4 commits
  • Update Aura of Undeath description to specify that the inherited damage increase… ...
    820eeb68
    … is based on your highest damage increase.
    K'van authored
    2021-07-22 22:19:20 +0200  
    Browse Files »
  • Stormshield rune's block nb and threshold should be an integer
    d6112422
    yutio888 authored
    2021-07-22 15:09:05 +0800  
    Browse Files »
  • Living lightning correctly works with Range Amplification Device
    123b0aef
    yutio888 authored
    2021-07-22 10:27:54 +0800  
    Browse Files »
  • Bring back the fix: The duration of an existing effect will not be reduced by se… ...
    d6ff5357
    …tting a new effect with a shorter duration (controlled by on_merge for some  effects). This means that an effect will not be removed if you save against another application of the same effect.
    This was not functioning due to a careless code removal.
    yutio888 authored
    2021-07-22 10:27:53 +0800  
    Browse Files »

21 Jul, 2021
2 commits
  • Fixed the fix
    5960dd0b
    K'van authored
    2021-07-21 20:34:42 +0200  
    Browse Files »
  • Update special ego rules to include all cases of talent_on_X. Fixes issues such … ...
    fb4c067a
    …as the one which will result from imbuing the Prismatic Eye onto armor with a talent_on_spell e.g. Black Robe.
    K'van authored
    2021-07-21 02:10:35 +0200  
    Browse Directory »

20 Jul, 2021
2 commits
  • Change the type for the Avatar Distant Sun Unlock Checker to "base/class" so it … ...
    9b951fda
    …will not prevent a Sun Paladin from entering Zigur who otherwise could.
    K'van authored
    2021-07-20 22:31:56 +0200  
    Browse Directory »
  • Update the on_pre_use for Vault to check for a shield only. The action only uses… ...
    abf8d96a
    … the shield, so we don't need to check for sling and ammo as well.
    K'van authored
    2021-07-20 22:20:08 +0200  
    Browse Files »

16 Jul, 2021
1 commit
  • Update Call of the Ooze on_pre_use to check your number of total summons vs the … ...
    73cb9b01
    …limit allowed by Mitosis (Call of the Ooze's own limit is still checked in the action), so it can be used if you already have one or more oozes but do not have max summons or the max oozes allowed by mitosis.
    K'van authored
    2021-07-16 00:31:43 +0200  
    Browse Directory »

04 Jul, 2021
1 commit
  • Correct Vim tooltip. (Vim gain is 1 + 50% Wil times creature rank, not 1 + 30% W… ...
    27cfd3f8
    …il times half creature rank)
    K'van authored
    2021-07-04 19:05:15 +0200  
    Browse Files »

03 Jul, 2021
1 commit
  • Allow Waters of Life to bypass is_heal test because it can also cleanse effects … ...
    ca115e27
    …which could possibly reduce your heal mod to 0 (causing the is_heal test to fail).
    K'van authored
    2021-07-03 01:03:44 +0200  
    Browse Files »

29 Jun, 2021
8 commits
  • Merge branch 'no-infinite-heroism' into 'master' ...
      905a4a6d
    Prevent Heroism lost life bonus from chaining infinitely.
    
    
    
    See merge request !757
    DarkGod authored
    2021-06-29 18:47:24 +0200  
    Browse Directory »
  • Merge branch 'shield-effect-subtype-consolidation' into 'master' ...
      c6ecacc1
    Shield effect subtype consolidation
    
    1. Limit "shield" effect subtype to effects with a limited damage absorption amount (magical shields affected by getShieldAmount() etc, Psi Damage Shield, and Resonance Shield). Removed subtype from many effects that are not impacted by getShieldAmount, getShieldDuration, or that grant other types of protection, such as damage redirection, damage negation, negative life, and so on.
    2. Clarify that only one shield is removed and chosen at random for Shattering Blow, Sunder Armour and Impale.
    
    See merge request !754
    DarkGod authored
    2021-06-29 18:46:25 +0200  
    Browse Files »
  • Merge branch 'description-update-weapon-light' into 'master' ...
      ce8db74c
    Update Weapon of Light description to include the shield duration refresh.
    
    
    
    See merge request !752
    DarkGod authored
    2021-06-29 18:45:58 +0200  
    Browse Files »
  • Merge branch 'typo-fix-tooltips' into 'master' ...
      833c0510
    Fix typo in action speed tooltip and update block tooltip
    
    Fix typo in action speed tooltip (performa -> perform) and update block tooltip to reflect current behavior.
    
    See merge request !751
    DarkGod authored
    2021-06-29 18:45:44 +0200  
    Browse Files »
  • Merge branch 'typo-fix-call-mausoleum' into 'master' ...
      3ab6e392
    Typo fix Call of the Mausoleum: lyring -> lying
    
    
    
    See merge request !746
    DarkGod authored
    2021-06-29 18:16:24 +0200  
    Browse Files »
  • Merge branch 'typo-fix-grav-trap' into 'master' ...
      24af7d8b
    Typo fix Gravitic Trap: damgae -> damage
    
    
    
    See merge request !745
    DarkGod authored
    2021-06-29 18:16:12 +0200  
    Browse Files »
  • Merge branch 'combat_table_updates' into 'master' ...
      007d575d
    Makes combat tables for items refer back to their source item.
    
    Adds a `self` property to `o.combat` and `o.special_combat` that refers back to item's full table. Combat tables tend to get passed around through various functions and callbacks and it can be difficult to connect a combat table to a full object. This makes the link two-way (`o.combat.self == o`).
    
    This doesn't break saves, but any functionality dependent on the link *will* require a new save, as it only applies to newly generated items.
    
    See merge request !693
    DarkGod authored
    2021-06-29 17:59:16 +0200  
    Browse Files »
  • plop
      69c48d66
    DarkGod authored
    2021-06-29 17:32:34 +0200  
    Browse Files »

28 Jun, 2021
1 commit
  • Plops are not welcome and thus removed
      7d678382
    DarkGod authored
    2021-06-28 19:29:05 +0200  
    Browse Files »

27 Jun, 2021
1 commit
  • Prevent Heroism lost life bonus from chaining infinitely.
    1937f5e9
    K'van authored
    2021-06-27 00:55:29 +0200  
    Browse Files »

26 Jun, 2021
1 commit
  • bump
      ef46f76f
    DarkGod authored
    2021-06-26 18:59:46 +0200  
    Browse Files »

25 Jun, 2021
2 commits
  • Merge branch 'master' of git.net-core.org:tome/t-engine4
      12be3fb2
    DarkGod authored
    2021-06-25 14:26:11 +0200  
    Browse Files »
  • Prevent clicking multiple times on hotkeys while the targetting interface is run… ...
    28e73b32
    …ning (prevents infinite ressource bug)
    DarkGod authored
    2021-06-25 14:19:48 +0200  
    Browse Files »

24 Jun, 2021
2 commits
  • Merge branch 'i18n' into 'master' ...
      5bbf6971
    Update Korean Translation
    
    
    
    See merge request !750
    DarkGod authored
    2021-06-24 16:07:23 +0200  
    Browse Files »
  • Merge branch 'vile-transplant-limit-fix' into 'master' ...
      13644be1
    Fix Vile Transplant effect limit.
    
    
    
    See merge request !753
    DarkGod authored
    2021-06-24 16:06:55 +0200  
    Browse Files »

22 Jun, 2021
1 commit
  • Update Korean Translation
    6e67abe9
    Otowa Kotori authored
    2021-06-22 18:54:34 +0800  
    Browse Files »