summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAge
* Fix redis error reportingest312016-01-08
| | | | | | | | | | Previously, we assumed that reply->str was NULL terminated. However, this turned out to be not true, as users reported crashes in strlen connected to where reply->str was appended to an std::string. Use the method recomended by the docs, to read the length separately.
* Liquids: Flow into and destroy 'floodable' nodesparamat2016-01-07
| | | | | Add new node property 'floodable', default false Define "air" as floodable = true in C++ and lua
* Improve DoxyfileShadowNinja2016-01-04
| | | | | | | | | | | | | | | | * Add main page. * Organize into sections. * Add threading sources. * Include SpatialAreaStore, LevelDB/Redis, sound, FreeType, and cURL in output. * Add logo. * Fix project name hardcoding. * Remove PAPER_TYPE (only used when GENERATE_LATEX is enabled). * Have dot render graphs as SVG (smaller, and works even if dot's text drawing functionality is broken). * Enable built-in STL support. * Enable search bar. * Switch from header-bar based navigation to treeview based navigation. * Enable dynamic HTML (collapses graphs). * Enable generation timestamp.
* Fix for commit 87dcee6 It uses the wrong variable and only covers some use ↵gregorycu2016-01-04
| | | | cases. This change covers all use cases.
* Add MinSizeRel and RelWithDebInfo to MSVCBuildDir checkgregorycu2016-01-03
|
* Prevent technically unsafe access with empty vectorgregorycu2016-01-03
|
* Made it more clear that "[combine" does accept a list of files.Robert Zenz2016-01-03
|
* filesys: safeWriteToFile(): Remove the target file before rename only on WindowsPerttu Ahola2016-01-01
| | | | | | | | | | Removing the target file on other platforms was enabled likely unintentionally by commit 5f1f1151d3a9c113902630adc16cc3f4845da7ba. This may be the reason why there has been corruption of files on Linux on hard shutdowns. Previously I described the problem and this fix in issue #3084.
* Minimal: Add mapgen alias for airparamat2015-12-30
|
* Fix client crashing when connecting to serverest312015-12-30
| | | | | | | | | | | | | My commit e2d54c9f9275e4f77ec33be8054621d42945f7a4 "shutdown when requested from lua in singleplayer too" broke minetest's feature to connect to servers. The client crashed after the connection init was complete. Thanks to @sofar for reporting the bug. Fixes #3498.
* Fix cache path with RUN_IN_PLACEShadowNinja2015-12-30
| | | | | | | If an `XDG_CACHE_HOME` can't be found or `RUN_IN_PLACE` is enabled, `path_cache` is left at its default of `$PATH_USER/cache` (at a time when `PATH_USER` is `..`), rather than being reset to `$PATH_USER/cache` after `PATH_USER` has been properly set.
* Include custom error message in all SQLite3 exceptions.Rogier2015-12-30
| | | | And replace manual tests for error with SQLOK() where possible.
* Handle SQLITE_BUSY errors gracefullyRogier2015-12-30
| | | | | | This allows other applications (e.g. minetestmapper) to interrogate the database while minetest is running, without causing an almost certain minetest crash.
* Add macos/freebsd missing endian.h include and add win endianness infoqiukeren2015-12-29
|
* Revert "Refactoring and code style fixes in preparation of adding mesh typed ↵Sapier2015-12-29
| | | | | | | | items" This reverts commit f14e7bac54af65e3d3d99f89f23f114b17058e49. Reverted due to missinterpretation of agreement, obvious dislike and me not interested in doing fights for feature I don't actually need
* Revert "Add support for using arbitrary meshes as items"Sapier2015-12-29
| | | | | | This reverts commit 91bafceee6606fab79db1bde4cba01b84fed65c7. Reverted due to missinterpretation of agreement, obvious dislike and me not interested in doing fights for feature I don't actually need
* Make collisionMoveSimple time overflow message written to log/show up at max ↵Sapier2015-12-29
| | | | once per step
* Add support for using arbitrary meshes as itemsSapier2015-12-29
|
* Refactoring and code style fixes in preparation of adding mesh typed itemsSapier2015-12-29
|
* shutdown when requested from lua in singleplayer tooest312015-12-29
| | | | | | | Before, minetest.request_shutdown didn't shut down singleplayer instances or server instances from the server tab. This commit fixes this. Fixes #3489.
* Database backends: fix bug, and small speedupest312015-12-29
| | | | | -> Redis backend: break from switch to fix bug -> Dummy and redis backends: reserve the count so that creating the list is faster
* Alphabetical sorting of texture packs in menu (fixes #3487)jeanpatrick.guerrero@gmail.com2015-12-26
|
* Update URLs for buildbot & travissfan52015-12-26
| | | | The freehoster these files were hosted on is shutting down soon-ish, they're now hosted on my VPS.
* Add missing documentation of automatic_face_movement_max_rotation_per_sec ↵Sapier2015-12-25
| | | | entity parameter
* Android: shorten initial progress bar text way more simpleSapier2015-12-23
|
* Android: Tell make about sub-makes to speed up buildest312015-12-23
| | | | | | | | | | | | | | | | | | | | | Before, sub-makes called by make were called without make knowing they were sub-makes. This however led make's jobserver not do its tasks, and the build process ended up with inefficient parralelisation. This commit fixes this by applying the two ways the make manual tells about: putting + to the start of the line (used when ndk-build is invoked), and exchanging "make" with "$(MAKE)". Before, make complained with messages like: make[2]: warning: jobserver unavailable: using -j1. Add `+' to parent make rule. This complaint can now only been seen for openssl. openssl has issues if make gets exchanged with $(MAKE): if exchanged, above error message is multiplied for various subdirs of the openssl source tree. On a 4 core box, "make -j 4" build time from "make clean_all" cleaned source tree could be improved from 15:34 minutes to 10:45 minutes. This means a speedup of 45%.
* Translated using Weblate (Italian)Gianluca Luparini2015-12-22
| | | | Currently translated at 43.8% (345 of 787 strings)
* Translated using Weblate (Japanese)Rui2015-12-21
| | | | Currently translated at 40.0% (315 of 787 strings)
* Translated using Weblate (Dutch)Rogier2015-12-21
| | | | | | Currently translated at 95.1% (749 of 787 strings) Squashed two translation commits to one
* Translated using Weblate (Russian)Anton Tsyganenko2015-12-21
| | | | | | Currently translated at 48.7% (384 of 787 strings) Squashed two translation commits to one
* Translated using Weblate (Italian)Luca Argentieri2015-12-21
| | | | Currently translated at 43.8% (345 of 787 strings)
* Translated using Weblate (Czech)Jakub Vaněk2015-12-21
| | | | | | Currently translated at 56.6% (446 of 787 strings) Squashed two translation commits to one
* Translated using Weblate (Chinese (Taiwan))Jeff Huang2015-12-21
| | | | Currently translated at 59.7% (470 of 787 strings)
* Translated using Weblate (Hebrew)ChaosWormz2015-12-21
| | | | Currently translated at 3.1% (25 of 787 strings)
* Translated using Weblate (Japanese)Rui2015-12-21
| | | | Currently translated at 39.8% (314 of 787 strings)
* Translated using Weblate (Czech)Jakub Vaněk2015-12-21
| | | | | | Currently translated at 49.0% (386 of 787 strings) Squashed two translation commits to one
* Translated using Weblate (Lojban)senpi2015-12-21
| | | | Currently translated at 11.4% (90 of 787 strings)
* Translated using Weblate (Lithuanian)Liudas Ališauskas2015-12-21
| | | | | | Currently translated at 30.7% (242 of 787 strings) Squashed two translation commits to one
* Translated using Weblate (Estonian)Kristjan Räts2015-12-21
| | | | Currently translated at 23.7% (187 of 787 strings)
* Translated using Weblate (Italian)Andrea Di Pietro Ulla2015-12-21
| | | | Currently translated at 42.0% (331 of 787 strings)
* Fix lua object:get_properties() being brokenSapier2015-12-21
|
* Fix missing localization for objHybridDog2015-12-20
|
* Android: Fix extra files being copied to the APKShadowNinja2015-12-20
| | | | | | | dcb91cf0c0c9a20622feeb4e5e8104ffbc9fa8ec hacked around the biggest issue this caused, but wasted a lot of CPU time and disk space It also still included a lot of other unwanted files. This removes all of `doc/` except the license, and also removes the server list.
* Fix missing popest312015-12-20
| | | | | | | | | | | Previous commit 70ea5d552e283bd5bce3278cbf3819bd87ba2602 "Add support for limiting rotation of automatic face movement dir entitys" by sapier has broken minetest's feature to open worlds. This was due to a missing stack pop operation. Thanks to @oleastre for reporting this bug and suggesting the fix.
* Add support for limiting rotation of automatic face movement dir entitysSapier2015-12-19
|
* Android: Implement Autohiding button bars to cleanup screenSapier2015-12-18
|
* Android: Remove unused build target curl_binarySapier2015-12-17
|
* Android: Don't put html docs to apkSapier2015-12-17
|
* Android: Remove non freetype fonts from apkSapier2015-12-17
|
* Android: Fix pressed buttons not beeing cleared on opening menuSapier2015-12-17
|