summaryrefslogtreecommitdiff
path: root/src
Commit message (Collapse)AuthorAge
* Fix modstore/favourites hang by adding asynchronous lua job supportsapier2013-11-29
|
* Split server/client port setting to avoid port number clashes in mainmenusapier2013-11-28
|
* Don't use variable length arraysShadowNinja2013-11-28
|
* Rollback fixes and get_node_actionsShadowNinja2013-11-27
|
* SQLite rollbackMario Barrera2013-11-27
|
* Fix line_of_sight (AGAIN)sapier2013-11-25
|
* Don't continue trying to deserialize blank block datakwolekr2013-11-24
|
* Fix invalid escape sequence in database migration codeKahrl2013-11-23
|
* Fix crash when pressing Enter key in formspec menuKahrl2013-11-23
|
* Fix possible implicit conversion of NULL to std::stringkwolekr2013-11-21
|
* LuaVoxelManip: Update parameter index of set_lighting()kwolekr2013-11-21
|
* Mapgen V6: Respect water_level settingkwolekr2013-11-21
|
* fix gettext compile issues under win32MetaDucky2013-11-18
|
* Fix issue #1009 (minetest.get_connected_players() returns non-existing players)kwolekr2013-11-17
|
* Increase liquid_loop_max to 10000 againPilzAdam2013-11-17
|
* Revert patch 58f036ad1 that causes object duplication (which tried to fix ↵Perttu Ahola2013-11-17
| | | | objects getting hidden from client) and fix the original problem correctly. This fixes the second distinct object duplication bug.
* Fix Result of processed Request was written to invalid (non existent) ↵sapier2013-11-17
| | | | ResultQueue if requesting thread timed out before
* Add missing RequestQueue docsapier2013-11-17
|
* Fix multicaller support in RequestQueuesapier2013-11-17
|
* Do the same for LevelDB interfacekwolekr2013-11-17
|
* Handle blank blocks in databasekwolekr2013-11-17
| | | | Fix screwed-up indentation
* Revert "Don't use msvc libs for mingw build"kwolekr2013-11-17
| | | | This reverts commit 3985c01ad71159b888677d0fe2019d7a05debeed.
* Prevent shaders from being created when disabledkwolekr2013-11-17
|
* Don't use msvc libs for mingw buildsapier2013-11-17
|
* Decoration: Stop DecoSimple::resolveNodeNames from complaining about no node ↵kwolekr2013-11-17
| | | | | | | | name if decolist is used Fix warning message for spawnby nodes Prevent type-punning warning caused by casting enum to int
* Actually fix weatherkwolekr2013-11-17
| | | | The real problem was that MapBlocks were not activated before getting sent to the client
* Fix invalid listname and listsize not handled correctly in set_sizesapier2013-11-16
|
* fixed array limit check when reading Lua specialtiles tableMetaDucky2013-11-16
|
* Pass a errfunc to lua_pcall to get a tracebackShadowNinja2013-11-15
|
* Fix formspec background padding when clippedBlockMen2013-11-14
|
* Improved default settings for floatland perlin noise 1. Larger, more ↵proller2013-11-14
| | | | detailed floatlands.
* Fix compiling with 32bit MinGWSfan52013-11-12
|
* Fix invalid usage of temporary object in mainmenu json conversionsapier2013-11-11
|
* Disable localization workaround in serversapier2013-11-11
|
* Fix win32/msvc i18n (quite UGLY version, blame Microsoft)sapier2013-11-11
|
* Fix "TODO read modinfo" in modmanager to improve ui usabilitysapier2013-11-10
|
* Fix spaces float islands codeproller2013-11-10
|
* FIxed floating isle generation at chunk boundaries0gb.us2013-11-10
| | | | A mapgen fix authored by paramat, as mentioned here: https://github.com/minetest/minetest/issues/989
* Weather: Fix uninitialized weather_update_time (sorry proller)kwolekr2013-11-09
|
* Correct useragent in http queriesproller2013-11-06
| | | | Net struct init
* Accept hexadecimal and string values for seedskwolekr2013-11-04
|
* Fix invalid use of pointer to temporary object in json2lua conversionsapier2013-11-04
|
* Masterserver show privs and js autoloadproller2013-11-04
|
* Fix invalid usage of texture->getSize() where actually ↵sapier2013-11-03
| | | | texture->getOriginalSize() was meant
* Fix typoBlockMen2013-11-03
|
* Reworked formspecs and kahrl's hexcolor parserBlockMen2013-11-03
|
* Send a on_receive_fields event when formspec is closed, with fields.quit = ↵Novatux2013-11-03
| | | | "true"
* Portability fixes for OpenBSD (and possibly NetBSD and others).Aaron Suen2013-11-02
|
* Fix liquid_rangePilzAdam2013-11-02
| | | | | | * Prevent graphical glitches on old servers * Fix flowing of liquids with viscosity != 1 and range != 8 * Fix range = 0, no flowing nodes will appear
* Move the sapling growing and grass adding/removing ABMs to LuaNovatux2013-11-02
|