2d90aca4ab
Remove indev mapgen
2014-07-12 18:21:54 +04:00
7df83c2c67
Remove math mapgen
2014-07-12 18:15:55 +04:00
13517fb726
Add separate download timeout to allow download of bigger files or on low bandwidth lines
2014-06-26 20:57:17 +02:00
09ba047c01
Add setting for tooltips show delay.
2014-06-25 16:23:05 +02:00
c6a9eae3ae
Added show_debug to minetest.conf.example
...
I love that setting. Why is it not in this file already?
2014-06-09 10:23:38 +03:00
3939ab6c9d
Remove settings not used any longer
2014-05-24 12:17:15 +02:00
18fe277d94
Item entity stacks merge on the ground.
...
Add TTL to item entities.
2014-05-23 22:46:05 +02:00
09970b7b6d
Add support for interlaced polarized 3d screens
...
Add (experimental) support for topbottom as well as sidebyside 3d mode
2014-05-18 01:08:13 +02:00
b5acec0a3c
Add proper lua api deprecated handling
2014-04-29 22:49:04 +02:00
c03d7dc8a7
Add download rate to media progress bar (non http mode only!)
...
Minor coding style fixes
2014-04-29 20:45:16 +02:00
1838a3fd69
Add support for dpi based HUD scaling
...
Add support for (configurable) multiline hotbar
Improved screensize handling
Add userdefined gui scale by BlockMen
2014-04-27 21:53:13 +02:00
0279f32db7
Remove liquid_finite and weather
2014-04-18 21:56:48 +04:00
a1db9242ec
Add third person view
2014-04-12 17:44:15 +02:00
6090e95cdc
Infer ipv6_server from bind_address; fix client connect to IN(6)ADDR_ANY
2014-04-10 22:03:42 +02:00
0dc1aec509
Normal maps generation on the fly.
...
Parallax mapping with slope information.
Overriding normal maps.
2014-03-21 01:32:00 +01:00
57710520dc
Tune block emerge and sending parameters to more aggressive values
2014-02-08 18:32:12 -05:00
83bafbe08b
Make flag strings clear specified flag with 'no' prefix
...
Remove flagmask field from set_mapgen_params table
Add small bits of needed documentation
2014-02-08 17:50:59 -05:00
85fe75d1cb
Add the option to bind to a specific address
2014-02-05 21:24:46 +01:00
2927a327ca
Update minetest.conf.example
2014-02-03 22:50:14 -05:00
84b94eb198
Add forceloading
2014-01-11 17:54:00 +01:00
9edb91da57
Fixed minetest reliable udp implementation (compatible to old clients)
2014-01-10 10:10:45 +01:00
0fd5c61c00
Revert "Improve (re)spawn, add cache_block_before_spawn and max_spawn_height settings"
...
The commit didn't work because the blocks weren't loaded yet.
This reverts commit 22dbbf0a6f
.
Conflicts:
minetest.conf.example
2014-01-06 21:25:10 -05:00
92aa38bdfc
Actually pause singleplayer game in pause menu and use lower maximum FPS in it
2014-01-06 17:39:44 +02:00
a58b47d0f6
Fix wrong names for parallax settings in config example.
2013-12-22 00:30:17 +01:00
c120ea57c9
Add setting to disable direction dependent fog and sky colors
2013-12-15 15:30:02 +01:00
9772322613
Add alpha setting to font shadow
2013-12-14 21:11:38 +01:00
0d990bd189
Replace any direct curl usage by httpfetch
2013-12-13 18:05:46 +01:00
0404bbf671
Rewrite client media download and support hash-based remote download
...
Move most of the media-related code in client.cpp into a new class
ClientMediaDownloader (clientmedia.cpp, clientmedia.h). Among other
things, this class does the following things:
- Download [remote_server][sha1] instead of [remote_server][name]. This
is to support servers that provide the same file name with different
contents.
- Initially fetch [remote_server]index.mth. This file should follow the
Minetest Hashset format (currently version 1) and contain a list of SHA1
hashes that exist on the server.
- The list of needed SHA1s is uploaded (via HTTP POST) when index.mth is
requested, so servers can optionally narrow down the list to the needs
of the client.
- If index.mth is missing (HTTP response code 404), we enter compat mode,
fetching [remote_server][name] as before this commit.
- remote_server can now contain multiple servers, separated by commas.
The downloader code attempts to split requests between the different
servers, as permitted by each server's index.mth. If one server claims
to have a file but actually doesn't (or something fails), we ask a
different server that also claims to have it.
- As before, when none of the remote servers provide a particular
file, we download it via the conventional method, i.e. using
the minetest protocol: TOSERVER_REQUEST_MEDIA / TOCLIENT_MEDIA.
- Bugfix: Every downloaded file's SHA1 is now verified against the SHA1
announced by the minetest server (before loading it and inserting it
into the file cache).
- Bugfix: Only send TOSERVER_RECEIVED_MEDIA when we actually have all
media. This should fix #863 .
2013-12-13 18:05:20 +01:00
76036abdb0
Add configurable font shadow.
2013-12-12 21:47:54 +04:00
22dbbf0a6f
Improve (re)spawn, add cache_block_before_spawn and max_spawn_height settings
2013-12-05 16:09:02 -05:00
2330267d22
Shaders rework.
2013-12-03 18:55:25 +01:00
b08d7558de
Split server/client port setting to avoid port number clashes in mainmenu
2013-11-28 21:43:06 +01:00
a55c073ce9
Increase liquid_loop_max to 10000 again
2013-11-17 21:05:14 +01:00
372d638ec1
Lower the default max_users from 100 to 15
2013-09-28 21:09:52 +02:00
4c704fe306
Add configurable PRAGMA synchronous =
2013-09-17 02:11:30 +04:00
6de16bb438
Add fallback font support for some languages.
2013-09-08 15:16:19 +04:00
af490330e7
Fix remnants of s32 enable_shaders
2013-09-04 00:16:33 +02:00
d05b15df77
Add a setting for HighPrecisionFPU ( fixes #763 ).
2013-08-25 18:25:01 +04:00
4e1f50035e
Omnicleanup: header cleanup, add ModApiUtil shared between game and mainmenu
2013-08-14 21:03:33 +02:00
c8930850e3
Remove farmesh
2013-08-13 09:25:13 +02:00
2af5864534
Make freetype usage configureable by a setting
2013-08-04 20:35:14 +02:00
fe1fe1b1e4
Change large amount of objects to be configurable via a setting in minetest.conf (max_objects_per_block).
2013-08-04 15:28:01 +03:00
3aedfac968
Weather support
2013-07-27 23:21:48 +04:00
0b4b9e7f3a
Fix modstore URLs
2013-07-22 22:26:48 +02:00
a38f8d9900
Disable gamemanager by default
2013-07-22 18:16:36 +02:00
ac7a44792c
Masterserver mods announse, ipv6, better curl errors
2013-07-13 00:19:05 +04:00
3f6f327cb9
Add texture bumpmapping feature.
2013-07-04 02:36:32 +02:00
89533f0811
Update wiki url
2013-07-03 03:37:00 +02:00
967121a34b
Replace C++ mainmenu by formspec powered one
2013-07-02 19:58:20 -04:00
8161ab573f
Remove texture atlas / AtlasPointer, rename getTextureRaw to getTexture
2013-07-02 03:03:10 +02:00