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

catchup with upstream #1

Open
wants to merge 78 commits into
base: master
Choose a base branch
from
Open

Commits on Dec 25, 2017

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

Commits on Dec 26, 2017

  1. Adapt the maxrects_packer v2

    soimy committed Dec 26, 2017
    Configuration menu
    Copy the full SHA
    ec8259c View commit details
    Browse the repository at this point in the history

Commits on Dec 29, 2017

  1. Configuration menu
    Copy the full SHA
    f87d86c View commit details
    Browse the repository at this point in the history
  2. Fix bugs:

    1. Typo "Generating",
    2. Ignore control charators in charset,
    3. Omit index in filename if only one altas
    soimy committed Dec 29, 2017
    Configuration menu
    Copy the full SHA
    6d6be95 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    14d0130 View commit details
    Browse the repository at this point in the history

Commits on Jan 3, 2018

  1. update npm

    add yargs cli frontend
    soimy committed Jan 3, 2018
    Configuration menu
    Copy the full SHA
    27a165e View commit details
    Browse the repository at this point in the history

Commits on Jan 4, 2018

  1. WIP: changing cli module

    soimy committed Jan 4, 2018
    Configuration menu
    Copy the full SHA
    ff71775 View commit details
    Browse the repository at this point in the history

Commits on Jan 5, 2018

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

Commits on Jan 6, 2018

  1. Configuration menu
    Copy the full SHA
    2bde0d0 View commit details
    Browse the repository at this point in the history
  2. Cleanup & update dependency

    soimy committed Jan 6, 2018
    Configuration menu
    Copy the full SHA
    6f9524d View commit details
    Browse the repository at this point in the history

