MihailRis
71d3756902
add iframe ui element
2025-04-19 18:31:12 +03:00
MihailRis and GitHub
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
MihailRis and GitHub
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
MihailRis and GitHub
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
MihailRis and GitHub
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
MihailRis and GitHub
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
MihailRis and GitHub
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
MihailRis and GitHub
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
MihailRis and GitHub
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
MihailRis and GitHub
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
MihailRis and GitHub
a034053a2f
Merge pull request #301 from yusufkt0/master
...
changed some lines in the readme
2025-04-02 20:13:39 +03:00
MihailRis and GitHub
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
MihailRis and GitHub
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
MihailRis and GitHub
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
MihailRis and GitHub
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
MihailRis and GitHub
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