1
0
mirror of https://github.com/luanti-org/luanti.git synced 2025-10-15 09:25:37 +02:00
Files
luanti/src
Loic Blot 80a7408e4d Fix a crash (assert) when client set serial version < 24 in INIT
When SER_FMT_VER_LOWEST is set to zero, then the test is stupid in INIT because all client works. In mapblock we check if client's serialization version is < 24, but if client sent serialization version < 24 (15 for example) the server set it and tried to send nodes, then BOOM

To resolve the problem:
* Create a different CLIENT_MIN_VERSION to handle this problem
* Remove the exception
* Use an assert in case of bad developer code
2015-01-27 16:55:25 +01:00
..
2013-03-05 23:54:07 -05:00
2014-06-29 18:17:56 +02:00
2015-01-18 20:30:33 +10:00
2014-08-22 22:03:08 +02:00
2013-09-15 23:00:01 -04:00
2014-10-28 15:37:58 -04:00
2015-01-08 15:06:28 +10:00
2015-01-25 16:09:23 +10:00
2013-02-24 20:15:24 +01:00
2014-10-29 01:56:37 -04:00
2014-06-09 08:18:33 +02:00
2013-02-24 20:15:24 +01:00
2013-02-24 20:15:24 +01:00
2013-02-24 20:15:24 +01:00
2013-02-24 20:15:24 +01:00
2013-02-24 20:15:24 +01:00
2013-02-24 20:15:24 +01:00
2013-02-24 20:15:24 +01:00
2015-01-13 23:48:56 +10:00
2014-11-30 17:50:09 +01:00
2013-02-24 20:15:24 +01:00
2013-02-24 20:15:24 +01:00
2014-11-30 17:50:09 +01:00
2014-11-19 16:21:59 -05:00
2014-11-30 17:50:09 +01:00
2015-01-13 23:48:56 +10:00
2013-02-24 20:15:24 +01:00
2014-01-13 18:11:08 -05:00
2013-12-13 18:05:35 +01:00
2014-11-30 18:06:54 +01:00
2014-11-19 16:21:59 -05:00
2014-11-19 16:21:59 -05:00
2015-01-13 23:48:56 +10:00
2013-02-24 20:15:24 +01:00
2013-02-24 20:15:24 +01:00
2013-02-24 20:15:24 +01:00
2013-02-24 20:15:24 +01:00
2013-07-20 20:37:59 +02:00
2014-06-29 18:17:56 +02:00
2014-12-31 02:44:31 +10:00
2014-12-31 02:44:31 +10:00
2015-01-06 16:13:39 +01:00
2013-02-24 20:15:24 +01:00
2013-02-24 20:15:24 +01:00
2013-02-24 20:15:24 +01:00
2015-01-18 23:38:15 -05:00
2013-02-24 20:15:24 +01:00
2013-02-24 20:15:24 +01:00
2014-06-29 18:17:56 +02:00
2014-12-08 00:01:22 +10:00
2013-02-24 20:15:24 +01:00
2014-11-19 16:21:59 -05:00
2014-11-19 16:21:59 -05:00
2014-11-19 16:21:59 -05:00
2014-09-20 14:02:54 -04:00
2015-01-23 21:38:34 +10:00
2015-01-23 21:38:34 +10:00
2015-01-23 21:38:34 +10:00
2014-06-15 05:40:33 +02:00
2013-02-24 20:15:24 +01:00
2013-02-24 20:15:24 +01:00
2013-02-24 20:15:24 +01:00
2014-10-28 15:37:58 -04:00
2013-02-24 20:15:24 +01:00
2013-09-15 23:00:01 -04:00
2014-07-02 16:48:11 +02:00
2015-01-13 23:24:32 +10:00