2.83.6
disable memmove in btDbvt forgot to reset clock
improve usability of ExampleBrowser store command-line arguments in bulletDemo.txt save/load of configuration, save demo name instead of index add setBackgroundColor as example (background_color_red) and mouse move/wheel speed config (mouse_wheel_multiplier and mouse_move_multiplier) (saved after changing the demo) default btIDebugDraw colors can be changed b3CommandLineArgs::GetCmdLineArgument returns bool, and b3CommandLineArgs::addArgs added fix copy/paste
btCompoundShape data members protected not private
_N -> n, _C -> c, _L ->l, some collision with a standard C++ header?
fix an issue in MPR collision detection (which is not used by default), only for testing in the VoronoiFracture demo
add btInMemorySerializer (experiments, allows for in-memory deep copy of worlds, bypassing the BulletFileLoader mechanism) add btCollisionWorldImporter that can load a .bullet file, or use the btInMemorySerializer for deep-copy
premake: use *.cpp insteadl of **.cpp