Commit Graph
100 Commits
Author SHA1 Message Date
MihailRis 1c8c461904 update doc/*/xml-ui-layouts.md 2025-04-26 22:18:25 +03:00
MihailRis 79528a44ea add 'region' image property 2025-04-26 22:12:34 +03:00
MihailRis 032b5ae9dc fix 2025-04-26 21:58:09 +03:00
MihailRis f944dfb51d optimize gui.template 2025-04-26 20:17:37 +03:00
MihailRis 1e90115a26 add 'onfocus' ui event & optimize container:add 2025-04-26 20:16:57 +03:00
MihailRis 8e8cabf2d1 add data argument to container:add(...) 2025-04-24 22:42:15 +03:00
MihailRis 9befbb9795 add 'ondefocus' ui event 2025-04-24 22:41:40 +03:00
MihailRisandGitHub e6dea9ed48 Merge pull request #519 from MihailRis/projects
Projects
2025-04-23 18:29:22 +03:00
MihailRis 41754582cd remove res/config/builtins.list 2025-04-22 21:46:51 +03:00
MihailRis 6164374666 feat: projects & replace builtins.list with 'base_packs' project property 2025-04-22 21:46:10 +03:00
MihailRis 1bdb5c3145 add dv::to_value for std::vector 2025-04-22 19:30:25 +03:00
MihailRis 3498af6be9 cleanup 2025-04-21 21:53:27 +03:00
MihailRis fe2a40b06e reduce 'debug build' opacity 2025-04-21 21:51:55 +03:00
MihailRis 05ddffb5c9 fix stack traces 2025-04-20 13:10:26 +03:00
MihailRis 32af745eb9 feat: translated textbox hints support 2025-04-20 13:09:08 +03:00
MihailRis 5bdf8f8065 remove -Og flag from debug build 2025-04-20 00:14:42 +03:00
MihailRis 61af8ba943 fix incomplete content reset 2025-04-19 22:17:58 +03:00
MihailRisandGitHub 6403757354 Merge pull request #518 from MihailRis/iframe
iframe
2025-04-19 20:54:23 +03:00
MihailRis 64375c4b28 update doc/*/scripting/ui.md 2025-04-19 20:38:58 +03:00
MihailRis f21d9d0a25 add iframe 'src' scripting property 2025-04-19 20:34:30 +03:00
MihailRis 8b0f350b69 update doc/*/xml-ui-layouts.md 2025-04-19 20:25:18 +03:00
MihailRis e9ec7e3f96 small visual fix 2025-04-19 20:12:38 +03:00
MihailRis 7ce97f4abe extract code editor implementation from console.xml 2025-04-19 18:32:14 +03:00
MihailRis 71d3756902 add iframe ui element 2025-04-19 18:31:12 +03:00
MihailRisandGitHub 6a7e71c614 Merge pull request #516 from MihailRis/advanced-ui-elements-access
Advanced ui-elements access
2025-04-17 20:41:45 +03:00
MihailRis 41ec44b6ee update doc/*/scripting/ui.md 2025-04-17 20:05:09 +03:00
MihailRis 559f946a66 feat: ui sub-nodes access 2025-04-17 19:55:43 +03:00
MihailRis 38e0753382 add __ipairs metamethod support if missing in LuaJIT 2025-04-17 19:54:58 +03:00
MihailRis 3e493a4a97 add uinode.parent read-only property 2025-04-16 20:58:57 +03:00
MihailRis 8456f6fc56 fix gcc warnings 2025-04-14 20:07:44 +03:00
MihailRis d1fb68eeac reserve "project", "pack", "packid", "root" entry-point names 2025-04-14 19:29:22 +03:00
MihailRisandGitHub 57330a4235 Merge pull request #515 from MihailRis/content-loader-refactor
Content loader refactor
2025-04-13 21:11:03 +03:00
MihailRis 794d873634 cleanup 2025-04-13 20:55:18 +03:00
MihailRis 9e28b783fd make BlockMaterial serializable 2025-04-13 20:52:03 +03:00
MihailRis 862ac496a8 move content units-related code to separate files 2025-04-13 19:51:36 +03:00
MihailRis 3bfe24c63c Merge branch 'main' into content-loader-refactor 2025-04-13 18:04:15 +03:00
MihailRisandGitHub c43deb2cd8 Merge pull request #514 from MihailRis/new-editor-formats
add SyntaxProcessor
2025-04-13 18:03:36 +03:00
MihailRis c6970b1d02 Merge branch 'main' into new-editor-formats 2025-04-13 15:10:46 +03:00
MihailRisandGitHub bba647db5c Merge pull request #513 from MihailRis/enums-refactor
reduce boilerplate code of enums
2025-04-13 14:45:26 +03:00
MihailRis 3be8546bf4 refactor enums: CursorShape, InterpolationType, ParticleSpawnShape 2025-04-13 14:18:50 +03:00
MihailRis 7749675a61 add EnumMetadata 2025-04-13 13:53:59 +03:00
MihailRis 5253be6c56 feat: custom languages syntax (WIP) 2025-04-13 00:19:38 +03:00
MihailRis 4360cd408b refactor: rename coders/lua_parsing to coders/syntax_parser 2025-04-12 21:14:18 +03:00
MihailRisandGitHub 7a19d99913 Merge pull request #508 from MihailRis/bytearray-upgrade
Bytearray upgrade
2025-04-12 18:47:05 +03:00
MihailRis da3f3d546f cleanup 2025-04-12 15:32:26 +03:00
MihailRis 0a49e4fa92 add Bytearray.trim, Bytearray.get_capacity 2025-04-12 15:27:29 +03:00
MihailRis 1ade910fa1 fix Bytearray.insert, Bytearray.remove 2025-04-12 13:49:31 +03:00
MihailRis fb07c86ea6 add static Lua-style functions: Bytearray.insert, Bytearray.remove, Bytearray.append 2025-04-12 13:24:55 +03:00
MihailRis 9169049530 feat: ipairs(...) support in Bytearray 2025-04-12 12:55:29 +03:00
MihailRis d8feff56c0 feat: Lua-style array append support in Bytearray 2025-04-12 12:32:31 +03:00
MihailRis 98813472a8 fix generator area centering 2025-04-11 20:37:08 +03:00
MihailRis c110fafbcf update doc/*/scripting/ecs.md 2025-04-11 19:25:13 +03:00
MihailRis bf79f6bc75 fix "upgrade square is not fully inside of area" error 2025-04-10 23:10:49 +03:00
MihailRis e78661453b refactor ContentLoader.cpp (step 1) 2025-04-10 22:04:35 +03:00
MihailRisandGitHub 8a21bd212c Merge pull request #509 from ChancellorIkseew/window-update
input minor refactoring
2025-04-08 21:27:53 +03:00
MihailRis 303e861fbb replace Bytearray with FFI implementation 2025-04-07 20:48:12 +03:00
MihailRis 6bdf7c9719 fix windows build 2025-04-07 20:30:44 +03:00
MihailRisandGitHub 8ae385e6e8 Merge pull request #504 from MihailRis/post-effects
Post-processing effects
2025-04-07 20:24:03 +03:00
MihailRis 281d5e09e6 fix: "unknown argument --memcheck" in vctest 2025-04-07 20:18:05 +03:00
MihailRis 794aa5b9cd add simple data_buffer test 2025-04-07 20:14:46 +03:00
MihailRis 36c2971fcf add FFIBytearray 2025-04-06 22:23:39 +03:00
MihailRis 4260742d6e add new Bytearray class 2025-04-06 22:22:35 +03:00
MihailRisandGitHub 7a7ac54b5d Merge pull request #506 from Onran0/main
Bitwise expressions compiler and executor
2025-04-06 17:44:54 +03:00
MihailRis d9d4d2b305 fix: missing Bytearray option in file.read_bytes 2025-04-06 14:39:21 +03:00
MihailRis 4157bde156 add vignette effect 2025-04-06 13:10:34 +03:00
MihailRis 64039f0e43 add post-effect-slot resource & add gfx.posteffects library 2025-04-06 12:47:25 +03:00
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 c8c8b2a023 Merge pull request #503 from unkn0t/hidpi-fix
Fix issue #465 with incorrect scaling on Wayland
2025-04-03 13:17:15 +03:00
MihailRisandGitHub a034053a2f Merge pull request #301 from yusufkt0/master
changed some lines in the readme
2025-04-02 20:13:39 +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