5974 Commits

Author SHA1 Message Date
kwolekr
8f38f8255c Tests: Add ObjDef unittests 2015-05-03 22:19:35 -04:00
kwolekr
5b237b4d94 ObjDefManager: Set replacement object's handle info after calling set()
Make gamedef optional when constructing an ObjDefManager
Add note about object ownership
2015-05-03 22:19:35 -04:00
est31
5704fb36d2 Better version detection for shallow clones 2015-05-03 16:47:22 +02:00
paramat
9e1e4b6284 RotateAlongYAxis: For facedir case, return if param2 >= 4 2015-05-03 03:43:51 +01:00
OttoLidenbrock
7ada719d27 Change sdcard project dir from /minetest to /multicraft 2015-05-03 00:35:22 +10:00
OttoLidenbrock
05c22e426c Somebody doesn't like ascii art 2015-05-02 22:46:27 +10:00
OttoLidenbrock
06b2f6d917 Fix lua namespace regression 2015-05-02 22:07:33 +10:00
OttoLidenbrock
bc38fcb471 Change how swimming works. NEEDS TESTING! 2015-05-02 22:07:15 +10:00
OttoLidenbrock
46096017ae Fix place bug
There are spaces (not buttons) inside the control pad area now. Ignore any tap events if they are within the control pad rectangle so that blocks are not accidentally placed
2015-05-02 20:43:02 +10:00
OttoLidenbrock
0179bbcc0b Move android GUI buttons around 2015-05-02 20:28:09 +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
Maksim Gamarnik
d91f322e25 Update Makefile
Update CURL,
Change default game name
Min APP_PLATFORM = 16 (JB 4.1).
2015-05-01 14:32:08 +03:00
OttoLidenbrock
c842f924c3 Change version again 2015-05-01 20:51:51 +10:00
OttoLidenbrock
c6bb4a0314 Tweak control pad size 2015-05-01 20:50:30 +10:00
OttoLidenbrock
17a5ed31b2 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
d9662039df Add a delay after digging before place node can happen 2015-05-01 19:46:17 +10:00
est31
aef1b41b02 Add .patch files to gitignore 2015-05-01 07:42:08 +02:00
SmallJoker
6626a3f72f Fix several MSVC issues numeric.h
-> Round negative numbers correctly CMakeLists.txt
-> Link Json with the static run-time library
2015-05-01 07:34:51 +02:00
OttoLidenbrock
3be722c135 Change minetest. namespace to multicraft. 2015-04-30 16:11:02 +10:00
kwolekr
37ca3212ee Fix MSVC compatibility
Make sure to include random unittests in android builds, too
Use SWAP() macro
Ensure that negative ranges are tested as well in random unittests
2015-04-29 13:20:01 -04: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
kwolekr
b6475f5448 Tests: Add random unittests 2015-04-29 04:08:04 -04:00
4aiman
bab9301162 debug bulid 2015-04-28 21:50:06 +03:00
4aiman
3d2dfa3942 Merge branch 'master' of https://github.com/MultiCraftProject/MultiCraftPrivate 2015-04-27 22:14:23 +03:00
4aiman
ecf3f05557 main menu tweaks 2015-04-27 22:13:19 +03:00
4aiman
051d103426 Merge branch 'master' of https://github.com/MultiCraftProject/MultiCraftPrivate 2015-04-27 22:04:50 +03:00
4aiman
d88f63f62e main menu tweaks 2015-04-27 22:03:59 +03:00
mich1
9179081776 Add Russian comment translation to minetest.desktop 2015-04-27 18:14:58 +02:00
sfan5
4ea5a96fff Revert the upper-case PROJECT_NAME nonsense that was part of #2402 2015-04-27 16:24:49 +02:00
sfan5
558d715bf6 Revert "Only lowercase project name at compile time"
This reverts commit 3be9787e64362b8a5020746220c65abbe31f8097.
2015-04-27 16:24:49 +02:00
kwolekr
415167b228 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
cd1d625ab2 Replace PRNG assertions with PrngException 2015-04-27 01:24:37 -04: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
kwolekr
068d561a3c Update .gitignore 2015-04-26 15:40:19 -04:00
est31
27e3a353d8 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
4f851faa91 Craftdef refactor
Fix style, refactor assert, use '"' instead of "\"",
replace code duplicating craftGetItemName, rename iterators.
2015-04-26 21:28:40 +02:00
kwolekr
7220ca906d 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
24d943bfa9 Merge pull request #2 from MultiCraftProject/multicraft-dev
Multicraft dev
2015-04-26 20:52:52 +03:00
fishyWET
45a77c8bf1 Update chinese translation
fixed some mistakes and added in some new translations
2015-04-27 01:17:10 +10:00
OttoLidenbrock
8cf938c928 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
1fb3d1156c Fix fast leaves with texture_clean_transparent enabled. 2015-04-26 23:39:40 +10:00
Kevin Ott
400c6087b6 Fix player pitch and yaw not being set properly 2015-04-26 23:36:05 +10: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
OttoLidenbrock
8cca19f6e1 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
600ad94abe Added left click to place block on android 2015-04-26 16:46:08 +10:00
OttoLidenbrock
1cd0fe8546 Fix non-android build 2015-04-26 16:46:08 +10:00
OttoLidenbrock
90a3a06974 Move android movement controls to left hand side and make space for 4 more 2015-04-26 16:46:08 +10:00
OttoLidenbrock
603715c987 Remove help info and debug info from pause menu 2015-04-26 16:46:08 +10:00
OttoLidenbrock
e54da61f40 Fix noclip button (touchscreen) removal patch 2015-04-26 16:46:08 +10:00
Craig Robbins
443dbd8413 Fix extern decl. of touchgui_button_imagenames 2015-04-26 16:46:08 +10:00