347 Commits

Author SHA1 Message Date
Maksim Gamarnik
2ced43eec8 Android: Fix build. Change progress bar size, android tune 2016-10-18 01:15:14 +03:00
Maksim Gamarnik
6e6f3fedfc ver. 1.1.6 2016-10-16 22:23:15 +03:00
Maksim Gamarnik
caf3ca0279 GNUIntl wip (not done) 2016-09-13 15:21:40 +03:00
Maksim Gamarnik
186746a2ec Update defaultsettings.cpp 2016-08-19 13:27:35 +03:00
Maksim Gamarnik
4e981d0f30 MultiCraft 1.1.4 Part 1 2016-08-12 19:59:03 +03:00
Maksim Gamarnik
b771d4a9f8 Update to Minetest 0.4.14 2016-05-15 16:30:09 +03:00
Maksim Gamarnik
6281057f4f Small update 2016-05-13 21:58:46 +03:00
kwolekr
78f0149a4f Mapgen V6: Synchronize spflags with defaultsettings
This fixes an issue where trees are omitted from Mapgen V6 maps on
configurations that explicitly defined the mgv6_spflags setting.
2016-05-10 22:44:18 -04:00
paramat
88b3d738a4 Defaultsettings/Android: Increase 'max block generate distance' to 3 2016-05-08 22:08:29 +01:00
Maksim Gamarnik
0e40320816 Merge 2016-05-07 23:57:42 +03:00
Maksim Gamarnik
582cce1a00 Merge latest code 2016-05-07 23:40:31 +03:00
Maksim Gamarnik
4155ef93ed Optimize default settings for Android build 2016-05-07 21:09:07 +10:00
Maksim Gamarnik
df40c58333 Fix merge prev commits and fix bugs
Android: mpir, x86 flags, range view, fix favorite server icon, other
2016-05-03 04:21:56 +03:00
Maksim Gamarnik
7cc360f66f Fix build 2016-05-01 22:39:43 +03:00
Maksim Gamarnik
74a0372d33 Minor update 2016-04-29 09:17:11 +03:00
Maksim Gamarnik
52abfb0219 Part III 2016-04-21 01:53:17 +03:00
Maksim Gamarnik
2bc88a95a4 Part I 2016-04-18 22:40:42 +03:00
Maksim Gamarnik
37fc3dbe6a Merge remote-tracking branch 'upstream1/master' 2016-04-16 14:56:15 +03:00
TriBlade9
b560d502ed Add option to disable entity selectionboxes. (#3992)
Setting only loaded once, default value is to enable them.
2016-04-14 11:20:11 +02:00
Maksim Gamarnik
cca8bb00b0 Ok, test @asl97 idea 2016-04-12 21:32:43 +03:00
Maksim Gamarnik
da97d550e7 ver. 1.1.2.3 2016-04-08 20:43:15 +03:00
Maksim Gamarnik
edb4cab692 Merge release 2016-03-28 20:08:34 +03:00
Maksim Gamarnik
f56e578960 Merge remote-tracking branch 'upstream1/master' 2016-03-21 01:45:56 +02:00
Auke Kok
317ce41e2f Allow NodeTimer, ABM and block mgmt interval changes.
ABM's are hardcoded to run every 1.0s, NodeTimers are hard coded to
run at every 1.0s. Block mgmt is running every 2.0sec.

However, these timers can be better tuned for both higher and lower
values by server owners. Some server owners want to, and have the
resources to send more packets per second to clients, and so they
may wish to send smaller updates sooner. Right now all ABM's are
coalesced into 1.0 second intervals, resulting in large send queues
to all clients. By reducing the amount of possible timers, one can
get a far better response rate and lower the perception of lag.

On the other side of the camp, some servers may want to increase
these values, which again isn't easily doable.

The global settings abm_interval and nodetimer_interval are set to
current values by default. I've tested with 0.2/0.5 type values
and noticed a greatly improved response and better scattering of
nodetimers, as well as enjoying not faceplanting into doors with
pressure plates anymore.
2016-03-19 17:56:26 +00:00
Maksim Gamarnik
596801371d ver. 1.2.1.1 2016-03-19 00:16:30 +02:00
est31
a334f5f527 Add option to not send pre v25 init packet
The legacy init packet (pre v25) sends information about the client's
password that a server could use to log in to other servers if the
username and password are the same. All the other benefits of SRP of
protocol v25 are missed if the legacy init packet is still sent during
connection creation.

This patch adds an option to not send the v25 init packet. Not sending
the v25 packet means breaking compat with pre v25 servers, but as the
option is not enabled by default, no servers are affected unless the
user explicitly flips the switch. More than 90% of the servers on the
serverlist support post v25 protocols.

The patch also fixes a bug with greying out of non compliant servers
being done wrongly, the min and max params were mixed.
2016-03-15 17:20:09 +01:00
Maksim Gamarnik
8f6ddcc57c Merge branch 'upstream/master' 2016-03-14 11:44:17 +02:00
Diego Martinez
d5c0e09d40 Add options for screenshot format and quality 2016-03-12 17:12:43 -05:00
Maksim Gamarnik
02c14c549b Merge 2016-03-04 15:14:34 +02:00
Maksim Gamarnik
7f8e94c093 Merge remote-tracking branch 'upstream/master' 2016-02-27 21:08:56 +02:00
RealBadAngel
0451b6e581 Mapblock mesh: Allow to use VBO 2016-02-26 00:51:01 +00:00
RealBadAngel
2ce4f27f7f Remove new_style_water 2016-02-26 00:50:46 +00:00
Maksim Gamarnik
c68470bb41 build2 2016-02-24 04:27:46 +02:00
Maksim Gamarnik
76ef29709c v. 1.1.2-pre | build1 2016-02-23 06:40:14 +02:00
Maksim Gamarnik
28b7c8dca7 test 2016-02-23 02:31:19 +02:00
Maksim Gamarnik
be288f1c52 Merge 2016-02-23 00:40:02 +02:00
Jeija
6128dc7a07 Add Lua interface to HTTPFetchRequest
This allows mods to perform both asynchronous and synchronous HTTP
requests. Mods are only granted access to HTTP APIs if either mod
security is disabled or if they are whitelisted in any of the
the secure.http_mods and secure.trusted_mods settings.

Adds httpfetch_caller_alloc_secure to generate random, non-predictable
caller IDs so that lua mods cannot spy on each others HTTP queries.
2016-02-22 15:39:41 +01:00
RealBadAngel
e9ccb7fe8e Camera: remove auto tune FPS, single view range setting 2016-02-21 18:18:13 +01:00
RealBadAngel
226be7bc32 Remove preload_item_visuals code
Closes #3748
2016-02-21 17:46:50 +01:00
Maksim Gamarnik
417bb21a57 v. 1.1.0 release | MinGW 2016-02-21 04:18:49 +02:00
Maksim Gamarnik
c059612923 Release | ver. 1.1.1 2016-02-17 01:48:31 +02:00
Maksim Gamarnik
f411a48aac Optimization, scaling and game control improve 2016-02-16 16:31:14 +02:00
Maksim Gamarnik
7cae27819c TouchScreenGui improvent.
Stable
2016-02-13 01:13:21 +02:00
Maksim Gamarnik
d7dfec8609 Not Minetest, MultiCraft!
Change Minetest on MultiCraft. =)
2016-02-12 05:52:43 +02:00
Maksim Gamarnik
d7c0fad71f Merge Minetest commits 2016-02-11 22:35:23 +02:00
RealBadAngel
ead025fb02 Filmic HDR tone mapping 2016-02-09 02:55:59 -05:00
paramat
2a92bccd00 FindSpawnPos: Let mapgens decide what spawn altitude is suitable
To avoid spawn search failing in new specialised mapgens
Increase spawn search range to 4000 nodes
Add getSpawnLevelAtPoint() functions to EmergeManager, class Mapgen
and all mapgens
Remove getGroundLevelAtPoint() functions from all mapgens except mgv6
(possibly to be re-added later in the correct form to return actual
ground level)
Make mgvalleys flag names consistent with other mapgens
Remove now unused 'vertical spawn range' setting
2016-02-09 07:14:45 +00:00
Maksim Gamarnik
2ba90de7d4 Merge Part 2/2
Halo enabled! :)
2016-02-09 00:42:28 +02:00
Maksim Gamarnik
2e292fc01f Merge, part 1/2 2016-02-09 00:26:22 +02:00
RealBadAngel
8b602bba0f Cleanup selection mesh code, add shaders for halo and selection boxes 2016-02-08 03:57:42 -05:00