Commit Graph

  • c28bfae679 add yaml serialization library MihailRis 2025-03-24 07:43:41 +03:00
  • 396fab02b3 add yaml::stringify MihailRis 2025-03-24 05:30:56 +03:00
  • 2aea19febd add YAML parser MihailRis 2025-03-23 08:49:09 +03:00
  • 27966d7e6e Merge branch 'main' into release-0.27 MihailRis 2025-03-22 02:45:07 +03:00
  • 239181bb64 fix: editor scroll not reset on file open MihailRis 2025-03-22 01:18:14 +03:00
  • 4aa97cc5d0 fix: debug.print output is not captured by core.capture_output MihailRis 2025-03-22 00:24:54 +03:00
  • 31c66e65d2
    Merge pull request #491 from MihailRis/scroll-container-property MihailRis 2025-03-21 05:48:24 +03:00
  • fa6c3bc35c fix editor files list scrolling MihailRis 2025-03-21 05:32:24 +03:00
  • 2ee0605f1f add 'scroll' container property MihailRis 2025-03-21 05:31:46 +03:00
  • a8067ad9d6 fix: multiline text draw is not limited to the render area MihailRis 2025-03-21 05:16:37 +03:00
  • 09aee223a0 Merge branch 'main' into release-0.27 MihailRis 2025-03-20 23:11:31 +03:00
  • 083d0d4d89
    Merge pull request #490 from MihailRis/fix-warnings MihailRis 2025-03-20 22:25:39 +03:00
  • 1e9b84c0ac revert formatting in FastNoiseLite.h MihailRis 2025-03-20 22:07:43 +03:00
  • 3d22de761f fix compiler warnings (GCC + Clang) MihailRis 2025-03-20 22:04:29 +03:00
  • 6c3d2d0907
    Merge pull request #435 from Ygrik2003/Refactoring-cmake Ygrik2003 2025-03-20 20:59:19 +03:00
  • 230180e3a5 update doc/*/main-page.md MihailRis 2025-03-18 05:22:02 +03:00
  • 34f8b5d351 update README.md MihailRis 2025-03-18 05:20:18 +03:00
  • c2f94cf820 update CHANGELOG.md to 0.27 MihailRis 2025-03-18 05:19:28 +03:00
  • a8eda192af add item.uses(...) to libitem.md MihailRis 2025-03-18 03:46:01 +03:00
  • f5a4b5ca79 fix inventory.move_range MihailRis 2025-03-18 03:45:20 +03:00
  • 9e7bf705f2
    Merge pull request #489 from MihailRis/zip-mount MihailRis 2025-03-17 23:34:08 +03:00
  • 35ce256c50 update doc/*/scripting/builtins/libfile.md MihailRis 2025-03-17 23:18:44 +03:00
  • a086b726c6 add file.create_zip(...) MihailRis 2025-03-17 23:16:50 +03:00
  • 5f71c82cc4 update doc/*/scripting/builtins/libfile.md MihailRis 2025-03-17 23:08:13 +03:00
  • e8153f3393 add file.mount(...) and file.unmount(...) MihailRis 2025-03-17 23:01:44 +03:00
  • 6286096b57 fix ZipFileDevice::list MihailRis 2025-03-17 23:00:36 +03:00
  • 3f3972a952 update doc/*/xml-ui-layouts.md MihailRis 2025-03-17 20:30:24 +03:00
  • 513bac81b5
    fix crc32 in static build (#488) MihailRis 2025-03-17 20:16:52 +03:00
  • 0fefab2cdd
    small fixes (#487) MihailRis 2025-03-17 18:02:12 +03:00
  • 63f508d430
    Merge pull request #486 from MihailRis/canvas_shares_texture MihailRis 2025-03-17 16:13:28 +03:00
  • 3a203bd4b0 disable mip-mapping for canvas texture MihailRis 2025-03-17 03:46:40 +03:00
  • 5b49c72d12 update doc/*/scripting/ui.md MihailRis 2025-03-17 03:05:10 +03:00
  • f9c5bd5e4d add canvas:create_texture(...) MihailRis 2025-03-17 02:45:21 +03:00
  • e1ee1d8a31
    Merge pull request #485 from MihailRis/crc32 MihailRis 2025-03-17 02:42:21 +03:00
  • 13c309667b add crc32 function MihailRis 2025-03-17 02:17:32 +03:00
  • 104cc11645 fix reading binary file as string MihailRis 2025-03-17 02:14:17 +03:00
  • 5f747b7b75 fix content_menu.xml.lua has_valid_config(...) MihailRis 2025-03-17 01:56:24 +03:00
  • b009826d33 feat: allow specifying direct file path in audio.play_stream MihailRis 2025-03-17 00:40:40 +03:00
  • a0b0c0a9f0 disable utf-8 escaping in json.stringify by default & add utfEscape argument to json.stringify & update network.post behaviour for pre-serialized data MihailRis 2025-03-17 00:21:31 +03:00
  • fb4fa2f042 update doc/*/scripting/builtins/libpack.md MihailRis 2025-03-16 23:14:37 +03:00
  • 8b0935d2b7 fix BasicParser '\v' and '\x' escapes MihailRis 2025-03-16 23:12:06 +03:00
  • 06b9cc2ec6
    Merge pull request #483 from MihailRis/update-console MihailRis 2025-03-16 22:45:07 +03:00
  • 12aced92cc feat: reloading modules MihailRis 2025-03-16 22:27:08 +03:00
  • 4761c520d5 feat: component script reloading MihailRis 2025-03-16 22:03:37 +03:00
  • b1e854a73c
    Update 0.27 docs (#484) MihailRis 2025-03-16 20:10:41 +03:00
  • 267aebe7bd add core:internal/scripts_registry module MihailRis 2025-03-16 15:33:10 +03:00
  • 6fb14ee0a4 feat: reloading hud scripts MihailRis 2025-03-15 21:12:19 +03:00
  • f9998f0a93 feat: world script reloading MihailRis 2025-03-14 17:07:10 +03:00
  • bcbfdd50c7 feat: running files with and block/item script reload MihailRis 2025-03-13 22:08:22 +03:00
  • 5394f202a1 fix multiline width calculation & feat: multiline tooltips support MihailRis 2025-03-13 22:07:10 +03:00
  • 4400f7fbfb add block.reload_script, item.reload_script MihailRis 2025-03-13 22:05:53 +03:00
  • 1bb25e99c6 add core.capture_output MihailRis 2025-03-13 22:05:14 +03:00
  • ffac010e54 update built-in error handling MihailRis 2025-03-13 22:03:45 +03:00
  • b66937c61d feat: scripts classification MihailRis 2025-03-13 00:28:40 +03:00
  • 794d1d71f5 feat: writeable pack entry points cleanup MihailRis 2025-03-12 23:42:40 +03:00
  • 4b09b108fd fix file.parent MihailRis 2025-03-12 23:40:34 +03:00
  • b9c2b0ba40 add files filter to the editor MihailRis 2025-03-12 23:33:40 +03:00
  • 3a4b334d0b feat: 'edited' property reset & add 'oncontrolkey' textbox callback MihailRis 2025-03-12 19:51:22 +03:00
  • fb18442322 update console layout MihailRis 2025-03-12 18:00:28 +03:00
  • aeb8acb7c9 feat: swap SplitBox panels on double-click MihailRis 2025-03-12 17:09:32 +03:00
  • 3d60777a12 feat: save edited files MihailRis 2025-03-12 17:08:50 +03:00
  • 88b45e5098 add pack.request_writeable(...) & update gui.confirm screen MihailRis 2025-03-12 17:00:33 +03:00
  • 4cdb1fbae2 add util::base64_urlsafe_encode/decode MihailRis 2025-03-12 16:26:46 +03:00
  • 65ca46b2da fix backspace/delete history behaviour MihailRis 2025-03-12 14:24:59 +03:00
  • 93f20b1746 add 'edited' read-only textbox property MihailRis 2025-03-12 02:32:41 +03:00
  • 433c12a17a refresh syntax on undo/redo TextBox actions MihailRis 2025-03-12 01:54:52 +03:00
  • 4c493aff25 add history to TextBox MihailRis 2025-03-12 01:52:08 +03:00
  • 223a846784 add Action and ActionsHistory MihailRis 2025-03-12 01:51:46 +03:00
  • fa990e3939 add '@' prefix support to tooltips MihailRis 2025-03-11 16:19:33 +03:00
  • 9286f297c1 add file.path(...), file.join(...) MihailRis 2025-03-11 16:19:09 +03:00
  • e70746ae43 update console layout MihailRis 2025-03-11 03:48:27 +03:00
  • 843fbad0bd cleanup MihailRis 2025-03-11 00:35:37 +03:00
  • 37c7ffa7b0 add BasePanel & add padding property to SplitBox MihailRis 2025-03-10 23:44:43 +03:00
  • c86bad8def update console layout & add files panel (WIP) MihailRis 2025-03-10 23:10:33 +03:00
  • 4c9019e03c small fixes MihailRis 2025-03-10 23:09:50 +03:00
  • 9a01b5ad2d add splitbox ui element MihailRis 2025-03-10 23:09:07 +03:00
  • c6492b3d25 add file.parent(...) MihailRis 2025-03-10 23:01:34 +03:00
  • 567105dfce add RGBA support to markdown MihailRis 2025-03-10 23:00:55 +03:00
  • 5af6b91b22 add debug GUI render mode (F8) MihailRis 2025-03-10 18:06:39 +03:00
  • a74a4fcf53 fix fatal error on audio.play_sound in headless-mode MihailRis 2025-03-11 00:37:12 +03:00
  • 1f9b619392
    Merge pull request #462 from MihailRis/precipitation MihailRis 2025-03-10 15:07:44 +03:00
  • a1860ff668 cleanup MihailRis 2025-03-10 14:51:59 +03:00
  • bf5a5b243f Merge branch 'main' into precipitation MihailRis 2025-03-09 23:13:04 +03:00
  • 70b3a4d91e refactor MihailRis 2025-03-09 23:10:22 +03:00
  • db620010a3 move weather back to gfx & add world:client/environment.json file MihailRis 2025-03-09 22:50:45 +03:00
  • 5956f18b65
    Merge pull request #482 from MihailRis/new-canvas-methods MihailRis 2025-03-08 20:01:01 +03:00
  • e48216da40 experimental optimize canvas:set_data using ffi MihailRis 2025-03-08 17:33:56 +03:00
  • 6078a8802e add canvas:set_data MihailRis 2025-03-08 14:55:17 +03:00
  • 22d49c1c65 update doc/*/scripting/ui.md MihailRis 2025-03-08 14:08:44 +03:00
  • 2af55a0227 add Canvas constructor & add canvas:blit MihailRis 2025-03-08 14:02:57 +03:00
  • 5bbba7f39d add ImageData.drawLine MihailRis 2025-03-08 13:36:43 +03:00
  • e8c6c9a7b3 update doc/*/scripting/ui.md MihailRis 2025-03-07 20:31:50 +03:00
  • dca4f283cc add canvas:clear(...), canvas:line(...) MihailRis 2025-03-07 20:15:59 +03:00
  • ee3fbc6831 fix: incorrect canvas Y direction MihailRis 2025-03-07 20:15:25 +03:00
  • 345e140aab
    Merge pull request #481 from Xertis/patch-8 MihailRis 2025-03-07 01:37:21 +03:00
  • 0d9cd6fefc
    table.filter bug fix Xertis 2025-03-06 15:54:40 +03:00
  • cbf07a6351
    Merge pull request #430 from Xertis/main MihailRis 2025-03-05 18:47:23 +03:00
  • 7a86cbdd60 move weather library out of gfx MihailRis 2025-03-05 18:39:34 +03:00
  • 8640730520 fix weather interpolation & add 'fall.max_intensity' property MihailRis 2025-03-02 10:38:30 +03:00
  • 7fc226f70f add cloudy weather preset MihailRis 2025-03-02 10:12:34 +03:00