Home
last modified time | relevance | path

Searched refs:m_nearest_unsent_d (Results 1 – 5 of 5) sorted by relevance

/dports/games/minetest/minetest-5.4.1/src/
H A Dclientiface.cpp176 m_nearest_unsent_d = 0; in GetNextBlocks()
182 m_nearest_unsent_d = 0; in GetNextBlocks()
185 if (m_nearest_unsent_d > 0) { in GetNextBlocks()
188 m_nearest_unsent_d = std::min(m_nearest_unsent_d, center.getDistanceFrom(p)); in GetNextBlocks()
193 s16 d_start = m_nearest_unsent_d; in GetNextBlocks()
395 m_nearest_unsent_d = new_nearest_unsent_d; in GetNextBlocks()
H A Dclientiface.h292 <<", m_nearest_unsent_d="<<m_nearest_unsent_d in PrintInfo()
372 s16 m_nearest_unsent_d = 0; variable
/dports/games/freeminer/freeminer-0.4.10.4/src/
H A Dclientiface.h223 m_nearest_unsent_d(0), in RemoteClient()
274 <<", m_nearest_unsent_d="<<m_nearest_unsent_d in PrintInfo()
343 s16 m_nearest_unsent_d;
H A Dclientiface.cpp165 m_nearest_unsent_d = 0; in GetNextBlocks()
176 m_nearest_unsent_d = 0; in GetNextBlocks()
182 s16 d_start = m_nearest_unsent_d; in GetNextBlocks()
567 m_nearest_unsent_d = new_nearest_unsent_d; in GetNextBlocks()
H A Dserver.cpp1454 client->m_nearest_unsent_d = 0; in AsyncRunMapStep()