Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | Sort AreaStore header | ShadowNinja | 2016-03-07 |
| | |||
* | Clean up VectorAreaStore | ShadowNinja | 2016-03-07 |
| | |||
* | Move AreaStore container selection logic into getOptimalImplementation | ShadowNinja | 2016-03-07 |
| | |||
* | Move AreaStore to util | ShadowNinja | 2016-03-07 |
| | |||
* | Make AreaStore cache setting private | ShadowNinja | 2016-03-07 |
| | |||
* | Simplify AreaStore ID management | ShadowNinja | 2016-03-07 |
| | |||
* | s_env.{cpp, h} cleanups | est31 | 2016-03-07 |
| | | | | | | * Replace string by-val passing with const reference * Fix code style * Remove redundant `int table` definition and indentation level | ||
* | Add minetest.register_lbm() to run code on block load only | est31 | 2016-03-07 |
| | |||
* | Use LuaErrors in security check macros | ShadowNinja | 2016-03-07 |
| | | | | | Throwing a LuaError calls destructors as it propagates up the stack, wheres lua_error just executes a longjmp. | ||
* | Settings Tab: Regroup dropdown datas in tables | Jean-Patrick Guerrero | 2016-03-06 |
| | |||
* | Faster insertion into table | Rui914 | 2016-03-06 |
| | |||
* | Add forgotten valleys mapgen in mapgen name | Muhammad Rifqi Priyo Susanto | 2016-03-05 |
| | | | | Missing `valleys` in `settingtypes.txt` and `minetest.conf.example`. | ||
* | Update settings tab + some misc. clean-up | Jean-Patrick Guerrero | 2016-03-05 |
| | |||
* | Update Android dependencies, -O3 optimization, remove old ARMv5 config | Maksim Gamarnik | 2016-03-05 |
| | | | | | | | * Update OpenSSL (thanks @sapier, i use his patch!), Curl and SQLite3. * Remove old arm config. Almost all phones that use ARMv5 have 1 core and 256-512 RAM, it's about 2-5 FPS. * Do -O3 optimization for libs and remove -fexpensive-optimizations for Minetest (-O3 includes this! Read gcc docs). * OpenSSL fix - thanks @sapier, again. | ||
* | Mgvalleys: Correct spawn problems | Duane Robertson | 2016-03-04 |
| | | | | Increase maximum spawn altitude to reduce spawn issues. | ||
* | Decoration API: Allow force_placement of simple decorations | paramat | 2016-03-04 |
| | |||
* | Require minetest.request_http_api to be called from the mod's main scope | Jeija | 2016-03-03 |
| | | | | Fixes #3764 | ||
* | Fix main menu being unable to set secure settings | ShadowNinja | 2016-03-03 |
| | |||
* | Remove debug.getupvalue from the Lua sandbox whitelist | ShadowNinja | 2016-03-03 |
| | | | | This function could be used to steal insecure environments from trusted mods. | ||
* | Add support for non-ASCII characters to chat console | ShadowNinja | 2016-03-02 |
| | | | | | This still only supports 256 characters, but that's because Irrlicht's clipboard handlers don't support wide characters. | ||
* | Add Android chat form | ShadowNinja | 2016-03-02 |
| | |||
* | Add text selection and copying to console | ShadowNinja | 2016-03-02 |
| | |||
* | Unlock cursor when opening console | ShadowNinja | 2016-03-02 |
| | |||
* | Use the console instead of a dedicated window when pressing keymap_chat/cmd | Esteban I. Ruiz Moreno | 2016-03-02 |
| | | | | keymap_console opens a full window for chat history browsing. | ||
* | Fix a mistake in the world format documentation | Aleksey Vorona | 2016-03-03 |
| | | | | | | Fixed a minor mistake that made it appear as if the inventory is serialized multiple times - once per each variable. In fact it is serialized once per each node. | ||
* | Revert "Fix jumping at node edge" | nerzhul | 2016-03-01 |
| | | | | | | This reverts commit 60dc01dc258db842e229351b871d0989e3e7d62c. This fixes issue #3773 | ||
* | Resize object_marker_red.png to 16x16 | ShadowNinja | 2016-02-28 |
| | | | | Having a non-power-of-two image broke the Android app. | ||
* | Nodedef: Restore smooth lighting to water | paramat | 2016-02-27 |
| | |||
* | Mgvalleys: Add Dry Riverbeds | Duane Robertson | 2016-02-27 |
| | | | | | | | | | | | | Lower water table where base humidity is low. Alter heat and humidity to compensate for river humidity and altitude chill. Correct misuse of surface_max_y in generateTerrain. Remove sand trails in the water at river mouths. Remove river water below water_level. Correct heat/humidity calculations where noises are less than zero. Correct heightmap errors as much as possible. Make humidity calculations more readable. | ||
* | Update po files, minetest.conf.example and settings_translation_file.cpp | est31 | 2016-02-27 |
| | |||
* | Don't generate trailing spaces in minetest.conf.example | est31 | 2016-02-27 |
| | | | | | If the default value of a setting was empty, it previously generated a trailing space. | ||
* | Translated using Weblate (Russian) | Dmitry Smirnov | 2016-02-27 |
| | | | | | | Currently translated at 61.3% (483 of 787 strings) (Merger of five commits) | ||
* | Translated using Weblate (Russian) | Vasily Pavlov | 2016-02-27 |
| | | | | | | Currently translated at 49.5% (390 of 787 strings) (Merger of three commits) | ||
* | Translated using Weblate (Spanish) | Miguel Isaac | 2016-02-27 |
| | | | | | | Currently translated at 47.0% (370 of 787 strings) (Merger of two commits from the same author) | ||
* | Translated using Weblate (Catalan) | Joan Ciprià Moreno | 2016-02-27 |
| | | | | Currently translated at 37.3% (294 of 787 strings) | ||
* | Translated using Weblate (Spanish) | Laura Arjona Reina | 2016-02-27 |
| | | | | Currently translated at 46.6% (367 of 787 strings) | ||
* | Translated using Weblate (Portuguese (Brazil)) | Bruno Borges | 2016-02-27 |
| | | | | Currently translated at 65.5% (516 of 787 strings) | ||
* | Translated using Weblate (Polish) | Amadeo | 2016-02-27 |
| | | | | Currently translated at 33.9% (267 of 787 strings) | ||
* | Translated using Weblate (Ukrainian) | Fixer | 2016-02-27 |
| | | | | Currently translated at 30.4% (240 of 787 strings) | ||
* | Translated using Weblate (Spanish) | Diego Martínez | 2016-02-27 |
| | | | | Currently translated at 45.9% (362 of 787 strings) | ||
* | Translated using Weblate (Italian) | Paolo DGZ | 2016-02-27 |
| | | | | Currently translated at 52.7% (415 of 787 strings) | ||
* | Translated using Weblate (Indonesian) | Muhammad Rifqi Priyo Susanto | 2016-02-27 |
| | | | | Currently translated at 42.4% (334 of 787 strings) | ||
* | Translated using Weblate (Hungarian) | Kisbenedek Márton | 2016-02-27 |
| | | | | | | Currently translated at 69.1% (544 of 787 strings) (Merger of three commits) | ||
* | Fix minetest.request_insecure_environment() always returning nil | Jeija | 2016-02-26 |
| | | | | Fixes #3765 | ||
* | Mapblock mesh: Allow to use VBO | RealBadAngel | 2016-02-26 |
| | |||
* | Remove new_style_water | RealBadAngel | 2016-02-26 |
| | |||
* | Cache some settings | rubenwardy | 2016-02-26 |
| | |||
* | Add dependencies for Fedora systems | Nathaniel Olsen | 2016-02-25 |
| | |||
* | Shaders: fix fog not affecting opaque liquids | RealBadAngel | 2016-02-23 |
| | |||
* | Sheet Ore: Eliminate crash caused by PcgRandom range max < min | paramat | 2016-02-23 |
| | | | | | | | | | | | | In the calculation of y_start, when 'column height max' was large it caused nmin.Y + max_height > nmax.Y - max_height Now, in this situation y_start is set to the midpoint between nmin.Y and nmax.Y Limit y0 and y1 to between nmin.Y and nmax.Y, otherwise index calculation, which has no checks for limits, places them at unwanted locations in the voxelmanip |