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.h
Commit message (
Expand
)
Author
Age
Files
Lines
*
Reorganized core/ directory, it was too fatty already
reduz
2020-11-07
1
-460
/
+0
*
Shows ColorRect in Color constants autocompletion
Yuri Roubinsky
2020-10-23
1
-0
/
+1
*
Remove multilevel calls
George Marques
2020-07-24
1
-5
/
+0
*
Add warning checks in GDScript analyzer
George Marques
2020-07-20
1
-1
/
+2
*
Extract Syntax highlighting from TextEdit and add EditorSyntaxHighlighter
Paulb23
2020-07-11
1
-0
/
+1
*
Add core types to ScriptLanguage
Paulb23
2020-07-11
1
-0
/
+1
*
Add override keywords.
Marcel Admiraal
2020-07-10
1
-1
/
+1
*
Style: Enforce braces around if blocks and loops
Rémi Verschelde
2020-05-14
1
-1
/
+2
*
Style: clang-format: Disable KeepEmptyLinesAtTheStartOfBlocks
Rémi Verschelde
2020-05-14
1
-3
/
+0
*
Port member initialization from constructor to declaration (C++11)
Rémi Verschelde
2020-05-14
1
-4
/
+2
*
Add ability to bind typed arrays to script API
Juan Linietsky
2020-04-21
1
-0
/
+2
*
Replace NULL with nullptr
lupoDharkael
2020-04-02
1
-10
/
+10
*
Style: Harmonize header guards to style guide [Core]
Rémi Verschelde
2020-03-25
1
-1
/
+2
*
Style: Set clang-format Standard to Cpp11
Rémi Verschelde
2020-03-17
1
-2
/
+2
*
Refactor ScriptDebugger.
Fabio Alessandrelli
2020-03-08
1
-58
/
+5
*
Reworked signal connection system, added support for Callable and Signal obje...
Juan Linietsky
2020-02-20
1
-4
/
+4
*
PoolVector is gone, replaced by Vector
Juan Linietsky
2020-02-18
1
-1
/
+1
*
Optmized data sent during RPC and RSet calls.
Andrea Catania
2020-02-12
1
-0
/
+45
*
Update copyright statements to 2020
Rémi Verschelde
2020-01-01
1
-2
/
+2
*
Implement game camera override
Erik
2019-10-23
1
-27
/
+0
*
Merge pull request #31870 from JFonS/add_network_profiler
Fabio Alessandrelli
2019-09-05
1
-0
/
+1
|
\
|
*
Add network profiler
jfons
2019-09-05
1
-0
/
+1
*
|
Adds skip-breakpoints feature
iwek7
2019-09-03
1
-1
/
+1
*
|
Merge pull request #31021 from willnationsdev/script-reflection
Rémi Verschelde
2019-09-03
1
-0
/
+6
|
\
\
|
|
/
|
/
|
|
*
Expose Script reflection methods to scripting API.
willnationsdev
2019-08-01
1
-0
/
+6
*
|
Remove redundant author doc comments
IAmActuallyCthulhu
2019-08-12
1
-4
/
+0
|
/
*
Show icons for code completion options
Geequlim
2019-07-05
1
-0
/
+1
*
Parse more informations for code completion
Geequlim
2019-07-04
1
-1
/
+29
*
Merge pull request #28099 from lupoDharkael/fix-completion
Rémi Verschelde
2019-06-03
1
-2
/
+2
|
\
|
*
Don't allow class_name in built-in scripts
lupoDharkael
2019-04-17
1
-1
/
+1
|
*
Fix code completion not working with class_name
lupoDharkael
2019-04-16
1
-1
/
+1
*
|
Allow overriding how scripted objects are converted to strings
Leonard Meagher
2019-05-03
1
-0
/
+5
|
/
*
Fix -Wnon-virtual-dtor warnings.
marxin
2019-04-02
1
-0
/
+2
*
Revert accidental commits
Pedro J. Estébanez
2019-03-20
1
-3
/
+0
*
Create live view dock [wip]
Pedro J. Estébanez
2019-03-20
1
-0
/
+3
*
Allow class_name scripts to have nested inheritance
George Marques
2019-03-09
1
-0
/
+1
*
Fix enums coming from other classes without preload
Bojidar Marinov
2019-03-05
1
-0
/
+1
*
Use script instance binding for objects constructed from C#
Ignacio Etcheverry
2019-02-09
1
-0
/
+3
*
Merge pull request #24877 from neikeq/issue-24280
Rémi Verschelde
2019-01-10
1
-7
/
+4
|
\
|
*
Fix properties being lost when reloading placeholder GDScript instance
Ignacio Etcheverry
2019-01-10
1
-7
/
+4
*
|
Update copyright statements to 2019
Rémi Verschelde
2019-01-01
1
-2
/
+2
|
/
*
Allow signal connecting even if script is invalid (only when compiled with to...
Juan Linietsky
2018-11-27
1
-0
/
+1
*
Make core/ includes absolute, remove subfolders from include path
Rémi Verschelde
2018-09-12
1
-4
/
+5
*
Merge pull request #16927 from neikeq/rework-refcount-notify
Juan Linietsky
2018-08-25
1
-0
/
+2
|
\
|
*
Notify instance binding data api of refcount increment/decrement
Ignacio Etcheverry
2018-08-23
1
-0
/
+2
*
|
Add custom icons to script classes.
Will Nations
2018-08-14
1
-1
/
+1
*
|
Merge pull request #20583 from neikeq/issue-15371
Rémi Verschelde
2018-08-14
1
-0
/
+12
|
\
\
|
*
|
Fix case where exported properties value is lost
Ignacio Etcheverry
2018-07-29
1
-0
/
+12
*
|
|
Added system for GDScript warnings
George Marques
2018-08-10
1
-1
/
+8
|
/
/
*
|
Add editor highlight for type-safe lines
George Marques
2018-07-20
1
-1
/
+1
[next]