]> git.lizzy.rs Git - minetest.git/history - src/util/serialize.h
Add keybind to swap items between hands
[minetest.git] / src / util / serialize.h
2022-07-14 sfan5Move f1000 sanitizing to the places that still use...
2022-06-07 sfan5Sanitize player position and speed server-side (#12396)
2021-02-17 rubenwardyAdd nametag background setting and object property...
2020-10-01 SmallJoker(se)SerializeString: Include max length in the name
2020-10-01 SmallJokerClean up serialization
2020-04-27 sfan5Fix truncation warning for F1000_MIN, F1000_MAX
2019-02-03 Leonid BobrovDragonFly BSD is somewhat identical to FreeBSD (#8159)
2019-01-03 SmallJokerProselytize the network. Use IEEE F32 (#8030)
2018-12-13 SmallJokerNetwork: Send IEEE floats (#7768)
2017-11-08 VitaliyMove files to subdirectories (#6599)
2017-08-21 Loïc Blotserialize: use a temporary for SerializeException
2017-08-19 Loïc BlotCode modernization: subfolders (#6283)
2017-08-17 Loïc BlotC++ modernize: Pragma once (#6264)
2017-06-19 Vincent GlizeC++11 cleanup on constructors (#6000)
2017-02-04 rubenwardyAdd ItemStack key-value meta storage
2015-12-29 qiukerenAdd macos/freebsd missing endian.h include and add...
2015-10-15 kwolekrAdd BufReader and vector-based serialization methods
2015-08-01 kwolekrImprove accuracy and safety of float serialization
2015-08-01 kwolekrClean up util/serialization.{cpp,h} and add unit tests
2015-07-14 kwolekrIncrease limit of serialized long strings
2015-07-14 kwolekrAdd more robust error checking to deSerialize*String...
2014-11-21 Rafael Reilovaserialize.h: use machine native byte swapping if availa...
2014-04-12 BlockMenFix write and read S32 vectors
2014-03-15 ShadowNinjaMake serializeStructToString use an ostringstream
2014-02-16 kwolekrAdd minetest.set_noiseparam_defaults() Lua API
2013-08-14 KahrlOmnicleanup: header cleanup, add ModApiUtil shared...
2013-02-28 WeblateMerge remote branch 'origin/master'
2013-02-26 kwolekrFix most warnings, re-fix MSVC compile error
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-02 Perttu AholaConst-correct util/serialize.h
2012-12-01 PilzAdamMerge support for anaglyph stereo
2012-11-25 MirceaKitsuneFramework for the attachment system, new object propert...
2012-06-17 Perttu AholaOptimize headers
2012-06-16 Perttu AholaInitially split utility.h to multiple files in util/