4630 Commits

Author SHA1 Message Date
OttoLidenbrock
67c0407eae Tweak control pad size 2015-05-01 20:50:30 +10:00
OttoLidenbrock
815dc2ae46 Stop using broken github hash
Version is now MultiCraft 1.0.1
(ANDROID_VERSION_CODE 101)
2015-05-01 20:07:45 +10:00
OttoLidenbrock
9f8cc1e2ee Add a delay after digging before place node can happen 2015-05-01 19:46:17 +10:00
OttoLidenbrock
c986f86675 Change minetest. namespace to multicraft. 2015-04-30 16:11:02 +10:00
OttoLidenbrock
4ffa72a2fd 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
kwolekr
4d8ba60e42 Tests: Add random unittests 2015-04-29 04:08:04 -04:00
4aiman
9e51736c53 debug bulid 2015-04-28 21:50:06 +03:00
4aiman
974a41392b Merge branch 'master' of https://github.com/MultiCraftProject/MultiCraftPrivate 2015-04-27 22:14:23 +03:00
4aiman
23c2c712c9 main menu tweaks 2015-04-27 22:13:19 +03:00
4aiman
12679f766b Merge branch 'master' of https://github.com/MultiCraftProject/MultiCraftPrivate 2015-04-27 22:04:50 +03:00
4aiman
f0cc6e9cd9 main menu tweaks 2015-04-27 22:03:59 +03:00
mich1
d301bbf16e Add Russian comment translation to minetest.desktop 2015-04-27 18:14:58 +02:00
sfan5
023fd295d5 Revert the upper-case PROJECT_NAME nonsense that was part of #2402 2015-04-27 16:24:49 +02:00
sfan5
43707c0f66 Revert "Only lowercase project name at compile time"
This reverts commit 3be9787e64362b8a5020746220c65abbe31f8097.
2015-04-27 16:24:49 +02:00
kwolekr
879c24f939 Noise: Fix PcgRandom::randNormalDist() when range contains negative numbers
This fixes an issue with erroneous float-to-int rounding that resulted in
truncation toward 0, causing a biased distribution.
2015-04-27 04:05:25 -04:00
kwolekr
eade25a4b6 Replace PRNG assertions with PrngException 2015-04-27 01:24:37 -04:00
Tomas Brod
94f3a87a67 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
kwolekr
2bf4902870 Update .gitignore 2015-04-26 15:40:19 -04:00
est31
bad2dd4ab5 Remove craftdef serialisation
It isn't needed anymore, sending ICraftDefManager over the network has been obsoleted
by protocol version 7.
2015-04-26 21:30:52 +02:00
est31
0769bd28a6 Craftdef refactor
Fix style, refactor assert, use '"' instead of "\"",
replace code duplicating craftGetItemName, rename iterators.
2015-04-26 21:28:40 +02:00
kwolekr
25edaf443c Tests: Modularize unit testing
Split unit tests into separate files under src/unittest/
Give better unittest diagnostics
Clean up some code
2015-04-26 15:08:54 -04:00
Maksim Gamarnik
5cf6b71a07 Merge pull request #2 from MultiCraftProject/multicraft-dev
Multicraft dev
2015-04-26 20:52:52 +03:00
fishyWET
8efd5bd8f2 Update chinese translation
fixed some mistakes and added in some new translations
2015-04-27 01:17:10 +10:00
OttoLidenbrock
27bdbae42a Change project name and version (not android yet)
Update package Vendor and Email and version number
Change version to 1.0.1

Partially change project name

Changed android version code to 1
2015-04-27 00:54:48 +10:00
Aaron Suen
778cf1600a Fix fast leaves with texture_clean_transparent enabled. 2015-04-26 23:39:40 +10:00
Kevin Ott
8597346304 Fix player pitch and yaw not being set properly 2015-04-26 23:36:05 +10:00
Muhammad Rifqi Priyo Susanto
d42badb200 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
OttoLidenbrock
3f94310478 Added lua function to get project name
Usage: minetest.get_project_name()
E.g. if (minetest.get_project_name() == "Minetest") then
2015-04-26 16:46:08 +10:00
OttoLidenbrock
5bad53aa6c Added left click to place block on android 2015-04-26 16:46:08 +10:00
OttoLidenbrock
355f06757e Fix non-android build 2015-04-26 16:46:08 +10:00
OttoLidenbrock
1ebd39f153 Move android movement controls to left hand side and make space for 4 more 2015-04-26 16:46:08 +10:00
OttoLidenbrock
f170062481 Remove help info and debug info from pause menu 2015-04-26 16:46:08 +10:00
OttoLidenbrock
99850c4347 Fix noclip button (touchscreen) removal patch 2015-04-26 16:46:08 +10:00
Craig Robbins
b73ff80b2e Fix extern decl. of touchgui_button_imagenames 2015-04-26 16:46:08 +10:00
Craig Robbins
21baa6e058 Disable noclip button for Android 2015-04-26 16:46:08 +10:00
est31
0eb8095f8d German translation: shorter setting name 2015-04-26 16:46:08 +10:00
nerzhul
4225152311 Remove unused variable Client::m_active_blocks 2015-04-26 16:46:08 +10:00
paramat
561e785519 DecoSchematic: Fix missing trees in rough terrain
Move place_on check to before place_center_x/y/z displacement of p
Reduce displacement of p by place_center_x/y/z flags
to correctly position schematics
2015-04-26 16:46:07 +10:00
est31
33ab5efbff Protocol 25: wstring -> string for custom access denial reasons
Also fix std::logic_error when server::DenyAccess() is used with only two arguments.
2015-04-26 16:46:07 +10:00
nerzhul
041d3d3c15 Re-apply 972d17baea81ffe6d508b291ef97207a4822e1da...
but not rename the container. Approved-By est31
2015-04-26 16:46:07 +10:00
est31
f5313f8813 German translation: shorter setting name 2015-04-24 20:25:33 +02:00
nerzhul
2cc13d78ea Remove unused variable Client::m_active_blocks 2015-04-24 15:41:45 +02:00
4aiman
2857721408 'New' menu 2015-04-23 22:55:42 +03:00
paramat
44c2cf5884 DecoSchematic: Fix missing trees in rough terrain
Move place_on check to before place_center_x/y/z displacement of p
Reduce displacement of p by place_center_x/y/z flags
to correctly position schematics
2015-04-23 02:44:25 +01:00
est31
7f35f8d1bf Protocol 25: wstring -> string for custom access denial reasons
Also fix std::logic_error when server::DenyAccess() is used with only two arguments.
2015-04-22 14:10:39 +02:00
nerzhul
a653a59a83 Re-apply 972d17baea81ffe6d508b291ef97207a4822e1da...
but not rename the container. Approved-By est31
2015-04-22 11:47:22 +02:00
SmallJoker
f9558ec5c1 Fix crash on startup (Windows) 2015-04-22 13:48:10 +10:00
ShadowNinja
9813e565ca Only lowercase project name at compile time 2015-04-21 20:51:16 -04:00
kwolekr
4cc9722bb3 Revert "m_active_object_messages is used like a queue. Use std::queue instead of std::list. Also rename to m_active_object_messages_queue"
This reverts commit 972d17baea81ffe6d508b291ef97207a4822e1da.
The commit being reverted was unauthorized.  There had been no discussion,
review, or sign-off prior to submittal to upstream.
2015-04-21 18:12:01 -04:00
Loic Blot
e614c53869 m_active_object_messages is used like a queue. Use std::queue instead of std::list. Also rename to m_active_object_messages_queue 2015-04-21 23:28:13 +02:00