open_toontown_panda3d/dtool
rdb 9d8c523dfa putil: Assorted improvements to BitArray, SparseArray, *BitMask*:
* Support converting BitMask types to int
* BitArray constructor accepts a Python long of arbitrary size
* DoubleBitMask (and QuadBitMask, by extension) supports Python long in constructor
* Support for pickling (except DoubleBitMask)
* All of them now properly define __bool__()
* More unit tests

Fixes #886
2020-04-01 20:31:16 +02:00
..
metalibs CMake: Copy thirdparty/**/*.dll to bin/ directory 2019-11-13 15:30:23 -07:00
src putil: Assorted improvements to BitArray, SparseArray, *BitMask*: 2020-04-01 20:31:16 +02:00
CMakeLists.txt CMake: Remove p3dtoolconfig from build 2019-11-04 14:02:06 -07:00
CompilerFlags.cmake CMake: Use `CMAKE_FIND_PACKAGE_PREFER_CONFIG` to control `find_package` override 2019-12-31 06:48:06 -07:00
Config.cmake CMake: Remove IS(_NOT)_MINSIZE_BUILD 2020-01-21 18:15:28 -07:00
LocalSetup.cmake CMake: Use -fno-rtti on most build configurations 2019-09-19 04:44:46 -06:00
Package.cmake CMake: Remove IS(_NOT)_DEBUG_BUILD 2020-01-21 17:42:17 -07:00
PandaVersion.cmake CMake: Neatly format everything for readability and consistency 2019-04-14 22:37:18 -06:00
dtool_config.h.in CMake: Use -fno-rtti on most build configurations 2019-09-19 04:44:46 -06:00