Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | Merge pull request #18966 from chanon/new-debug-print | Max Hilbrunner | 2018-07-04 | 1 | -0/+26 | |
|\ | | | | | Add new debug print method that shows line number where the print came from | |||||
| * | add new print_debug method which shows source and line number | chanon | 2018-05-28 | 1 | -0/+26 | |
| | | ||||||
* | | add new get_stack function to get GDScript stack trace as array | chanon | 2018-05-17 | 1 | -0/+22 | |
|/ | ||||||
* | 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 | 1 | -1/+17 | |
| | | ||||||
* | | Merge pull request #16173 from vnen/gdscript-arguments | Rémi Verschelde | 2018-02-19 | 1 | -0/+10 | |
|\ \ | | | | | | | Add argument count check for some GDScript functions | |||||
| * | | Add argument count check for some GDScript functions | George Marques | 2018-01-30 | 1 | -0/+10 | |
| |/ | | | | | | | | | - Print functions have no check. - Also remove extra apostrophe from the error report. | |||||
* / | Show default values in docs for GDScript built-in functions | George Marques | 2018-01-30 | 1 | -0/+2 | |
|/ | ||||||
* | Fixes for parameter names of builtin functions in visual scripts/core | Chaosus | 2018-01-16 | 1 | -3/+3 | |
| | ||||||
* | Add missing copyright headers and fix formatting | Rémi Verschelde | 2018-01-05 | 1 | -0/+1 | |
| | | | | | | Using `misc/scripts/fix_headers.py` on all Godot files. Some missing header guards were added, and the header inclusion order was fixed in the Bullet module. | |||||
* | Update copyright statements to 2018 | Rémi Verschelde | 2018-01-01 | 1 | -2/+2 | |
| | | | | Happy new year to the wonderful Godot community! | |||||
* | Add cartesian to polar conversion functions | pablotato | 2017-11-20 | 1 | -0/+30 | |
| | ||||||
* | Add print_error function, akin to print_line | George Marques | 2017-11-16 | 1 | -1/+1 | |
| | ||||||
* | GDScript: Refactor "GD" class prefix to "GDScript" | Rémi Verschelde | 2017-11-16 | 1 | -0/+1767 | |