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 |
|
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
|
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 |
|
MihailRis
|
f21d9d0a25
|
add iframe 'src' scripting property
|
2025-04-19 20:34:30 +03:00 |
|
MihailRis
|
e9ec7e3f96
|
small visual fix
|
2025-04-19 20:12:38 +03:00 |
|
MihailRis
|
71d3756902
|
add iframe ui element
|
2025-04-19 18:31:12 +03:00 |
|
MihailRis
|
559f946a66
|
feat: ui sub-nodes access
|
2025-04-17 19:55:43 +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 |
|
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 |
|
REDxEYE
|
3a54a37b06
|
Remove unnecessary glew includes.
Remove copyright from Mesh.cpp
Add default initializers for VertexAttribute
|
2025-04-13 17:14:34 +03:00 |
|
REDxEYE
|
40a515227a
|
Remove unused pragma pack
|
2025-04-13 17:14:34 +03:00 |
|
REDxEYE
|
90605c6d5f
|
Replace assert with std::runtime_error
|
2025-04-13 17:14:34 +03:00 |
|
REDxEYE
|
1ffbeb8148
|
Refactor mesh handling to use templated vertex structures for improved type safety and flexibility
|
2025-04-13 17:14:28 +03:00 |
|
MihailRis
|
c6970b1d02
|
Merge branch 'main' into new-editor-formats
|
2025-04-13 15:10:46 +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 |
|
clasher113
|
d888ddec4c
|
fix: pause menu on hudVisible=false (#512)
* fix: pause menu on hudVisible=false
|
2025-04-12 20:30:55 +03:00 |
|
MihailRis
|
7a19d99913
|
Merge pull request #508 from MihailRis/bytearray-upgrade
Bytearray upgrade
|
2025-04-12 18:47:05 +03:00 |
|
MihailRis
|
fb07c86ea6
|
add static Lua-style functions: Bytearray.insert, Bytearray.remove, Bytearray.append
|
2025-04-12 13:24:55 +03:00 |
|
MihailRis
|
98813472a8
|
fix generator area centering
|
2025-04-11 20:37:08 +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 |
|
ChancellorIkseew
|
a16c4fcf8b
|
input minor refactoring
|
2025-04-09 02:48:09 +10:00 |
|
MihailRis
|
303e861fbb
|
replace Bytearray with FFI implementation
|
2025-04-07 20:48:12 +03:00 |
|
MihailRis
|
8ae385e6e8
|
Merge pull request #504 from MihailRis/post-effects
Post-processing effects
|
2025-04-07 20:24:03 +03:00 |
|
MihailRis
|
d9d4d2b305
|
fix: missing Bytearray option in file.read_bytes
|
2025-04-06 14:39:21 +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
|
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 |
|
unkn0t
|
74af48bdd4
|
Fix issue with incorrect scaling on Wayland
|
2025-04-03 14:31:42 +05:00 |
|
MihailRis
|
531334f059
|
Merge pull request #502 from MihailRis/devel
begin 0.28 development
|
2025-04-02 20:09:43 +03:00 |
|
MihailRis
|
21ff042aa3
|
fix: non-local players hitboxes incorrect behaviour
|
2025-04-02 18:54:27 +03:00 |
|