4632 Commits

Author SHA1 Message Date
kwolekr
4d5237fc9f Schematics: Add indent-with-space option for schematic Lua table serialization 2015-05-13 17:01:19 +10:00
kwolekr
ab896a72b3 NodeResolver: Remove NodeResolveMethod
This simplifies NodeResolver logic and makes some interfaces cleaner.
2015-05-13 17:01:16 +10:00
ShadowNinja
eb0b917858 Fix connection speed unit names 2015-05-13 17:01:13 +10:00
ShadowNinja
e701b35926 Fix error messages for type-checking Lua reading functions 2015-05-13 17:01:10 +10:00
ShadowNinja
dc3227dc9f Improve Redis error messages 2015-05-13 17:01:08 +10:00
kwolekr
276bf01a20 Fix build on Debian broken by b45df9d (missing include, somehow?) 2015-05-13 17:01:05 +10:00
kwolekr
2d8c101372 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
bd168fd717 Add core.find_nodes_with_meta() script API 2015-05-13 17:00:59 +10:00
kwolekr
3c1ae54646 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
ab9e4ec586 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
ef6b034e72 Fix GCC compiler warning 2015-05-13 17:00:47 +10:00
Jay Arndt
9093acabbe Stop NetworkPacket methods from producing bloated packets 2015-05-13 17:00:45 +10:00
Mahmut Elmas
d63e3806f0 Update Turkish Language
Added some new translations
Fixed some overlenght lines
2015-05-13 17:00:42 +10:00
est31
440a4286eb Cache enable_3d_clouds flag
Small improvement on clouds rendering performance
2015-05-13 17:00:40 +10:00
paramat
7bb003acca Clouds: Make cloud area radius settable in .conf 2015-05-13 17:00:37 +10:00
Maksim Gamarnik
0598e2169e 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
af07140639 Remove shaders from configure 2015-05-10 20:46:44 +10:00
OttoLidenbrock
288d5c5c5e Get rid of PO files 2015-05-10 20:46:25 +10:00
OttoLidenbrock
0abd163896 Fix bug with Zip file creation and extraction 2015-05-10 19:23:35 +10:00
OttoLidenbrock
8982638e52 Fix bugs with package name directory and zip file 2015-05-10 19:00:55 +10:00
Maksim Gamarnik
3475ea15fa Wvm add 2015-05-10 18:03:54 +10:00
Maksim Gamarnik
abbba316b2 Fix merge java part 2015-05-10 18:03:54 +10:00
OttoLidenbrock
2bc5f0c131 Merge java part 2015-05-10 18:03:54 +10:00
OttoLidenbrock
0721cd13a7 Update makefile, default game and create Files.zip 2015-05-10 18:01:55 +10:00
OttoLidenbrock
3effdb1806 Final attempt at fixing lollipop shutdown error
If this doesn't work it must be 5.0 OS bug
2015-05-09 13:19:08 +10:00
OttoLidenbrock
09f260e026 Fix improper shutdown 2015-05-06 18:20:00 +10:00
Maksim Gamarnik
27440959f0 Revert "Update README.txt"
This reverts commit 9a15b5a1fac28d644dcfdc364c406606c41de9a7.
2015-05-05 23:25:57 +03:00
Maksim Gamarnik
7c975a232e Update README.txt 2015-05-05 23:24:08 +03:00
Maksim Gamarnik
3c6fe13f49 Change Licension and Doc
Change Minetest on MultiCraft complete
Hi, LGPLv3 :)
2015-05-05 23:22:26 +03:00
Maksim Gamarnik
5cd9c05490 ShadowNinja email fix 2015-05-05 23:05:02 +03:00
Maksim Gamarnik
328debf39a New API
Change minetest on multicraft api
2015-05-05 23:01:09 +03:00
OttoLidenbrock
8f84c686cc Attempt to stop lollipop crash 2015-05-05 18:26:41 +10:00
OttoLidenbrock
a46f320ca2 Let player sink if they are not moving 2015-05-05 17:34:55 +10:00
OttoLidenbrock
9df4b973be Make inventory button 3 times larger 2015-05-05 17:30:30 +10:00
Kevin Ott
e440d02088 Add a check for animation when getting an extruded mesh
Fixes issue #2667
2015-05-04 16:52:15 +10:00
obneq
a25d0d134a Fix pathfinder to produce more useful paths
- Fix unintended negation of condition
- Remove line_of_sight 'optimization'
2015-05-04 16:52:12 +10:00
kwolekr
b73669c418 Tests: Add ObjDef unittests 2015-05-04 16:52:10 +10:00
kwolekr
256b196879 ObjDefManager: Set replacement object's handle info after calling set()
Make gamedef optional when constructing an ObjDefManager
Add note about object ownership
2015-05-04 16:52:07 +10:00
est31
a8b8233629 Better version detection for shallow clones 2015-05-04 16:52:05 +10:00
paramat
e41a250614 RotateAlongYAxis: For facedir case, return if param2 >= 4 2015-05-04 16:52:02 +10:00
est31
d7a44b2e36 Add .patch files to gitignore 2015-05-04 16:51:58 +10:00
SmallJoker
0f6390d44d Fix several MSVC issues numeric.h
-> Round negative numbers correctly CMakeLists.txt
-> Link Json with the static run-time library
2015-05-04 16:51:55 +10:00
kwolekr
afd27cd3ea 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-05-04 16:51:51 +10:00
OttoLidenbrock
68d4c67f08 Change sdcard project dir from /minetest to /multicraft 2015-05-03 00:35:22 +10:00
OttoLidenbrock
f791f42fd7 Somebody doesn't like ascii art 2015-05-02 22:46:27 +10:00
OttoLidenbrock
fefaf31f6d Fix lua namespace regression 2015-05-02 22:07:33 +10:00
OttoLidenbrock
06f26a301e Change how swimming works. NEEDS TESTING! 2015-05-02 22:07:15 +10:00
OttoLidenbrock
290545c34d 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
ff3d30df0f Move android GUI buttons around 2015-05-02 20:28:09 +10:00
OttoLidenbrock
d0c6354f3a 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