3671 Commits

Author SHA1 Message Date
ShiftyX1
5507e17402 fix: replace copy_directory_if_different with copy_directory
Some checks failed
Build and Release / prepare (push) Successful in 0s
Build / Build (push) Has been cancelled
Build and Release / build_linux (push) Failing after 9m9s
Build and Release / build_macos (push) Failing after 5s
Build and Release / build_windows (push) Failing after 5s
Build and Release / publish_release (push) Has been skipped
MSVC Build / build-windows (windows-latest) (push) Has been cancelled
- copy_directory_if_different doesn't exist in CMake 3.22
- Use standard copy_directory command instead
2025-12-08 20:52:57 +03:00
ShiftyX1
b68e5567b8 fix: create OpenAL::OpenAL target alias for Linux
Some checks failed
Build / Build (push) Successful in 9m28s
Build and Release / prepare (push) Successful in 1s
Build and Release / build_linux (push) Failing after 8m58s
Build and Release / build_macos (push) Failing after 11s
Build and Release / build_windows (push) Failing after 12s
Build and Release / publish_release (push) Has been skipped
MSVC Build / build-windows (windows-latest) (push) Has been cancelled
- FindOpenAL on Linux creates OPENAL_LIBRARY/OPENAL_INCLUDE_DIR
- But code expects OpenAL::OpenAL target
- Add compatibility layer to create proper target
2025-12-08 20:25:59 +03:00
ShiftyX1
403dbc7791 fixed error: could not convert from ‘void’ to ‘bool’
Some checks failed
Build / Build (push) Failing after 9m39s
MSVC Build / build-windows (windows-latest) (push) Has been cancelled
2025-12-08 19:58:00 +03:00
ShiftyX1
5997cbd714 fixed macOS segfault correct way
Some checks failed
Build / Build (push) Failing after 17s
MSVC Build / build-windows (windows-latest) (push) Has been cancelled
2025-12-08 19:23:57 +03:00
MihailRis
06f6550624 fix the stupid
Some checks failed
Build / Build (push) Failing after 17s
MSVC Build / build-windows (windows-latest) (push) Has been cancelled
2025-12-08 19:21:50 +03:00
MihailRis
00f269ca7e debug it 2025-12-08 19:21:50 +03:00
MihailRis
257a293bf4 fix platform::detect_locale 2025-12-08 19:21:50 +03:00
MihailRis
dd40780334 add 'network' permission 2025-12-08 19:21:50 +03:00
MihailRis
56d808e3e2 add 'write-to-user' permission & refactor checking for writeability 2025-12-08 19:21:50 +03:00
MihailRis
8831d676d4 feat: project permissions loading 2025-12-08 19:21:50 +03:00
MihailRis
6fca6eab56 start 0.31 development 2025-12-08 19:21:50 +03:00
MihailRis
df1ce1ae53 fix window title if VC_BUILD_NAME is empty 2025-12-08 19:21:50 +03:00
MihailRis
213e9150dd fix libpng error handling 2025-12-08 19:21:50 +03:00
MihailRis
43f54c38ec fix corrupted voxel reset 2025-12-08 19:21:50 +03:00
MihailRis
f5868b65f0 add build info to release (#725)
* attempt to add VC_BUILD_NAME

* fix

* fix

* update macos.yml

* fix

* update macos.yml

* update macos.yml

* add debug step

* update

* update

* fix release.yml

* update cmake

* update WindowControl.cpp

* update workflows

* update release.yml

* add --output-always

* cleanup
2025-12-08 19:21:50 +03:00
MihailRis
4893705ff4 fix overriden content units scripts overriding 2025-12-08 19:21:50 +03:00
MihailRis
b36d8d5852 fix block ticks 2025-12-08 19:21:50 +03:00
MihailRis
be420352eb increase moon sprite distance 2025-12-08 19:21:49 +03:00
MihailRis
bc1ff634a3 fix: incomplete size transform support by entities 2025-12-08 19:21:49 +03:00
MihailRis
98a3971e13 fix exception if model having invalid variable texture passed to modelviewer 2025-12-08 19:21:49 +03:00
MihailRis
417521e94f temporary fix improvement 2025-12-08 19:21:49 +03:00
MihailRis
e2e1bd6d76 cleanup 2025-12-08 19:21:49 +03:00
MihailRis
65ee464941 fix generated item's script 2025-12-08 19:21:49 +03:00
MihailRis
d7f3bf9c7c fix ui elements overriding 2025-12-08 19:21:49 +03:00
MihailRis
5ae34c2dc2 fix: pack environment not passed to components 2025-12-08 19:21:49 +03:00
MihailRis
59df377fde fix temporary 2025-12-08 19:21:49 +03:00
MihailRis
15b3e4d549 make parsing error messages while assets loading more verbose 2025-12-08 19:21:49 +03:00
MihailRis
b7751cf053 fix 'unexpected end' while parsing .obj 2025-12-08 19:21:49 +03:00
MihailRis
7c74eece99 fix: bad_alloc if canvas element size is negative 2025-11-30 14:01:59 +03:00
MihailRis
3a999c6b19
Merge pull request #712 from MihailRis/revert-702-improve-gl-errors
Revert "Improve gl errors"
2025-11-29 19:14:39 +03:00
MihailRis
a04ea83c48
Revert "Improve gl errors" 2025-11-29 18:54:08 +03:00
MihailRis
bcfcd9ca76 fix headless mode fatal error in some systems 2025-11-29 18:29:04 +03:00
MihailRis
618b3d7f61 fix world generator 2025-11-29 16:15:19 +03:00
MihailRis
66bb734a4e fix canvas:set_data 2025-11-26 22:46:43 +03:00
MihailRis
05d6fbd995 add onmouseover, onmouseout ui events & cleanup 2025-11-25 23:57:19 +03:00
MihailRis
8cc51a107e fix: panel width differs to size specified in xml 2025-11-25 21:54:58 +03:00
MihailRis
662970f8c8
Merge pull request #702 from MihailRis/improve-gl-errors
Improve gl errors
2025-11-24 22:41:33 +03:00
MihailRis
6f765cda7c update gl::to_string 2025-11-24 22:24:38 +03:00
MihailRis
be6710bc83 fix modelviewer fbo creation 2025-11-24 22:15:38 +03:00
MihailRis
5aa9e68d6f improve framebuffer creation error messages 2025-11-24 22:03:50 +03:00
eliotbyte
b85c5e367a fix extended block placement across chunk borders 2025-11-24 21:25:15 +03:00
eliotbyte
9ccaecddd2 add :block placement for single blocks 2025-11-24 21:23:59 +03:00
MihailRis
28589c4b3b fix utf8 support 2025-11-23 19:56:12 +03:00
MihailRis
6810f9a03a add utf8.escape_xml and alias - string.escape_xml 2025-11-23 19:52:49 +03:00
MihailRis
91cb5ab7d8 fix: root node id overriding 2025-11-23 19:37:44 +03:00
MihailRis
17e8d9bb1b fix headless mode 2025-11-23 18:21:52 +03:00
MihailRis
50f6c48771 add gui.set_syntax_styles 2025-11-23 18:10:06 +03:00
MihailRis
5250c748be make chunk lightmap optional 2025-11-23 15:22:18 +03:00
MihailRis
6bc549dd90 fix world previews generation 2025-11-22 19:23:46 +03:00
MihailRis
acea4604fe
Merge pull request #690 from MihailRis/more-canvas-methods
Add more canvas methods
2025-11-22 18:13:05 +03:00