| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Removed duplicate default colours and removed GDScriptHighligher colours ↵ | Paulb23 | 2018-06-13 | 1 | -2/+18 |
| | | | | | from main editor. | ||||
| * | Merge pull request #19526 from robojumper/fix_tutorials | Rémi Verschelde | 2018-06-13 | 1 | -1/+1 |
| |\ | | | | | Add support for tutorial links to makerst.py | ||||
| | * | Add support for tutorial links to makerst.py | robojumper | 2018-06-12 | 1 | -1/+1 |
| | | | | | | | | | Also change the <tutorials> structure to make use of individual <link> tags | ||||
| * | | Inner classes' functions now appear in the editor's functions panel | Jairo Honorio | 2018-06-12 | 1 | -0/+7 |
| |/ | | | | Fixes #19386 | ||||
| * | SCons: Pass env to modules can_build method | Rémi Verschelde | 2018-05-30 | 1 | -1/+1 |
| | | | | | | | This allows to disable modules based on the environment, in particular `env[tools]` which tells us if we are building the editor or not. | ||||
| * | New sync keywords in GDScript, NativeScript, Mono | Fabio Alessandrelli | 2018-05-29 | 4 | -2/+48 |
| | | |||||
| * | Refactor RPCMode enum and checks | Fabio Alessandrelli | 2018-05-29 | 6 | -30/+22 |
| | | |||||
| * | Revert "RPCMode refactor, more sync modes" | Max Hilbrunner | 2018-05-29 | 8 | -70/+32 |
| | | |||||
| * | Merge pull request #19021 from Faless/rpc_sync_fix | Max Hilbrunner | 2018-05-29 | 8 | -32/+70 |
| |\ | | | | | RPCMode refactor, more sync modes | ||||
| | * | New sync keywords in GDScript, NativeScript, Mono | Fabio Alessandrelli | 2018-05-26 | 4 | -2/+48 |
| | | | |||||
| | * | Refactor RPCMode enum and checks | Fabio Alessandrelli | 2018-05-26 | 6 | -30/+22 |
| | | | |||||
| * | | Enable singletons to be recognized as constant expressions | George Marques | 2018-05-28 | 1 | -0/+8 |
| |/ | | | | Fix #14681 | ||||
| * | Merge pull request #19131 from YeldhamDev/connection_comment_capitalize | Max Hilbrunner | 2018-05-24 | 1 | -1/+1 |
| |\ | | | | | Capitalized comments of methods created by the Connect Signal dialog | ||||
| | * | Capitalized comments of methods created by the Connect Signal dialog. | Michael Alexsander Silva Dias | 2018-05-23 | 1 | -1/+1 |
| | | | |||||
| * | | Fix positive operator in GDScript compiler | George Marques | 2018-05-23 | 1 | -0/+3 |
| |/ | |||||
| * | Merge pull request #18405 from flashyincceo/gdscript-constants-help | Rémi Verschelde | 2018-05-17 | 1 | -0/+7 |
| |\ | | | | | Fix Ctrl+click on @GDScript constants | ||||
| | * | Fix Ctrl+click on @GDScript constants | Peter Folkins | 2018-04-24 | 1 | -0/+7 |
| | | | |||||
| * | | Merge pull request #18545 from vnen/editor-autoload | Juan Linietsky | 2018-05-14 | 6 | -2/+65 |
| |\ \ | | | | | | | Enable autoload in editor | ||||
| | * | | Enable autoload in editor | George Marques | 2018-05-01 | 6 | -2/+65 |
| | |/ | | | | | | | | | | | - Tool scripts will be executed and can be accessed by plugins. - Other script languages can implement add/remove_named_global_constant to make use of this functionality. | ||||
| * | | Merge pull request #18183 from Paulb23/gdscript_highlighter_inital_changes | Rémi Verschelde | 2018-05-10 | 4 | -8/+84 |
| |\ \ | | | | | | | GDScript function definition and get_node shortcut syntax highlighting | ||||
| | * | | Added GDScript NodePath highlighting | Paulb23 | 2018-04-20 | 2 | -1/+14 |
| | | | | |||||
| | * | | Added GDScript function definition highlighting | Paulb23 | 2018-04-20 | 2 | -1/+11 |
| | | | | |||||
| | * | | GDScript highlighter now remembers previous state | Paulb23 | 2018-04-20 | 2 | -6/+56 |
| | | | | |||||
| | * | | Exclude GDScriptSyntaxHighlighter from non-tool builds | Paulb23 | 2018-04-20 | 4 | -1/+4 |
| | | | | |||||
| * | | | Merge pull request #16106 from poke1024/gdscript-lerp | Juan Linietsky | 2018-05-07 | 1 | -4/+18 |
| |\ \ \ | | | | | | | | | GDScript: generalize lerp | ||||
| | * | | | GDScript: generalize lerp | Bernhard Liebl | 2018-01-27 | 1 | -4/+18 |
| | | | | | |||||
| * | | | | Add is_instance_valid() method to GDScript, ending more than a decade of pain. | Juan Linietsky | 2018-05-07 | 2 | -1/+18 |
| | | | | | |||||
| * | | | | Merge pull request #18406 from YeldhamDev/script_templates_period | Max Hilbrunner | 2018-05-04 | 1 | -1/+1 |
| |\ \ \ \ | | | | | | | | | | | Changed periods in the script templates | ||||
| | * | | | | Changed periods in the script templates. | Michael Alexsander Silva Dias | 2018-05-02 | 1 | -1/+1 |
| | | |_|/ | |/| | | |||||
| * | | | | Merge pull request #16418 from bojidar-bg/15961-gdscript-array-export | Rémi Verschelde | 2018-05-03 | 1 | -30/+28 |
| |\ \ \ \ | | | | | | | | | | | Allow exporting arrays of resources in GDScript | ||||
| | * | | | | Allow exporting arrays of resources in GDScript | Bojidar Marinov | 2018-02-05 | 1 | -30/+28 |
| | | | | | | | | | | | | | | | | | | | | | Fixes #15961 | ||||
| * | | | | | Merge pull request #18553 from ↵ | Rémi Verschelde | 2018-05-02 | 1 | -1/+1 |
| |\ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | bzztbomb/fix/stack_underflow_when_debuggin_in_release Fix a crash when trying to run Godot debugger on a release build. | ||||
| | * | | | | | Fix a crash when trying to run Godot debugger on a release build. | Brian Richardson | 2018-05-01 | 1 | -1/+1 |
| | | | | | | | | | | | | | | | | | | | | | | | | | The GDScriptLanguage::enter_function is wrapped in #ifdef DEBUG but the exit_function is not, resulting in a stack underflow error. | ||||
| * | | | | | | Merge pull request #18452 from flashyincceo/enum-no-class | Rémi Verschelde | 2018-05-02 | 1 | -0/+12 |
| |\ \ \ \ \ \ | | | | | | | | | | | | | | | Fix enums without class name not opening docs page | ||||
| | * | | | | | | Fix enums without class name not opening docs page | Peter Folkins | 2018-05-01 | 1 | -0/+12 |
| | | |_|/ / / | |/| | | | | |||||
| * | | | | | | Merge pull request #18531 from KidRigger/issue5972 | Rémi Verschelde | 2018-05-02 | 1 | -0/+7 |
| |\ \ \ \ \ \ | |_|/ / / / |/| | | | | | Adds keywords to autocomplete predictions. | ||||
| | * | | | | | Adds keywords to autocomplete predictions. | Anish | 2018-05-01 | 1 | -0/+7 |
| | |/ / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Adds keywords to the autocomplete prediction in GDScript so they are not replaced by irrelevant predictions. Fixes: #5972 | ||||
| * | | | | | Merge pull request #18291 from akien-mga/coverity-uninitialized-scalar-var | Rémi Verschelde | 2018-05-01 | 1 | -2/+3 |
| |\ \ \ \ \ | |/ / / / |/| | | | | Fix Coverity reports of uninitialized scalar variable | ||||
| | * | | | | Fix Coverity reports of uninitialized scalar variable | Rémi Verschelde | 2018-04-19 | 1 | -2/+3 |
| | | |_|/ | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Fixes most current reports on Coverity Scan of uninitialized scalar variable (CWE-457): https://cwe.mitre.org/data/definitions/457.html These happen most of the time (in our code) when instanciating structs without a constructor (or with an incomplete one), and later returning the instance. This is sometimes intended though, as some parameters are only used in some situations and should not be double-initialized for performance reasons (e.g. `constant` in ShaderLanguage::Token). | ||||
| * / | | | Change ".." punctuation for "..." in editor strings (#16507) | Hugo Locurcio | 2018-04-22 | 2 | -7/+7 |
| |/ / / | |||||
| * | | | Merge pull request #18040 from Paulb23/color_region_cache | Rémi Verschelde | 2018-04-09 | 1 | -17/+1 |
| |\ \ \ | | | | | | | | | Fixed colour regions and added local colour region cache | ||||
| | * | | | Fixed color regions and added local color region cache | Paulb23 | 2018-04-07 | 1 | -17/+1 |
| | | | | | |||||
| * | | | | Merge pull request #16556 from aragar/master | Juan Linietsky | 2018-04-08 | 1 | -3/+13 |
| |\ \ \ \ | |/ / / |/| | | | For-in loop variable added to autocompletion | ||||
| | * | | | For-in loop variable added to autocompletion | Rado'sPC\aRaGaR | 2018-02-11 | 1 | -3/+13 |
| | |/ / | | | | | | | | | | Fix for #16494 | ||||
| * | | | Renamed GDSyntaxHighlighter to GDScriptSyntaxHighlighter | Paulb23 | 2018-04-04 | 3 | -8/+8 |
| | | | | |||||
| * | | | Merge pull request #17923 from Paulb23/add_abstract_syntax_highlighter | Rémi Verschelde | 2018-04-04 | 3 | -0/+336 |
| |\ \ \ | | | | | | | | | Abstracted the syntax highlighter from text edit. | ||||
| | * | | | Abstracted the syntax highlighter from text edit | Paulb23 | 2018-04-02 | 3 | -0/+336 |
| | | | | | |||||
| * | | | | Ctrl+Clicking a enum now scrolls down to it in the docs. | Felix Yang | 2018-04-03 | 1 | -1/+26 |
| |/ / / | |||||
| * | | | Merge pull request #17291 from Warlaan/master | Hein-Pieter van Braam | 2018-03-15 | 2 | -4/+17 |
| |\ \ \ | | | | | | | | | completed-signal for coroutines with more than one yield | ||||
| | * | | | completed-signal is emitted by all GDScriptFunctionStates of a coroutine ↵ | Lars Kokemohr | 2018-03-14 | 2 | -4/+17 |
| | | | | | | | | | | | | | | | | | now, allowing to yield for completion of a function with more than one yield inside. | ||||
