3206 Commits

Author SHA1 Message Date
Ilya Zhuravlev
e3c568e50d Fix *.po errors caused by rebase. 2013-08-25 16:59:53 +04:00
Vladimir a
f75c34d1ac Translated using Weblate (Ukrainian) 2013-08-25 13:05:13 +04:00
Anton Tsyganenko
7f248dd370 Translated using Weblate (Russian) 2013-08-25 13:02:30 +04:00
sfan5
c68f25a88e Translated using Weblate (Norwegian Bokmål) 2013-08-25 13:02:11 +04:00
sfan5
cc9a66b5ef Translated using Weblate (Estonian) 2013-08-25 13:01:41 +04:00
Sasikaa Lacikaa
7a525e98db Translated using Weblate (Dutch) 2013-08-25 13:01:17 +04:00
Sasikaa Lacikaa
a7fc4ad3ad Translated using Weblate (Hungarian) 2013-08-25 13:01:17 +04:00
sfan5
7bfc58e85a Translated using Weblate (Dutch) 2013-08-25 12:59:48 +04:00
Vladimir a
5328b9ba89 Translated using Weblate (Russian) 2013-08-25 12:59:02 +04:00
Nicola Spanti
2125ea3946 Translated using Weblate (French) 2013-08-25 12:57:33 +04:00
we prefer instagib metl3
91eefca524 Translated using Weblate (French) 2013-08-25 12:57:32 +04:00
sfan5
e159779cae Translated using Weblate (Ukrainian) 2013-08-25 12:57:15 +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
92ad6caa36 World config dialog: Use engine determined path for game mods 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
Kahrl
3086388db5 Fix trailing nils being dropped by deprecated minetest.env handler 2013-08-18 15:15:33 +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
Novatux
7f3fc3e73e Fix modstore pagecount 2013-08-16 17:54:19 +02:00
Novatux
1f022dc08b Use get_texturepath() instead of get_gamepath()/../textures 2013-08-16 17:44:39 +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
4b1078508f Sort modlist alphabetically 2013-08-16 02:09:45 +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
Sfan5
f27b1a3b1b Fix documentation about colors in formspec 2013-08-15 19:38:54 +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
Ilya Zhuravlev
e1c5dac747 Fix my name. 2013-08-14 20:35:38 +04: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
PilzAdam
6fa83cb84f Dont download modstore info if its isnt needed 2013-08-10 13:35:38 +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
Sfan5
42c9f2cc7e Fix stored XSS vulnerability in the serverlist 2013-08-07 09:24:32 +02:00
Kahrl
bbc9a5091a Fix uninitialized irr::SEvent fields in guiFormSpecMenu.cpp 2013-08-07 01:36:19 +02:00
Novatux
5bfcea8b8a Simplify code of mainmenu world sort 2013-08-06 18:33:23 +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