Maksim Gamarnik
37fc3dbe6a
Merge remote-tracking branch 'upstream1/master'
2016-04-16 14:56:15 +03:00
SmallJoker
638c2c543d
mainmenu: Tidy up logic in is_server_protocol_compat() ( #3997 )
...
Apply de morgan to simplify the logic.
2016-04-15 14:37:09 +02: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
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
Rui914
7a9e8367db
Faster insertion into table
2016-03-06 23:42:04 +00:00
Maksim Gamarnik
96325da676
Update 1
2015-11-27 12:03:23 +02:00
Maksim Gamarnik
18204b95ed
Fix
2015-11-10 21:14:24 +02:00
Maksim Gamarnik
919be490f9
Update
...
Sync all Minetest commits
2015-11-10 13:49:24 +02:00
Maksim D. Gamarnik
98c1c2965a
Stock MainMenu
2015-11-01 10:01:13 +02:00
est31
c9b9732e98
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
e5ed9dedc5
Don't do formspec escaping twice for loading description
2015-08-14 15:56:25 +02:00
Maksim Gamarnik
9247f32e0e
LGPL 2.1 to 3.0 on all files
2015-08-14 01:26:28 +03:00
4aiman Konsorumaniakku
e0ddb1f4e1
core->multicraft
2015-07-05 15:23:28 +03:00
Sokomine
f7dbdfa50a
Set server_announce to world.mt and respect modes when changing subgame
2015-07-02 23:03:42 +02:00
Sokomine
26b340995e
Fix world.mt not written when selecting mode
2015-07-01 19:50:24 +02:00
est31
81179f59e4
Fix single click world select
2015-06-30 20:09:29 +02:00
jeanpatrick.guerrero@gmail.com
06dd23637c
Fix bugs in mainmenu
2015-06-30 18:11:38 +02:00
HybridDog
ef6a3e794f
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
0598e2169e
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
328debf39a
New API
...
Change minetest on multicraft api
2015-05-05 23:01:09 +03:00
4aiman
2857721408
'New' menu
2015-04-23 22:55:42 +03:00
Loic Blot
948c4d8b6c
Remove duplicate code since 8ca08a850ff2494652aa0ac2daa3d00f03aa4e7a
2015-03-25 09:08:17 +01:00
fz72
330915393f
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
22ea6a5d81
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
acc24555e1
Fix forgotten favourite list image update of simple menu
2015-01-04 17:37:45 +01:00
Kahrl
a9a0c4735d
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
50be291105
Display serverlist flags as icons
2014-12-13 00:33:38 +01:00
sapier
53f01294df
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