| Commit message (Collapse) | Author | Age | Files | Lines | ||
|---|---|---|---|---|---|---|
| ... | ||||||
| * | | Fixed typo: substract to subtract | Indah Sylvia | 2017-12-05 | 1 | -4/+4 | |
| |/ | ||||||
| * | Fix constant node value edit | Marcin Zawiejski | 2017-11-25 | 1 | -2/+2 | |
| | | ||||||
| * | Made Vector::ptrw explicit for writing, compiler was sometimes using the ↵ | Juan Linietsky | 2017-11-25 | 3 | -9/+9 | |
| | | | | | | | wrong function, leading to unnecesary copy on writes and reduced performance. | |||||
| * | doc: Fix enum tags thanks to 2bc6db6 | Rémi Verschelde | 2017-11-24 | 9 | -119/+119 | |
| | | ||||||
| * | doc: Remove setters and getters now exposed via properties/members | Rémi Verschelde | 2017-11-24 | 29 | -938/+0 | |
| | | ||||||
| * | doc: Update header version for 3.0-beta | Rémi Verschelde | 2017-11-24 | 45 | -45/+45 | |
| | | ||||||
| * | doc: Sync classref with current source | Rémi Verschelde | 2017-11-24 | 2 | -18/+18 | |
| | | ||||||
| * | Merge pull request #11933 from cxong/master | Juan Linietsky | 2017-11-21 | 1 | -3/+3 | |
| |\ | | | | | Use "Command" instead of "Meta" for macOS (#1619) | |||||
| | * | Use "Command" for OSX in translation strings (#1619) | Cong | 2017-10-13 | 1 | -3/+3 | |
| | | | ||||||
| * | | Add cartesian to polar conversion functions | pablotato | 2017-11-20 | 3 | -22/+68 | |
| | | | ||||||
| * | | Merge pull request #12930 from vnen/gdscrit-output-print | Juan Linietsky | 2017-11-17 | 1 | -1/+1 | |
| |\ \ | | | | | | | Make tool scripts print on the editor Output panel | |||||
| | * | | Add print_error function, akin to print_line | George Marques | 2017-11-16 | 1 | -1/+1 | |
| | | | | ||||||
| * | | | Rename Rect3 to AABB. | Ferenc Arn | 2017-11-17 | 1 | -2/+2 | |
| |/ / | | | | | | | Fixes #12973. | |||||
| * | | doc: Make all module docs self-contained | Rémi Verschelde | 2017-11-15 | 45 | -4/+3052 | |
| | | | ||||||
| * | | Create API to add and remove VisualScript custom nodes | George Marques | 2017-11-15 | 7 | -0/+135 | |
| | | | | | | | | | | | | | | | This makes a VisualScriptEditor singleton, which gives plugins the ability to register their own custom nodes. Those will be available for insertion in the Visual Script editor, under the "Custom Nodes" category. | |||||
| * | | Move singleton management from ProjectSettings to Engine | Leon Krause | 2017-11-14 | 2 | -13/+14 | |
| | | | ||||||
| * | | Add support for the TAU constant. Fixes #12094. | Goutte | 2017-11-12 | 3 | -4/+7 | |
| | | | ||||||
| * | | Properly fix node path selection in input ports, closes #12152 | Juan Linietsky | 2017-11-12 | 1 | -0/+17 | |
| | | | ||||||
| * | | Fix "Invalid outputs" error when calling a void method from visual script | Bojidar Marinov | 2017-11-08 | 1 | -0/+2 | |
| | | | | | | | | | Fixes #11851 | |||||
| * | | Merge pull request #12035 from Chaosus/wrapfunc | Rémi Verschelde | 2017-10-31 | 2 | -0/+42 | |
| |\ \ | | | | | | | Added new Wrap functions for numbers | |||||
| | * | | Added new wrap functions | Chaosus | 2017-10-13 | 2 | -0/+42 | |
| | |/ | ||||||
| * | | Removes Script::get_node_type() | Jerome67000 | 2017-10-25 | 2 | -7/+0 | |
| | | | | | | | | | used before GDScript, with squirrel apparently | |||||
| * | | Add ScriptLanguage::supports_builtin_mode and improve ScriptCreateDialog | Ignacio Etcheverry | 2017-10-24 | 2 | -0/+5 | |
| | | | | | | | | | | | - Make ScriptCreateDialog disable the built-in script checked button if the language does not support it. - ScriptLanguage's get_template and make_template now receive the script path as class name if the the script language does not have named classes. | |||||
| * | | Refactor Fixed to Physics | Poommetee Ketson | 2017-10-21 | 1 | -2/+2 | |
| | | | ||||||
| * | | Merge pull request #12097 from rcurtis/issue12065 | Rémi Verschelde | 2017-10-20 | 2 | -3/+7 | |
| |\ \ | | | | | | | Visualscript: Fixes untouched value is null instead of 0 | |||||
| | * | | Fixed issue that improperly initialized visual node properties to Nil | RCurtis | 2017-10-14 | 2 | -3/+7 | |
| | |/ | ||||||
| * | | (VS) Add space after "=" sign in variable list | homer666 | 2017-10-17 | 1 | -1/+1 | |
| | | | ||||||
| * | | Merge pull request #12069 from Noshyaar/pr-vslerp | Rémi Verschelde | 2017-10-15 | 2 | -1/+49 | |
| |\ \ | | | | | | | VisualScript: add inverse_lerp & range_lerp | |||||
| | * | | VisualScript: add inverse_lerp & range_lerp | Poommetee Ketson | 2017-10-13 | 2 | -1/+49 | |
| | |/ | ||||||
| * / | Gave a tooltip to the "In" logic node | Cédric Fuchs | 2017-10-14 | 1 | -0/+1 | |
| |/ | ||||||
| * | Add NIL_IS_VARIANT usage to few definitions | Ruslan Mustakov | 2017-10-05 | 1 | -1/+1 | |
| | | | | | | The missing usage flag led to GDNative API descriptions containting arguments with "void" type. | |||||
| * | Merge pull request #11789 from djrm/pr_visual_improvements | Andreas Haas | 2017-10-03 | 1 | -59/+103 | |
| |\ | | | | | Added correct initialization for script editor theme. | |||||
| | * | VS now supports white themes. | Daniel J. Ramirez | 2017-10-02 | 1 | -46/+100 | |
| | | | ||||||
| | * | Added correct initialization for script editor theme. | Daniel J. Ramirez | 2017-10-02 | 1 | -13/+3 | |
| | | | | | | | | | Some style fixes for VS interface. | |||||
| * | | Merge pull request #11653 from bojidar-bg/doc-vscript-1 | Nathan Lovato | 2017-10-03 | 2 | -3/+4 | |
| |\ \ | |/ |/| | [DOCS] Document some of the VisualScript classes | |||||
| | * | Document some of the VisualScript classes. | Bojidar Marinov | 2017-10-03 | 2 | -3/+4 | |
| | | | ||||||
| * | | Merge pull request #11659 from AndreaCatania/prephysics | Andreas Haas | 2017-10-02 | 3 | -7/+7 | |
| |\ \ | | | | | | | Renamed fixed_process to physics_process | |||||
| | * | | Renamed fixed_process to physics_process | AndreaCatania | 2017-09-30 | 3 | -7/+7 | |
| | | | | ||||||
| * | | | VisualScript crashfix when returns are too few | Marcelo Fernandez | 2017-09-30 | 1 | -2/+8 | |
| |/ / | ||||||
| * | | Remove unecessary anchors&margins set causing bad display (sons of containers) | Gilles Roudiere | 2017-09-27 | 1 | -1/+0 | |
| | | | ||||||
| * | | Merge pull request #11424 from groud/control_node_presets | Rémi Verschelde | 2017-09-26 | 1 | -1/+1 | |
| |\ \ | | | | | | | Implements set_margins_preset(...) | |||||
| | * | | Remove set_area_as_parent_rect and replace it by ↵ | Gilles Roudiere | 2017-09-22 | 1 | -1/+1 | |
| | | | | | | | | | | | | | set_anchors_and_margins_preset(PRESET_WIDE) | |||||
| * | | | Fixed constness of variant functions, as well as visual script sequence ↵ | Juan Linietsky | 2017-09-25 | 1 | -2/+2 | |
| |/ / | | | | | | | ports. Closes #11258 | |||||
| * | | Rename pos to position in user facing methods and variables | letheed | 2017-09-20 | 3 | -18/+18 | |
| | | | | | | | | | | | | | | | | | | | | | | | Rename user facing methods and variables as well as the corresponding C++ methods according to the folloming changes: * pos -> position * rot -> rotation * loc -> location C++ variables are left as is. | |||||
| * | | Merge pull request #11256 from djrm/pr_visual_improvements | Rémi Verschelde | 2017-09-19 | 1 | -10/+25 | |
| |\ \ | | | | | | | Visual improvements and new look for VS | |||||
| | * | | Improved VisualScriptEditor | Daniel J. Ramirez | 2017-09-14 | 1 | -10/+25 | |
| | | | | ||||||
| * | | | Move Variant::evaluate() switch to computed goto | Hein-Pieter van Braam | 2017-09-17 | 3 | -4/+4 | |
| | |/ |/| | | | | | | | | | | | | | | | | | | | | | | | In an effort to make GDScript a little faster replace the double switch() with a computed goto on compilers that set __GNUC__. For compilers that don't support computed goto it will fall back to regular switch/case statements. In addition disable using boolean values in a mathematical context. Now boolean values can only be compared with other booleans. Booleans will also no longer be coerced to integers. This PR replaces #11308 and fixes #11291 | |||||
| * | | Merge pull request #11230 from maxim-sheronov/fix_enum_bindings | Thomas Herzog | 2017-09-15 | 3 | -0/+94 | |
| |\ \ | |/ |/| | Fix enums bindings | |||||
| | * | Fix enums bindings | Maxim Sheronov | 2017-09-13 | 3 | -0/+94 | |
| | | | | | | | | | | | Add missed bindings for enums Move some enums to class to have correct output of api.json | |||||
| * | | Fix 2 typos | Jeroen | 2017-09-14 | 1 | -1/+1 | |
| | | | ||||||
