summaryrefslogtreecommitdiffstats
path: root/core/object/script_language.cpp
Commit message (Expand)AuthorAgeFilesLines
* Fix race in ScriptServer.Ryan Roden-Corrent2023-06-211-2/+8
* sort code completions with rulesajreckof2023-05-231-1/+46
* Add Engine::unregister_script_language and make Engine::register_script_langu...Emmanuel Leblond2023-02-101-5/+13
* Remove unused has_global_classes()kobewi2023-02-031-4/+0
* Restore script class cache if removedJuan Linietsky2023-01-311-0/+8
* Implement a quick script inheritance checkJuan Linietsky2023-01-191-0/+31
* Clean up EditorFileSystem script parsingJuan Linietsky2023-01-181-0/+9
* Move global script class cache to separate filekobewi2023-01-161-17/+25
* One Copyright Update to rule them allRémi Verschelde2023-01-051-29/+29
* Fixes inability to assign script after clearingocean (they/them)2022-11-211-2/+4
* Unify usage of GLOBAL/EDITOR_GETkobewi2022-10-181-3/+3
* Validate input in `ScriptServer::register_language`Haoyu Qiu2022-10-081-0/+1
* Fix MSVC warnings, rename shadowed variables, fix uninitialized values, chang...bruvzg2022-10-071-6/+6
* Replace Array return types with TypedArray 2kobewi2022-08-231-6/+7
* Removed faulty function update after get_property_list.Hristo Stamenov2022-08-031-0/+25
* Implement Vector4, Vector4i, Projectionreduz2022-07-231-0/+3
* Add a const call mode to Object, Variant and Script.K. S. Ernest (iFire) Lee2022-06-271-0/+5
* Add a new HashSet templatereduz2022-05-201-1/+1
* Replace most uses of Map by HashMapreduz2022-05-161-14/+14
* Add a new HashMap implementationreduz2022-05-121-3/+2
* Fix some issues found by cppcheck.bruvzg2022-04-061-1/+1
* Remove VARIANT_ARG* macrosreduz2022-03-091-14/+0
* Port existing _notification code to use switch statements (part 1/3)jmb4622022-02-161-4/+6
* Update copyright statements to 2022Rémi Verschelde2022-01-031-2/+2
* Fix wrong comparison with default valuesRicardo Subtil2021-11-261-1/+1
* Rename `PROPERTY_USAGE_NOEDITOR` to `PROPERTY_USAGE_NO_EDITOR`Hugo Locurcio2021-11-031-1/+1
* Use range iterators for `Map`Lightning_A2021-09-301-2/+2
* Use const references where possible for List range iteratorsRémi Verschelde2021-07-251-6/+6
* Use C++ iterators for Lists in many situationsAaron Franke2021-07-231-27/+27
* Rename `instance()`->`instantiate()` when it's a verbLightning_A2021-06-191-1/+1
* Add PROPERTY_USAGE_NONE and use itAaron Franke2021-06-171-1/+1
* Adding some more missing renames for Transform3D and QuaternionBastiaan Olij2021-06-151-2/+2
* [Net] Refactor RPCs, remove RSETsFabio Alessandrelli2021-06-011-8/+0
* Don't save project settings when not necessarykobewi2021-02-131-0/+8
* Removed _change_notifyreduz2021-02-101-1/+1
* Update copyright statements to 2021Rémi Verschelde2021-01-011-2/+2
* Rename empty() to is_empty()Marcel Admiraal2020-12-281-1/+1
* Reorganized core/ directory, it was too fatty alreadyreduz2020-11-071-0/+598