aboutsummaryrefslogtreecommitdiff
path: root/src/util/pointer.h (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Animated particlespawners and more (#11545)Lexi Hale2022-07-131-6/+7
| | | | | Co-authored-by: Lars Mueller <appgurulars@gmx.de> Co-authored-by: sfan5 <sfan5@live.de> Co-authored-by: Dmitry Kostenko <codeforsmile@gmail.com>
* Network: Delete copy constructor and use std::move instead (#11642)SmallJoker2021-12-011-26/+32
| | | This is a follow-up change which disables class copies where possible to avoid unnecessary memory movements.
* Shave off buffer copies in networking code (#11607)sfan52021-09-171-0/+34
|
* Move files to subdirectories (#6599)Vitaliy2017-11-081-2/+2
| | | | * Move files around
* Use a Buffer instead of SharedBuffer in ConnectionCommandLoic Blot2017-09-051-0/+12
| | | | This fixes #6373
* Network cleanup (#6310)Loïc Blot2017-08-251-22/+0
| | | | | | | | | | | | | | * Move Connection threads to dedicated files + various cleanups * ConnectionReceiveThread::processPacket now uses function pointer table to route MT packet types * Various code style fixes * Code style with clang-format * Various SharedBuffer copy removal * SharedBuffer cannot be copied anymore using Buffer * Fix many SharedBuffer copy (thanks to delete operator)
* C++ modernize: Pragma once (#6264)Loïc Blot2017-08-171-5/+1
| | | | * Migrate cpp headers to pragma once
* Remove superfluous pointer null checksQrchackOfficial2017-06-101-4/+2
|
* Remove SharedPtr, it's not used and will be never used, we use C++11Loic Blot2017-06-051-74/+0
|
* Fix BufferedPacket race condition (fixes #2983)kwolekr2015-08-061-0/+8
| | | | | This was caused by the use the non-threadsafe SharedBuffer in a threaded context.
* Bunch of small fixes (coding style, very unlikely errors, warning messages)sapier2014-04-191-1/+1
|
* Fix win32/msvc i18n (quite UGLY version, blame Microsoft)sapier2013-11-111-0/+1
|
* Update Copyright YearsSfan52013-02-241-1/+1
|
* Change Minetest-c55 to MinetestPilzAdam2013-02-241-1/+1
|
* Const-correct SharedBuffer::SharedBuffer(const T *t, unsigned int size)Perttu Ahola2012-11-261-1/+1
|
* Optimize headersPerttu Ahola2012-06-171-0/+1
|
* Initially split utility.h to multiple files in util/Perttu Ahola2012-06-171-0/+298