Commit Graph

4718 Commits

Author SHA1 Message Date
TeTpaAka 4069c91935 Generalize core.get/set_nametag_color into core.get/set_nametag_attributes 2015-05-31 23:16:23 +10:00
kwolekr 5cf162f942 Noise: Make buffer size parameters unsigned 2015-05-31 23:16:21 +10:00
kwolekr 32bcafb32f Schematics: Fix probability values for .mts version 1 2015-05-31 23:16:19 +10:00
Brandon 57ba33a389 Add minetest.register_on_punchplayer 2015-05-31 23:16:16 +10:00
TeTpaAka 0a6980819e Add get and set functions for the nametag color 2015-05-31 23:16:13 +10:00
Craig Robbins adf33efb97 ANDROID: Do not limit situations where fast is enabled
Before this commit autofast for Android was ignored if the user was sneaking, digging or building. There is no reason for this and it impedes movement control
2015-05-31 23:16:10 +10:00
est31 48db412bd5 Fix libgmp for Android
Android terminated immediately after start since commit
181f7baa45
because library wasn't loaded, and libminetest.so required
libgmp.so.10 instead of libgmp.so.

The second issue has been solved by the linker flags.
2015-05-31 23:16:07 +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
est31 b1b5ed6ac8 Fix compiler warning about sign comparison 2015-05-31 23:16:00 +10:00
SmallJoker aee48a04d1 Build and link gmp correctly on MSVC
Also optimize json's library
2015-05-31 23:15:56 +10:00
Novatux 4135d7e9bd Add code to support raillike group names
Conflicts:
	builtin/game/misc.lua
2015-05-31 23:15:49 +10:00
est31 9e22a4a0d5 is_player() is no player-only function 2015-05-31 23:14:11 +10:00
paramat 4bc9ee34b4 Mapgen v5/6/7: Cleanup node resolver and aliases 2015-05-31 23:14:08 +10:00
est31 d39358f9d2 Make early protocol auth mechanism generic, and add SRP
Adds everything needed for SRP (and everything works too),
but still deactivated, as protocol v25 init packets aren't final yet.
Can be activated by changing the LATEST_PROTOCOL_VERSION header to 25
inside networkprotocol.h.
2015-05-31 23:14:05 +10:00
est31 8135f89e21 Add LibGMP
Uses system provided libgmp if found, if not it falls back to mini-gmp.

Conflicts:
	README.txt
	build/android/Makefile
