Commit graph

  • b00bd10edc
    chore(deps): bump jwlawson/actions-setup-cmake from 1 to 2 dependabot[bot] 2024-02-12 21:12:04 +0000
  • 2e716ac3a0
    chore(deps): bump actions/setup-node from 3 to 4 dependabot[bot] 2024-02-12 21:12:12 +0000
  • e8650c5bc2
    Add pre-commit config and auto-format files Leroy Hopson 2024-02-13 09:50:18 +1300
  • 6ce0e6d01c
    Add dependabot config Leroy Hopson 2024-02-11 21:57:23 +1300
  • 1626c2dd90
    Update gdtoolkit to version 3.5.0 Leroy Hopson 2024-01-06 22:53:47 +1300
  • 8e81e66ad3
    Use non-specific version of CMake on macOS Leroy Hopson 2023-01-11 08:32:58 +1300
  • 1d0c61214a
    Update workflow to address warnings Leroy Hopson 2023-01-11 07:00:10 +1300
  • 76e2b8375e
    Pin GitHub-hosted runner versions Leroy Hopson 2022-08-27 20:32:03 +1200
  • b50e9f207f
    Use non-pinned major versions of actions Leroy Hopson 2022-08-27 20:46:41 +1200
  • 5273ccf05b
    Statically link libstdc++ Leroy Hopson 2022-08-27 20:39:32 +1200
  • 5e89dbd4ea
    Retry import and export commands Leroy Hopson 2022-08-27 20:14:23 +1200
  • 5222392598
    Use load() rather than preload() for terminal icon Leroy Hopson 2022-08-27 10:31:25 +1200
  • fae6317eb7
    Use default export templates for HTML5 Leroy Hopson 2022-08-01 19:56:43 +1200
  • b31861f171
    Double max test attempts Leroy Hopson 2022-08-26 22:46:34 +1200
  • 2b3d4533c4
    Change exit action for HTML5 Leroy Hopson 2022-08-26 22:32:45 +1200
  • f8ab8ddd61
    Update GDScript Toolkit Leroy Hopson 2022-08-26 15:42:13 +1200
  • f4db2d9c2e
    Change target Godot version to v3.5-stable Leroy Hopson 2022-08-26 15:17:59 +1200
  • 0bd0d39f41
    feat(pty): add cols/rows methods and resize tests Leroy Hopson 2024-03-28 22:37:42 +1300
  • f77b1e0ba3 fix: auto fixes pre-commit-ci[bot] 2024-03-13 01:29:51 +0000
  • 9935d56964
    chore: autoupdate pre-commit-ci[bot] 2024-03-13 01:29:41 +0000
  • d00a31fb45
    feat(term): implement clear() method Leroy Hopson 2024-03-03 22:25:14 +1300
  • fc03595e29
    fix(ci): fix additional gut test success condition Leroy Hopson 2024-03-03 21:14:00 +1300
  • 71df1e71bd
    feat(term): implement copy_all() Leroy Hopson 2024-03-03 20:27:59 +1300
  • 8255d8b3ce
    fix(ci): exclude godot-cpp and libtsm from cache Leroy Hopson 2024-03-03 20:56:19 +1300
  • fa28b7d6c2
    fix(term): remove selection mode enum from tests Leroy Hopson 2024-03-03 19:18:39 +1300
  • 13cf5ba023
    feat(term): implement copy_selection() Leroy Hopson 2024-03-03 19:11:16 +1300
  • 7f03761fb2
    fix(pty): remove non-portable signal enums Leroy Hopson 2024-03-03 18:12:25 +1300
  • b78bdf3136
    feat(pty): rename get_pts() -> get_pts_name() Leroy Hopson 2024-03-03 17:49:49 +1300
  • c6609ebae5
    feat(compat): make compatible with godot v4.2+ Leroy Hopson 2024-03-03 14:08:09 +1300
  • 1a5f0f96da
    chore(test): update tests Leroy Hopson 2024-03-03 15:34:18 +1300
  • cb86cc95d7
    fix(pty): use double, not float, for blink times Leroy Hopson 2024-03-03 13:53:55 +1300
  • 481a1cb04a
    fix(pty): create a loop per pty Leroy Hopson 2024-03-03 00:15:07 +1300
  • a0c9777264
    feat(pty): add multithread support Leroy Hopson 2024-03-02 13:20:33 +1300
  • 46f3aa12bf
    chore(ci): enable debug symbols for debug builds Leroy Hopson 2024-03-02 21:51:24 +1300
  • e1000adbe5
    feat(pty): call _close() on NOTIFICATION_EXIT_TREE Leroy Hopson 2024-03-01 22:42:37 +1300
  • 8fa7df29d3
    feat(pty): rename statuses Leroy Hopson 2024-03-01 22:35:47 +1300
  • 80ae0020da
    chore(style): change indentation Leroy Hopson 2024-03-01 22:31:53 +1300
  • 39b5614f61
    feat(pty): use process internal, not _process Leroy Hopson 2024-03-01 20:25:51 +1300
  • 91aee43a30
    chore(build): enable debug symbols by default Leroy Hopson 2024-03-01 19:11:40 +1300
  • a1be7fb4c3
    chore(style): make variable names consistent Leroy Hopson 2024-02-27 22:03:02 +1300
  • a596b41bc3
    feat(term): make 'cols' and 'rows' read-only Leroy Hopson 2024-02-27 21:57:19 +1300
  • 84e1126824
    feat(pty): enable resize and resizev Leroy Hopson 2024-02-25 23:17:45 +1300
  • 1da42501af
    feat(term): add "size_changed" signal Leroy Hopson 2024-02-25 22:32:09 +1300
  • ee920a45fd
    feat(pty): parse env so it can be used with fork Leroy Hopson 2024-02-25 22:09:04 +1300
  • 8cd11fdae6
    fix(term): prevent double keyboard input Leroy Hopson 2024-02-25 22:06:58 +1300
  • cf0beee0c1
    feat(pty): implement "write" method Leroy Hopson 2024-02-25 21:24:53 +1300
  • 988788fc68
    feat(term): implement data_sent signal Leroy Hopson 2024-02-25 21:14:03 +1300
  • 14288352fd
    fix(term): address clang warnings Leroy Hopson 2024-02-25 20:53:00 +1300
  • 43634affa3
    chore(just): update test recipe Leroy Hopson 2024-02-25 20:35:50 +1300
  • 05b19c1336
    feat(term): implement "key_pressed" signal Leroy Hopson 2024-02-25 20:25:32 +1300
  • c36500615d
    feat(pty): further pty development Leroy Hopson 2024-02-25 16:30:39 +1300
  • 52a259b019
    Run all test types on single runner Leroy Hopson 2024-02-25 13:13:13 +1300
  • f901d18052
    Modify matrix Leroy Hopson 2024-02-25 12:24:59 +1300
  • 1514f42b54
    feat(pty): add initial pty node Leroy Hopson 2024-02-24 19:47:12 +1300
  • d223a458cd
    Use matrix.os only for runs-on Leroy Hopson 2024-02-24 19:53:24 +1300
  • aa6b447c6c
    Wait 5 more frames in rendering test Leroy Hopson 2024-02-24 16:58:43 +1300
  • 6e74b1508b
    Merge multiple artifacts Leroy Hopson 2024-02-24 16:24:54 +1300
  • fa238465f8
    Don't delay spinning up test runners Leroy Hopson 2024-02-24 16:20:17 +1300
  • b3ea3d4482
    Detect rendering driver to use with macos runner Leroy Hopson 2024-02-24 16:17:31 +1300
  • 60054e7ee0
    Remove asset import job Leroy Hopson 2024-02-24 15:48:48 +1300
  • 5c175d9192
    Move test-type after platform and arch Leroy Hopson 2024-02-24 15:33:51 +1300
  • 0bc4d8b5a2
    Enable tests for macos Leroy Hopson 2024-02-24 10:22:29 +1300
  • 22e0b4e484
    Update remaining upload/download artifact actions Leroy Hopson 2024-02-24 09:27:10 +1300
  • 11e42a820a
    Partially update upload/download artifact action Leroy Hopson 2024-02-23 23:57:20 +1300
  • b9d9a4b1af
    Merge branch 'master' into godot4 Leroy Hopson 2024-02-23 21:54:51 +1300
  • e336829407
    Update upload-artifact action Leroy Hopson 2024-02-23 21:08:32 +1300
  • 456121516f fix: auto fixes pre-commit-ci[bot] 2024-02-20 01:17:38 +0000
  • 3b9a733509
    chore: autoupdate pre-commit-ci[bot] 2024-02-20 01:17:30 +0000
  • 4771a3c9a7
    Fix rendering according to test Leroy Hopson 2024-02-18 20:26:32 +1300
  • 6d112ca0f2
    Add method get_cell_size() Leroy Hopson 2024-02-18 18:30:40 +1300
  • 685884965e
    Fix bell behaviour according to tests Leroy Hopson 2024-02-18 14:07:07 +1300
  • dc97c56b17
    Use type Vector2i for get_cursor_pos() Leroy Hopson 2024-02-18 13:52:48 +1300
  • 0ccc539f36
    Prevent creation of orphan Timer Leroy Hopson 2024-02-18 13:48:10 +1300
  • 2b5ea392bf
    Free fore_canvas_item Leroy Hopson 2024-02-18 13:24:48 +1300
  • db3564f0cc
    Setup tests Leroy Hopson 2024-02-18 11:50:38 +1300
  • e234b14867
    Only register/remove Terminal once Leroy Hopson 2024-02-18 12:49:08 +1300
  • 3bed9e7b0f
    Add scroll support Leroy Hopson 2024-02-15 18:54:20 +1300
  • d59a925ca1
    Add selection support Leroy Hopson 2024-02-15 07:27:51 +1300
  • 3fcaa79f6e
    Add support for key input Leroy Hopson 2024-02-15 06:53:53 +1300
  • 580760ffad
    Move other constants to constants file Leroy Hopson 2024-02-14 20:00:13 +1300
  • 0a1ba5abcd
    Add KEY_MAP constant Leroy Hopson 2024-02-14 19:46:29 +1300
  • 10eb791fea
    Merge remote-tracking branch 'origin/master' into godot4 Leroy Hopson 2024-02-13 23:17:47 +1300
  • c8ff3aa87d
    Build only for release Leroy Hopson 2024-02-13 23:09:04 +1300
  • 969c20197a
    Run test job Leroy Hopson 2024-02-13 21:23:22 +1300
  • 420c774a43
    Re-enable native builds Leroy Hopson 2024-02-13 15:22:16 +1300
  • 4b7408a4d1
    Disable tests until they are fixed Leroy Hopson 2024-02-13 15:11:39 +1300
  • f65ee59477 fix: auto fixes pre-commit-ci[bot] 2024-02-13 01:01:53 +0000
  • 64fd0d6563
    chore: autoupdate pre-commit-ci[bot] 2024-02-13 01:01:42 +0000
  • 21891925ee
    Perform GDScript format checks using pre-commit Leroy Hopson 2024-02-13 11:27:07 +1300
  • aa2b93248e
    Perform GDScript format checks using pre-commit Leroy Hopson 2024-02-13 11:27:07 +1300
  • 8f08945df2
    Update workflow dependencies Leroy Hopson 2024-02-13 11:14:52 +1300
  • b8b27a6370
    Remove git commit hooks Leroy Hopson 2024-02-13 11:12:28 +1300
  • 8310715d7e
    Exclude example .env file from archive Leroy Hopson 2024-02-13 11:10:55 +1300
  • 83c181e1c8
    Make 'Check Archive' job list hidden files Leroy Hopson 2024-02-13 11:10:14 +1300
  • 1b6d5dcba3
    Exclude Justfile from archive Leroy Hopson 2024-02-13 11:04:47 +1300
  • d6ca4f2817
    Merge remote-tracking branch 'origin/master' into godot4 Leroy Hopson 2024-02-13 11:02:24 +1300
  • b6f1ec00fb chore(deps): bump actions/checkout from 3 to 4 dependabot[bot] 2024-02-12 21:39:13 +0000
  • 002e7aacc7
    Auto-format files using new pre-commit config Leroy Hopson 2024-02-13 10:50:19 +1300
  • 306f07f137 chore(deps): bump jpribyl/action-docker-layer-caching dependabot[bot] 2024-02-12 21:31:43 +0000
  • 0c92e764f9
    chore(deps): bump actions/checkout from 3 to 4 dependabot[bot] 2024-02-12 21:39:13 +0000