2455 Commits

Author SHA1 Message Date
Ilya Zhuravlev
62bb8ceb72 "or" should be "||". Don't use "or", "and", etc.. It breaks build. 2013-01-04 23:39:12 +04:00
Jeija
1e6c042c4c Implement textarea in formspec, a multiline input field 2013-01-04 20:09:09 +01:00
PilzAdam
e71ab08a43 Fix typo doubletab -> doubletap 2013-01-04 20:04:48 +01:00
dannydark
7a1a9be7ff Fixed content_abm aliases
Since commit 5a13c49492 when I'm in a new area of the world that hasn't
yet been generated the debug log gets flooded with the following error:

Map::setNode(): Not allowing to place CONTENT_IGNORE while trying to
replace "default:dirt_with_grass" at (729,1,-219) (block (45,0,-14))

This commit fixes that.
2013-01-04 19:05:57 +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
PilzAdam
3e55ffee33 Add on_rightclick(pos, node, clicker) callback for nodes 2013-01-04 17:15:16 +01:00
PilzAdam
8888c4871d Adjust the maximum alpha of the red hurt screen 2013-01-03 16:15:46 +01:00
Jeija
73cabb7fe2 Tilt camera on player damage (tweaked by PilzAdam) 2013-01-03 15:16:46 +01:00
PilzAdam
91e1fe81d8 Change the nodenames for dirt -> grass and sapling -> tree abms to match the mapgen aliases 2013-01-02 23:06:31 +01:00
PilzAdam
1edcaa9bdc Replace constant red hurt screen with fade out red 2013-01-02 23:06:17 +01:00
Perttu Ahola
e46cc2c31d Add ServerEnvironment::setNode()/removeNode() to allow setting nodes from the C++ side with proper script-defined initialization/destruction 2013-01-02 23:18:14 +02:00
Perttu Ahola
236512fcde Add InvRef:get_location() 2013-01-02 22:53:55 +02:00
Perttu Ahola
0bea99f9c1 Call this 0.4.4-d1 because it has a protocol addition since 0.4.4 2013-01-02 21:03:47 +02:00
sapier
2683dde4e8 Add TOCLIENT_SHOW_FORMSPEC to display formspecs at client from lua 2013-01-02 20:59:37 +02:00
RealBadAngel
7b23ddb3be Bugfixes to item_image formspec method 2013-01-02 18:29:08 +04:00
dannydark
19566a8c69 Fixed compile issues on windows
With latest upstream L-Systems treegen.
2012-12-30 16:38:53 +04:00
RealBadAngel
8547e965d0 L-System treegen 2012-12-30 13:42:19 +04:00
PilzAdam
c611f03bf1 Use aux1 to move fast when flying 2012-12-27 18:33:24 +01:00
Esteban I. Ruiz Moreno
acfe68f749 Add selectionbox_color, crosshair_color, and crosshair_alpha options 2012-12-27 13:10:03 -03:00
PilzAdam
bdfd5da1f4 Fix 'longjmp causes uninitialized stack frame' in cURL 2012-12-26 21:41:00 +01:00
Perttu Ahola
28116f9e3f Initialize all member variables of LuaEntitySAO 2012-12-23 17:16:46 +02:00
DannyDark
9a7ef4fd16 Fixed two typos in wireshark lua file. 2012-12-23 02:17:34 +04:00
Ilya Zhuravlev
c4917fb48f Fix keycodes (#325) 2012-12-23 02:11:32 +04:00
Ilya Zhuravlev
94a1ddb008 Prefer shared cURL library instead of the static one. 2012-12-21 20:35:04 +04:00
DannyDark
f1abc1def6 Fixed u64 ambiguous symbol error
Fixed the compiler not being able to determine which symbol it should
use when compiling Minetest as 64bit with Irrlicht 1.8+
2012-12-20 17:53:25 +10:00
sfan5
e633469267 Tweak CMake files for cURL 2012-12-18 21:52:56 +04:00
PilzAdam
eb6b2a03c0 Add ability to change the itemstack in placenode callbacks 2012-12-17 19:49:18 +01:00
PilzAdam
92160e5c2d Fix falling damage when not flying 2012-12-17 18:04:41 +01:00
Ilya Zhuravlev
e910464bc6 Make m_media_fetch_threads to contain MediaFetchThread* instead of MediaFetchThread 2012-12-17 20:56:59 +04:00
Ilya Zhuravlev
ffbc317d0f Fix hypen used as minus sign (manpages), fix spelling error (server.cpp) 2012-12-17 19:46:54 +04:00
Ilya Zhuravlev
f189ab2ccd Added ability to fetch media from remote server (using cURL library) 2012-12-16 15:20:18 +04:00
jordan4ibanez
ffbdd06625 Fix item entity's collision with nodeboxes 2012-12-15 15:32:17 -05:00
PilzAdam
23fff559ef Dont sneak while flying 2012-12-11 19:04:55 +01:00
PilzAdam
9c421b3e92 Only fly through walls in noclip mode wich requires the noclip privilege 2012-12-11 16:44:13 +01:00
Ilya Zhuravlev
a3a7c58c92 Update README 2012-12-07 02:20:42 +04:00
Perttu Ahola
7836ee5e82 Bump version to 0.4.4 2012-12-06 21:21:10 +02:00
Perttu Ahola
613e7356e1 Update GUI texts 2012-12-06 21:02:02 +02:00
Jürgen Doser
8a8cd9be8b draw gui later. this fixes the hotbar disappearing while rendering to texture. 2012-12-06 20:43:17 +02:00
Jürgen Doser
07b6e13832 fix screen flickering black when rendering to texture 2012-12-06 19:56:49 +02:00
Perttu Ahola
de768cf48b Set proper field background colors in Irrlicht 1.8 2012-12-06 19:35:40 +02:00
Perttu Ahola
2a125d954d Raise default maximum render distance to 240 2012-12-06 15:49:20 +02:00
Perttu Ahola
de01c3a637 Fix automagic render distance tuner 2012-12-06 15:49:20 +02:00
Matthew I
31d9310ec2 Add #include guards to base64.h 2012-12-03 19:44:54 +02:00
Perttu Ahola
3c4069215e Try to add a bit of topside brightness when not using shaders 2012-12-02 23:48:11 +02:00
Perttu Ahola
36c3e12160 Tweak shader randomly a bit 2012-12-02 23:47:53 +02:00
Perttu Ahola
f66424fd0a Default to preload_item_visuals=true 2012-12-02 20:43:55 +02:00
MirceaKitsune
c294d6809c Don't send player position from client to server if the player hasn't moved 2012-12-02 20:22:02 +02:00
Ilya Zhuravlev
1e681d240d Fix minetest.get_node_drops(). It should always return list of item names, not ItemStack(s). 2012-12-02 21:09:30 +04:00
Perttu Ahola
84355b3f5f Smooth day-night transitions 2012-12-02 18:02:45 +02:00