Commit Graph

418 Commits

Author SHA1 Message Date
Maksim Gamarnik d77ea9be46 LGPL 2.1 to 3.0 on all files 2015-08-14 01:26:28 +03:00
4aiman ab5bfa589c Auto-merge of 4aiman's changes 2015-08-11 11:31:39 +03:00
4aiman 739a1dcd98 changed splashes 2015-08-11 11:30:30 +03:00
4aiman Konsorumaniakku a75f06cd80 - X (close) button in the formspecs
- attempt to fix BG in the mainmenu
- fixed textures path on Windows
2015-08-11 07:32:17 +03:00
Maksim Gamarnik e1bd8ea826 Last for v.1.0.1 commit - FINAL 2015-07-17 21:48:57 +03:00
4aiman Konsorumaniakku 67e3beeee1 core->multicraft 2015-07-05 15:23:28 +03:00
4aiman Konsorumaniakku 753d320e39 minetest->core for builtin 2015-07-05 15:04:07 +03:00
4aiman Konsorumaniakku 57296803b6 minetest->multicraft 2015-07-05 12:53:53 +03:00
4aiman a2784b58bf HUDs, hunger, mobs, mapgen, splash, mainmemu etc 2015-07-01 12:27:28 +03:00
4aiman dba2d2e8c3 squashed update 2015-06-06 20:06:01 +03:00
OttoLidenbrock b035add845 Merge branch 'master' of github.com-otto:MultiCraftProject/MultiCraftPrivate
Conflicts:
	builtin/mainmenu/modmgr.lua
	builtin/mainmenu/tab_texturepacks.lua
2015-05-31 23:38:14 +10:00
ShadowNinja 9cca4e1198 Add core.get_dir_list
Conflicts:
	builtin/mainmenu/tab_texturepacks.lua
2015-05-31 23:20:28 +10:00
LeMagnesium 8edad2eb74 Added hour:minute format to time command
* The time command now accepts parameters in the form <hour>:<minute>,
    and if invoked with no parameters returns the current time in said format.

Conflicts:
	builtin/game/chatcommands.lua
2015-05-31 23:17:38 +10:00
Brandon 57ba33a389 Add minetest.register_on_punchplayer 2015-05-31 23:16:16 +10:00
tenplus1 662028a68e Don't crash if an item gets dropped into unloaded space
Items dropped into unloaded map space will crash game so here's a fix...
2015-05-31 23:16:05 +10:00
est31 b0af15714c Item entity merging refactor
Don't ident too much, and add a comment.
2015-05-31 23:16:02 +10:00
Novatux 4135d7e9bd Add code to support raillike group names
Conflicts:
	builtin/game/misc.lua
2015-05-31 23:15:49 +10:00
4aiman 020207661f 15/15 2015-05-31 16:04:01 +03:00
4aiman bf42107a0f 14/15 2015-05-25 23:44:45 +03:00
OttoLidenbrock 79a49474ce Fix accidental removal of credits 2015-05-17 01:05:23 +10:00
OttoLidenbrock 15891d82ff Remove "?" button from main menu 2015-05-17 00:37:38 +10:00
OttoLidenbrock ce92c40653 Fix builtin/init.lua 2015-05-15 20:15:58 +10:00
Maksim Gamarnik 6d3dc6ce06 New MainMenu, update WversionManager, Makefile change
New MainMenu by 4aiman
WVersionManager - 1.3
Makefile - rename output apk
2015-05-12 10:59:17 +03:00
OttoLidenbrock 14eb9b1bb1 Remove shaders from configure 2015-05-10 20:46:44 +10:00
Maksim Gamarnik e43ee9559f ShadowNinja email fix 2015-05-05 23:05:02 +03:00
Maksim Gamarnik c09f9e4d1f New API
Change minetest on multicraft api
2015-05-05 23:01:09 +03:00
OttoLidenbrock 06b2f6d917 Fix lua namespace regression 2015-05-02 22:07:33 +10:00
OttoLidenbrock d0d023396a Move android GUI buttons around, remove version name/number at top of screen, remove show debug info for release builds 2015-05-02 17:31:36 +10:00
OttoLidenbrock 3be722c135 Change minetest. namespace to multicraft. 2015-04-30 16:11:02 +10:00
OttoLidenbrock d649afa044 Merge upstream
Conflicts:
	builtin/mainmenu/tab_simple_main.lua
	src/client/clientlauncher.cpp
	src/game.cpp
	src/guiEngine.cpp
2015-04-29 19:59:54 +10:00
4aiman bab9301162 debug bulid 2015-04-28 21:50:06 +03:00
4aiman ecf3f05557 main menu tweaks 2015-04-27 22:13:19 +03:00
4aiman d88f63f62e main menu tweaks 2015-04-27 22:03:59 +03:00
Tomas Brod 732eb72a0c Fix minetest.clear_* creating new LOCAL table instead of clearing the existing one.
On calling clear_redistered_biomes the registered_biomes table is cleared
by creating a new empty table, but the pointer is not updated to point to
the new one. So after calling more register_biome, the registered_biome
table always contains 0 items, which is an error. Instead, the table is
cleared by removing all its items so the pointer (minetest.registered_*)
remains valid.
2015-04-26 15:45:58 -04:00
Muhammad Rifqi Priyo Susanto 1c7c349264 Remove fly mode in simple main menu
As the fly mode option is avaiable in-game, this is not used anymore.
2015-04-26 23:35:32 +10:00
4aiman abca1d9c91 'New' menu 2015-04-23 22:55:42 +03:00
ShadowNinja 436cb468e9 Add minetest.global_exists() 2015-04-21 22:58:37 +02:00
est31 fedbbc8883 Add reason to kicked log message and use present tense 2015-04-05 04:18:47 +02:00
Craig Robbins bf06b68c96 Let main menu scale (non-Android)
This fixes main menu not fitting for 800x600 (and lower resolutions) on PC builds
2015-03-30 00:33:07 +10:00
Craig Robbins e3d69f2920 Update credits 2015-03-29 21:31:13 +10:00
Loic Blot 284fefb0c3 Remove duplicate code since 8ca08a850f 2015-03-25 09:08:17 +01:00
fz72 8ca08a850f Save creative_mode and enable_damage setting for each world in world.mt
Create Parameters on world initialisation and set settings of old worlds
2015-03-18 09:53:24 +01:00
est31 16b961b2eb Android: Fix auto-entry of server address and port in mainmenu
Fixes #2497.
2015-03-16 20:04:00 +01:00
SmallJoker bbed01ab62 Radius parameter for /deleteblocks here 2015-03-05 00:10:53 +10:00
est31 1a175c6982 Add /setpassword and /clearpassword logging 2015-02-27 23:00:28 +01:00
ShadowNinja cd4324e5a8 Fix serialization of floating point numbers 2015-02-21 13:16:18 -05:00
Novatux 804d65a8ec Add modname convention checking
Fixes #2037
2015-02-18 16:48:58 +01:00
est31 5a0ed780f5 Server: announce MIN/MAX protocol version supported to serverlist. Client: check serverlist
Client now informs about incompatible servers from the list, this permits to prevent the protocol movements.
Server announces its supported protocol versions to master server
2015-02-18 16:09:59 +01:00
Perttu Ahola 4d744cf87a Use fixed size for builtin menus on non-android platforms 2015-02-18 12:33:40 +02:00
Loic Blot 27d4e89d32 Fix unused (and so, broken) enable_rollback_recording. This option must be reloaded at server loop but loaded when server starts, for data consistency (not a hot load variable)
ok @ShadowNinja
2015-02-18 09:28:39 +01:00