summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAge
* Dungeongen: Fix rarely triggered segfaultparamat2015-12-01
| | | | | | | A segfault exposed a missing 'vm->m_area.contains()' check in makeCorridor that allowed the calculation of vm index for a node outside the vm area. The huge and invalid index number caused getContent to fail
* Remove unused OpenALSoundManager::m_can_vorbis and EXT_vorbis checkJay Arndt2015-12-01
|
* Lua_api.txt: Add documentation for biome definitionparamat2015-11-29
|
* Dungeongen: Also preserve river water nodesparamat2015-11-29
| | | | | | For future river mapgens Dungeons will not generate in river water, to avoid dungeons filling and blocking river channels
* Re-enable texture pre-filters on wielditems, fixing #3178.Aaron Suen2015-11-24
|
* Simplify regex used in check_modname_prefix and other improvements.Robert Zenz2015-11-24
| | | | | Simplified the regex used, added comments and changed the error message to contain the correct mod name.
* Mgfractal: Move julia set selection into formula parameterparamat2015-11-23
| | | | | | Improve default parameters Update and improve documentation Unhide mapgen, but is still unstable
* Update HUD flags on server like on clientest312015-11-22
| | | | | | | | | | | | | Fixes bug for which commit 6c37e89f08f962eaba788a31f5d3c798ceaa65e6 "Fix old client showing duplicated health bar on new server" by @sapier laid the groundwork, where the server has updated its copy of the hud flags without respecting the mask. Fixes #3395.
* Mapgen: Add global 'decorations' flagparamat2015-11-21
| | | | | | | | | | Flag is set by default in MapgenParams The global 'trees' flag remains but is now undocumented and unset by default in MapgenParams Add mgv6_spflag 'trees' set by default in defaultsettings.cpp to affect new worlds only This is automatically backwards compatible for existing worlds
* Log static_spawn error only onceRui2015-11-21
|
* Android: hardcode irrlicht revision, update other dependenciesest312015-11-16
| | | | | | | | Recent irrlicht revisions break the build, hardcode the revision to a working one until upstream publishes a working version. See issue #3366 for a discussion about this. Also update dependencies to current versions.
* Add a status text for autorunAmaz2015-11-15
|
* Allow craft replacements to use groupsTeTpaAka2015-11-15
|
* Translated using Weblate (Italian)LelixSuperHD2015-11-15
| | | | Currently translated at 42.0% (331 of 787 strings)
* Translated using Weblate (Spanish)Joan Ciprià Moreno2015-11-15
| | | | Currently translated at 45.8% (361 of 787 strings)
* Translated using Weblate (Catalan)Joan Ciprià Moreno2015-11-15
| | | | Currently translated at 32.4% (255 of 787 strings)
* Translated using Weblate (Spanish)ShadowNinja2015-11-15
| | | | Currently translated at 45.7% (360 of 787 strings)
* Translated using Weblate (Spanish)Joan Ciprià Moreno2015-11-15
| | | | Currently translated at 45.6% (359 of 787 strings)
* Translated using Weblate (German)Wuzzy2015-11-15
| | | | Currently translated at 100.0% (787 of 787 strings)
* Translated using Weblate (Catalan)Joan Ciprià Moreno2015-11-15
| | | | | | Currently translated at 26.3% (207 of 787 strings) -
* Translated using Weblate (Catalan)Joan Ciprià Moreno2015-11-15
| | | | Currently translated at 11.8% (93 of 787 strings)
* Translated using Weblate (Spanish)Joan Ciprià Moreno2015-11-15
| | | | Currently translated at 31.6% (249 of 787 strings)
* Translated using Weblate (Polish)Maciej Kasatkin2015-11-15
| | | | Currently translated at 31.6% (249 of 787 strings)
* Translated using Weblate (Japanese)nobb2015-11-15
| | | | Currently translated at 41.4% (326 of 787 strings)
* Translated using Weblate (German)Wuzzy2015-11-15
| | | | Currently translated at 100.0% (787 of 787 strings)
* Translated using Weblate (Catalan)Joan Ciprià Moreno2015-11-15
| | | | Currently translated at 9.2% (73 of 787 strings)
* Translated using Weblate (German)Wuzzy2015-11-15
| | | | Currently translated at 100.0% (787 of 787 strings)
* Translated using Weblate (Catalan)Joan Ciprià Moreno2015-11-15
| | | | | | Currently translated at 100% (0 of 0 strings) Created new translation.
* Translated using Weblate (Estonian)Kristjan Räts2015-11-15
| | | | Currently translated at 21.4% (169 of 787 strings)
* Translated using Weblate (Dutch)Rogier2015-11-15
| | | | Currently translated at 44.0% (347 of 787 strings)
* Translated using Weblate (Polish)Jarosław Maciejewski2015-11-15
| | | | Currently translated at 25.4% (200 of 787 strings)
* Translated using Weblate (Japanese)Rui2015-11-15
| | | | Currently translated at 40.2% (317 of 787 strings)
* Translated using Weblate (French)Jean-Patrick G2015-11-15
| | | | Currently translated at 100.0% (787 of 787 strings)
* Translated using Weblate (French)Jean-Patrick G2015-11-15
| | | | Currently translated at 96.8% (762 of 787 strings)
* Mgfractal: Revert unnecessary duplication of parametersparamat2015-11-15
|
* sound_openal.cpp: remove unused headerest312015-11-15
|
* Load sound from memoryest312015-11-14
| | | | | | | | | | | * Remove trailing lines from src/sound_openal.cpp * Don't do a horribly ugly copy of the file's path, allocating and deallocating a 10 kb buffer in the process. This copy was needed for backwards compatibility with libvorbis 1.3.1 and earlier, as the removed comment explains. However, even Ubuntu precise has 1.3.2 already. Dropping support and sparing the ugly copy can therefore be considered safe. * Actually load sounds from the memory, not caching them at the disk first, removing the old hack. This is the main motivation for the commit.
* Decoration API: Fix missing low density decorationsparamat2015-11-14
| | | | For a decoration count between 0 and 1 calculate a chance for 1
* Mgfractal: Create a choice of 4 mandelbrot formulasparamat2015-11-14
|
* Mgv6: Move global mapgen flag 'flat' into mgv6 spflagsparamat2015-11-13
| | | | | Add mgv6 spflag 'flat' Global flag is kept for backwards compatibility but is now undocumented
* Only allow players with shout to chatest312015-11-13
| | | | | | | | | | Fix regression of commit 5e507c9829942c434a6f1ae7a4f3a488c7e50bef "Add server side ncurses terminal" which allowed all players, even those without a shout priv, to chat. Fixes #3362.
* Fix scrollbarsBlockMen2015-11-12
|
* Add the player name to dropped itemsRobert Zenz2015-11-12
| | | | | The player name is now added in the field "dropped_by" on the created entity.
* Mapgen: Add flat mapgen in hidden formparamat2015-11-11
|
* Convert usages of PseudoRandom to PcgRandom for ore and deco placementkwolekr2015-11-09
| | | | In addition to being a better random, this fixes #3228
* Cavegen: Make mgfractal use mgv5 cavegenparamat2015-11-09
| | | | | Remove CaveFractal Add a lava depth constant to CaveV5 to make it universal
* Put ChatEvent handler into own functionest312015-11-09
| | | | Comply with line limit.
* Abort compile when attempting to build client with Irrlicht 1.8.2kwolekr2015-11-08
|
* Add errno to socket creation failed exceptionkwolekr2015-11-08
|
* Write new line character sequence at end of print()est312015-11-08
| | | | | | | | | | | Fix regression of commit 5e507c9829942c434a6f1ae7a4f3a488c7e50bef "Add server side ncurses terminal" where no line termination character was printed after a lua print outside of terminal mode. Fixes #3350.