• 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
29 Jun, 2021
4 commits
  • 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
2 commits
  • Fix Vile Transplant effect limit.
    08c6b9c5
    K'van authored
    2021-06-19 18:23:51 +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
7 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 »
  • Update Chinese Translation
    0e42bf1b
    Otowa Kotori authored
    2021-06-14 14:14:54 +0800  
    Browse Files »
  • Update Japanese Translation
    bc95e903
    Otowa Kotori authored
    2021-06-14 14:10:05 +0800  
    Browse Files »
  • Update Korean Translation
    71633c00
    Otowa Kotori authored
    2021-06-14 14:06:51 +0800  
    Browse Files »
  • Merge remote-tracking branch 'upstream/master' into i18n
    7b84ef74
    Otowa Kotori authored
    2021-06-14 14:04:31 +0800  
    Browse Files »

12 Jun, 2021
1 commit
  • fix that talent level of chants & hymns boosted by difficulty twice.
    600b9fdd
    yutio888 authored
    2021-06-12 13:11:22 +0800  
    Browse Files »

11 Jun, 2021
6 commits
  • Merge branch 'master' of git.net-core.org:tome/t-engine4
      daccc078
    DarkGod authored
    2021-06-11 17:45:43 +0200  
    Browse Files »
  • sanity
    3df15b9b
    DarkGod authored
    2021-06-11 15:38:47 +0200  
    Browse Files »
  • Merge branch 'i18n' of git.net-core.org:otowakotori/t-engine4 into i18n
    cfe60569
    Otowa Kotori authored
    2021-06-11 18:43:51 +0800  
    Browse Files »
  • needed change for merged korean texts
    1ea6778a
    Otowa Kotori authored
    2021-06-11 18:42:49 +0800  
    Browse Files »
  • Merge branch 'kneecapper-kill-shot-fix' into 'master' ...
      796d5b15
    Update targeting parameters for Kneecapper and Kill Shot
    
    Update targeting parameters for Kneecapper and Kill Shot so they will not trigger a shot or go on cooldown or use energy when targeting an empty tile. Behavior was inconsistent between the two, and Called Shots won't hit an actor that is not targeted, so targeting an empty tile is useless and may as well be prevented.
    
    See merge request !742
    DarkGod authored
    2021-06-11 11:23:17 +0200  
    Browse Files »
  • Merge branch 'animate-blade-desc' into 'master' ...
      7251a343
    Fix description for Animate Blade. Summons last 15 turns, not 10.
    
    
    
    See merge request !741
    DarkGod authored
    2021-06-11 11:22:33 +0200  
    Browse Files »