summaryrefslogtreecommitdiff
path: root/src/LinearMath/btSerializer.h
Commit message (Expand)AuthorAgeFilesLines
* Merge pull request #4146 from petershh/patch-1erwincoumans2022-05-261-1/+1
|\
| * Add explicit int cast to avoid conversion warningPeter2022-01-251-1/+1
* | bump up PyBullet to version 3.25Erwin Coumans2022-05-201-1/+1
* | bump up pybullet to 3.24Erwin Coumans2022-04-251-1/+1
* | bump up pybullet version to 3.23Erwin Coumans2022-04-241-1/+1
* | bump up version to 3.22Erwin Coumans2022-03-251-1/+1
|/
* bump up PyBullet to version 3.21Erwin Coumans2021-12-011-1/+1
* Merge pull request #3981 from akien-mga/patch-2erwincoumans2021-10-251-3/+0
|\
| * btSerializer: Remove unused but set variableRĂ©mi Verschelde2021-09-291-3/+0
* | bump PyBullet version to 3.20Erwin Coumans2021-10-111-2/+2
|/
* pybullet bump up to 3.19Erwin Coumans2021-09-201-1/+1
* bump up pybullet/bullet version to 3.18Erwin Coumans2021-09-031-1/+1
* bump up pybullet version (and c++ version) to 3.17/3.1.7Erwin Coumans2021-05-071-2/+2
* bump up version to 3.08Erwin Coumans2020-12-221-1/+1
* bump up version to 3.07Erwin Coumans2020-11-261-1/+1
* bump up PyBullet and Bullet version to 3.05 (in sync for this release)Erwin Coumans2020-09-241-3/+3
* bump up Bullet to version 2.90Erwin Coumans2020-09-211-2/+2
* bump up to Bullet version 2.89 and update serialization structuresErwin Coumans2019-10-301-1/+1
* Code-style consistency improvement:erwincoumans2018-09-231-618/+577
* made some progress in saving and restoring the state during the simulation, w...Erwin Coumans2017-12-301-2/+3
* Bullet bump up to version 2.88erwincoumans2017-11-221-1/+2
* Split Bullet/src/LinearMath/btSerializer.cpp into btSerializer64.cpp to make ...Erwin Coumans2017-03-261-2/+2
* Prepare for Bullet 2.86 release, update version to 2.86 (release will be tagg...Erwin Coumans2017-01-201-1/+1
* make sure m_uniqueIdGenerator in btSerializer is initialized to zero, it can ...erwincoumans2016-11-051-1/+3
* network UDP: transmit structural DNA to deal with version/platform differences.erwincoumans2016-11-041-0/+20
* fix in structure alignment of btMultiBodyLinkDoubleData and btMultiBodyDouble...erwin coumans2016-08-261-1/+1
* fix shadowmap crash on some Intel GPUs, see https://github.com/bulletphysics/...erwincoumans2015-07-101-5/+37
* First draft of btMultiBody serialization, including optional names for base, ...erwincoumans2015-07-091-1/+3
* some work towards streaming Bullet data over shared memory for client/servererwincoumans2015-07-091-1/+1
* disable btInMemorySerializer by defaultErwin Coumans2014-09-161-1/+0
* fix btInMemorySerializerErwin Coumans2014-09-161-4/+6
* disable btInMemorySerializer by defaultErwin Coumans2014-09-161-0/+3
* add btInMemorySerializer (experiments, allows for in-memory deep copy of worl...Erwin Coumans2014-09-161-44/+219
* Update btSerializer.herwincoumans2014-09-161-1/+0
* Add serialization support for btGeneric6DofSpring2Constrainterwincoumans2014-09-161-0/+35
* update version to 2.83 for an intermediate release (2014 will be a transition...Bullet-2.83-alphaErwin Coumans2014-05-161-1/+1
* bump up VERSION to 2.82 in various places, there is still some more issue to ...erwin.coumans2013-09-121-1/+1
* Don't pass along unused btStackAlloc everywhere. The API change might user co...erwin.coumans@gmail.com2013-05-081-1/+0
* add missing Demos/BulletXmlImportDemoerwin.coumans2012-09-221-0/+1
* Prepare for 2.81 release, increase version numberserwin.coumans2012-09-111-1/+1
* replace MAKE_ID by BT_MAKE_ID to avoid conflic with Blender code base. Fixes ...erwin.coumans@gmail.com2012-09-081-14/+14
* use btAssert instead of asserterwin.coumans2012-09-021-3/+3
* unsigned char -> char for serialization data structures.erwin.coumans2012-03-051-2/+2
* Constraints can override their own number of solver iterations (either more o...erwin.coumans2012-03-031-2/+2
* fix a warning in btSerializer.h (unused variable nr)erwin.coumans2012-02-291-1/+1
* add btAlignPointer template and use it in serializer/allocatorerwin.coumans2012-02-251-18/+2
* removed a minor warningerwin.coumans2011-01-061-2/+2
* Make argument to btDefaultSerializer optional, and use zero by default. This ...erwin.coumans2010-12-041-19/+66
* add initial support for soft body / cloth serialization, and updated Serializ...erwin.coumans2010-12-011-2/+4
* update .bullet format to 2.77, embed DNA inside its own chunkerwin.coumans2010-08-241-4/+6