Commit Graph
100 Commits
Author SHA1 Message Date
MihailRis c3bc084e76 update Shader class 2025-04-06 12:45:58 +03:00
MihailRis 5678700826 add test effects: grayscale and negative 2025-04-05 00:41:58 +03:00
MihailRis ba170035ef feat: post-processing effects 2025-04-05 00:41:25 +03:00
MihailRis 22e97b1766 remove garbage includes from WorldRenderer.hpp 2025-04-04 21:35:16 +03:00
MihailRis 70cf308771 add '#param' default value syntax 2025-04-04 13:19:25 +03:00
MihailRis 6043ae8331 refactor GLSLExtension 2025-04-03 21:57:46 +03:00
MihailRis 1feee3a809 refactor GLSLExtension.cpp & add 'param' shader preprocessor directive & add PostEffect class (WIP) 2025-04-03 21:46:12 +03:00
MihailRisandGitHub 531334f059 Merge pull request #502 from MihailRis/devel
begin 0.28 development
2025-04-02 20:09:43 +03:00
MihailRis 416aff3a29 cleanup workflows 2025-04-02 19:44:10 +03:00
MihailRis 21ff042aa3 fix: non-local players hitboxes incorrect behaviour 2025-04-02 18:54:27 +03:00
MihailRisandGitHub ea99bcf910 Merge pull request #501 from MihailRis/refactor
Small refactor (part 1)
2025-04-02 18:41:15 +03:00
MihailRis ecdf87ce0d fix windows build 2025-04-02 18:21:19 +03:00
MihailRis 62518f0658 fix headless mode 2025-04-02 18:08:18 +03:00
MihailRis 8a74c65812 refactor: remove unused 'virtual' keywords 2025-04-02 17:54:28 +03:00
MihailRis 881edb7b28 rename keycode, mousecode enumerations 2025-04-02 17:39:31 +03:00
MihailRis 9843a1fc27 remove Viewport class 2025-04-02 17:35:17 +03:00
MihailRis 105561ad77 refactor GLFWWindow 2025-04-02 15:05:36 +03:00
MihailRis 45ccf893ae refactor EngineController 2025-04-02 15:01:24 +03:00
MihailRis 4d1a2b3764 cleanup EnginePaths 2025-04-02 15:01:24 +03:00
MihailRis 3486cbd4c9 cleanup ContentControl 2025-04-02 15:01:24 +03:00
MihailRis f99d909f34 cleanup 2025-04-02 15:01:24 +03:00
MihailRis e442402e43 refactor Engine 2025-04-02 15:01:24 +03:00
MihailRis 331734792d refactor: add ContentControl class 2025-04-02 15:01:24 +03:00
MihailRis 7262119f5b refactor GLFWWindow 2025-04-02 15:01:24 +03:00
MihailRis 0b8d56afe1 cleanup 2025-04-02 14:59:53 +03:00
MihailRis 9694a59649 refactor: add Window interface 2025-04-02 14:59:53 +03:00
MihailRis cd5c6a889c fix and cleanup 2025-04-02 14:55:53 +03:00
MihailRis 3beafe953f add observer_handler class 2025-04-02 14:55:53 +03:00
MihailRis b3feb5945b reduce extra includes 2025-04-02 14:55:53 +03:00
MihailRis dbe9ca5efe refactor io/engine_paths 2025-04-02 14:55:53 +03:00
MihailRis 611c6fa444 fix input 2025-04-02 14:55:53 +03:00
MihailRis bccdeec7b8 fix crosshair visibility 2025-04-02 14:55:53 +03:00
MihailRis 4c8742ce46 refactor frontend/locale 2025-04-02 14:55:53 +03:00
MihailRis b202d1455b refactor: replace references to Events with Input 2025-04-02 14:55:53 +03:00
MihailRis 4c48afbb90 refactor: add GUI instance reference to UI nodes 2025-04-02 14:55:53 +03:00
MihailRis 74a94f869c refactor: reduce Window references 2025-04-02 14:55:53 +03:00
MihailRis 896ab3597a Merge branch 'main' into devel 2025-04-02 14:53:16 +03:00
MihailRisandGitHub 149d095e6d update minimum cmake version (#499)
* update minimum cmake version to 3.5
* add '-DCMAKE_POLICY_VERSION_MINIMUM=3.5' to appimage workflow
* add '-DCMAKE_POLICY_VERSION_MINIMUM=3.5' to appimage workflow
2025-04-02 13:25:02 +03:00
MihailRis 7b90fa15db fix ingame chat size 2025-03-31 14:15:51 +03:00
MihailRisandGitHub 0db778b4c2 Merge pull request #496 from clasher113/main
fix: image render & LabelCache::update crash
2025-03-31 14:04:35 +03:00
MihailRis 47c2dd8c7e fix doc/*/scripting/builtins/libinventory.md 2025-03-29 18:18:33 +03:00
MihailRis 06adaaeadc fix doc/*/scripting/builtins/libinventory.md 2025-03-29 18:17:58 +03:00
MihailRis ffa199ed91 Merge branch 'main' into devel 2025-03-27 10:50:38 +03:00
MihailRis bbe5688a53 fix entities.spawn in coroutines 2025-03-27 08:50:42 +03:00
MihailRis 14310b05fb update version to 0.28 2025-03-26 09:23:33 +03:00
MihailRis edcf288a9e Merge branch 'main' into devel 2025-03-26 09:19:35 +03:00
MihailRis 35a6985d7e update CHANGELOG.md 2025-03-25 16:57:22 +03:00
MihailRis f4601cda3f Merge branch 'main' into release-0.27 2025-03-25 13:45:17 +03:00
MihailRisandGitHub f753527057 Merge pull request #493 from MihailRis/yaml
yaml
2025-03-24 09:17:47 +03:00
MihailRis aaf8053b87 fix BasicParser::readUntilEOL 2025-03-24 08:28:06 +03:00
MihailRis ccccf22541 trigger checks 2025-03-24 07:57:19 +03:00
MihailRis 2074ba8dd1 update workflows 2025-03-24 07:56:01 +03:00
MihailRis c28bfae679 add yaml serialization library 2025-03-24 07:43:41 +03:00
MihailRis 396fab02b3 add yaml::stringify 2025-03-24 05:30:56 +03:00
MihailRis 2aea19febd add YAML parser 2025-03-23 08:49:09 +03:00
MihailRis 27966d7e6e Merge branch 'main' into release-0.27 2025-03-22 02:45:07 +03:00
MihailRis 239181bb64 fix: editor scroll not reset on file open 2025-03-22 01:18:14 +03:00
MihailRis 4aa97cc5d0 fix: debug.print output is not captured by core.capture_output 2025-03-22 00:24:54 +03:00
MihailRisandGitHub 31c66e65d2 Merge pull request #491 from MihailRis/scroll-container-property
'scroll' container property
2025-03-21 05:48:24 +03:00
MihailRis fa6c3bc35c fix editor files list scrolling 2025-03-21 05:32:24 +03:00
MihailRis 2ee0605f1f add 'scroll' container property 2025-03-21 05:31:46 +03:00
MihailRis a8067ad9d6 fix: multiline text draw is not limited to the render area 2025-03-21 05:16:37 +03:00
MihailRis 09aee223a0 Merge branch 'main' into release-0.27 2025-03-20 23:11:31 +03:00
MihailRisandGitHub 083d0d4d89 Merge pull request #490 from MihailRis/fix-warnings
Fix compiler warnings
2025-03-20 22:25:39 +03:00
MihailRis 1e9b84c0ac revert formatting in FastNoiseLite.h 2025-03-20 22:07:43 +03:00
MihailRis 3d22de761f fix compiler warnings (GCC + Clang) 2025-03-20 22:04:29 +03:00
MihailRis 230180e3a5 update doc/*/main-page.md 2025-03-18 05:22:02 +03:00
MihailRis 34f8b5d351 update README.md 2025-03-18 05:20:18 +03:00
MihailRis c2f94cf820 update CHANGELOG.md to 0.27 2025-03-18 05:19:28 +03:00
MihailRis a8eda192af add item.uses(...) to libitem.md 2025-03-18 03:46:01 +03:00
MihailRis f5a4b5ca79 fix inventory.move_range 2025-03-18 03:45:20 +03:00
MihailRisandGitHub 9e7bf705f2 Merge pull request #489 from MihailRis/zip-mount
ZIP-files mount
2025-03-17 23:34:08 +03:00
MihailRis 35ce256c50 update doc/*/scripting/builtins/libfile.md 2025-03-17 23:18:44 +03:00
MihailRis a086b726c6 add file.create_zip(...) 2025-03-17 23:16:50 +03:00
MihailRis 5f71c82cc4 update doc/*/scripting/builtins/libfile.md 2025-03-17 23:08:13 +03:00
MihailRis e8153f3393 add file.mount(...) and file.unmount(...) 2025-03-17 23:01:44 +03:00
MihailRis 6286096b57 fix ZipFileDevice::list 2025-03-17 23:00:36 +03:00
MihailRis 3f3972a952 update doc/*/xml-ui-layouts.md 2025-03-17 20:30:24 +03:00
MihailRisandGitHub 513bac81b5 fix crc32 in static build (#488)
fix crc32 in static build
2025-03-17 20:16:52 +03:00
MihailRisandGitHub 0fefab2cdd small fixes (#487)
* use textbox for editor output
2025-03-17 18:02:12 +03:00
MihailRisandGitHub 63f508d430 Merge pull request #486 from MihailRis/canvas_shares_texture
add canvas:create_texture(...)
2025-03-17 16:13:28 +03:00
MihailRis 3a203bd4b0 disable mip-mapping for canvas texture 2025-03-17 04:12:56 +03:00
MihailRis 5b49c72d12 update doc/*/scripting/ui.md 2025-03-17 03:05:10 +03:00
MihailRis f9c5bd5e4d add canvas:create_texture(...) 2025-03-17 02:45:21 +03:00
MihailRisandGitHub e1ee1d8a31 Merge pull request #485 from MihailRis/crc32
crc32
2025-03-17 02:42:21 +03:00
MihailRis 13c309667b add crc32 function 2025-03-17 02:39:28 +03:00
MihailRis 104cc11645 fix reading binary file as string 2025-03-17 02:14:17 +03:00
MihailRis 5f747b7b75 fix content_menu.xml.lua has_valid_config(...) 2025-03-17 01:56:24 +03:00
MihailRis b009826d33 feat: allow specifying direct file path in audio.play_stream 2025-03-17 00:40:40 +03:00
MihailRis a0b0c0a9f0 disable utf-8 escaping in json.stringify by default & add utfEscape argument to json.stringify & update network.post behaviour for pre-serialized data 2025-03-17 00:21:31 +03:00
MihailRis fb4fa2f042 update doc/*/scripting/builtins/libpack.md 2025-03-16 23:14:37 +03:00
MihailRis 8b0935d2b7 fix BasicParser '\v' and '\x' escapes 2025-03-16 23:12:06 +03:00
MihailRisandGitHub 06b9cc2ec6 Merge pull request #483 from MihailRis/update-console
Update console
2025-03-16 22:45:07 +03:00
MihailRis 12aced92cc feat: reloading modules 2025-03-16 22:27:08 +03:00
MihailRis 4761c520d5 feat: component script reloading 2025-03-16 22:03:37 +03:00
MihailRisandGitHub b1e854a73c Update 0.27 docs (#484)
* update doc/*/scripting/builtins/libinventory.md

* add doc/*/scripting/builtins/libgfx-weather.md

* update doc/*/scripting/builtins/libfile.md

* update doc/*/item-properties & update doc/*/scripting/builtins/libinventory.md

* add inventory.decrement docs

* update doc/*/scripting/builtins/libinventory.md
2025-03-16 20:10:41 +03:00
MihailRis 267aebe7bd add core:internal/scripts_registry module 2025-03-16 15:33:10 +03:00
MihailRis 6fb14ee0a4 feat: reloading hud scripts 2025-03-15 21:12:19 +03:00
MihailRis f9998f0a93 feat: world script reloading 2025-03-14 17:07:10 +03:00
MihailRis bcbfdd50c7 feat: running files with and block/item script reload 2025-03-13 22:08:22 +03:00