aboutsummaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
...
* Revert patch 58f036ad1 that causes object duplication (which tried to fix ↵Perttu Ahola2013-11-171-23/+60
| | | | 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-173-86/+92
| | | | ResultQueue if requesting thread timed out before
* Add missing RequestQueue docsapier2013-11-171-0/+7
|
* Fix multicaller support in RequestQueuesapier2013-11-174-43/+44
|
* Do the same for LevelDB interfacekwolekr2013-11-172-61/+74
|
* Handle blank blocks in databasekwolekr2013-11-171-85/+96
| | | | Fix screwed-up indentation
* Revert "Don't use msvc libs for mingw build"kwolekr2013-11-171-1/+1
| | | | This reverts commit 3985c01ad71159b888677d0fe2019d7a05debeed.
* Replace print()s with minetest.log() in builtinPilzAdam2013-11-173-6/+6
|
* Prevent shaders from being created when disabledkwolekr2013-11-171-11/+15
|
* Add CURL_DLL search to show up CURL_DLL in cmake gui and don't silently ↵sapier2013-11-171-0/+5
| | | | ignore missing CURL_DLL
* Don't use msvc libs for mingw buildsapier2013-11-171-1/+1
|
* Decoration: Stop DecoSimple::resolveNodeNames from complaining about no node ↵kwolekr2013-11-172-5/+5
| | | | | | | | 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-176-40/+44
| | | | 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-163-3/+21
|
* fixed array limit check when reading Lua specialtiles tableMetaDucky2013-11-161-1/+1
|
* Pass a errfunc to lua_pcall to get a tracebackShadowNinja2013-11-1519-323/+423
|
* Fix formspec background padding when clippedBlockMen2013-11-141-2/+2
|
* Improved default settings for floatland perlin noise 1. Larger, more ↵proller2013-11-141-1/+1
| | | | detailed floatlands.
* Fix compiling with 32bit MinGWSfan52013-11-121-1/+1
|
* Fix invalid usage of temporary object in mainmenu json conversionsapier2013-11-111-12/+16
|
* Disable localization workaround in serversapier2013-11-111-1/+9
|
* Fix win32/msvc i18n (quite UGLY version, blame Microsoft)sapier2013-11-1117-109/+313
|
* Fix "TODO read modinfo" in modmanager to improve ui usabilitysapier2013-11-104-16/+129
|
* Fix spaces float islands codeproller2013-11-101-46/+41
|
* FIxed floating isle generation at chunk boundaries0gb.us2013-11-101-44/+46
| | | | 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-091-0/+2
|
* Add BlockMen to core dev listPilzAdam2013-11-091-0/+1
|
* Fix game buttons not beeing 48x48sapier2013-11-091-7/+8
|
* Fix crash updating gametype without gamesapier2013-11-091-2/+3
|
* Fix typo in lua_api.txtPilzAdam2013-11-081-1/+1
|
* Add wrapper for minetest.rotate_and_place.4Evergreen42013-11-072-0/+19
|
* Don't assert scalars must be vectors.Cy2013-11-061-4/+4
|
* Fix orient_flags to be optional.Vanessa Ezekowitz2013-11-061-0/+1
|
* Add 6d facedir rotation prediction routineVanessa Ezekowitz2013-11-062-0/+95
|
* Correct useragent in http queriesproller2013-11-065-4/+13
| | | | Net struct init
* Masterserver uptime fixproller2013-11-052-2/+3
|
* Add seed entry to world creation dialogkwolekr2013-11-051-89/+87
|
* Accept hexadecimal and string values for seedskwolekr2013-11-046-2/+68
|
* Fix invalid use of pointer to temporary object in json2lua conversionsapier2013-11-041-27/+31
|
* Fix masterserver README.mdIlya Zhuravlev2013-11-041-6/+21
|
* Masterserver fixesproller2013-11-042-10/+19
|
* Masterserver show privs and js autoloadproller2013-11-047-19/+35
|
* Add a "More..." link when the serverlist is filteredShadowNinja2013-11-031-0/+3
|
* Only show servers with at least master.min_clients clientsShadowNinja2013-11-031-0/+1
|
* Use a doT.js template for the serverlistShadowNinja2013-11-035-153/+195
|
* Fix invalid usage of texture->getSize() where actually ↵sapier2013-11-032-6/+6
| | | | texture->getOriginalSize() was meant
* Fix typoBlockMen2013-11-031-1/+1
|
* Reworked formspecs and kahrl's hexcolor parserBlockMen2013-11-035-69/+259
|
* Send a on_receive_fields event when formspec is closed, with fields.quit = ↵Novatux2013-11-032-11/+21
| | | | "true"
* Add basic protection support to builtinShadowNinja2013-11-024-0/+53
|