aboutsummaryrefslogtreecommitdiff
path: root/src/staticobject.cpp (follow)
Commit message (Expand)AuthorAgeFilesLines
* Move f1000 sanitizing to the places that still use this typesfan52022-07-141-2/+2
* Validate staticdata and object property length limits (#11511)sfan52021-08-191-0/+24
* (se)SerializeString: Include max length in the nameSmallJoker2020-10-011-2/+2
* Drop content_sao.{cpp,h}Loic Blot2020-04-111-1/+1
* Handle multiple deserialization of a block's entitiesRogier2019-08-121-0/+9
* ServerEnvironment & StaticObject cleanupsLoic Blot2018-03-091-1/+8
* Modernize source code: last part (#6285)Loïc Blot2017-08-201-9/+4
* Define and use limit constants for Irrlicht fixed-width typeskwolekr2015-10-041-1/+1
* Don't serialize StaticObjectList with > 65535 objectsKahrl2015-09-291-1/+13
* Use std::vector instead of std::list in StaticObjectList and MutexedMap::getV...Loic Blot2015-03-041-5/+3
* serialize.h: use machine native byte swapping if available, fall-back to prev...Rafael Reilova2014-11-211-23/+9
* Migrate to STL containers/algorithms.Ilya Zhuravlev2013-03-111-6/+6
* Update Copyright YearsSfan52013-02-241-1/+1
* Change Minetest-c55 to MinetestPilzAdam2013-02-241-1/+1
* Move util/serialize.h out from staticobject.h for smaller header dependenciesPerttu Ahola2012-11-261-0/+92