Commit Graph
4572 Commits
Author SHA1 Message Date
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
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 9730454b90 Add back default-vs-msvc-windows preset used in CI 2025-04-13 17:14:34 +03:00
REDxEYE 0e73f65331 Cleanup 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 9bb6cdfec2 Remove debug code 2025-04-13 17:14:33 +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
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
clasher113andGitHub d888ddec4c fix: pause menu on hudVisible=false (#512)
* fix: pause menu on hudVisible=false
2025-04-12 20:30:55 +03:00
XertisandGitHub 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
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
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
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
OnranandGitHub 94ff4a02bd Add files via upload 2025-04-06 23:32:23 +09:00
OnranandGitHub 8e907b6d98 minor fix of caching 2025-04-06 22:42:18 +09:00
OnranandGitHub e279e4ea50 execute and compile of bitwise expressions exported to bit library 2025-04-06 22:17:28 +09:00
OnranandGitHub 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