Maksim Gamarnik
4e40dc5bef
Merge remote-tracking branch 'upstream1/master'
2016-03-21 01:45:56 +02:00
est31
af30183124
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
363afe5a55
Merge branch 'upstream/master'
2016-03-14 11:44:17 +02:00
Rui914
24e8b0ac1e
Faster insertion into table
2016-03-06 23:42:04 +00:00
Maksim Gamarnik
4edb331124
Update 1
2015-11-27 12:03:23 +02:00
Maksim Gamarnik
58a0ca7ed0
Fix
2015-11-10 21:14:24 +02:00
Maksim Gamarnik
9012ac8f22
Update
...
Sync all Minetest commits
2015-11-10 13:49:24 +02:00
Maksim D. Gamarnik
84cc7510ab
Stock MainMenu
2015-11-01 10:01:13 +02:00
est31
85c6b5fd06
Better gettext support for protocol version mismatch messages
...
Previously, xgettext failed to resolve the dynamic call.
Thanks to @JakubVanek for pointing this out.
2015-10-24 20:16:47 +02:00
est31
25dfd1bbf5
Don't do formspec escaping twice for loading description
2015-08-14 15:56:25 +02:00
Maksim Gamarnik
d77ea9be46
LGPL 2.1 to 3.0 on all files
2015-08-14 01:26:28 +03:00
4aiman Konsorumaniakku
67e3beeee1
core->multicraft
2015-07-05 15:23:28 +03:00
Sokomine
0a0378fece
Set server_announce to world.mt and respect modes when changing subgame
2015-07-02 23:03:42 +02:00
Sokomine
75d2cfef5c
Fix world.mt not written when selecting mode
2015-07-01 19:50:24 +02:00
est31
29b0dc89e6
Fix single click world select
2015-06-30 20:09:29 +02:00
jeanpatrick.guerrero@gmail.com
85f3d575ec
Fix bugs in mainmenu
2015-06-30 18:11:38 +02:00
HybridDog
05f4e9ee08
More reliable serverlist behaviour
...
-> remember the previously loaded serverlist, and use if new one failed
-> show a "loading" serverlist
2015-06-09 16:44:43 +02:00
Maksim Gamarnik
6d3dc6ce06
New MainMenu, update WversionManager, Makefile change
...
New MainMenu by 4aiman
WVersionManager - 1.3
Makefile - rename output apk
2015-05-12 10:59:17 +03:00
Maksim Gamarnik
c09f9e4d1f
New API
...
Change minetest on multicraft api
2015-05-05 23:01:09 +03:00
4aiman
abca1d9c91
'New' menu
2015-04-23 22:55:42 +03:00
Loic Blot
284fefb0c3
Remove duplicate code since 8ca08a850ff2494652aa0ac2daa3d00f03aa4e7a
2015-03-25 09:08:17 +01:00
fz72
8ca08a850f
Save creative_mode and enable_damage setting for each world in world.mt
...
Create Parameters on world initialisation and set settings of old worlds
2015-03-18 09:53:24 +01:00
est31
5a0ed780f5
Server: announce MIN/MAX protocol version supported to serverlist. Client: check serverlist
...
Client now informs about incompatible servers from the list, this permits to prevent the protocol movements.
Server announces its supported protocol versions to master server
2015-02-18 16:09:59 +01:00
sapier
663e42ca3f
Fix forgotten favourite list image update of simple menu
2015-01-04 17:37:45 +01:00
Kahrl
ff3cfb746e
Ignore downloaded public serverlist if public_serverlist is false
...
Fixes #1807 : When the server list finishes downloading, the local server
list resets in certain conditions
2014-12-30 00:49:23 +10:00
Kahrl
733d3182bd
Display serverlist flags as icons
2014-12-13 00:33:38 +01:00
sapier
c3984569c0
Add formspec toolkit and refactor mainmenu to use it
...
Fix crash on using cursor keys in client menu without selected server
Add support for non fixed size tabviews
2014-05-16 22:57:14 +02:00