382 Commits

Author SHA1 Message Date
Sfan5
606652b7bc Prevent ModMgr from deleting backend setting in world.mt 2013-09-09 22:50:51 +02:00
sapier
0adde38216 Add sanity check to sort function 2013-09-05 01:45:39 +02:00
sapier
ac1cf4445c Add backtrace to error function 2013-09-04 12:19:26 +02:00
Ilya Zhuravlev
8e02304483 Add escaping to world list in main menu (fixes #896). 2013-08-29 16:12:16 +04: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
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
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
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
Novatux
c0a089d4ac Fix formspec escaping, add escaping to info.txt for texture packs. 2013-08-15 22:12:51 +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
6fa83cb84f Dont download modstore info if its isnt needed 2013-08-10 13:35:38 +02:00
Novatux
5bfcea8b8a Simplify code of mainmenu world sort 2013-08-06 18:33:23 +02:00
BlockMen
b131a282ba Add support for different drowning damage and allow drowning in other nodetypes 2013-08-06 17:49:39 +02:00
PilzAdam
ce8fbe7e52 Fix worldlist in servertab being filtered by selected game 2013-08-06 17:28:51 +02:00
Novatux
9f7500aec5 Add minetest.registered_biomes 2013-08-06 13:24:54 +02:00
PilzAdam
6a5243005d Dont show gamefilter in TP tab 2013-08-04 18:37:19 +02:00
Novatux
9e65a396d1 Add texture pack selection to main menu 2013-08-04 16:52:30 +02:00
Perttu Ahola
eadddb8a83 Allow mods to listen to cheat detections using minetest.register_on_cheat() 2013-08-04 00:45:49 +03:00
PilzAdam
448530d6b0 Play sounds/main_menu.ogg in menu 2013-07-28 23:29:03 +02:00
proller
d2cbeba8b6 Better snow fall, finite liquid transform, leveled nodes api 2013-07-28 17:14:31 +04:00
proller
cdb2b82262 Weather support 2013-07-27 23:21:48 +04:00
sapier
7e6fa631e7 Show portnumber for ip adresses only 2013-07-25 12:58:14 +02:00
hdastwb
f482d200df added (optional) support for 6d facedir in dir_to_facedir and added facedir_to_dir 2013-07-24 00:31:32 +02:00
sapier
24dda6b1b9 Fix enable mod/enable button not shown on entering world config dialog 2013-07-22 18:10:00 +02:00
sapier
d9f7cc1104 Fix bug in world creation
Add old style mod selection in worldconfig dialog
2013-07-22 18:10:00 +02:00
sapier
c37ec18977 Add missing header/footer for singleplayer tab 2013-07-22 18:10:00 +02:00
sapier
27ea0e8e32 Remove debug output 2013-07-22 18:10:00 +02:00
sapier
5050831be1 Fix Bug in modname guessing resulting in undefined modname 2013-07-22 18:10:00 +02:00
sapier
392d7fbc74 merge mainmenu_helper.lua to misc_helpers.lua 2013-07-22 18:10:00 +02:00
sapier
56cb1ed26c Fix background/overlay/footer/header handling
Add missing file headers
2013-07-22 18:10:00 +02:00
sapier
6a9c6e9d6b Add playernumber to favorites list 2013-07-22 18:09:59 +02:00
sapier
a4c3ec743e filterlist api cleanup 2013-07-22 18:09:59 +02:00
sapier
5f8013ae39 Add port to favorites if not 30000
Major modmgr overhaul
Add missing formspec checkbox doc
2013-07-22 18:09:59 +02:00
sapier
124989cb52 Replace worldlist by generic filterlist implementation 2013-07-22 18:09:59 +02:00
sapier
3447aa0cdc Add support for modstore screenshots
Add error output on invalid mmdb entries
2013-07-22 18:09:59 +02:00
sapier
a09d127188 Swap name/password <-> server description 2013-07-22 18:09:59 +02:00
sapier
3c535e46a2 Revert "Fix serverdescription and name not beeing saved to local serverlist"
This reverts commit 7dbbbfc665e285cc9eb9d750c3a449d7da178d4f.
(was added twice)
2013-07-22 18:09:59 +02:00
sapier
aba65b441b Remove unused required by list in worldconfig 2013-07-22 18:09:59 +02:00
PilzAdam
617d8cba5d Add an option to disable object <-> object collision for Lua entities 2013-07-20 20:43:11 +02:00
sapier
73d2dbc705 Don't show flags in local favorites 2013-07-12 22:55:34 +02:00
sapier
7602e70bf6 Fix bug server name set to address field when using up/down keys
Show server description above connect button instead of in favorites list
2013-07-12 22:46:28 +02:00
sapier
888ff6a073 Add missing server flags in public serverlist 2013-07-12 22:46:27 +02:00
sapier
4ca213127f Remove lots of debug output from modmgr
Fix RUN_IN_PLACE=0 mod install (now mods are saved in user folder in that case)
Fix text of field element not unescaped correctly
2013-07-12 22:46:27 +02:00
sapier
1515337b6a Fix serverdescription and name not beeing saved to local serverlist 2013-07-12 22:46:27 +02:00
Kahrl
6712aaec9d Add VoxelArea:position, VoxelArea:iter and VoxelArea:iterp 2013-07-11 22:57:26 +02:00