Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | Handle blank blocks in database | kwolekr | 2013-11-17 | 1 | -85/+96 | |
| | | | | Fix screwed-up indentation | |||||
* | Revert "Don't use msvc libs for mingw build" | kwolekr | 2013-11-17 | 1 | -1/+1 | |
| | | | | This reverts commit 3985c01ad71159b888677d0fe2019d7a05debeed. | |||||
* | Replace print()s with minetest.log() in builtin | PilzAdam | 2013-11-17 | 3 | -6/+6 | |
| | ||||||
* | Prevent shaders from being created when disabled | kwolekr | 2013-11-17 | 1 | -11/+15 | |
| | ||||||
* | Add CURL_DLL search to show up CURL_DLL in cmake gui and don't silently ↵ | sapier | 2013-11-17 | 1 | -0/+5 | |
| | | | | ignore missing CURL_DLL | |||||
* | Don't use msvc libs for mingw build | sapier | 2013-11-17 | 1 | -1/+1 | |
| | ||||||
* | Decoration: Stop DecoSimple::resolveNodeNames from complaining about no node ↵ | kwolekr | 2013-11-17 | 2 | -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 weather | kwolekr | 2013-11-17 | 6 | -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_size | sapier | 2013-11-16 | 3 | -3/+21 | |
| | ||||||
* | fixed array limit check when reading Lua specialtiles table | MetaDucky | 2013-11-16 | 1 | -1/+1 | |
| | ||||||
* | Pass a errfunc to lua_pcall to get a traceback | ShadowNinja | 2013-11-15 | 19 | -323/+423 | |
| | ||||||
* | Fix formspec background padding when clipped | BlockMen | 2013-11-14 | 1 | -2/+2 | |
| | ||||||
* | Improved default settings for floatland perlin noise 1. Larger, more ↵ | proller | 2013-11-14 | 1 | -1/+1 | |
| | | | | detailed floatlands. | |||||
* | Fix compiling with 32bit MinGW | Sfan5 | 2013-11-12 | 1 | -1/+1 | |
| | ||||||
* | Fix invalid usage of temporary object in mainmenu json conversion | sapier | 2013-11-11 | 1 | -12/+16 | |
| | ||||||
* | Disable localization workaround in server | sapier | 2013-11-11 | 1 | -1/+9 | |
| | ||||||
* | Fix win32/msvc i18n (quite UGLY version, blame Microsoft) | sapier | 2013-11-11 | 17 | -109/+313 | |
| | ||||||
* | Fix "TODO read modinfo" in modmanager to improve ui usability | sapier | 2013-11-10 | 4 | -16/+129 | |
| | ||||||
* | Fix spaces float islands code | proller | 2013-11-10 | 1 | -46/+41 | |
| | ||||||
* | FIxed floating isle generation at chunk boundaries | 0gb.us | 2013-11-10 | 1 | -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) | kwolekr | 2013-11-09 | 1 | -0/+2 | |
| | ||||||
* | Add BlockMen to core dev list | PilzAdam | 2013-11-09 | 1 | -0/+1 | |
| | ||||||
* | Fix game buttons not beeing 48x48 | sapier | 2013-11-09 | 1 | -7/+8 | |
| | ||||||
* | Fix crash updating gametype without game | sapier | 2013-11-09 | 1 | -2/+3 | |
| | ||||||
* | Fix typo in lua_api.txt | PilzAdam | 2013-11-08 | 1 | -1/+1 | |
| | ||||||
* | Add wrapper for minetest.rotate_and_place. | 4Evergreen4 | 2013-11-07 | 2 | -0/+19 | |
| | ||||||
* | Don't assert scalars must be vectors. | Cy | 2013-11-06 | 1 | -4/+4 | |
| | ||||||
* | Fix orient_flags to be optional. | Vanessa Ezekowitz | 2013-11-06 | 1 | -0/+1 | |
| | ||||||
* | Add 6d facedir rotation prediction routine | Vanessa Ezekowitz | 2013-11-06 | 2 | -0/+95 | |
| | ||||||
* | Correct useragent in http queries | proller | 2013-11-06 | 5 | -4/+13 | |
| | | | | Net struct init | |||||
* | Masterserver uptime fix | proller | 2013-11-05 | 2 | -2/+3 | |
| | ||||||
* | Add seed entry to world creation dialog | kwolekr | 2013-11-05 | 1 | -89/+87 | |
| | ||||||
* | Accept hexadecimal and string values for seeds | kwolekr | 2013-11-04 | 6 | -2/+68 | |
| | ||||||
* | Fix invalid use of pointer to temporary object in json2lua conversion | sapier | 2013-11-04 | 1 | -27/+31 | |
| | ||||||
* | Fix masterserver README.md | Ilya Zhuravlev | 2013-11-04 | 1 | -6/+21 | |
| | ||||||
* | Masterserver fixes | proller | 2013-11-04 | 2 | -10/+19 | |
| | ||||||
* | Masterserver show privs and js autoload | proller | 2013-11-04 | 7 | -19/+35 | |
| | ||||||
* | Add a "More..." link when the serverlist is filtered | ShadowNinja | 2013-11-03 | 1 | -0/+3 | |
| | ||||||
* | Only show servers with at least master.min_clients clients | ShadowNinja | 2013-11-03 | 1 | -0/+1 | |
| | ||||||
* | Use a doT.js template for the serverlist | ShadowNinja | 2013-11-03 | 5 | -153/+195 | |
| | ||||||
* | Fix invalid usage of texture->getSize() where actually ↵ | sapier | 2013-11-03 | 2 | -6/+6 | |
| | | | | texture->getOriginalSize() was meant | |||||
* | Fix typo | BlockMen | 2013-11-03 | 1 | -1/+1 | |
| | ||||||
* | Reworked formspecs and kahrl's hexcolor parser | BlockMen | 2013-11-03 | 5 | -69/+259 | |
| | ||||||
* | Send a on_receive_fields event when formspec is closed, with fields.quit = ↵ | Novatux | 2013-11-03 | 2 | -11/+21 | |
| | | | | "true" | |||||
* | Add basic protection support to builtin | ShadowNinja | 2013-11-02 | 4 | -0/+53 | |
| | ||||||
* | Portability fixes for OpenBSD (and possibly NetBSD and others). | Aaron Suen | 2013-11-02 | 1 | -3/+8 | |
| | ||||||
* | Fix possible crash with grass ABM. | Novatux | 2013-11-02 | 1 | -2/+6 | |
| | ||||||
* | Fix liquid_range | PilzAdam | 2013-11-02 | 2 | -4/+10 | |
| | | | | | | * Prevent graphical glitches on old servers * Fix flowing of liquids with viscosity != 1 and range != 8 * Fix range = 0, no flowing nodes will appear | |||||
* | Fix grass adding/removing ABM. | Novatux | 2013-11-02 | 1 | -2/+2 | |
| | ||||||
* | Move the sapling growing and grass adding/removing ABMs to Lua | Novatux | 2013-11-02 | 4 | -139/+134 | |
| |