• This project
    • Loading...
  • Sign in

tome / Tales of MajEyal · Commits

GitLab

  • Go to group
  • Project
  • Activity
  • Files
  • Commits
  • Builds 0
  • Graphs
  • Milestones
  • Merge Requests 57
  • Labels
  • Forks
  • Snippets
  • Network
  • Commits 15,051
  • Network
  • Compare
  • Branches 54
  • Tags 98
  • t-engine4
19 Jun, 2021
5 commits
  • Clarify shield removal description on Sunder Armour.
    458a468d
    K'van authored
    2021-06-19 19:15:53 +0200  
    Browse Files »
  • Clarify Shattering Blow shield removal description.
    6e8da2f1
    K'van authored
    2021-06-19 19:13:21 +0200  
    Browse Files »
  • Restrict "shield" subtype to effects with a limited damage absorption total.
    580703fc
    K'van authored
    2021-06-19 19:08:38 +0200  
    Browse Files »
  • Restrict "shield" subtype to temporary effects with a limited absorption total.
    9bc5bbe9
    K'van authored
    2021-06-19 19:05:57 +0200  
    Browse Files »
  • Restrict "shield" subtype to effects that are affected by aegis, getShieldAmount… ...
    d429d7e1
    …, getShieldDuration, etc.
    K'van authored
    2021-06-19 18:56:30 +0200  
    Browse Files »

07 Jun, 2021
2 commits
  • moar
      294e777b
    DarkGod authored
    2021-06-07 18:19:56 +0200  
    Browse Files »
  • New gfx for the Rune of Reflection ...
      c9e9e512
    Updated many NPCs tiles
    DarkGod authored
    2021-06-07 18:11:59 +0200  
    Browse Files »

02 Jun, 2021
10 commits
  • Fix Assasinate
    e2ca8c6d
    DarkGod authored
    2021-06-02 17:07:07 +0200  
    Browse Files »
  • Merge branch 'master' of git.net-core.org:tome/t-engine4
      e55013c9
    DarkGod authored
    2021-06-02 16:14:34 +0200  
    Browse Files »
  • Merge branch 'force_talent_no_break' into 'master' ...
      5e702c84
    forceUseTalent will not break things like movement infusion and won't be distrubed by confusion
    
    
    
    See merge request !728
    DarkGod authored
    2021-06-02 16:14:16 +0200  
    Browse Files »
  • Merge branch 'master' of git.net-core.org:tome/t-engine4
    589b4a8c
    DarkGod authored
    2021-06-02 16:07:04 +0200  
    Browse Files »
  • Merge branch 'callbackOnAITalentTactics' into 'master' ...
      b739184a
    Add a new hook/callback, ActorAI:aiTalentTactics/callbackOnAITalentTactics
    
    This hook/callback allows modifying talent tactical table. It is useful for sustains that modify other talents' behavior, like Arcane Combat, and allows more fine-grained AI management.
    This modification may significantly buff Arcane Blade npcs.
    
    See merge request !729
    DarkGod authored
    2021-06-02 16:06:23 +0200  
    Browse Files »
  • Merge branch 'split_brutalize_effects' into 'master' ...
      a887cce0
    Split the effect of Brutalized and Stunned
    
    Allows Brutalize reduce enemies' `cut_immune` without checking stun immune
    Bleed synergy is the core design of Fallen, and immune reduction should pass enemy immunity to ensure it can be used on any enemy, like Reaver's Epidemic or Archmage's Wet.
    
    See merge request !731
    DarkGod authored
    2021-06-02 15:58:03 +0200  
    Browse Files »
  • Merge branch 'fix-shadow-fade' into 'master' ...
      c399d6fb
    Shadow Fade Fix
    
    Fix Shadows not Fading once they are immune to their summoner's damage
    
    In 083e3474 shadows were updated to not try to fade if they were being hit by their master who they are immune to.  But it was done incorrectly and Shadows of level 5+ lost the ability to fade at all.
    
    See merge request !732
    DarkGod authored
    2021-06-02 15:56:00 +0200  
    Browse Files »
  • moar
    1f340341
    DarkGod authored
    2021-06-02 15:54:08 +0200  
    Browse Files »
  • portraits
      61031df5
    DarkGod authored
    2021-06-02 11:58:20 +0200  
    Browse Files »
  • combatAttackRanged supports mag_attack
    d1ac414a
    DarkGod authored
    2021-06-02 11:57:59 +0200  
    Browse Files »

