Xertis
|
2b753a1dd2
|
update chunks.lua test for debugging "upgrade square is not fully inside of area" (#511)
* Update chunks.lua
* Update chunks.lua
* Update chunks.lua
|
2025-04-12 19:43:41 +03:00 |
|
MihailRis
|
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
|
8a21bd212c
|
Merge pull request #509 from ChancellorIkseew/window-update
input minor refactoring
|
2025-04-08 21:27:53 +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
|
6bdf7c9719
|
fix windows build
|
2025-04-07 20:30:44 +03:00 |
|
MihailRis
|
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
|
7a7ac54b5d
|
Merge pull request #506 from Onran0/main
Bitwise expressions compiler and executor
|
2025-04-06 17:44:54 +03:00 |
|
Onran
|
94ff4a02bd
|
Add files via upload
|
2025-04-06 23:32:23 +09:00 |
|
Onran
|
8e907b6d98
|
minor fix of caching
|
2025-04-06 22:42:18 +09:00 |
|
Onran
|
e279e4ea50
|
execute and compile of bitwise expressions exported to bit library
|
2025-04-06 22:17:28 +09:00 |
|
Onran
|
cba48e3a0c
|
bitwise expressions compiler
|
2025-04-06 22:16:04 +09: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
|
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 |
|
unkn0t
|
74af48bdd4
|
Fix issue with incorrect scaling on Wayland
|
2025-04-03 14:31:42 +05:00 |
|
MihailRis
|
a034053a2f
|
Merge pull request #301 from yusufkt0/master
changed some lines in the readme
|
2025-04-02 20:13:39 +03:00 |
|
MihailRis
|
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
|
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 |
|