Age | Commit message (Collapse) | Author | |
---|---|---|---|
2020-11-16 | Remove empty lines around braces with the formatting script | Aaron Franke | |
2020-11-10 | Create Variant built-in functions. | reduz | |
-Moved Expression to use this, removed its own. -Eventually GDScript/VisualScript/GDNative need to be moved to this. -Given the JSON functions were hacked-in, removed them and created a new JSONParser class -Made sure these functions appear properly in documentation, since they will be removed from GDScript | |||
2020-11-09 | Variant: Sync docs with new constructors, fixups after #43403 | RĂ©mi Verschelde | |
Change DocData comparators for MethodDoc and ArgumentDoc to get a better ordering of constructors. | |||
2020-11-07 | Reorganized core/ directory, it was too fatty already | reduz | |
-Removed FuncRef, since Callable makes it obsolete -Removed int_types.h as its obsolete in c++11+ -Changed color names code |