128 Commits

Author SHA1 Message Date
ShadowNinja
746c404a72 Lower the default max_users from 100 to 15 2013-09-28 21:09:52 +02:00
proller
d01bb79c86 Add configurable PRAGMA synchronous = 2013-09-17 02:11:30 +04:00
Ilya Zhuravlev
d0e6a19622 Add fallback font support for some languages. 2013-09-08 15:16:19 +04:00
Kahrl
a29d5a37a7 Fix remnants of s32 enable_shaders 2013-09-04 00:16:33 +02:00
Ilya Zhuravlev
23f0a09180 Add a setting for HighPrecisionFPU (fixes #763). 2013-08-25 18:25:01 +04:00
Kahrl
ee90d438b8 Omnicleanup: header cleanup, add ModApiUtil shared between game and mainmenu 2013-08-14 21:03:33 +02:00
Kahrl
a0b8a52048 Remove farmesh 2013-08-13 09:25:13 +02:00
PilzAdam
4d57aed2af Make freetype usage configureable by a setting 2013-08-04 20:35:14 +02:00
Novatux
418d08bf6b 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
proller
cdb2b82262 Weather support 2013-07-27 23:21:48 +04:00
PilzAdam
e2c6199eba Fix modstore URLs 2013-07-22 22:26:48 +02:00
PilzAdam
b29d62b04f Disable gamemanager by default 2013-07-22 18:16:36 +02:00
proller
cb3e7ca3b7 Masterserver mods announse, ipv6, better curl errors 2013-07-13 00:19:05 +04:00
RealBadAngel
e0d877e097 Add texture bumpmapping feature. 2013-07-04 02:36:32 +02:00
BlockMen
fefe582a16 Update wiki url 2013-07-03 03:37:00 +02:00
sapier
62794622d6 Replace C++ mainmenu by formspec powered one 2013-07-02 19:58:20 -04:00
Kahrl
46340cbbe0 Remove texture atlas / AtlasPointer, rename getTextureRaw to getTexture 2013-07-02 03:03:10 +02:00
kwolekr
5c8a16016c Add Lua on_mapgen_init callback, and minetest.set_mapgen_params API 2013-06-27 22:35:35 -04:00
proller
cc19db315c New math mapgen with fractal based worlds 2013-06-23 18:07:10 +04:00
proller
06ddcb4b1e Add support for IPv6
Two new configuration options are added:
     - "enable_ipv6" to enable/disable the overall use of IPv6
     - "ipv6_server" to enable/disable the use of IPv6 sockets when running
       a server (when "enable_ipv6" is enabled)
2013-06-23 11:31:22 +04:00
PilzAdam
a3a6502658 Add a setting for max loop count per step in liquid update 2013-06-20 22:31:46 +00:00
Kahrl
7d2f899d23 Add and implement setting max_clearobjects_extra_loaded_blocks.
Now Environment::clearAllObjects() unloads unused blocks in an interval
defined by max_clearobjects_extra_loaded_blocks (default 4096).
2013-06-03 20:09:32 +02:00
Kahrl
f9cf618508 Replace c55.me links 2013-06-03 01:57:42 +02:00
Russ
e0584b3b56 Fix link in minetest.conf.example 2013-05-20 15:51:21 +02:00
Esteban I. Ruiz Moreno
b08820ebed Add mouse_sensitivity option 2013-05-13 17:39:16 +02:00
Perttu Ahola
ccb39de028 Disable fall bobbing by default; enable using fall_bobbing_amount = 1.0 2013-04-23 23:19:36 +03:00
proller
d55235fde9 Mapgen indev: float islands, larger far biomes 2013-03-24 03:40:15 +04:00
Perttu Ahola
1fe999e3c1 Add singlenode mapgen; generates solely the node 'mapgen_singlenode', defaults to air 2013-03-22 19:16:51 +02:00
PilzAdam
8e3227d326 Add missing settings to minetest.conf.example 2013-03-17 13:07:53 +01:00
proller
8fce2af76b initial mapgen indev version with farscale feature and huge caves 2013-03-16 21:48:32 -04:00
kwolekr
01c75af672 Re-add jungles, apple trees 2013-03-16 17:06:11 -04:00
proller
1f70fbcdb5 Liquid fine tuning 2013-03-14 17:06:25 -04:00
ShadowNinja
8b7f46369a Add cloud menu background by Krisi, configurable with the menu_clouds option.
Also add a menuheader, menusplash, menufooter_clouds, and allow HD menu footers.
And finally don't git-ignore textures/base/.
2013-03-13 21:18:40 -04:00
kwolekr
93488370fe Change default settings for log level, texture atlas, document new settings 2013-02-27 19:59:05 -05:00
proller
22ec55cd9e new adjustable finite liquid 2013-02-24 18:39:07 +04:00
proller
a06297e4e7 new auto masterserver 2013-02-22 02:04:53 +04:00
Perttu Ahola
9c11ef6f46 Some kind of middleway values for player acceleration for now 2013-02-15 23:18:19 +02:00
Ilya Zhuravlev
33c207e54d Add Freetype support 2013-02-14 18:46:08 +01:00
MirceaKitsune
f0f07b20f0 Improved Player Physics 2013-02-14 06:21:30 +10:00
Ilya Zhuravlev
8e93585b07 Document remote_media setting 2013-02-07 17:58:52 +04:00
Perttu Ahola
9d43aac090 Add mapgen parameters to minetest.conf.example 2013-01-21 21:41:37 +02:00
Jeija
ce33a15551 Add a list of servers to the "Multiplayer" tab
If USE_CURL is set, it also downloads a list from a remote server.
The url of this list is configurable in minetest.conf using the setting "serverlist_url"
The local list of favorite servers is saved in client/serverlist/filename
filename is also configureable using the setting "serverlist_file"
2013-01-21 16:42:56 +02:00
PilzAdam
fd5ea41ddf Add a setting to enable always flying fast 2013-01-07 18:26:34 +01:00
PilzAdam
e71ab08a43 Fix typo doubletab -> doubletap 2013-01-04 20:04:48 +01:00
PilzAdam
a5398d7b37 Switch to fly mode if spacebar is doubleclicked
Can be turned off in the key change GUI or in minetest.conf via doubletab_space
2013-01-04 18:51:38 +01:00
Jeija
f3d7573731 Repeated right clicking when holding the right mouse button
Configure using repeat_rightclick_time in minetest.conf
2013-01-04 18:33:53 +01:00
Esteban I. Ruiz Moreno
acfe68f749 Add selectionbox_color, crosshair_color, and crosshair_alpha options 2012-12-27 13:10:03 -03:00
Ilya Zhuravlev
f189ab2ccd Added ability to fetch media from remote server (using cURL library) 2012-12-16 15:20:18 +04:00
Perttu Ahola
f66424fd0a Default to preload_item_visuals=true 2012-12-02 20:43:55 +02:00
Perttu Ahola
8ee347fd60 Add enable_shaders to minetest.conf.example 2012-12-02 00:54:44 +02:00