01 Jun, 2021
7 commits
  • Fix Shadows not Fading once they are immune to their summoner's damage
    9af66d00
    Recaiden authored
    2021-06-01 16:58:17 -0500  
    Browse Files »
  • fix
      52dd0daa
    DarkGod authored
    2021-06-01 18:48:43 +0200  
    Browse Files »
  • plopo
      dd96e2da
    DarkGod authored
    2021-06-01 17:49:10 +0200  
    Browse Files »
  • unlock for avatars
      e8f64ae5
    DarkGod authored
    2021-06-01 17:31:04 +0200  
    Browse Files »
  • Merge branch 'sunpalevo'
      a22f7184
    DarkGod authored
    2021-06-01 11:42:04 +0200  
    Browse Files »
  • Add chat portraits to many things
      84c15aa5
    DarkGod authored
    2021-06-01 11:40:27 +0200  
    Browse Files »
  • rampage will also not affected by force using talents
    73be25dd
    Otowa Kotori authored
    2021-06-01 16:21:52 +0800  
    Browse Files »

31 May, 2021
3 commits
  • Split the effect of Brutalized and Stunned ...
    b2629b22
    This allows Brutalize reduce enemy's' `cut_immune` with out checking stun immune
    Otowa Kotori authored
    2021-05-31 19:33:17 +0800  
    Browse Files »
  • plop
      d6972771
    DarkGod authored
    2021-05-31 12:12:01 +0200  
    Browse Files »
  • sun pal evo stuff
    533d549e
    DarkGod authored
    2021-05-31 12:11:31 +0200  
    Browse Files »

29 May, 2021
1 commit
  • Add a new hook/callback, ActorAI:aiTalentTactics/callbackOnAITalentTactics ...
    74d14fd6
    This hook/callback allows modifying talent tactical table. It is useful for sustains that modify other talents' behavior, like Arcane Combat, and allows more fine-grained AI management.
    This modification may significantly buff Arcane Blade npcs.
    Otowa Kotori authored
    2021-05-29 22:42:06 +0800  
    Browse Files »

28 May, 2021
1 commit
  • forceUseTalent will not break things like movement infusion and won't be distrubed by confusion
    9ef05670
    Otowa Kotori authored
    2021-05-28 17:45:01 +0800  
    Browse Files »

27 May, 2021
11 commits
  • Fix Disengage being able to move through walls
      326acc84
    DarkGod authored
    2021-05-27 16:08:06 +0200  
    Browse Files »
  • default locale
      60fd8374
    DarkGod authored
    2021-05-27 16:01:40 +0200  
    Browse Files »
  • Merge branch 'master' of git.net-core.org:tome/t-engine4
    b1cea170
    DarkGod authored
    2021-05-27 16:00:26 +0200  
    Browse Files »
  • plopo
    66e41fd9
    DarkGod authored
    2021-05-27 15:56:30 +0200  
    Browse Files »
  • Merge branch 't1zones_level_range' into 'master' ...
      847bd77d
    Increase the level range of the rest tier1 zones
    
    Corresponding to 80a6f158
    
    See merge request !726
    DarkGod authored
    2021-05-27 15:48:03 +0200  
    Browse Files »
  • Merge branch 'typos-descriptions' into 'master' ...
      33544ca8
    Typo and Description Fixes
    
    
    
    See merge request !709
    DarkGod authored
    2021-05-27 15:43:06 +0200  
    Browse Files »
  • Merge branch 'quickened-fix' into 'master' ...
      a65ba931
    Update Yeek's Quickened to trigger if the damage would leave you at 30% life or …
    
    …less. This seemed to be the original intent, but it was not taking the damage into account as written, so would only trigger when taking damage *after* your life was 30% or less.
    
    See merge request !707
    DarkGod authored
    2021-05-27 15:33:13 +0200  
    Browse Files »
  • Revert "Give every class that doesn't currently receive combat training at birth… ...
    2b59a889
    … combat training at 1.0 mastery"
    
    This reverts commit 65446034.
    DarkGod authored
    2021-05-27 15:21:23 +0200  
    Browse Files »
  • Revert "Ban fearscape on randbosses" ...
    22a095ff
    This reverts commit 3380a69e.
    DarkGod authored
    2021-05-27 15:21:10 +0200  
    Browse Files »
  • Merge branch 'Bunny/t-engine4-1.7.3bnnsc'
    24f07444
    DarkGod authored
    2021-05-27 15:20:55 +0200  
    Browse Files »
  • Upscaled the size of many lore pictures
      9794b6c0
    DarkGod authored
    2021-05-27 12:13:33 +0200  
    Browse Files »