aboutsummaryrefslogtreecommitdiff
path: root/po/uk (unfollow)
Commit message (Collapse)AuthorFilesLines
2018-05-24Schematic decorations: Fix placement bug when centred and rotated (#7365)Paramat1-5/+14
Previously, the centering caused by the 'place center x/z' flags did not take rotation into account. So schematics with unequal X and Z dimensions were incorrectly placed. The bug was hidden for schematics equal in X and Z dimensions.
2018-05-20Dungeons: Fix duplication of y limit parameters (#7359)Paramat4-11/+0
2018-05-20Fix missing ignore textures (#7326)you3-18/+9
2018-05-20Small usage changes for air and ignore items (#7305)Wuzzy2-7/+17
* Remove “you hacker you!” from node description * Prevent placement of ignore in builtin * Prevent giving of "unknown" explicitly
2018-05-20Add screenshots to online content browserrubenwardy4-4/+74
2018-05-18Player marker on both minimaps (#7350)nanoproject1-7/+9
2018-05-16Add updating to online content browserrubenwardy11-103/+192
2018-05-16Pointed_thing_to_face_pos: Avoid crash when player is inside a node (#7342)Paramat1-0/+6
Avoid crash in some situations when player is inside a node, causing 'above' to equal 'under'. In this situation return 'under' which is the node position very close to the face position that would normally be returned.
2018-05-16Say position of locale dir more clearly in docs (#7338)Wuzzy1-1/+1
2018-05-16Minimal: Fix HP change crash (#7344)SmallJoker1-0/+4
2018-05-15Use server's zoom fov for distant world loading.Lars Hofhansl2-17/+6
2018-05-15Contributing.md: Various additions and edits (#7309)Paramat1-23/+28
Add a new point to encourage discussion before coding. Move the 'ask before significant coding' suggestion into this. Edit and extend commit message guidelines. Refer to core dev commit messages as good examples. Remove 'short' and 'briefly' from the description guideline to try to improve description quality. Larger text for '### A pull-request is considered ..'. Add a second roadmap link to celeron55's blog roadmap which is the 1st part of the forum roadmap. Add full stops to lists. Consistent text size for '## Donations'.
2018-05-15Don't show Android edit dialog when tapping read-only field (#7337)Muhammad Rifqi Priyo Susanto1-9/+11
* Don't show Android edit dialog when tapping read-only field From Lua API, "If the name is empty the textarea is readonly."
2018-05-14Fix segfault in player migration and crash in log_deprecatedSmallJoker2-3/+9
Makes log_deprecated work when triggered from no function
2018-05-14Vertical biome blend: Tune PRNG seed for finer detail (#7329)Paramat1-2/+2
2018-05-14Make sure color returns to normal after a damage flash (#7332)lhofhansl2-3/+3
2018-05-13Update contentdb_url to content.minetest.netrubenwardy1-1/+1
2018-05-12Camera: Improve subpixel movement (#7319)SmallJoker1-10/+13
2018-05-12Run detach callbacks on player leaveSmallJoker2-2/+5
Correct docs regarding non-nil detaching children
2018-05-10Fix crash guiConfirmRegistration quit menu (#7313)Vincent Glize1-1/+1
2018-05-08Fix luajit include not being foundrubenwardy1-1/+1
2018-05-07Mgv7: Code cleanup (#7299)Paramat2-100/+121
2018-05-05Fix builtin inventory list crash when size = 0 (#7297)SmallJoker3-7/+11
2018-05-04Cavegen: Allow small RandomWalk caves to generate beyond mapchunk borderParamat1-4/+1
2018-05-01Fix invisible chat error messages (#7289)Vincent Glize1-2/+2
2018-04-30nodedef: Delete two unused method definitions (#7288)Kuma_jjw1-2/+0
2018-04-30Global new() or grab() to be managed in constuctor only (#7235 partial) (#7236)JDCodeIt1-6/+2
* g_extrusion_mesh_cache new() and grab() to be managed in constuctor only (#7235 partial) This global was getting grab()-ed by each call to getItemMesh, incrementing its reference count. What was to be the final drop() in the destructor ended up with > 0 reference count, so memory not freed by Irrlicht.
2018-04-30Allow damage for attached objects, add attach/detach callbacks (#6786)SmallJoker9-75/+133
* Allow right-clicking on attached LuaEntities
2018-04-30MetaDataRef: Add contains() and get() (#7214)rubenwardy8-6/+72
2018-04-29Mapgen caves: Re-order generation to fix cavern bugParamat8-39/+73
Previously, caverns confused tunnel generation causing biome top and filler nodes to appear in caverns. Split 'generateCaves()' into 2 functions to separate tunnel and large randomwalk cave generation. In each mapgen re-order cave generation to generate tunnels before caverns.
2018-04-26Biome-defined cave liquids: Use faster biome calculationparamat1-1/+1
2018-04-26Biome-defined dungeon nodes: Use faster biome calculationparamat1-1/+1
2018-04-26Fix description wrapping in browse online contentrubenwardy1-8/+4
2018-04-25Dungeons: Mostly fix missing stair nodesParamat1-12/+19
2018-04-24Mgvalleys: Update settingtypes.txtParamat1-23/+24
2018-04-24Mgvalleys: Code cleanupParamat2-161/+123
Split some long lines. Edit comments. Remove unnecessary comments and unnecessary commented-out code. Use std::fmax/fmin instead of MYMAX/MYMIN. Remove scope-limiting braces. Consistently define literals as floats, except in noise parameters. Cleanup literals in noise parameters. Remove unnecessary 'near_cavern' line. Reduce max spawn y to be consistent with other mapgens.
2018-04-23Move ASCII art to std::cerr, to remove it from logsrubenwardy1-1/+1
2018-04-23Formspecs: Allow setting alpha value for the box[] elementThomas--S5-12/+15
2018-04-21Mgvalleys: Use shared tunnel / cavern code instead of internalParamat2-222/+57
Caverns first appeared in mgvalleys and were later added to other mapgens as shared code. Now this shared code can replace mgvalley's internal cavern code. Also use shared tunnel code instead of internal code. Changes to mapgen that will affect existing worlds (mgvalleys is not stable): Single lava and water sources not added in tunnels. Previous caverns are unchanged but an equal number of new ones are added at a distance from the previous. From y = -256 to 192 nodes below, where the caverns taper at their upper limit, they will have a slightly different shape as the taper is now linear.
2018-04-21Cave liquids: Use a more precise point for calculating biomeParamat1-8/+9
Use the centre point of the route being carved for a more precise match between cave liquids and biome.
2018-04-21Fix i386 bit build at OpenBSD (#7259)mazocomp1-5/+5
2018-04-21Fix Android build, broken since 87ad4d8SmallJoker1-1/+2
2018-04-20Node resolver: Make error on fallback optional, disable for mapgen aliasesParamat3-17/+19
2018-04-19Add online content repositoryrubenwardy46-849/+1685
Replaces mods and texture pack tabs with a single content tab
2018-04-19Builtin auth handler: Speed up file writing (#7252)SmallJoker1-3/+3
2018-04-18Fix wrong channel number representation in logs (#7205)SmallJoker1-4/+4
2018-04-18PlayerSettings struct for player movement code (#7243)Ben Deutsch3-15/+63
Instead of calling g_settings->getBool("flag") multiple times during each movement step, the current settings are cached in a new player object member. Updated via registered callbacks.
2018-04-18Android: Modify touch screen GUI's buttons (#7240)Muhammad Rifqi Priyo Susanto8-62/+127
* Android: Add zoom, minimap, and toggle chat button Zoom button is put above jump button. Minimap and toggle chat button are put in settings bar. * Jump button is rotated down button * Move three buttons on the right screen higher
2018-04-17Cavegen: Fix variable typo that broke mgvalleys large cave distribution (#7249)Paramat2-2/+1
Fix elusive 5 year old bug that caused mgvalleys large caves to be flat and limited to mapchunk borders. Error was fixed 2 years ago in 'CavesV6' but not in 'CavesRandomWalk'.
2018-04-17Add CMakeDoxy* to .gitignorerubenwardy1-0/+1