aboutsummaryrefslogtreecommitdiff
path: root/src/util/pointer.h
AgeCommit message (Expand)Author
2022-09-11Fix potential use-after-free with item metadata (#12729)Jude Melton-Houghton
2022-07-13Animated particlespawners and more (#11545)Lexi Hale
2021-12-01Network: Delete copy constructor and use std::move instead (#11642)SmallJoker
2021-09-17Shave off buffer copies in networking code (#11607)sfan5
2017-11-08Move files to subdirectories (#6599)Vitaliy
2017-09-05Use a Buffer instead of SharedBuffer in ConnectionCommandLoic Blot
2017-08-25Network cleanup (#6310)Loïc Blot
2017-08-17C++ modernize: Pragma once (#6264)Loïc Blot
2017-06-10Remove superfluous pointer null checksQrchackOfficial
2017-06-05Remove SharedPtr, it's not used and will be never used, we use C++11Loic Blot
2015-08-06Fix BufferedPacket race condition (fixes #2983)kwolekr
2014-04-19Bunch of small fixes (coding style, very unlikely errors, warning messages)sapier
2013-11-11Fix win32/msvc i18n (quite UGLY version, blame Microsoft)sapier
2013-02-24Update Copyright YearsSfan5
2013-02-24Change Minetest-c55 to MinetestPilzAdam
2012-11-26Const-correct SharedBuffer::SharedBuffer(const T *t, unsigned int size)Perttu Ahola
2012-06-17Optimize headersPerttu Ahola
2012-06-17Initially split utility.h to multiple files in util/Perttu Ahola