summaryrefslogtreecommitdiffstats
path: root/core/object_id.h
Commit message (Collapse)AuthorAgeFilesLines
* Reorganized core/ directory, it was too fatty alreadyreduz2020-11-071-63/+0
| | | | | | -Removed FuncRef, since Callable makes it obsolete -Removed int_types.h as its obsolete in c++11+ -Changed color names code
* Reworked signal connection system, added support for Callable and Signal ↵Juan Linietsky2020-02-201-0/+30
| | | | objects and made them default.
* Changed logic and optimized ObjectID in ObjectDB and Variant, removed RefPtr.Juan Linietsky2020-02-151-0/+1
|
* ObjectID converted to a structure, fixes many bugs where used incorrectly as ↵Juan Linietsky2020-02-121-0/+32
32 bits.