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

Feat:The first version of text system #686

Merged
merged 106 commits into from
Mar 29, 2022

Commits on Oct 11, 2021

  1. Configuration menu
    Copy the full SHA
    2b94bb7 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    279bc2b View commit details
    Browse the repository at this point in the history

Commits on Oct 12, 2021

  1. feat(text): add bounds

    singlecoder committed Oct 12, 2021
    Configuration menu
    Copy the full SHA
    a707c94 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    0108031 View commit details
    Browse the repository at this point in the history

Commits on Nov 1, 2021

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

Commits on Nov 2, 2021

  1. Configuration menu
    Copy the full SHA
    81f8fe5 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    1a0105a View commit details
    Browse the repository at this point in the history

Commits on Nov 4, 2021

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

Commits on Nov 5, 2021

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

Commits on Nov 11, 2021

  1. merge main (galacean#576)

    * feat: solve math design circular dependency (galacean#485)
    
    * feat: solve math design cirular dependency
    
    * Revert "feat: solve math design circular dependency (galacean#485)" (galacean#487)
    
    This reverts commit df25f03.
    
    * feat: add rotateAxisAngle for Quaternion (galacean#480)
    
    * feat: add rotateAxisAngle for Quaternion
    
    * refactor: delete useless scene raycast (galacean#493)
    
    * fix: group other uniform block (galacean#504)
    
    * fix(primitivemesh): fix cylinder error (galacean#526)
    
    * Perf: release gpu command (galacean#503)
    
    * perf: release viewport gpu command
    
    * perf: release clearColor gpu command
    
    * fix: reset clipTime (galacean#530)
    
    * fix: reset clipTime
    
    * fix: use string replace asset type to extend easily (galacean#520)
    
    * Fix/animator (galacean#531)
    
    * fix: animator bug
    
    * Update README.md
    
    * Fix: cubic interpolation and crossfade bug: From fixed pose to dest pose, throw error. (galacean#534)
    
    * fix: Animator bug
    
    * v0.5.3
    
    * v0.5.4
    
    * v0.5.5
    
    * v0.5.6
    
    * fix(2d): opt shader precision (galacean#542)
    
    * fix: delete default gl state (galacean#550)
    
    Co-authored-by: shensi.zxd <[email protected]>
    
    * fix(gl): fix gl error (galacean#555)
    
    * v0.5.7
    
    * Fix Call EndRender Error (galacean#563)
    
    * fix: onEndRender trigger error
    
    * feat: support skybox with hdr(rgbe) format (galacean#567)
    
    * feat: add rgbm decode mode
    
    * fix: color space correction (galacean#566)
    
    * fix: color space correction
    
    * fix: bump version (galacean#568)
    
    * feat: change clipTime to normalized as same as  transitionTime for mo… (galacean#560)
    
    * feat: change clipTime to normalized as same as  transitionTime for more understandable
    
    * Update README.md
    
    * Update README.md
    
    * Update README.md
    
    * feat: add method: addEvent overload (galacean#559)
    
    * feat: support ambient-light replacement (galacean#569)
    
    * feat: support ambient-light replacement
    
    Co-authored-by: shensi.zxd <[email protected]>
    Co-authored-by: GuoLei <[email protected]>
    
    * Feat/ambient light adapter editor (galacean#570)
    
    * feat: adapter oasis editor with ambient light
    
    * feat: add getCurrentAnimatorState API and fix crossfade time (galacean#565)
    
    * fix: use alipay cdn for physx wasm (galacean#571)
    
    * add wasm file (galacean#572)
    
    * fix: use alipay cdn for physx wasm
    
    * fix: include wasm files
    
    * Fix : the compatibility problem of IOS lower version (galacean#573)
    
    * fix: the compatibility problem of IOS lower version
    
    * Merge dev/0.6 branch (galacean#574)
    
    * feat: solve math design circular dependency (galacean#488)
    
    * feat: solve math design cirular dependency
    
    * PhysX based raycast and collider (galacean#505)
    
    * feat: add physx version raycast and trigger
    * feat: add  trigger event in script
    
    * feat: Add InputManager (galacean#497)
    
    * feat:  add InputManager
    
    * Fix InputManager's Bug which will be triggered when there is no physics engine. (galacean#524)
    
    * fix:InputManager modify timing
    
    * Lite Physics Package (galacean#522)
    
    * feat: add physics lite package
    
    * Refactor: split pbr shader  (galacean#514)
    
    * refactor: pbr shader clean up
    
    * feat: add createCapsule in PrimitiveMesh (galacean#515)
    
    * feat: add createCapsule in PrimitiveMesh
    
    * Feat: support read/write mipmap data from textures and render target (galacean#382)
    
    * feat: support render to mip level
    
    * feat: support reading from texture with mip level
    
    * Feat: hdr runtime (galacean#523)
    
    * feat: support IBL  HDR Specular
    
    * perf: plane horizontal default (galacean#535)
    
    * perf(plane): plane horizontal default
    
    * fix(plane): fix cull face (galacean#537)
    
    * fix(plane): fix uv error (galacean#538)
    
    * feat: add more uv channel and color (galacean#548)
    
    * Feat: Sprite add clone function. (galacean#532)
    
    * feat: sprite add clone function
    
    * Add color space (galacean#543)
    
    * feat: add engine settings
    
    * fix: opt code (galacean#519)
    
    * feat: modify physics-related class for editor (galacean#547)
    
    * feat: modify physics-related class for editor
    
    * Merge main to dev/0.6 (galacean#553)
    
    * refactor: merge main to dev/0.6
    
    * fix: bump verison (galacean#557)
    
    Co-authored-by: shensi.zxd <[email protected]>
    
    * fix: shader error (galacean#556)
    
    Co-authored-by: shensi.zxd <[email protected]>
    
    * feat/add AnimatorState script for handle animatorState's lifecycle (galacean#552)
    
    * feat: add `StateMachineScript`
    
    * feat: support skybox with hdr(rgbe) format (galacean#567)
    
    * feat: add rgbm decode mode
    
    * fix: color space correction (galacean#566)
    
    * fix: color space correction
    
    * fix: bump version (galacean#568)
    
    * feat: change clipTime to normalized as same as  transitionTime for mo… (galacean#560)
    
    * feat: change clipTime to normalized as same as  transitionTime for more understandable
    
    * feat: add method: addEvent overload (galacean#559)
    
    * feat: support ambient-light replacement (galacean#569)
    
    * feat: support ambient-light replacement
    
    Co-authored-by: shensi.zxd <[email protected]>
    Co-authored-by: GuoLei <[email protected]>
    
    * Feat/ambient light adapter editor (galacean#570)
    
    * feat: adapter oasis editor with ambient light
    
    * feat: add getCurrentAnimatorState API and fix crossfade time (galacean#565)
    
    * fix: use alipay cdn for physx wasm (galacean#571)
    
    * add wasm file (galacean#572)
    
    * fix: use alipay cdn for physx wasm
    
    * fix: include wasm files
    
    * Fix : the compatibility problem of IOS lower version (galacean#573)
    
    * fix: the compatibility problem of IOS lower version
    
    Co-authored-by: yangfengzzz <[email protected]>
    Co-authored-by: AZhan <[email protected]>
    Co-authored-by: zhuxudong <[email protected]>
    Co-authored-by: JujieX <[email protected]>
    Co-authored-by: singlecoder <[email protected]>
    Co-authored-by: shensi.zxd <[email protected]>
    Co-authored-by: luzhuang <[email protected]>
    
    * v0.6.0-alpha.0
    
    * refactor: fix physics package.json
    
    * refactor: fix physics package.json (galacean#575)
    
    * v0.6.0-alpha.1
    
    Co-authored-by: yangfengzzz <[email protected]>
    Co-authored-by: JujieX <[email protected]>
    Co-authored-by: Hu Song <[email protected]>
    Co-authored-by: zhuxudong <[email protected]>
    Co-authored-by: singlecoder <[email protected]>
    Co-authored-by: luzhuang <[email protected]>
    Co-authored-by: Bob <[email protected]>
    Co-authored-by: shensi.zxd <[email protected]>
    Co-authored-by: AZhan <[email protected]>
    10 people authored Nov 11, 2021
    Configuration menu
    Copy the full SHA
    359ba5f View commit details
    Browse the repository at this point in the history

Commits on Nov 15, 2021

  1. feat(text): fix conflicts

    singlecoder committed Nov 15, 2021
    Configuration menu
    Copy the full SHA
    c1a7473 View commit details
    Browse the repository at this point in the history
  2. feat(text): opt code

    singlecoder committed Nov 15, 2021
    Configuration menu
    Copy the full SHA
    28455a8 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    99dde83 View commit details
    Browse the repository at this point in the history

Commits on Nov 16, 2021

  1. feat(text): fix conflicts

    singlecoder committed Nov 16, 2021
    Configuration menu
    Copy the full SHA
    7df7a01 View commit details
    Browse the repository at this point in the history
  2. feat(text): fix conflicts

    singlecoder committed Nov 16, 2021
    Configuration menu
    Copy the full SHA
    80d3fa8 View commit details
    Browse the repository at this point in the history
  3. feat: text (galacean#586)

    * feat(text):add  text
    singlecoder authored Nov 16, 2021
    Configuration menu
    Copy the full SHA
    9a30dbe View commit details
    Browse the repository at this point in the history
  4. Dev/0.6 plus (galacean#590)

    * fix: the bug that inputmanager cannot be obtained
    GuoLei1990 authored Nov 16, 2021
    Configuration menu
    Copy the full SHA
    dbd84ad View commit details
    Browse the repository at this point in the history

Commits on Nov 19, 2021

  1. Merge latest main (galacean#596)

    * fix: dependencies package version (galacean#588)
    
    * Fix: the bug that inputmanager cannot be obtained (galacean#589)
    
    * fix: the bug that inputmanager cannot be obtained
    
    * fix: package.json (galacean#591)
    
    * fix: the bug that inputmanager cannot be obtained (galacean#592)
    
    * fix: the bug that inputmanager cannot be obtained
    
    * v0.6.0
    
    * v0.6.1
    
    * Change Dependency for Physics (galacean#594)
    
    
    * build: physics use oasis-engine dependency
    
    Co-authored-by: AZhan <[email protected]>
    Co-authored-by: yangfengzzz <[email protected]>
    Co-authored-by: Hu Song <[email protected]>
    4 people authored Nov 19, 2021
    Configuration menu
    Copy the full SHA
    1f1b45c View commit details
    Browse the repository at this point in the history

Commits on Nov 22, 2021

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

Commits on Nov 24, 2021

  1. Plus/ibl rotation (galacean#599)

    * feat: add ibl rotation
    
    * feat: use matrix instead
    
    Co-authored-by: shensi.zxd <[email protected]>
    zhuxudong and shensi.zxd authored Nov 24, 2021
    Configuration menu
    Copy the full SHA
    df6ef22 View commit details
    Browse the repository at this point in the history

Commits on Dec 1, 2021

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

Commits on Dec 7, 2021

  1. Merge latest main to dev/0.6-plus (galacean#612)

    * fix: dependencies package version (galacean#588)
    
    * Fix: the bug that inputmanager cannot be obtained (galacean#589)
    
    * fix: the bug that inputmanager cannot be obtained
    
    * fix: package.json (galacean#591)
    
    * fix: the bug that inputmanager cannot be obtained (galacean#592)
    
    * fix: the bug that inputmanager cannot be obtained
    
    * v0.6.0
    
    * v0.6.1
    
    * Change Dependency for Physics (galacean#594)
    
    
    * build: physics use oasis-engine dependency
    
    * v0.6.2
    
    * fix: use canvas  as control precision (galacean#601)
    
    Co-authored-by: shensi.zxd <[email protected]>
    
    * v0.6.3
    
    * fix: `worldToViewportPoint()` bug (galacean#603)
    
    * fix: raycast bug, global and local transform misused (galacean#602)
    
    * fix: set trilinear filter mode by default (galacean#610)
    
    Co-authored-by: shensi.zxd <[email protected]>
    
    * fix: add  transparent channel (galacean#611)
    
    Co-authored-by: shensi.zxd <[email protected]>
    
    * optimization viewportToWorldPoint and screenToWorldPoint (galacean#604)
    
    * fix: `worldToViewportPoint()` bug
    
    * fix: `screenToViewportPoint()` bug
    
    * refactor: opt `viewportToWorldPoint` and `screenToWorldPoint`
    
    * fix: front face bug
    
    * refactor: revert code
    
    * refactor: revert code
    
    Co-authored-by: AZhan <[email protected]>
    Co-authored-by: yangfengzzz <[email protected]>
    Co-authored-by: Hu Song <[email protected]>
    Co-authored-by: zhuxudong <[email protected]>
    Co-authored-by: shensi.zxd <[email protected]>
    6 people authored Dec 7, 2021
    Configuration menu
    Copy the full SHA
    565c59d View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    338512b View commit details
    Browse the repository at this point in the history

Commits on Dec 31, 2021

  1. Fix Reject Error (galacean#624)

    * fix: cache promise is not clear
    gz65555 authored Dec 31, 2021
    Configuration menu
    Copy the full SHA
    b3f5503 View commit details
    Browse the repository at this point in the history
  2. Fix iOS not support promise.finally (galacean#626)

    * refactor: return promise reject
    gz65555 authored Dec 31, 2021
    Configuration menu
    Copy the full SHA
    9a24887 View commit details
    Browse the repository at this point in the history
  3. feat: adapt text for paladin (galacean#625)

    * feat(text): text renderer handle text is empty
    
    * feat(text): adapter for paladin
    
    Co-authored-by: chengkong.zxx <[email protected]>
    singlecoder and chengkong.zxx authored Dec 31, 2021
    Configuration menu
    Copy the full SHA
    422fa16 View commit details
    Browse the repository at this point in the history

Commits on Jan 5, 2022

  1. fix entity and glTF destroy bug (galacean#629)

    * fix: front face bug
    
    * fix: glTF or Entity  destroy cache bug
    GuoLei1990 authored Jan 5, 2022
    Configuration menu
    Copy the full SHA
    041f94b View commit details
    Browse the repository at this point in the history

Commits on Jan 7, 2022

  1. fixBug:No exception is thrown after the atlas fails to load (galacean…

    …#631)
    
    Co-authored-by: zhanyingwei@zyw <[email protected]>
    cptbtptpbcptdtptp and zhanyingwei@zyw authored Jan 7, 2022
    Configuration menu
    Copy the full SHA
    d37b4c7 View commit details
    Browse the repository at this point in the history

Commits on Jan 10, 2022

  1. fix(text): conflicts

    chengkong.zxx committed Jan 10, 2022
    Configuration menu
    Copy the full SHA
    e65cc89 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    7a6885b View commit details
    Browse the repository at this point in the history

Commits on Jan 12, 2022

  1. feat(text): text first version

    chengkong.zxx committed Jan 12, 2022
    Configuration menu
    Copy the full SHA
    9d27c44 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    1fcf71d View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    598dcac View commit details
    Browse the repository at this point in the history

Commits on Jan 13, 2022

  1. Configuration menu
    Copy the full SHA
    eb8a2e6 View commit details
    Browse the repository at this point in the history
  2. feat(text): opt code

    singlecoder committed Jan 13, 2022
    Configuration menu
    Copy the full SHA
    2ad5d8a View commit details
    Browse the repository at this point in the history

Commits on Jan 17, 2022

  1. feat(text): opt code

    singlecoder committed Jan 17, 2022
    Configuration menu
    Copy the full SHA
    7053a4d View commit details
    Browse the repository at this point in the history

Commits on Jan 18, 2022

  1. Configuration menu
    Copy the full SHA
    7128985 View commit details
    Browse the repository at this point in the history
  2. feat(text): temp code

    singlecoder committed Jan 18, 2022
    Configuration menu
    Copy the full SHA
    a6caa94 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    a91c1d4 View commit details
    Browse the repository at this point in the history

Commits on Jan 19, 2022

  1. Configuration menu
    Copy the full SHA
    d3e4ed9 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    916abb0 View commit details
    Browse the repository at this point in the history

Commits on Jan 21, 2022

  1. feat(text): opt code

    singlecoder committed Jan 21, 2022
    Configuration menu
    Copy the full SHA
    c88417f View commit details
    Browse the repository at this point in the history

Commits on Jan 25, 2022

  1. feat(text): opt code

    singlecoder committed Jan 25, 2022
    Configuration menu
    Copy the full SHA
    840c998 View commit details
    Browse the repository at this point in the history
  2. feat(text): opt code

    singlecoder committed Jan 25, 2022
    Configuration menu
    Copy the full SHA
    09fe2fe View commit details
    Browse the repository at this point in the history
  3. feat(text): opt code

    singlecoder committed Jan 25, 2022
    Configuration menu
    Copy the full SHA
    7969a6b View commit details
    Browse the repository at this point in the history

Commits on Feb 11, 2022

  1. feat(text): opt code

    singlecoder committed Feb 11, 2022
    Configuration menu
    Copy the full SHA
    a90938a View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    6ef0499 View commit details
    Browse the repository at this point in the history

Commits on Feb 15, 2022

  1. feat(text): fix conflicts

    singlecoder committed Feb 15, 2022
    Configuration menu
    Copy the full SHA
    efd617d View commit details
    Browse the repository at this point in the history

Commits on Feb 17, 2022

  1. fix: normal attributer is need in unlit (galacean#637)

    * fix: normal attributer is need in unlit
    zhuxudong authored Feb 17, 2022
    Configuration menu
    Copy the full SHA
    2eccca9 View commit details
    Browse the repository at this point in the history
  2. fix: physx bug (galacean#651)

    * fix: physx bug
    
    * fix: opt collider shape scale
    yangfengzzz authored Feb 17, 2022
    Configuration menu
    Copy the full SHA
    b28c936 View commit details
    Browse the repository at this point in the history
  3. v0.6.7

    GuoLei1990 committed Feb 17, 2022
    Configuration menu
    Copy the full SHA
    55ce80f View commit details
    Browse the repository at this point in the history

Commits on Mar 2, 2022

  1. fix: get pixel buffer use mip level should right shift (galacean#656)

    Co-authored-by: gz65555 <[email protected]>
    gz65555 and gz65555 authored Mar 2, 2022
    Configuration menu
    Copy the full SHA
    a704854 View commit details
    Browse the repository at this point in the history
  2. Update AnimatorState.ts (galacean#657)

    fix: fix comment
    luzhuang authored Mar 2, 2022
    Configuration menu
    Copy the full SHA
    070e621 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    ffe530c View commit details
    Browse the repository at this point in the history
  4. fix: resize max uniform vector count (galacean#660)

    * fix: resize max uniform vector count
    
    Co-authored-by: shensi.zxd <[email protected]>
    zhuxudong and shensi.zxd authored Mar 2, 2022
    Configuration menu
    Copy the full SHA
    bec99aa View commit details
    Browse the repository at this point in the history

Commits on Mar 3, 2022

  1. fix: fix conflicts

    singlecoder committed Mar 3, 2022
    Configuration menu
    Copy the full SHA
    1bb360f View commit details
    Browse the repository at this point in the history

Commits on Mar 8, 2022

  1. Configuration menu
    Copy the full SHA
    c31a820 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    42ab0bb View commit details
    Browse the repository at this point in the history

Commits on Mar 10, 2022

  1. Configuration menu
    Copy the full SHA
    2db0f20 View commit details
    Browse the repository at this point in the history
  2. feat(text): fix conflicts

    singlecoder committed Mar 10, 2022
    Configuration menu
    Copy the full SHA
    ce9575b View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    9942fd5 View commit details
    Browse the repository at this point in the history
  4. feat(text): fix conflicts

    singlecoder committed Mar 10, 2022
    Configuration menu
    Copy the full SHA
    85d9871 View commit details
    Browse the repository at this point in the history
  5. feat(text): fix conflicts

    singlecoder committed Mar 10, 2022
    Configuration menu
    Copy the full SHA
    709e3e9 View commit details
    Browse the repository at this point in the history
  6. feat(text): fix conflicts

    singlecoder committed Mar 10, 2022
    Configuration menu
    Copy the full SHA
    120a86f View commit details
    Browse the repository at this point in the history
  7. feat(text): fix conflicts

    singlecoder committed Mar 10, 2022
    Configuration menu
    Copy the full SHA
    793dc2b View commit details
    Browse the repository at this point in the history

Commits on Mar 16, 2022

  1. Configuration menu
    Copy the full SHA
    ff379b2 View commit details
    Browse the repository at this point in the history
  2. feat(text): opt code

    singlecoder committed Mar 16, 2022
    Configuration menu
    Copy the full SHA
    7ddd1ec View commit details
    Browse the repository at this point in the history

Commits on Mar 18, 2022

  1. Configuration menu
    Copy the full SHA
    7797e47 View commit details
    Browse the repository at this point in the history
  2. feat(text): opt code

    singlecoder committed Mar 18, 2022
    Configuration menu
    Copy the full SHA
    a117250 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    a5eca02 View commit details
    Browse the repository at this point in the history
  4. feat(text): delete line

    singlecoder committed Mar 18, 2022
    Configuration menu
    Copy the full SHA
    6ef9176 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    bbb5c9e View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    0383302 View commit details
    Browse the repository at this point in the history

Commits on Mar 21, 2022

  1. Configuration menu
    Copy the full SHA
    0a68e20 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    01585ca View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    5c5e6eb View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    697be15 View commit details
    Browse the repository at this point in the history

Commits on Mar 23, 2022

  1. feat(text): opt recomment

    singlecoder committed Mar 23, 2022
    Configuration menu
    Copy the full SHA
    6ee9989 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    12dc4df View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    03e3d10 View commit details
    Browse the repository at this point in the history
  4. feat(text): opt code

    singlecoder committed Mar 23, 2022
    Configuration menu
    Copy the full SHA
    52c6552 View commit details
    Browse the repository at this point in the history

Commits on Mar 24, 2022

  1. Configuration menu
    Copy the full SHA
    a06182f View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    c2945fb View commit details
    Browse the repository at this point in the history
  3. feat(text): opt recommend

    singlecoder committed Mar 24, 2022
    Configuration menu
    Copy the full SHA
    33fc8eb View commit details
    Browse the repository at this point in the history
  4. feat(text): opt comment

    singlecoder committed Mar 24, 2022
    Configuration menu
    Copy the full SHA
    423a22b View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    5b871c2 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    64f9b39 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    f4c66c7 View commit details
    Browse the repository at this point in the history
  8. feat(text): opt code

    singlecoder committed Mar 24, 2022
    Configuration menu
    Copy the full SHA
    0483562 View commit details
    Browse the repository at this point in the history
  9. feat(text): opt code

    singlecoder committed Mar 24, 2022
    Configuration menu
    Copy the full SHA
    9fc8888 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    3669896 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    f2f839f View commit details
    Browse the repository at this point in the history

Commits on Mar 25, 2022

  1. feat(text): opt code

    singlecoder committed Mar 25, 2022
    Configuration menu
    Copy the full SHA
    177db10 View commit details
    Browse the repository at this point in the history
  2. feat(text): opt code

    singlecoder committed Mar 25, 2022
    Configuration menu
    Copy the full SHA
    ee84f20 View commit details
    Browse the repository at this point in the history
  3. feat(text): opt code

    singlecoder committed Mar 25, 2022
    Configuration menu
    Copy the full SHA
    d284767 View commit details
    Browse the repository at this point in the history
  4. feat(text): opt code

    singlecoder committed Mar 25, 2022
    Configuration menu
    Copy the full SHA
    8a1baf7 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    33f89ab View commit details
    Browse the repository at this point in the history

Commits on Mar 28, 2022

  1. Configuration menu
    Copy the full SHA
    b3cbdd4 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    10f548d View commit details
    Browse the repository at this point in the history
  3. feat(text): opt code

    singlecoder committed Mar 28, 2022
    Configuration menu
    Copy the full SHA
    4f5bd7d View commit details
    Browse the repository at this point in the history
  4. feat(text): opt code

    singlecoder committed Mar 28, 2022
    Configuration menu
    Copy the full SHA
    197f3f2 View commit details
    Browse the repository at this point in the history
  5. feat(text): opt code

    singlecoder committed Mar 28, 2022
    Configuration menu
    Copy the full SHA
    67a127d View commit details
    Browse the repository at this point in the history
  6. feat(text): opt code

    singlecoder committed Mar 28, 2022
    Configuration menu
    Copy the full SHA
    cc7edb2 View commit details
    Browse the repository at this point in the history
  7. feat(text): opt code

    singlecoder committed Mar 28, 2022
    Configuration menu
    Copy the full SHA
    f8c22d4 View commit details
    Browse the repository at this point in the history
  8. feat(text): opt code

    singlecoder committed Mar 28, 2022
    Configuration menu
    Copy the full SHA
    0aea6d0 View commit details
    Browse the repository at this point in the history

Commits on Mar 29, 2022

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