• This project
    • Loading...
  • Sign in

tome / Tales of MajEyal · Commits

GitLab

  • Go to group
  • Project
  • Activity
  • Files
  • Commits
  • Builds 0
  • Graphs
  • Milestones
  • Merge Requests 43
  • Labels
  • Forks
  • Snippets
  • Network
  • Commits 15,032
  • Network
  • Compare
  • Branches 54
  • Tags 98
  • t-engine4
29 Jun, 2021
7 commits
  • 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 »

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 »

20 Jun, 2021
1 commit
  • Korean translation update ...
    9f5fb3b7
    People say last minute have some more minutes
    Otowa Kotori authored
    2021-06-20 18:18:26 +0800  
    Browse Files »

19 Jun, 2021
10 commits
  • Clarify shield removal description for Impale.
    3730c36a
    K'van authored
    2021-06-19 19:20:42 +0200  
    Browse Files »
  • 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 »
  • Fix Vile Transplant effect limit.
    08c6b9c5
    K'van authored
    2021-06-19 18:23:51 +0200  
    Browse Files »
  • Update Weapon of Light description to include the shield duration refresh.
    32e813f1
    K'van authored
    2021-06-19 18:11:49 +0200  
    Browse Files »
  • Fix typo in action speed tooltip (performa -> perform) and update block tooltip … ...
    e9d6dab5
    …to reflect current behavior.
    K'van authored
    2021-06-19 17:30:00 +0200  
    Browse Files »
  • Update Korean Translation
    67feec3b
    Otowa Kotori authored
    2021-06-19 19:15:31 +0800  
    Browse Files »

18 Jun, 2021
2 commits
  • Updated the face of most character dolls
      40983cd7
    DarkGod authored
    2021-06-18 19:32:13 +0200  
    Browse Files »
  • more UI
      5d88fea7
    DarkGod authored
    2021-06-18 12:02:13 +0200  
    Browse Files »

17 Jun, 2021
4 commits
  • Merge branch 'master' of git.net-core.org:tome/t-engine4
      c08f1060
    DarkGod authored
    2021-06-17 15:19:59 +0200  
    Browse Files »
  • Some UI updates ...
    81dd39c0
    Tentative fix for yeti's in EoR havingfur stick outside of pants
    DarkGod authored
    2021-06-17 15:19:19 +0200  
    Browse Files »
  • Merge branch 'i18n' into 'master' ...
      5e191a90
    Last minute Korea translation bugfix
    
    
    
    See merge request !748
    DarkGod authored
    2021-06-17 13:04:37 +0200  
    Browse Files »
  • Last minute Korea translation fix
    fc41e7b2
    Otowa Kotori authored
    2021-06-17 18:22:31 +0800  
    Browse Files »

16 Jun, 2021
3 commits
  • Merge branch 'misc_idk' into 'master' ...
      a5d61664
    Miscs for next version
    
    1. fix wintry ego on shield not crit (it does mindcrit, but then use the base damage instead)
    2. fix Shattering Charge double crits (luckily only spire dragon knows this obslete talent, which is extremely rare except Gorbat Pride).
    
    See merge request !747
    DarkGod authored
    2021-06-16 12:41:42 +0200  
    Browse Files »
  • fix wintry ego on shield not crit
    41df6cb0
    yutio888 authored
    2021-06-16 18:16:10 +0800  
    Browse Files »
  • fix Shattering Charge double crit
    0239f685
    yutio888 authored
    2021-06-16 16:51:37 +0800  
    Browse Files »

15 Jun, 2021
3 commits
  • Merge branch 'fix_double_boost_chant_hymn' into 'master' ...
      09e0f806
    fix talent level of chants & hymns boosted by difficulty twice.
    
    In high difficulties, Chant of XXX or Hymn of XXX has higher level than Chant Acolyte or Hymn Acolyte accordingly, because they get double boost from difficulty.
    This merge request add "no_difficulty_boost" tag to Chant Acolyte and Hymn Acolyte to avoid double boost.
    
    See merge request !743
    DarkGod authored
    2021-06-15 16:23:28 +0200  
    Browse Files »
  • Merge branch 'master' of git.net-core.org:tome/t-engine4
      1a8d9aaf
    DarkGod authored
    2021-06-15 16:10:03 +0200  
    Browse Files »
  • plop
    d7cdd2c6
    DarkGod authored
    2021-06-15 15:26:24 +0200  
    Browse Files »

14 Jun, 2021
3 commits
  • Typo fix Call of the Mausoleum: lyring -> laying
    df71c048
    K'van authored
    2021-06-14 21:47:52 +0200  
    Browse Files »
  • Typo fix Gravitic Trap: damgae -> damage
    8ddc6de5
    K'van authored
    2021-06-14 21:44:23 +0200  
    Browse Files »
  • Merge branch 'i18n' into 'master' ...
      428babd9
    Translation Update for 1.7.4
    
    update translation for 1.7.4
    
    See merge request !724
    DarkGod authored
    2021-06-14 18:43:32 +0200  
    Browse Files »