5352 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
v0.31.2 v0.31.3
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
v0.31.1
2025-12-08 20:25:59 +03:00
ShiftyX1
42dcf7c888 fix: adapt CI/CD for Gitea compatibility
Some checks failed
Build / Build (push) Successful in 9m29s
Build and Release / prepare (push) Successful in 1s
MSVC Build / build-windows (windows-latest) (push) Has been cancelled
Build and Release / build_linux (push) Failing after 43s
Build and Release / build_macos (push) Failing after 11s
Build and Release / build_windows (push) Failing after 14s
Build and Release / publish_release (push) Has been skipped
- Replace upload/download-artifact v4 with v3 (v4 not supported on Gitea)
- Fix ObjectsPool::allocateNew() usage (returns void, not bool)
- Add cmake and build-essential to dependencies
- Update release workflow to use softprops/action-gh-release
v0.31.0
2025-12-08 20:09:54 +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
5255fd3a77 ci: add cmake and build-essential to dependencies
Some checks failed
Build / Build (push) Failing after 7m57s
MSVC Build / build-windows (windows-latest) (push) Has been cancelled
2025-12-08 19:44:30 +03:00
ShiftyX1
0107cf13c3 ci: adapt workflows for Gitea Actions
Some checks failed
Build / Build (push) Failing after 32s
MSVC Build / build-windows (windows-latest) (push) Has been cancelled
- Update release.yml to use softprops/action-gh-release (Gitea compatible)
- Add push trigger for version tags
- Fix apt-get install requiring confirmation with -y flag
- Remove complex API calls in favor of standard actions
2025-12-08 19:43:15 +03:00
ShiftyX1
ee7b1d4299 refactor: update release workflow for improved tagging and asset management
Some checks failed
Build / Build (push) Failing after 17s
MSVC Build / build-windows (windows-latest) (push) Has been cancelled
2025-12-08 19:41:32 +03:00
d3f8942fbf Merge pull request 'lua-zip-test' (#1) from lua-zip-test into main
Some checks failed
Build / Build (push) Failing after 30s
MSVC Build / build-windows (windows-latest) (push) Has been cancelled
Reviewed-on: #1
2025-12-08 16:32:26 +00: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
42248d67eb update appimage.yml 2025-12-08 19:21:50 +03:00
MihailRis
257a293bf4 fix platform::detect_locale 2025-12-08 19:21:50 +03:00
MihailRis
a375af9ca1 update appimage.yml 2025-12-08 19:21:50 +03:00
MihailRis
289347dc91 update appimage workflow 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
149f418bed update macos.yml 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
17503674e8 update doc/*/block-properties.md 2025-12-08 19:21:50 +03:00
MihailRis
db09672e50 document tick-interval 2025-12-08 19:21:50 +03:00
MihailRis
f1d9f1bf60 fix release pipeline 2025-12-08 19:21:50 +03:00
MihailRis
f4adcf58b2 simplify release.yml 2025-12-08 19:21:50 +03:00
MihailRis
2c1d783e0c cleanup 2025-12-08 19:21:49 +03:00
MihailRis
6bd1103f88 fix 2025-12-08 19:21:49 +03:00
MihailRis
6becd2f5b5 make windows-clang.yml reusable 2025-12-08 19:21:49 +03:00
MihailRis
9d05d7c725 fix 2025-12-08 19:21:49 +03:00
MihailRis
5971e6b76b restore jobs 2025-12-08 19:21:49 +03:00
MihailRis
80852ed368 fix 2025-12-08 19:21:49 +03:00
MihailRis
ddf3babac9 fix 2025-12-08 19:21:49 +03:00
MihailRis
082b5cd080 update release.yml 2025-12-08 19:21:49 +03:00
MihailRis
a15961af8f update release.yml 2025-12-08 19:21:49 +03:00
MihailRis
678c42a825 add more steps 2025-12-08 19:21:49 +03:00
MihailRis
85258ff036 temporary disable windows-clang.yml pull_request trigger 2025-12-08 19:21:49 +03:00
MihailRis
fa2b933856 update release.yml 2025-12-08 19:21:49 +03:00
MihailRis
8ad578e109 temporary disable workflows 2025-12-08 19:21:49 +03:00
MihailRis
63cbf12507 update windows.yml 2025-12-08 19:21:49 +03:00
MihailRis
6f9c3a1389 add publish_release job 2025-12-08 19:21:49 +03:00
MihailRis
3de1dbed0b update release.yml 2025-12-08 19:21:49 +03:00
MihailRis
5f1569a8be update release.yml 2025-12-08 19:21:49 +03:00
MihailRis
56cb79f9e2 update release.yml 2025-12-08 19:21:49 +03:00
MihailRis
092fe59c81 add release workflow 2025-12-08 19:21:49 +03:00
MihailRis
4697969bdb remove old unused release pipeline 2025-12-08 19:21:49 +03:00