open_toontown_panda3d/dtool/src
rdb a0c2f2ff3b prc: Add pickle support to ConfigVariable
The current value is not pickled.  I might change my mind on this, but my thinking is that ConfigVariable doesn't really contain a value, it's just an accessor for a value from the config page, so the current state of the variables should be pickled with the config pages.
2021-12-19 14:36:17 +01:00
..
cppparser cppparser: Parse parenthesised noexcept() and explicit() 2021-03-02 13:31:00 +01:00
dconfig CMake: Rely on GNUInstallDirs to specify install paths 2019-08-31 00:48:42 -06:00
dtoolbase Add pickle support to a variety of classes 2021-12-12 18:35:44 +01:00
dtoolutil dtoolutil: Fix _WIN32 macros that should be _MSC_VER 2021-11-16 16:35:13 +01:00
interrogate interrogate: Add __reduce_ex__ to methods that shouldn't be renamed 2021-12-14 11:31:37 +01:00
interrogatedb interrogatedb: always define PyObject_CallNoArgs as inline 2021-12-06 22:23:44 +01:00
parser-inc general: Remove vestigial typedef.h file 2021-12-12 18:37:49 +01:00
prc prc: Add pickle support to ConfigVariable 2021-12-19 14:36:17 +01:00
prckeys general: Add workaround for Windows bug in various uses of isprint() 2020-08-21 14:51:42 +02:00
test_interrogate general: removed all WIN32, WIN32_VC and friends 2020-02-05 22:45:03 -07:00