index
:
redot-engine.git
4.3
master
Redot Engine – Multi-platform 2D and 3D game engine
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
core
/
object
/
script_language.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
Fix race in ScriptServer.
Ryan Roden-Corrent
2023-06-21
1
-2
/
+8
*
sort code completions with rules
ajreckof
2023-05-23
1
-1
/
+46
*
Add Engine::unregister_script_language and make Engine::register_script_langu...
Emmanuel Leblond
2023-02-10
1
-5
/
+13
*
Remove unused has_global_classes()
kobewi
2023-02-03
1
-4
/
+0
*
Restore script class cache if removed
Juan Linietsky
2023-01-31
1
-0
/
+8
*
Implement a quick script inheritance check
Juan Linietsky
2023-01-19
1
-0
/
+31
*
Clean up EditorFileSystem script parsing
Juan Linietsky
2023-01-18
1
-0
/
+9
*
Move global script class cache to separate file
kobewi
2023-01-16
1
-17
/
+25
*
One Copyright Update to rule them all
Rémi Verschelde
2023-01-05
1
-29
/
+29
*
Fixes inability to assign script after clearing
ocean (they/them)
2022-11-21
1
-2
/
+4
*
Unify usage of GLOBAL/EDITOR_GET
kobewi
2022-10-18
1
-3
/
+3
*
Validate input in `ScriptServer::register_language`
Haoyu Qiu
2022-10-08
1
-0
/
+1
*
Fix MSVC warnings, rename shadowed variables, fix uninitialized values, chang...
bruvzg
2022-10-07
1
-6
/
+6
*
Replace Array return types with TypedArray 2
kobewi
2022-08-23
1
-6
/
+7
*
Removed faulty function update after get_property_list.
Hristo Stamenov
2022-08-03
1
-0
/
+25
*
Implement Vector4, Vector4i, Projection
reduz
2022-07-23
1
-0
/
+3
*
Add a const call mode to Object, Variant and Script.
K. S. Ernest (iFire) Lee
2022-06-27
1
-0
/
+5
*
Add a new HashSet template
reduz
2022-05-20
1
-1
/
+1
*
Replace most uses of Map by HashMap
reduz
2022-05-16
1
-14
/
+14
*
Add a new HashMap implementation
reduz
2022-05-12
1
-3
/
+2
*
Fix some issues found by cppcheck.
bruvzg
2022-04-06
1
-1
/
+1
*
Remove VARIANT_ARG* macros
reduz
2022-03-09
1
-14
/
+0
*
Port existing _notification code to use switch statements (part 1/3)
jmb462
2022-02-16
1
-4
/
+6
*
Update copyright statements to 2022
Rémi Verschelde
2022-01-03
1
-2
/
+2
*
Fix wrong comparison with default values
Ricardo Subtil
2021-11-26
1
-1
/
+1
*
Rename `PROPERTY_USAGE_NOEDITOR` to `PROPERTY_USAGE_NO_EDITOR`
Hugo Locurcio
2021-11-03
1
-1
/
+1
*
Use range iterators for `Map`
Lightning_A
2021-09-30
1
-2
/
+2
*
Use const references where possible for List range iterators
Rémi Verschelde
2021-07-25
1
-6
/
+6
*
Use C++ iterators for Lists in many situations
Aaron Franke
2021-07-23
1
-27
/
+27
*
Rename `instance()`->`instantiate()` when it's a verb
Lightning_A
2021-06-19
1
-1
/
+1
*
Add PROPERTY_USAGE_NONE and use it
Aaron Franke
2021-06-17
1
-1
/
+1
*
Adding some more missing renames for Transform3D and Quaternion
Bastiaan Olij
2021-06-15
1
-2
/
+2
*
[Net] Refactor RPCs, remove RSETs
Fabio Alessandrelli
2021-06-01
1
-8
/
+0
*
Don't save project settings when not necessary
kobewi
2021-02-13
1
-0
/
+8
*
Removed _change_notify
reduz
2021-02-10
1
-1
/
+1
*
Update copyright statements to 2021
Rémi Verschelde
2021-01-01
1
-2
/
+2
*
Rename empty() to is_empty()
Marcel Admiraal
2020-12-28
1
-1
/
+1
*
Reorganized core/ directory, it was too fatty already
reduz
2020-11-07
1
-0
/
+598