aboutsummaryrefslogtreecommitdiff
path: root/src/script/lua_api/l_nodetimer.cpp
diff options
context:
space:
mode:
authorMichal Čihař <michal@cihar.com>2015-07-14 16:48:28 +0200
committerWeblate <noreply@weblate.org>2015-07-17 07:18:51 +0200
commitb4f166fb45c13a47c80db99d858c640e921b5675 (patch)
tree57c84a3e679e6ee69d55a0c67bd0b3cf6a7116d4 /src/script/lua_api/l_nodetimer.cpp
parent5c7b7caec9656ea3bd3239dae70af15453b2a09e (diff)
downloadminetest-b4f166fb45c13a47c80db99d858c640e921b5675.tar.gz
minetest-b4f166fb45c13a47c80db99d858c640e921b5675.tar.bz2
minetest-b4f166fb45c13a47c80db99d858c640e921b5675.zip
Translated using Weblate (Turkish)
Currently translated at 100.0% (269 of 269 strings)
Diffstat (limited to 'src/script/lua_api/l_nodetimer.cpp')
0 files changed, 0 insertions, 0 deletions
/minetest.git/commit/src/network/connection.cpp?h=gpcf&id=eabf04bd34b840ee3359609fc977cf4795b33a3a'>Network part requires SharedBuffers to be pass as valueLoic Blot2017-09-03 * Network cleanup (#6310)Loïc Blot2017-08-25 * Network cleanup (#6302)Loïc Blot2017-08-24 * Modernize source code: last part (#6285)Loïc Blot2017-08-20 * Code modernization: subfolders (#6283)Loïc Blot2017-08-19 * Cleanup various headers to reduce compilation times (#6255)Loïc Blot2017-08-16 * C++11 cleanup on constructors dir network (#6021)Vincent Glize2017-06-21 * Use C++11 mutexes only (remove compat code) (#5922)Loïc Blot2017-06-06 * Fix Travis/unittest broken since b662a45SmallJoker2017-04-29 * Fix various performance issues reported by cppcheck (#5628)Loïc Blot2017-04-21 * Use the outgoing split sequence number for every outgoing packet (#4864)Rogier-52016-12-29 * Sapier's fix for the RESEND RELIABLE problem (#4170)Robert Kiraly2016-06-03 * Tolerate packet reordering in the early init processest312016-05-22 * Always use errorstream for DEBUG_EXCEPTION_HANDLERShadowNinja2015-10-14 * Use warningstream for log messages with WARNINGShadowNinja2015-10-14 * Change i++ to ++iDavid Jones2015-08-25 * Clean up threadingShadowNinja2015-08-23 * Remove unused function from connection.{cpp,h}nerzhul2015-08-15 * connection: Make assertions non-fatal for received datakwolekr2015-08-05 * connection.cpp: remove unused constructorLoic Blot2015-07-14 * Move globals from main.cpp to more sane locationsCraig Robbins2015-04-01 * Connection::Receive(): receive Network Packet instead of SharedBuffer<u8>.Loic Blot2015-03-31 * RunCommandQueues: little optimizationLoic Blot2015-03-31 * Typo in getOutgoingSequenceNumber => successfull to successfulLoic Blot2015-03-31 * queued_commands must be a std::deque. RunCommandQueues needs to push packet o...Loic Blot2015-03-29 * Remove unused ConnectionCommand::sendToAll function. NetworkPacket::oldForgeP...Loic Blot2015-03-22 * Replace NetworkPacket pointers to referencesLoic Blot2015-03-13 * For usages of assert() that are meant to persist in Release builds (when NDEB...Craig Robbins2015-03-07 *