Commits on Feb 14, 2018

  1. Merge branch 'master' into develop

    # Conflicts:
    #	cli.js
    #	index.js
    #	package-lock.json
    #	package.json
    soimy committed Feb 14, 2018
    Configuration menu
    Copy the full SHA
    690b171 View commit details
    Browse the repository at this point in the history
  2. repaire msdfgen win32 binary

    soimy committed Feb 14, 2018
    Configuration menu
    Copy the full SHA
    0f9cfdc View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    75f7d35 View commit details
    Browse the repository at this point in the history
  4. Update linux binary with local shared libraries.

    Using `patchelf --set-rpath '$ORIGIN/lib' ./msdfgen.linux
    soimy committed Feb 14, 2018
    Configuration menu
    Copy the full SHA
    308f0e5 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    f31fe00 View commit details
    Browse the repository at this point in the history

Commits on Feb 15, 2018

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

Commits on Jun 29, 2018

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

Commits on Jan 28, 2019

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

Commits on Mar 14, 2019

  1. Solves Issue#30 by updating dependencies (#31)

    * Solves Issue#30 by updating dependencies
    
    Signed-off-by: Ignacio Julve <[email protected]>
    
    * Bump version of the library
    
    Signed-off-by: Ignacio Julve <[email protected]>
    musculman authored and soimy committed Mar 14, 2019
    Configuration menu
    Copy the full SHA
    6142b5b View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    30d8967 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    4f8ab26 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    67cd028 View commit details
    Browse the repository at this point in the history
  5. Merge branch 'develop'

    - Fixed json numeric charactor parse error via 4f8ab26
    - Update dependencies & fixed vulnerabilties via 30d8967
    - Update README on outdated textureSize parameter via 67cd028
    soimy committed Mar 14, 2019
    Configuration menu
    Copy the full SHA
    4b1ad9b View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    7fbcb77 View commit details
    Browse the repository at this point in the history

Commits on Mar 16, 2019

  1. Update canvas 2.x api

    soimy committed Mar 16, 2019
    Configuration menu
    Copy the full SHA
    fe70fd3 View commit details
    Browse the repository at this point in the history

Commits on Mar 17, 2019

  1. Replace canvas with jimp

    soimy committed Mar 17, 2019
    Configuration menu
    Copy the full SHA
    5e51760 View commit details
    Browse the repository at this point in the history

Commits on Mar 18, 2019

  1. Clean up codes

    soimy committed Mar 18, 2019
    Configuration menu
    Copy the full SHA
    3911e85 View commit details
    Browse the repository at this point in the history
  2. Merge remote-tracking branch 'origin/canvas2jimp'

    Replace problematic node-canvas with jimp for lightweight image processing
    soimy committed Mar 18, 2019
    Configuration menu
    Copy the full SHA
    5b92447 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    e22589b View commit details
    Browse the repository at this point in the history

Commits on Mar 22, 2019

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

Commits on May 6, 2019

  1. force number type on texturePadding to avoid type error in MaxRectsPa…

    …cker when using cli (#33)
    
    Or it will broke the whole process.
    damienmortini authored and soimy committed May 6, 2019
    Configuration menu
    Copy the full SHA
    d251e03 View commit details
    Browse the repository at this point in the history

Commits on May 7, 2019

  1. Configuration menu
    Copy the full SHA
    d3030e6 View commit details
    Browse the repository at this point in the history
  2. Merge remote-tracking branch 'origin/develop'

    # Conflicts:
    #	package-lock.json
    soimy committed May 7, 2019
    Configuration menu
    Copy the full SHA
    4929a54 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    90a285a View commit details
    Browse the repository at this point in the history

Commits on May 9, 2019

  1. Configuration menu
    Copy the full SHA
    7f68279 View commit details
    Browse the repository at this point in the history
  2. Fix vulnerabilities

    soimy committed May 9, 2019
    Configuration menu
    Copy the full SHA
    16cc94d View commit details
    Browse the repository at this point in the history
  3. Cleanup codes

    soimy committed May 9, 2019
    Configuration menu
    Copy the full SHA
    f55d3ef View commit details
    Browse the repository at this point in the history
  4. Update comment & README

    soimy committed May 9, 2019
    Configuration menu
    Copy the full SHA
    c2f8ea8 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    f1e5b6c View commit details
    Browse the repository at this point in the history

Commits on May 11, 2019

  1. Fix -rot in npm test

    Turns out rot packing is useless in bmfont
    soimy committed May 11, 2019
    Configuration menu
    Copy the full SHA
    bb525ec View commit details
    Browse the repository at this point in the history

Commits on May 13, 2019

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

Commits on Jun 3, 2019

  1. Fix: #28 json string strict casting

    soimy committed Jun 3, 2019
    Configuration menu
    Copy the full SHA
    5aef27e View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    2d853e7 View commit details
    Browse the repository at this point in the history

Commits on Jun 19, 2019

  1. Configuration menu
    Copy the full SHA
    a1494ca View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    33598b9 View commit details
    Browse the repository at this point in the history
  3. chore(release): 2.5.0

    soimy committed Jun 19, 2019
    Configuration menu
    Copy the full SHA
    9fd9aa9 View commit details
    Browse the repository at this point in the history

Commits on Jun 25, 2019

  1. test: Fix run render by replacing abandoned devtools

    Now uses pixi.js & pixi-msdf-text to render msdf font files in system default browser
    
    fix #38
    soimy committed Jun 25, 2019
    Configuration menu
    Copy the full SHA
    071b016 View commit details
    Browse the repository at this point in the history

Commits on Jun 27, 2019

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

Commits on Jul 2, 2019

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

Commits on Jul 11, 2019

  1. Configuration menu
    Copy the full SHA
    5d95b32 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    007a6c5 View commit details
    Browse the repository at this point in the history
  3. chore: back to npm

    soimy committed Jul 11, 2019
    Configuration menu
    Copy the full SHA
    612da74 View commit details
    Browse the repository at this point in the history
  4. chore(release): 2.5.1

    soimy committed Jul 11, 2019
    Configuration menu
    Copy the full SHA
    e5c15ee View commit details
    Browse the repository at this point in the history

Commits on Jul 12, 2019

  1. Configuration menu
    Copy the full SHA
    230d0b3 View commit details
    Browse the repository at this point in the history
  2. chore(release): 2.5.2

    soimy committed Jul 12, 2019
    Configuration menu
    Copy the full SHA
    ff3669c View commit details
    Browse the repository at this point in the history

Commits on Jan 18, 2020

  1. output padding info by default (#43)

    johh authored and soimy committed Jan 18, 2020
    Configuration menu
    Copy the full SHA
    09b1171 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    bbf8286 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    6b659b4 View commit details
    Browse the repository at this point in the history

Commits on Jan 26, 2020

  1. Configuration menu
    Copy the full SHA
    12a60e3 View commit details
    Browse the repository at this point in the history
  2. chore(release): 2.5.3

    soimy committed Jan 26, 2020
    Configuration menu
    Copy the full SHA
    7b1f2a7 View commit details
    Browse the repository at this point in the history

Commits on Feb 2, 2020

  1. fix: omit path in font-face

    fix #49
    soimy committed Feb 2, 2020
    Configuration menu
    Copy the full SHA
    ae559fd View commit details
    Browse the repository at this point in the history

Commits on Feb 8, 2020

  1. Configuration menu
    Copy the full SHA
    c37cc40 View commit details
    Browse the repository at this point in the history
  2. fix: Re-use cfg settings not applied

    and re-used atlas file autosizing not applied
    
    fix #44
    soimy committed Feb 8, 2020
    Configuration menu
    Copy the full SHA
    3b57562 View commit details
    Browse the repository at this point in the history
  3. chore(release): 2.5.4

    soimy committed Feb 8, 2020
    Configuration menu
    Copy the full SHA
    e05c94d View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    23aace9 View commit details
    Browse the repository at this point in the history

Commits on Jun 22, 2020

  1. Using stdin to transfer shapeDesc (#52)

    For some complex CJK fonts, length of shapeDesc may exceed limitation on Windows (which is 8191 characters for command line & arguments).
    Using stdin solves this problem.
    newbloodmage authored Jun 22, 2020
    Configuration menu
    Copy the full SHA
    5209f7c View commit details
    Browse the repository at this point in the history

Commits on Feb 8, 2021

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

Commits on May 6, 2021

  1. Upgrade Jimp 0.16.1 (#63)

    Update package.json
    ankushSha authored May 6, 2021
    Configuration menu
    Copy the full SHA
    c193d38 View commit details
    Browse the repository at this point in the history

Commits on Jan 31, 2022

  1. chore(release): 2.6.0

    soimy committed Jan 31, 2022
    Configuration menu
    Copy the full SHA
    17a79b9 View commit details
    Browse the repository at this point in the history

Commits on Feb 1, 2022

  1. Update Readme

    soimy committed Feb 1, 2022
    Configuration menu
    Copy the full SHA
    47cc4f9 View commit details
    Browse the repository at this point in the history

Commits on Feb 15, 2022

  1. Create node.js.yml

    soimy authored Feb 15, 2022
    Configuration menu
    Copy the full SHA
    235bce6 View commit details
    Browse the repository at this point in the history

Commits on Jul 23, 2022

  1. feat: add new output type: txt

    an alternative .fnt format other than xml, which is accpetable by Godot & Defold
    soimy committed Jul 23, 2022
    Configuration menu
    Copy the full SHA
    34d8976 View commit details
    Browse the repository at this point in the history
  2. chore: update & cleanup modules

    soimy committed Jul 23, 2022
    Configuration menu
    Copy the full SHA
    30168bb View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    2eaa125 View commit details
    Browse the repository at this point in the history
  4. chore(release): 2.7.0

    soimy committed Jul 23, 2022
    Configuration menu
    Copy the full SHA
    986b9cc View commit details
    Browse the repository at this point in the history

Commits on Jun 4, 2023

  1. feat: Add arm64 linux compatibility (#89)

    * feat: Add arm64 linux compatibility
    * chore: Update deps
    * chore: Update msdfgen.linux binary to newest version
    
    ---------
    
    Co-authored-by: Leo Bergman <[email protected]>
    tkwiatek and lbergman authored Jun 4, 2023
    Configuration menu
    Copy the full SHA
    0cb2817 View commit details
    Browse the repository at this point in the history

Commits on Jun 16, 2023

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