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
/
script_language.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
Reorganized core/ directory, it was too fatty already
reduz
2020-11-07
1
-598
/
+0
*
Check for global script class information before clearing it
Aaron Franke
2020-10-05
1
-1
/
+3
*
Don't write global script class information if there is none
Aaron Franke
2020-10-03
1
-1
/
+5
*
Revert "Check if global class file still exists before registering it"
Rémi Verschelde
2020-08-25
1
-3
/
+1
*
Remap script path when registering class.
Fabio Alessandrelli
2020-08-04
1
-1
/
+2
*
Check if global class file still exists before registering it
Wilson E. Alvarez
2020-07-28
1
-1
/
+2
*
Remove multilevel calls
George Marques
2020-07-24
1
-23
/
+0
*
Add core types to ScriptLanguage
Paulb23
2020-07-11
1
-0
/
+33
*
Style: Enforce braces around if blocks and loops
Rémi Verschelde
2020-05-14
1
-19
/
+38
*
Style: Enforce separation line between function definitions
Rémi Verschelde
2020-05-14
1
-0
/
+9
*
Style: clang-format: Disable KeepEmptyLinesAtTheStartOfBlocks
Rémi Verschelde
2020-05-14
1
-33
/
+0
*
Port member initialization from constructor to declaration (C++11)
Rémi Verschelde
2020-05-14
1
-0
/
+1
*
Replace NULL with nullptr
lupoDharkael
2020-04-02
1
-4
/
+4
*
Style: Set clang-format Standard to Cpp11
Rémi Verschelde
2020-03-17
1
-1
/
+1
*
Refactor ScriptDebugger.
Fabio Alessandrelli
2020-03-08
1
-85
/
+4
*
Reworked signal connection system, added support for Callable and Signal obje...
Juan Linietsky
2020-02-20
1
-3
/
+3
*
Optmized data sent during RPC and RSet calls.
Andrea Catania
2020-02-12
1
-0
/
+9
*
Update copyright statements to 2020
Rémi Verschelde
2020-01-01
1
-2
/
+2
*
check for cyclic inheritance when adding a global class
Patrick Wuttke
2019-10-08
1
-0
/
+1
*
doc: Sync classref with current source
Rémi Verschelde
2019-09-24
1
-1
/
+1
*
Expose Script reflection methods to scripting API.
willnationsdev
2019-08-01
1
-0
/
+52
*
Allow overriding how scripted objects are converted to strings
Leonard Meagher
2019-05-03
1
-0
/
+1
*
Allow class_name scripts to have nested inheritance
George Marques
2019-03-09
1
-0
/
+8
*
Fix enums coming from other classes without preload
Bojidar Marinov
2019-03-05
1
-0
/
+22
*
Add -Wshadow=local to warnings and fix reported issues.
marxin
2019-02-20
1
-2
/
+2
*
Use script instance binding for objects constructed from C#
Ignacio Etcheverry
2019-02-09
1
-0
/
+2
*
Merge pull request #24877 from neikeq/issue-24280
Rémi Verschelde
2019-01-10
1
-11
/
+8
|
\
|
*
Fix properties being lost when reloading placeholder GDScript instance
Ignacio Etcheverry
2019-01-10
1
-11
/
+8
*
|
Update copyright statements to 2019
Rémi Verschelde
2019-01-01
1
-2
/
+2
|
/
*
Fix GDScript placeholder fallback
Ignacio Etcheverry
2018-11-10
1
-1
/
+2
*
Make core/ includes absolute, remove subfolders from include path
Rémi Verschelde
2018-09-12
1
-1
/
+2
*
Fix case where exported properties value is lost
Ignacio Etcheverry
2018-07-29
1
-9
/
+85
*
Global class names (and GDScript support for it)
Juan Linietsky
2018-07-15
1
-0
/
+77
*
-Fixes to OBJ importer, option to disable optimization
Juan Linietsky
2018-06-30
1
-0
/
+14
*
Revert "Make the performance reporting update frequency customizable"
Juan Linietsky
2018-05-28
1
-2
/
+0
*
Make the performance reporting update frequency customizable
Hugo Locurcio
2018-05-18
1
-0
/
+2
*
Bind many more properties to scripts
Bojidar Marinov
2018-01-12
1
-0
/
+2
*
Add missing copyright headers and fix formatting
Rémi Verschelde
2018-01-05
1
-0
/
+1
*
Update copyright statements to 2018
Rémi Verschelde
2018-01-01
1
-2
/
+2
*
Add Script.get_base_script/instance_base_type API
Will Nations
2017-12-19
1
-0
/
+2
*
Style: Apply new clang-format 5.0 style to all files
Rémi Verschelde
2017-12-07
1
-4
/
+4
*
Removes Script::get_node_type()
Jerome67000
2017-10-25
1
-1
/
+0
*
Fix unused variable warnings
Hein-Pieter van Braam
2017-09-08
1
-1
/
+0
*
Has_method is already provided by Object
Hein-Pieter van Braam
2017-09-01
1
-1
/
+0
*
Made some methods to check method/signal availability in GDScript, closes #9800
Juan Linietsky
2017-08-29
1
-0
/
+6
*
Use HTTPS URL for Godot's website in the headers
Rémi Verschelde
2017-08-27
1
-1
/
+1
*
Moved member variables from constructor to initialization list
Wilson E. Alvarez
2017-08-08
1
-5
/
+4
*
keep default exported script values unless overriden, closes #8127
Juan Linietsky
2017-08-06
1
-0
/
+33
*
Script languges are uninitialized properly now.
Juan Linietsky
2017-07-22
1
-0
/
+7
*
Added a simpler/faster way to bind script languages instance wrappers to Godot
Juan Linietsky
2017-07-16
1
-5
/
+0
[next]