1
0

9674 Commits

Author SHA1 Message Date
8386642a12 fix app image builder for multicraft instead of minetest 2023-01-04 08:57:31 -04:00
29f9699d71 fix sound build as auto on RPM for sus,rhel,centos 2023-01-03 16:50:27 -04:00
f6e0c35ab3 fix libcrypto choice requirements on RPM for fedora,centos,rhel 2023-01-03 16:21:54 -04:00
3345307061 fix audio requirements build on RPM for fedora,centos,rhel 2023-01-03 16:19:53 -04:00
dd70378011 fix requirements build on RPM distros for fedora,centos,rhel 2023-01-03 16:02:25 -04:00
3aa26c06ac fix doc packagin for rpm and deb distros 2023-01-03 15:16:37 -04:00
3bb7f97eb4 provide a right description for distro packagers
* set description to minetest based voxel game
* sync rules configuration for CMAKE on apk, rpm and deb based distros
* sync installation paths for apk, rpm and deb based distros
* fix for those syncs the CMakefile
2023-01-03 14:35:27 -04:00
96537097a2 property install service files for sysviniti and shitstemd
* sed command at install make to change install path
* only install sysvinit and shitstemd service units
* service unit for openrc is provided at misc/alpine directory
2023-01-03 11:50:12 -04:00
b420f18423 reorganize distro files for packaging: deb/rpm/apk
* move debian directory to misc/debian
* move rmp shit distro directory the spec file and changelog
* move the alpine directory in misc with a minimal started files
* still there's an error on spec file for name of the tarball
* all of those files it depends of the previous commit that gives init/shistemd
2022-12-30 12:19:48 -04:00
c811a30507 provide and install unit files for service daemons sysvinit/shitstemd
* added a logrotate unit file at standart /etc/logrotate.d/
* shiststemd file unit go to PREFIX/lib/systemd/system/
* systvinit file unit goes to PREFIX/../etc/init.d/
* openrc alpine based unit file goes to /etc/init.d/ but not provided due sysvinit
2022-12-30 12:13:17 -04:00
750adb7504 rename and install multicraft and not minetest icon/manpage 2022-12-30 11:57:14 -04:00
b3953c86f6 if enable postgresql, set path include fixed to /usr/include/postgresql 2022-12-30 11:11:55 -04:00
2647279e44 Pass CFLAGS and CPPFLAGS to build process so distros can be hardened the server build
* To enable hardening, CFLAGS and CPPFLAGS needs to be used in the build.
* Backported from Forwarded: https://github.com/minetest/minetest/pull/12799
* It depends on (if use) Forwarded: https://github.com/minetest/irrlicht/pull/134
2022-12-30 10:55:02 -04:00
c67abe7c98 find also luajit moonlithg includes, but still not multiarch 2022-12-30 09:10:27 -04:00
b4b66740dc linux distro pacakging, added unit files and initscript
* added sisvinit unit service script
* added systemshit unit service script
* added debian packaging script and fiels in root dir
* added spec file for shit rpm distros
* added first intent of alpine packaging
2022-12-29 18:36:36 -04:00
516a40f565 fix desktop file for dist install 2022-12-29 17:51:20 -04:00
709abd5042 on recent cmake gettext blacklisted dont work so let as is 2022-12-28 17:04:21 -04:00
c4c8612268 get back the most minimun requirements for 2.0.3 to 2.0.1
* rollback partially bbd89e8332
* set game repo to minenux default game minetest
2022-12-28 15:04:06 -04:00
Maksym H
78d9ec0f2a Version 2.0.3-release 2.0.3 2022-11-14 13:03:37 +01:00
Maksym H
3f4adfd6bb Minor changes and fixes 2022-11-14 12:59:33 +01:00
Maksym H
75a5c0876e Disable progress bar texture overrides 2022-11-14 12:49:28 +01:00
Deve
b7a313a574 TouchScreenGUI: Better handle punch/interact 2022-11-14 00:54:03 +01:00
Maksym H
4b4946ca1e Improve debug logging 2022-11-14 00:46:46 +01:00
Maksym H
3d33abf1cd Yet another MainMenu improvements PR (#101)
* Yet another improvements instead of a complete redo

Co-authored-by: luk3yx <luk3yx@users.noreply.github.com>
2022-11-14 00:46:46 +01:00
Maksym H
3ce839dc11 macOS: update 2022-11-14 00:46:46 +01:00
Maksym H
a254814f11 TouchScreenGUI: use mouse_sensitivity setting instead of mouse_sensity 2022-11-11 22:24:06 +01:00
luk3yx
df9e57bf05 Add setting to disable texture packs 2022-11-12 10:20:32 +13:00
Bektur
ecc472ab14
Android: update and improve Kotlin part (#99) 2022-11-11 17:45:05 +01:00
Deve
8535658791
Use raw pointer for sound manager (#107)
Use raw pointer for sound manager to avoid a crash in destructor after exit(0)
2022-11-07 10:57:20 +01:00
Bektur
3ecb0895aa
Extend API and add get_secret_key for secure operations (#84)
Co-authored-by: luk3yx <luk3yx@users.noreply.github.com>
2022-10-29 13:31:21 +03:00
Maksym H
e9157515b9
Android: add mouse support (#102)
Co-authored-by: Deve <deveee@gmail.com>
2022-10-24 13:31:08 +03:00
Maksym H
8f74118a43 Simplify double jump for fly function 2022-10-21 20:39:38 +03:00
luk3yx
dd5407e0cb
Allow extracting password-protected zips (#104) 2022-10-18 12:25:08 +02:00
Maksym H
1c703d231c Small fix for the font_size mess 2022-10-16 10:57:44 +03:00
Maksym H
cc93ab60b4 Update of luautf8 with Unicode 15 support
https://github.com/starwing/luautf8/releases/tag/0.1.4
2022-10-16 10:38:13 +03:00
luk3yx
b8f3c0c177
Fix /help formspec background 2022-10-12 23:28:30 +03:00
Maksym H
a6b126e91f TouchScreenGUI: add Aux1 button 2022-10-03 10:07:53 +02:00
luk3yx
48e8b205ec
Change language on the fly in the advanced settings dialog (#100) 2022-10-02 20:02:49 +02:00
luk3yx
7f4a384c69 Allow transparency in scrollbar button textures and fix horizontal image scrollbars 2022-10-02 11:32:07 +13:00
Deve
ef72016f28
Android: use Irrlicht with SDL2 device (#77)
Co-authored-by: Maksim <Maksym48@pm.me>
2022-09-29 18:35:21 +02:00
Deve
9d894bc80e
macOS: update and switch off from Cocoapods (#98)
Co-authored-by: Maksym H <Maksym48@pm.me>
2022-09-25 12:10:27 +02:00
Maksym H
d051f3a1b3 Android: minor update 2022-09-25 11:06:27 +02:00
Maksym H
443332f33b Minor code sync 2022-09-23 13:19:07 +02:00
luk3yx
caa7ae51bb
Only show HUD co-ordinates when minimap is showing or debug mode is on (#93) 2022-09-23 15:50:45 +12:00
Maksym H
bfd46c88c8 Minor statbars update 2022-09-20 19:56:11 +02:00
luk3yx
6befa9c8e9 Save settings when closing volume/keys dialogs 2022-09-20 12:10:02 +02:00
Bektur
bd51d690ab
Android: update and add getRoundScreen method (#97) 2022-09-18 02:05:37 +02:00
Bektur
cbb0bc2f53
Simplifying the drawing of the progress bar (#96)
Co-authored-by: Maksym H <Maksym48@pm.me>
2022-09-08 21:28:25 +03:00
luk3yx
4918f6a50f
Improve change keys, change volume and change password menus (#94)
Co-authored-by: Maksym H <Maksym48@pm.me>
2022-09-08 12:52:31 +03:00
luk3yx
087a56cf06 Don't crash with a negative length in particle definitions 2022-09-07 20:51:07 +12:00