summaryrefslogtreecommitdiff
path: root/core/object/script_language.cpp
AgeCommit message (Expand)Author
2023-02-10Add Engine::unregister_script_language and make Engine::register_script_langu...Emmanuel Leblond
2023-02-03Remove unused has_global_classes()kobewi
2023-01-31Restore script class cache if removedJuan Linietsky
2023-01-19Implement a quick script inheritance checkJuan Linietsky
2023-01-18Clean up EditorFileSystem script parsingJuan Linietsky
2023-01-16Move global script class cache to separate filekobewi
2023-01-05One Copyright Update to rule them allRémi Verschelde
2022-11-21Fixes inability to assign script after clearingocean (they/them)
2022-10-18Unify usage of GLOBAL/EDITOR_GETkobewi
2022-10-08Validate input in `ScriptServer::register_language`Haoyu Qiu
2022-10-07Fix MSVC warnings, rename shadowed variables, fix uninitialized values, chang...bruvzg
2022-08-23Replace Array return types with TypedArray 2kobewi
2022-08-03Removed faulty function update after get_property_list.Hristo Stamenov
2022-07-23Implement Vector4, Vector4i, Projectionreduz
2022-06-27Add a const call mode to Object, Variant and Script.K. S. Ernest (iFire) Lee
2022-05-20Add a new HashSet templatereduz
2022-05-16Replace most uses of Map by HashMapreduz
2022-05-12Add a new HashMap implementationreduz
2022-04-06Fix some issues found by cppcheck.bruvzg
2022-03-09Remove VARIANT_ARG* macrosreduz
2022-02-16Port existing _notification code to use switch statements (part 1/3)jmb462
2022-01-03Update copyright statements to 2022Rémi Verschelde
2021-11-26Fix wrong comparison with default valuesRicardo Subtil
2021-11-03Rename `PROPERTY_USAGE_NOEDITOR` to `PROPERTY_USAGE_NO_EDITOR`Hugo Locurcio
2021-09-30Use range iterators for `Map`Lightning_A
2021-07-25Use const references where possible for List range iteratorsRémi Verschelde
2021-07-23Use C++ iterators for Lists in many situationsAaron Franke
2021-06-19Rename `instance()`->`instantiate()` when it's a verbLightning_A
2021-06-17Add PROPERTY_USAGE_NONE and use itAaron Franke
2021-06-15Adding some more missing renames for Transform3D and QuaternionBastiaan Olij
2021-06-01[Net] Refactor RPCs, remove RSETsFabio Alessandrelli
2021-02-13Don't save project settings when not necessarykobewi
2021-02-10Removed _change_notifyreduz
2021-01-01Update copyright statements to 2021Rémi Verschelde
2020-12-28Rename empty() to is_empty()Marcel Admiraal
2020-11-07Reorganized core/ directory, it was too fatty alreadyreduz