1
0

1310 Commits

Author SHA1 Message Date
1e5d6fff42 formspec_escape stability improvement
* formspec_escape causes server crash, when text argument is a number.
  the `tostring(text)` prevents this
* backported https://github.com/MultiCraft/MultiCraft/pull/87
2024-06-03 10:51:09 -04:00
f61f3bba3f dont show the register confirmation, try to connect as fast as possible
* this is a security risk, but also a easy step.. the easy of use
  is a key to create a anarchy environment where people must learn
  to take care by itselft
2024-06-03 10:51:09 -04:00
c047d31989 Disable builtin hunger and use default minetest.do_item_eat if
* adapted the PR https://github.com/MultiCraft/MultiCraft/pull/172
  do not remove but disable by default any refernce and only use it
  if enable explicit
* adapted commit 0a54481b29
2024-06-02 22:09:49 -04:00
cd18cab6d3 fake the user agent to the fuking server list retrieval
* closes https://codeberg.org/minenux/minetest-engine-multicraft2/issues/46
2024-06-02 21:38:01 -04:00
c94e9cdb9a remove stupid advertise about older servers 2024-06-02 21:16:09 -04:00
c8c06eaae5 Switch to MultiCraft server list an option only
* new settings to send identification
* new settings to make it optinal
* posibility to send information as need as minetest older
2024-06-02 21:07:06 -04:00
Maksym H
59b2c7be48 Version 2.0.6-release but not yet! 2024-06-02 19:31:28 -04:00
9a733f881b Add tab keybind 2024-06-02 06:40:02 -04:00
fd02603860 Knockback: fix rare "Invalid float vector dimension range" crash 2024-06-02 06:25:05 -04:00
luk3yx
f8bbed282e Don't use file download timeout for fetching ContentDB packages 2024-06-02 05:39:29 -04:00
8eb09a5aa1 Add CSM restriction flag to block third party CSMs (#162) 2024-06-02 05:13:31 -04:00
Maksym H
1eb6b1dcb0 Disable desynchronize_mapblock_texture_animation by default 2024-06-02 05:00:47 -04:00
luk3yx
0eb18780e4 Add "hide_game = true" option to game.conf (#152) 2024-06-02 04:57:52 -04:00
savilli
9866b07654 Fix potential freeze in core.check_for_falling 2024-06-01 00:14:23 -04:00
luk3yx
8e5c2c4897 Make automatic world name generation check worlds from other games as well 2024-05-30 17:31:26 -04:00
Maksym H
40c42e3b8a MainMenu: minor cleanup 2024-05-30 16:04:01 -04:00
Maksym H
3c26abba0e Drop only 1 item if sneak is pressed 2024-05-30 15:58:29 -04:00
Maksym H
575f130854 Version 2.0.5-release
* cherry picked from commit
  14a7fe0266
* fix main menu minor changes cherry picked from commit
  f917f5c8d0
2023-09-05 18:08:53 -04:00
Maksym H
0785a0064a MainMenu: remove legacy tab 2023-09-05 13:22:38 -04:00
Maksym H
9db28e0daa MainMenu improvements and cleanup (#141)
Co-authored-by: luk3yx <luk3yx@users.noreply.github.com>
(cherry picked from commit 75452a9e9abe14deaf80cd696b056f708cf4f0fb)
2023-08-10 23:00:28 -04:00
luk3yx
d833004edd dlg_create_world.lua: Fix scrollbar slider
(cherry picked from commit 476d65034f50e5af4679cc85791504b884731ad2)
2023-08-10 22:52:36 -04:00
Maksym H
6fbceface0 Disable joysticks without SDL2
(cherry picked from commit 9b1209a68a4ae51f38dd2ebc97a7c168e9cacfc8)
2023-08-10 22:50:02 -04:00
luk3yx
1f26bfa168 New world list (#135) 2023-08-10 21:11:10 -04:00
Maksym H
f58cf228ae Switch to `ephemeral' sounds of eating and picking up items 2023-08-10 17:52:23 -04:00
Maksym H
6156f4b0a8 Builtin: localize a few functions 2023-08-10 17:52:05 -04:00
Maksym H
e3b85d1207 Change main menu scrollbar style 2023-08-10 17:47:10 -04:00
luk3yx
6da47b485c Enable strip_color_codes by default 2023-08-10 17:45:12 -04:00
luk3yx
c99e7bd5f0 Improve main menu (#121)
Co-authored-by: Maksym H <Maksym48@pm.me>
2023-08-10 17:44:35 -04:00
luk3yx
0db84b59d0 New SSCSM minifier 2023-08-10 17:39:35 -04:00
Vincent Robinson
b92aa05c33 Add math.round and fix vector.round (#10803) 2023-08-10 17:38:23 -04:00
Maksym H
cf99ce6b30 Make the console message height configurable 2023-08-10 17:17:14 -04:00
luk3yx
16a9de2fe2 Add .fast, .fly, .noclip and .pitch chatcommands (#120) 2023-08-10 17:05:56 -04:00
luk3yx
22443daf2c SSCSM: Compress long messages 2023-01-18 12:12:50 +13:00
luk3yx
b5b0917f26
Main menu improvements (#117)
Co-authored-by: Maksym H <Maksym48@pm.me>
2023-01-12 00:37:26 +02:00
Maksym H
93232becc0 Minor Hunger tune 2023-01-03 13:14:00 +02:00
luk3yx
2a38a33ff8
Disable node_drop by default (#116)
* Drop `item_lava_destroy` builtin function
2022-12-20 09:58:52 +02:00
Maksym H
13c4b3bd20
A new batch of MainMenu improvements (#110)
Co-authored-by: luk3yx <luk3yx@users.noreply.github.com>
2022-12-07 16:05:14 +02:00
Maksym H
9e83c219e7 Move GUI textures in separate folder 2022-11-23 15:27:06 +02: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
a254814f11 TouchScreenGUI: use mouse_sensitivity setting instead of mouse_sensity 2022-11-11 22:24:06 +01:00
luk3yx
b8f3c0c177
Fix /help formspec background 2022-10-12 23:28:30 +03:00
luk3yx
48e8b205ec
Change language on the fly in the advanced settings dialog (#100) 2022-10-02 20:02:49 +02:00
Maksym H
bfd46c88c8 Minor statbars update 2022-09-20 19:56:11 +02:00
Maksym H
6e76ef4320
HUD: use the HUD API directly (#92)
Co-authored-by: luk3yx <luk3yx@users.noreply.github.com>
2022-08-29 21:20:56 +03:00
Maksym H
6f87b3855d
Drop intllib and string.trim8 (#88) 2022-08-13 22:39:37 +02:00
luk3yx
d006cb54f5 Fix crash when built with RUN_IN_PLACE=TRUE 2022-08-11 19:05:42 +12:00
Maksim
bd4b420ccd Minor changes and fixes 2022-08-08 00:31:01 +02:00
luk3yx
17f710bfd5 Send SSCSMs in singleplayer and add more APIs to SSCSM sandbox (#72) 2022-08-05 20:53:08 +02:00
AFCMS
fdd2efbbbe Add minetest.settings to CSM API and allow CSMs to provide settingtypes.txt (#12131)
Co-authored-by: sfan5 <sfan5@live.de>
Co-authored-by: SmallJoker <SmallJoker@users.noreply.github.com>
2022-08-04 11:39:06 +12:00
Maksim
7f4d379e02 Update Credits and Readme 2022-08-03 11:40:14 +02:00