256 Commits

Author SHA1 Message Date
MihailRis
ac9772cd67 fix render advanced pipeline issues 2025-07-12 17:31:55 +03:00
MihailRis
54655543bb Merge branch 'main' into update-gfx-pipeline 2025-06-30 21:30:16 +03:00
MihailRis
9cd95bb0eb fix toml encoder 2025-06-29 12:33:57 +03:00
MihailRis
9fc02d3a99 Merge branch 'main' into update-gfx-pipeline 2025-06-28 14:18:53 +03:00
MihailRis
f473df33fb minor refactor Button 2025-06-27 22:50:47 +03:00
MihailRis
436a89b066 feat: post-effects array parameters & add gfx.posteffects.set_array & make shadows opacity depending on clouds opacity 2025-06-14 20:06:05 +03:00
MihailRis
4333d9ab06 feat: support alternative vcm models syntax 2025-06-01 23:08:59 +03:00
MihailRis
45f845eb10 fix: 'box' primitive uv & update stairs model 2025-05-29 20:53:39 +03:00
MihailRis
27b194816b add 'region', 'region-scale' properties 2025-05-03 22:59:24 +03:00
MihailRis
edb12a32b0 fix side indices & update test model 2025-05-02 15:32:29 +03:00
MihailRis
ec85260ec4 add vcm format loader 2025-05-02 15:27:05 +03:00
MihailRis
ad07ec61cd Merge branch 'main' into render-update 2025-04-27 14:28:11 +03:00
MihailRis
8de408fd10 refactor: remove unused abstraction 2025-04-27 12:36:34 +03:00
MihailRis
ec0dbae3f7 remove extra glew includes 2025-04-26 23:27:45 +03:00
MihailRis
cefa26b497 minor refactor 2025-04-26 23:03:02 +03:00
MihailRis
8456f6fc56 fix gcc warnings 2025-04-14 20:07:44 +03:00
MihailRis
c6970b1d02 Merge branch 'main' into new-editor-formats 2025-04-13 15:10:46 +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
MihailRis
ba170035ef feat: post-processing effects 2025-04-05 00:41:25 +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
MihailRis
aaf8053b87 fix BasicParser::readUntilEOL 2025-03-24 08:28:06 +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
3d22de761f fix compiler warnings (GCC + Clang) 2025-03-20 22:04:29 +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
8b0935d2b7 fix BasicParser '\v' and '\x' escapes 2025-03-16 23:12:06 +03:00
MihailRis
58acc1b2ec implement ZipFileDevice methods (WIP) 2025-02-22 07:04:04 +03:00
MihailRis
8a8c1525fd
Fix syntax highlighting unicode support (#475)
* convert BasicParser to a template

* fix syntax hightlighting with unicode characters
2025-02-22 01:01:20 +03:00
MihailRis
33795f06f7 fix syntax highlighting not refreshing on selected text removal 2025-02-13 23:45:05 +03:00
MihailRis
e0314803c0 migrate from std::filesystem::path to io::path (WIP) 2025-01-30 22:23:13 +03:00
MihailRis
1e22882284 rename 'files' to 'io' 2025-01-30 16:53:52 +03:00
MihailRis
00ce65ef66 fix main shader & lua parser 2025-01-15 02:57:58 +03:00
MihailRis
17dcbe98ab fix clang-check warnings 2025-01-01 16:06:44 +03:00
MihailRis
cca153b66b add byteutil library 2024-12-27 08:33:52 +03:00
MihailRis
80e809f97f add markdown dialect (WIP) & add strikethrough and underline font styles 2024-12-06 17:35:03 +03:00
MihailRis
84b3b82dba refactor & optimize xml parser 2024-12-05 20:12:02 +03:00
MihailRis
ed3865964b add syntax highlighting (WIP) 2024-12-04 22:13:17 +03:00
MihailRis
28f49ac948 add Lua code tokenizer 2024-12-04 16:26:55 +03:00
MihailRis
3e6e897ce8 fix png signature check 2024-12-04 13:59:29 +03:00
MihailRis
9b73e78a37 Merge branch 'main' into curl 2024-11-27 23:37:32 +03:00
MihailRis
434e8a6331 cleanup 2024-11-27 23:25:56 +03:00
MihailRis
3dc776c90d add in-memory png loading implementation 2024-11-27 22:47:18 +03:00
MihailRis
6e90568d2a add util::escape 'escapeUnicode' option 2024-11-27 21:40:48 +03:00
MihailRis
637dfa66c2 add 'null' support to json parser 2024-11-27 21:33:20 +03:00
MihailRis
c543575150 replace '<string>' source name with '[string]' 2024-11-19 09:53:15 +03:00
MihailRis
b9d085c1b3 minor refactor 2024-11-19 08:04:30 +03:00