3987 Commits

Author SHA1 Message Date
Sfan5
f9747c4519 Add note about --migrate only working with minetestserver or --server 2013-09-09 22:50:51 +02:00
Sfan5
1f727cac2b Fix 'Unknown map backend' error when using Configure menu right after creating world 2013-09-09 22:50:51 +02:00
Sfan5
e3010b9862 Use STL containers instead of irr::core::list 2013-09-09 22:50:51 +02:00
Sfan5
7f4da42c34 Add message that LevelDB is not supported on Windows 2013-09-09 22:50:51 +02:00
Sfan5
4901d1e853 Make it compile 2013-09-09 22:50:50 +02:00
Ilya Zhuravlev
30af8e75d7 Add dummy and LevelDB database backends 2013-09-09 22:50:50 +02:00
Ilya Zhuravlev
d0e6a19622 Add fallback font support for some languages. 2013-09-08 15:16:19 +04:00
Novatux
b8ccaf35f4 Add minetest.get_gametime() API function, that returns the number of seconds since the world was created. 2013-09-08 11:09:50 +02:00
0gb.us
ffafff7438 Standardized method of getting node info in dungeon mapgen. 2013-09-06 21:42:01 +02:00
sapier
92d39cd013 Fix selectionbox not honoring anaglyph mode 3d distortion 2013-09-05 00:57:09 +02:00
sapier
be372cf498 Fix crash on lua exception 2013-09-05 00:45:00 +02:00
PilzAdam
49f6e00cf3 Use player:set_hotbar_image() instead of hardcoded hotbar.png 2013-09-05 00:21:16 +02:00
Kahrl
a29d5a37a7 Fix remnants of s32 enable_shaders 2013-09-04 00:16:33 +02:00
Kahrl
5ffaa8de76 Fix enable_fog = false not having any effect when shaders are enabled 2013-09-03 13:23:30 +02:00
Ilya
bf1c9d75a6 Server::ProcessData(): call getBanName once instead of twice (#639) 2013-09-03 07:34:43 +02:00
Kahrl
1f772a3890 Add minetest.parse_json, engine.parse_json 2013-09-02 02:20:08 +02:00
PilzAdam
136e0697bc Use wstring for vertlabels 2013-08-31 21:07:53 +02:00
sapier
271b5e9857 Fix bug in pathfinder causing endless loop in some situations 2013-08-31 21:26:51 +04:00
proller
6aef3156ec Normalized heat and adjusted humidity 2013-08-30 00:42:53 +04:00
BlockMen
a7e604de67 Add support for using textures in hotbar 2013-08-25 18:49:10 +02:00
Kahrl
458bf6cc5f Fix aliases not working in shapeless crafting recipes 2013-08-25 18:14:26 +02:00
Ilya Zhuravlev
23f0a09180 Add a setting for HighPrecisionFPU (fixes #763). 2013-08-25 18:25:01 +04:00
BlockMen
78c035708b Fix umlauts/special character issue in lua gettext 2013-08-19 22:23:41 +02:00
BlockMen
2d363dbbf3 Fix gettext for tabs (windows) 2013-08-19 15:59:09 +02:00
Kahrl
416531bf72 Allow SIGINT to kill mainmenu again 2013-08-19 15:49:36 +02:00
Kahrl
bfa1eb913f GUIFormSpecMenu focus fixes 2013-08-19 15:49:36 +02:00
BlockMen
40fbbf8fb2 Reenable image scaling in formspecs 2013-08-18 15:52:04 +02:00
sapier
281dc6a502 Add translation for main menu
Add engine.gettext() and remove gettext() calls in guiFormspecMenu.cpp
2013-08-17 16:01:43 +02:00
PilzAdam
0876f5498d Send player damage to all clients and apply [brighten 2013-08-17 01:23:25 +02:00
Kahrl
dd3b264302 Diagonal liquid animation 2013-08-17 01:00:36 +02:00
PilzAdam
64a923d309 Use errorstream instead of std::cout in pathfinder.cpp 2013-08-16 17:42:12 +02:00
PilzAdam
3b098b7c95 Remove debug output 2013-08-16 02:48:50 +02:00
PilzAdam
cb0a43d1db Add ability to activate mods with doubleclick (remove old_style_mod_selection) 2013-08-16 01:04:37 +02:00
Kahrl
4f886514a7 Don't automatically scroll listbox when selecting an item in the middle 2013-08-16 00:58:03 +02:00
Kahrl
b7be31b051 Formspec textlist: Black Irrlicht magic to detect fake doubleclicks 2013-08-16 00:08:19 +02:00
Novatux
c0a089d4ac Fix formspec escaping, add escaping to info.txt for texture packs. 2013-08-15 22:12:51 +02:00
Kahrl
791e04a219 Add virtual destructor to IBackgroundBlockEmerger to silence warning 2013-08-15 01:16:34 +02:00
Kahrl
ee90d438b8 Omnicleanup: header cleanup, add ModApiUtil shared between game and mainmenu 2013-08-14 21:03:33 +02:00
PilzAdam
2f7fb3e2f2 Fix typos 2013-08-14 00:50:03 +02:00
sapier
ce907a371e Add support for entities to automatic face movement direction 2013-08-13 23:48:47 +02:00
PilzAdam
282c40cdeb Dont write directly to files but rather write and copy a tmp file 2013-08-13 22:05:45 +02:00
Kahrl
a0b8a52048 Remove farmesh 2013-08-13 09:25:13 +02:00
kwolekr
6aa6aaf3f3 Decoration: Fix schematic probability mess with new MTS file version 2013-08-11 15:34:49 -04:00
PilzAdam
e0e040f464 Dont crash if facedir > 23 2013-08-10 16:26:02 +02:00
Perttu Ahola
4e5a3c9585 Don't freak out when a client sends multiple TOSERVER_INIT packets; also log one thing more. 2013-08-08 06:11:43 +03:00
Kahrl
3ec3564770 Fix various memory access problems detected by valgrind 2013-08-07 19:48:31 +02:00
PilzAdam
e0543b888b Fix path of mono font in defaultsettings.cpp 2013-08-07 13:41:00 +02:00
Kahrl
bbc9a5091a Fix uninitialized irr::SEvent fields in guiFormSpecMenu.cpp 2013-08-07 01:36:19 +02:00
Kahrl
80a1b4e16f Fix full crack texture being shown when releasing dig button 2013-08-06 18:15:40 +02:00
BlockMen
b131a282ba Add support for different drowning damage and allow drowning in other nodetypes 2013-08-06 17:49:39 +02:00