5974 Commits

Author SHA1 Message Date
ShadowNinja
9cca4e1198 Add core.get_dir_list
Conflicts:
	builtin/mainmenu/tab_texturepacks.lua
2015-05-31 23:20:28 +10:00
ShadowNinja
8a6bb4f9cd Add core.request_insecure_environment() 2015-05-31 23:17:52 +10:00
ShadowNinja
f91bc08c11 Add core.mkdir 2015-05-31 23:17:48 +10:00
ShadowNinja
794d3635d4 Add mod security
Due to compatibility concerns, this is temporarily disabled.
2015-05-31 23:17:44 +10:00
LeMagnesium
8edad2eb74 Added hour:minute format to time command
* The time command now accepts parameters in the form <hour>:<minute>,
    and if invoked with no parameters returns the current time in said format.

Conflicts:
	builtin/game/chatcommands.lua
2015-05-31 23:17:38 +10:00
est31
0dee615263 Fix build since last commit
Also rename method to better match what it does.
2015-05-31 23:16:31 +10:00
est31
8ee7998af0 Finalize init packets and enable protocol v25
This enables srp.
2015-05-31 23:16:28 +10:00
TeTpaAka
b38548611d Add push_ARGB8 to script/common/c_converter 2015-05-31 23:16:25 +10:00
TeTpaAka
4069c91935 Generalize core.get/set_nametag_color into core.get/set_nametag_attributes 2015-05-31 23:16:23 +10:00
kwolekr
5cf162f942 Noise: Make buffer size parameters unsigned 2015-05-31 23:16:21 +10:00
kwolekr
32bcafb32f Schematics: Fix probability values for .mts version 1 2015-05-31 23:16:19 +10:00
Brandon
57ba33a389 Add minetest.register_on_punchplayer 2015-05-31 23:16:16 +10:00
TeTpaAka
0a6980819e Add get and set functions for the nametag color 2015-05-31 23:16:13 +10:00
Craig Robbins
adf33efb97 ANDROID: Do not limit situations where fast is enabled
Before this commit autofast for Android was ignored if the user was sneaking, digging or building. There is no reason for this and it impedes movement control
2015-05-31 23:16:10 +10:00
est31
48db412bd5 Fix libgmp for Android
Android terminated immediately after start since commit
181f7baa453c58d4070de7196fd74663110946a8
because library wasn't loaded, and libminetest.so required
libgmp.so.10 instead of libgmp.so.

The second issue has been solved by the linker flags.
2015-05-31 23:16:07 +10:00
tenplus1
662028a68e Don't crash if an item gets dropped into unloaded space
Items dropped into unloaded map space will crash game so here's a fix...
2015-05-31 23:16:05 +10:00
est31
b0af15714c Item entity merging refactor
Don't ident too much, and add a comment.
2015-05-31 23:16:02 +10:00
est31
b1b5ed6ac8 Fix compiler warning about sign comparison 2015-05-31 23:16:00 +10:00
SmallJoker
aee48a04d1 Build and link gmp correctly on MSVC
Also optimize json's library
2015-05-31 23:15:56 +10:00
Novatux
4135d7e9bd Add code to support raillike group names
Conflicts:
	builtin/game/misc.lua
2015-05-31 23:15:49 +10:00
est31
9e22a4a0d5 is_player() is no player-only function 2015-05-31 23:14:11 +10:00
paramat
4bc9ee34b4 Mapgen v5/6/7: Cleanup node resolver and aliases 2015-05-31 23:14:08 +10:00
est31
d39358f9d2 Make early protocol auth mechanism generic, and add SRP
Adds everything needed for SRP (and everything works too),
but still deactivated, as protocol v25 init packets aren't final yet.
Can be activated by changing the LATEST_PROTOCOL_VERSION header to 25
inside networkprotocol.h.
2015-05-31 23:14:05 +10:00
est31
8135f89e21 Add LibGMP
Uses system provided libgmp if found, if not it falls back to mini-gmp.

Conflicts:
	README.txt
	build/android/Makefile
