4210 Commits

Author SHA1 Message Date
ShadowNinja
05ab9973f9 Add core.mkdir 2015-05-16 18:32:37 -04:00
ShadowNinja
3a8c788880 Add mod security
Due to compatibility concerns, this is temporarily disabled.
2015-05-16 18:32:31 -04:00
est31
c297a75a7d Fix build since last commit
Also rename method to better match what it does.
2015-05-16 22:14:15 +02:00
est31
8dbf683313 Finalize init packets and enable protocol v25
This enables srp.
2015-05-16 21:17:28 +02:00
OttoLidenbrock
48d3e1897b Remove version info top-left for main menu 2015-05-17 00:57:50 +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
TeTpaAka
19cbb6b37b Add push_ARGB8 to script/common/c_converter 2015-05-15 16:21:56 -04:00
TeTpaAka
18c2f16c13 Generalize core.get/set_nametag_color into core.get/set_nametag_attributes 2015-05-15 16:21:01 -04:00
kwolekr
5d1d7c17ea Noise: Make buffer size parameters unsigned 2015-05-15 16:20:30 -04:00
kwolekr
eaef678e0b Schematics: Fix probability values for .mts version 1 2015-05-15 16:20:30 -04:00
Maksim Gamarnik
dab2defb1b Default Setting and Textures
MultiCraft gamecontrol textures
Optimal settings
2015-05-15 16:05:49 +03:00
Brandon
c5b4e54174 Add minetest.register_on_punchplayer 2015-05-15 11:09:55 +02:00
TeTpaAka
86a963caca Add get and set functions for the nametag color 2015-05-15 11:03:27 +02:00
Craig Robbins
99cf53c908 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-15 13:22:07 +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
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
kwolekr
97683c9d21 Replace Wieldmesh::setItem assertion that could be triggered by the server with an error 2015-05-13 17:01:47 +10:00
est31
22a2bc2ac1 Fix release build warning 2015-05-13 17:01:42 +10:00
kwolekr
2348171144 Fix compilation for non-client builds, and fix signed comparison warning 2015-05-13 17:01:35 +10:00
kwolekr
a33092eda6 Tests: Add schematic unittests
Improve schematic file-saving interface
Add ability to create temporary test files
2015-05-13 17:01:33 +10:00
est31
8e1865b3bb Gracefully handle PacketErrors 2015-05-13 17:01:30 +10:00
kwolekr
ef755ff2c4 Fix missing Y component assignment in check_v3f 2015-05-13 17:01:28 +10:00
Kevin Ott
b562f20e85 Remove duplicate lua_getfield() in c_converter.cpp
Fixes #2678
2015-05-13 17:01:22 +10:00
kwolekr
739c856b94 Schematics: Add indent-with-space option for schematic Lua table serialization 2015-05-13 17:01:19 +10:00
kwolekr
4ffc59b9b1 NodeResolver: Remove NodeResolveMethod
This simplifies NodeResolver logic and makes some interfaces cleaner.
2015-05-13 17:01:16 +10:00
ShadowNinja
5748937250 Fix connection speed unit names 2015-05-13 17:01:13 +10:00
ShadowNinja
d5837d29d7 Fix error messages for type-checking Lua reading functions 2015-05-13 17:01:10 +10:00
ShadowNinja
5777d5cff5 Improve Redis error messages 2015-05-13 17:01:08 +10:00
kwolekr
9dd81a7a23 Fix build on Debian broken by b45df9d (missing include, somehow?) 2015-05-13 17:01:05 +10:00
kwolekr
ba49b4a5b6 NodeDefManager: Improve const-correctness of interfaces
- Add ability to explicitly reset NodeResolve state (useful for unittesting)
- Remove non-essential NodeResolve methods modifying state from INodeDefManager
- Add const qualifier to NodeDefManager and ContentFeatures serialize
2015-05-13 17:01:02 +10:00
kwolekr
4c439aec8d Add core.find_nodes_with_meta() script API 2015-05-13 17:00:59 +10:00
kwolekr
ebbaba6907 Tests: Add NodeResolver unittests
Minor misc. NodeResolver cleanups
Prefix faux content type constants for testing with t_ to avoid
confusion or name collisions
2015-05-13 17:00:53 +10:00
ShadowNinja
0ac2dc99e7 Make Git version detection use VERSION_STRING instead of tags
This fixes the problem where 0.4.12-dev versions were erroneously shown as
0.4.11-dev because the tag was added on a separate branch.  It also fixes a
similar issue when builders didn't fetch new tags when updating.

This also removes the number-of-commits-since-tag field, since it's
incompatible with this.  Said field doesn't seem to be useful anyway if you
have the commit hash.
2015-05-13 17:00:50 +10:00
ShadowNinja
ea3a218056 Fix GCC compiler warning 2015-05-13 17:00:47 +10:00
Jay Arndt
6037a46e88 Stop NetworkPacket methods from producing bloated packets 2015-05-13 17:00:45 +10:00
est31
50575cf2a3 Cache enable_3d_clouds flag
Small improvement on clouds rendering performance
2015-05-13 17:00:40 +10:00
paramat
6fd9f65243 Clouds: Make cloud area radius settable in .conf 2015-05-13 17:00:37 +10:00
est31
b70e67df8c Fix compiler warning about sign comparison 2015-05-13 00:04:30 +02:00
SmallJoker
ecc514f11b Build and link gmp correctly on MSVC
Also optimize json's library
2015-05-12 21:07:46 +02:00
est31
b4c3ff6eab is_player() is no player-only function 2015-05-12 05:52:49 +02:00
paramat
02805af36e Mapgen v5/6/7: Cleanup node resolver and aliases 2015-05-12 04:40:53 +01:00
est31
82e35edff5 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-11 18:40:27 +02:00
est31
181f7baa45 Add LibGMP
Uses system provided libgmp if found, if not it falls back to mini-gmp.
2015-05-11 17:48:33 +02:00
Craig Robbins
5a1975a4e3 Change lower limit of display_gamma to 1.0 (linear light)
Now matches function comment
2015-05-11 02:03:09 +10:00
OttoLidenbrock
a497e87a96 Fix bugs with package name directory and zip file 2015-05-10 19:00:55 +10:00