summaryrefslogtreecommitdiffstats
path: root/core/object/script_language.cpp
Commit message (Expand)AuthorAgeFilesLines
...
* 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