]> git.lizzy.rs Git - minetest.git/history - src/util/pointer.h
Simplify bit flip in sha1.cpp
[minetest.git] / src / util / pointer.h
2022-09-11 Jude Melton-HoughtonFix potential use-after-free with item metadata (#12729)
2022-07-13 Lexi HaleAnimated particlespawners and more (#11545)
2021-12-01 SmallJokerNetwork: Delete copy constructor and use std::move...
2021-09-17 sfan5Shave off buffer copies in networking code (#11607)
2017-11-08 VitaliyMove files to subdirectories (#6599)
2017-09-05 Loic BlotUse a Buffer instead of SharedBuffer in ConnectionCommand
2017-08-25 Loïc BlotNetwork cleanup (#6310)
2017-08-17 Loïc BlotC++ modernize: Pragma once (#6264)
2017-06-11 QrchackOfficialRemove superfluous pointer null checks
2017-06-05 Loic BlotRemove SharedPtr, it's not used and will be never used...
2015-08-06 kwolekrFix BufferedPacket race condition (fixes #2983)
2014-04-19 sapierBunch of small fixes (coding style, very unlikely error...
2013-11-11 sapierFix win32/msvc i18n (quite UGLY version, blame Microsoft)
2013-02-28 WeblateMerge remote branch 'origin/master'
2013-02-26 kwolekrMerge pull request #482 from proller/liquid
2013-02-24 Sfan5Update Copyright Years
2013-02-24 PilzAdamChange Minetest-c55 to Minetest
2012-12-01 PilzAdamMerge support for anaglyph stereo
2012-11-26 Perttu AholaConst-correct SharedBuffer::SharedBuffer(const T *t...
2012-06-17 Perttu AholaOptimize headers
2012-06-16 Perttu AholaInitially split utility.h to multiple files in util/