2015-05-31 23:13:54 +10:00
Bektur Mambetov 6d9fe6e728 Optimization. Duplicate code in dialogs removed 2015-05-28 12:26:55 +03:00
berkut 456a0b4c26 instruction updated 2015-05-27 21:51:42 +03:00
Bektur Mambetov 3df382f825 transparent dialog. Some renaming. Preferene big optimization 2015-05-27 19:27:49 +03:00
Maksim Gamarnik c7b69b0483 Small change 2015-05-23 14:40:31 +03:00
OttoLidenbrock 3df9f38901 Update android makefile 2015-05-23 21:08:43 +10:00
OttoLidenbrock f783e6c573 rename games/MultiCraft_game/minetest.conf to games/MultiCraft_game/multicraft.conf 2015-05-23 20:52:43 +10:00
OttoLidenbrock 0c320aaff2 rename conf to multicraft.conf 2015-05-23 20:36:48 +10:00
OttoLidenbrock 5349ea0800 Only allow multicraft game as game 2015-05-23 13:15:05 +10:00
OttoLidenbrock 02848d189e Make armour HUD always show even if empty, and add game to master 2015-05-23 13:05:33 +10:00
OttoLidenbrock 458fa3a678 Fix android build 2015-05-23 12:53:16 +10:00
OttoLidenbrock 96504404e6 Change where games looks for mods from mods/ to files/ 2015-05-19 12:17:41 +10:00
OttoLidenbrock 79a49474ce Fix accidental removal of credits 2015-05-17 01:05:23 +10:00
OttoLidenbrock 48d3e1897b Remove version info top-left for main menu 2015-05-17 00:57:50 +10:00
OttoLidenbrock 15891d82ff Remove "?" button from main menu 2015-05-17 00:37:38 +10:00
OttoLidenbrock e098ffee67 Fix PC build bug 2015-05-17 00:32:00 +10:00
OttoLidenbrock c27ae07f46 Fix swimming bug 2015-05-17 00:30:22 +10:00
OttoLidenbrock 00adfc0430 Change inventory button size 2015-05-16 23:25:16 +10:00
Maksim Gamarnik 6df7918aea Merge MultiCraft_game
and change gitignore
2015-05-15 16:43:28 +03:00
Maksim Gamarnik d2a6429253 Mailmap update and remove old doc 2015-05-15 16:17:39 +03:00
Maksim Gamarnik 5de8a9be67 Remove Minimals game
Goodbye
2015-05-15 16:09:17 +03:00
Maksim Gamarnik dab2defb1b Default Setting and Textures
MultiCraft gamecontrol textures
Optimal settings
2015-05-15 16:05:49 +03:00
OttoLidenbrock 6a18586475 Fix previous Makefile commit (it didn't work) 2015-05-15 21:54:05 +10:00
Maksim Gamarnik 86720e755d New SQLite on Android build 2015-05-15 14:47:40 +03:00
OttoLidenbrock 47b38aa9c9 Only include files.zip in APK 2015-05-15 21:45:05 +10:00
OttoLidenbrock 14f92a18de add ver.txt 2015-05-15 21:16:20 +10:00
OttoLidenbrock ff09365cd0 Remove usage of pushd/popd from android makefile so Debian can work (assuming zip is installed) 2015-05-15 20:49:54 +10:00
OttoLidenbrock ce92c40653 Fix builtin/init.lua 2015-05-15 20:15:58 +10:00
OttoLidenbrock ca5f746c50 Update English in strings.xml 2015-05-15 19:06:20 +10:00
OttoLidenbrock 7bee4e8f5f Make sure there is always a delay after digging before a node can be placed 2015-05-13 17:41:46 +10:00
Megaf cf68f37cd2 Merge resolution
Replaced libjpeg dependency on apt-get, it should be libjpeg-dev instead of libjpeg8-dev.

On Debian 8...
```
Package libjpeg8-dev is not available, but is referred to by another package.
This may mean that the package is missing, has been obsoleted, or
is only available from another source
However the following packages replace it:
  libjpeg62-turbo-dev
```
Using libjpeg-dev should make the OS select the most appropriate lib to be installed.
These are the packages available on Debian 8.
```
libjpeg-dev - Development files for the JPEG library [dummy package]
libjpeg-turbo-progs - Programs for manipulating JPEG files
libjpeg-turbo-progs-dbg - Programs for manipulating JPEG files (debugging symbols)
libjpeg62-turbo - libjpeg-turbo JPEG runtime library
libjpeg62-turbo-dbg - Debugging symbols for the libjpeg-turbo JPEG library
libjpeg62-turbo-dev - Development files for the libjpeg-turbo JPEG library
libturbojpeg1 - TurboJPEG runtime library - SIMD optimized
libturbojpeg1-dbg - TurboJPEG runtime library - SIMD optimized (debugging symbols)
libturbojpeg1-dev - Development files for the TurboJPEG library

```
This seems to work on all current Debian versions, Wheezy, Jessie and Sid.
https://packages.debian.org/wheezy/libjpeg-dev
https://packages.debian.org/jessie/libjpeg-dev
https://packages.debian.org/stretch/libjpeg-dev

Im not sure if Ubuntu has this dummy package.

http://packages.ubuntu.com/search?keywords=libjpeg-dev

Perhaps this should be further discussed.

libjpeg8-dev -> libjpeg-dev

Conflicts:
	README.txt
2015-05-13 17:04:24 +10:00
Craig Robbins 9c31210a43 Change lower limit of display_gamma to 1.0 (linear light)
Now matches function comment
2015-05-13 17:01:56 +10:00
kwolekr 1643bdd449 Schematics: Add per-node force placement option 2015-05-13 17:01:54 +10:00
kwolekr e02a6e8f30 Fix typo in WieldMesh::setItem() 2015-05-13 17:01:52 +10:00
kwolekr d5f1f230d3 Ensure that Map::findNodesWithMetadata() reports nodes strictly within the node-granular area 2015-05-13 17:01:49 +10:00