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
*
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
*
|
Global class names (and GDScript support for it)
Juan Linietsky
2018-07-15
1
-1
/
+22
*
|
-Fixes to OBJ importer, option to disable optimization
Juan Linietsky
2018-06-30
1
-2
/
+2
*
|
Refactor RPCMode enum and checks
Fabio Alessandrelli
2018-05-29
1
-12
/
+5
*
|
Revert "RPCMode refactor, more sync modes"
Max Hilbrunner
2018-05-29
1
-5
/
+12
*
|
Refactor RPCMode enum and checks
Fabio Alessandrelli
2018-05-26
1
-12
/
+5
*
|
Merge pull request #18545 from vnen/editor-autoload
Juan Linietsky
2018-05-14
1
-0
/
+2
|
\
\
|
*
|
Enable autoload in editor
George Marques
2018-05-01
1
-0
/
+2
*
|
|
Local debugger fixes and extensions
Blazej Floch
2018-05-07
1
-0
/
+1
|
/
/
*
|
Ctrl+Clicking a enum now scrolls down to it in the docs.
Felix Yang
2018-04-03
1
-1
/
+3
*
|
Mono: Avoid invalid class names.
Andreas Haas
2018-03-15
1
-0
/
+1
|
/
*
Fix typos in code and docs with codespell
Rémi Verschelde
2018-01-18
1
-1
/
+1
*
Mono: Implement stack info for errors and exceptions
Ignacio Etcheverry
2018-01-09
1
-1
/
+3
*
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
*
Abstract some method for script system
geequlim
2017-11-17
1
-1
/
+6
*
Removes Script::get_node_type()
Jerome67000
2017-10-25
1
-2
/
+0
*
Add ScriptLanguage::supports_builtin_mode and improve ScriptCreateDialog
Ignacio Etcheverry
2017-10-24
1
-0
/
+1
*
Renamed fixed_process to physics_process
AndreaCatania
2017-09-30
1
-1
/
+1
*
Fixes language overridden external editors
Ignacio Etcheverry
2017-09-03
1
-0
/
+1
[next]