Translations:Movement/15/uk: Revision history

Diff selection: Mark the radio buttons of the revisions to compare and hit enter or the button at the bottom.
Legend: (cur) = difference with latest revision, (prev) = difference with preceding revision, m = minor edit.

27 August 2023

  • curprev 18:0618:06, 27 August 2023Jurai! talk contribs 713 bytes +713 Created page with "<code>src/game/gamecore.cpp</code> (перед обчисленням нового положення зі швидкості):<syntaxhighlight lang="c++"> if(length(m_Vel) > 6000) m_Vel = normalize(m_Vel) * 6000; </syntaxhighlight>Це вузьке місце в вертикальному русі. При горизонтальному русі "рампа"-значення помножується на горизонтальну швидкість. Це призвод..."