2015-05-31 23:13:54 +10:00
4aiman
c99423f15b A fair notice on the copyrights of the whole team. 2015-05-31 16:10:56 +03:00
4aiman
6ab679d710 Merge branch 'master' of https://github.com/MultiCraftProject/MultiCraftPrivate with 15/15 changes 2015-05-31 16:05:22 +03:00
4aiman
020207661f 15/15 2015-05-31 16:04:01 +03:00
est31
06a2eee692 Mapblock: nodecount refactor
Spare direct multoplication, use constant MapBlock::nodecount instead of
local nodecount variables.

Also use strides at one place instead of multiplications.
2015-05-31 06:24:41 +02:00
SmallJoker
b4dfaa3a7a Only retrieve always_fly_fast setting once 2015-05-30 22:29:36 +02:00
Craig Robbins
addf3ee165 (Android) Only simulate holding down fast key if fast_move is toggled to true 2015-05-29 22:59:21 +10:00
kwolekr
522acf920f Make get_biome_list() error message more helpful 2015-05-28 20:04:50 -04:00
Kahrl
0f15488eae Fix typo in variable name 2015-05-28 20:47:15 +02:00
TeTpaAka
c0335f7d13 Add some missing getter functions to the lua API
ObjectRef:
get_properties
get_armor_groups
get_animation
get_attach
get_bone_position

Players:
get_physics_override
hud_get_hotbar_itemcount
hud_get_hotbar_image
hud_get_hotbar_selected_image
get_sky
get_day_night_ratio
get_local_animation
get_eye_offset

Global:
minetest.get_gen_notify
minetest.get_noiseparams
2015-05-28 16:46:35 +02:00
Bektur Mambetov
6d9fe6e728 Optimization. Duplicate code in dialogs removed 2015-05-28 12:26:55 +03:00
berkut
456a0b4c26 instruction updated 2015-05-27 21:51:42 +03:00
Bektur Mambetov
3df382f825 transparent dialog. Some renaming. Preferene big optimization 2015-05-27 19:27:49 +03:00
est31
990a96578f Consistent const string params
Parent commit broke behaviour.
Thanks @TeTpaAka for testing the fix.
2015-05-27 13:23:09 +02:00
est31
21878c9d5c Spare some string copies 2015-05-27 11:45:40 +02:00
paramat
f16ebbfecf Mgv6: Enable snowbiomes by default. Double biome noise spread. 3 octaves, 0.5 persistence for humidity 2015-05-26 02:08:06 +01:00
4aiman
bf42107a0f 14/15 2015-05-25 23:44:45 +03:00
est31
6b7fb591cb Small clientiface ASCII art improvements
Use v arrows except where there is only one line between two boxes,
and other improvements
(Yea could use ↓ but its an ASCII art not an Unicode art).
2015-05-24 16:33:22 +02:00
paramat
774e5d17c4 Biome API, mgv7: Increase heat/humidity spreads. Improve mgv7 noise parameters 2015-05-24 04:33:09 +01:00
Maksim Gamarnik
c7b69b0483 Small change 2015-05-23 14:40:31 +03:00
OttoLidenbrock
3df9f38901 Update android makefile 2015-05-23 21:08:43 +10:00
OttoLidenbrock
f783e6c573 rename games/MultiCraft_game/minetest.conf to games/MultiCraft_game/multicraft.conf 2015-05-23 20:52:43 +10:00
OttoLidenbrock
0c320aaff2 rename conf to multicraft.conf 2015-05-23 20:36:48 +10:00
OttoLidenbrock
5349ea0800 Only allow multicraft game as game 2015-05-23 13:15:05 +10:00
OttoLidenbrock
02848d189e Make armour HUD always show even if empty, and add game to master 2015-05-23 13:05:33 +10:00
OttoLidenbrock
458fa3a678 Fix android build 2015-05-23 12:53:16 +10:00
paramat
3dba6d1f90 Mgv5/v7: Fix generateBiomes biome recalculation logic Biomegen down to y = -192 for mgv5 deep oceans. Improve code 2015-05-23 02:18:30 +01:00