| Commit message (Expand) | Author | Age | Files | Lines |
| ... | |
| | * | pattern matcher: Implemented backend | Karroffel | 2017-01-11 | 4 | -286/+372 |
| | * | pattern matcher: Implemented transformations | Karroffel | 2017-01-11 | 3 | -35/+393 |
| | * | pattern matching: implemented parser | Karroffel | 2017-01-11 | 4 | -1/+252 |
| * | | Merge pull request #4918 from jjay/f/error_on_redefine | Juan Linietsky | 2017-01-14 | 1 | -0/+25 |
| |\ \ |
|
| | * | | [GDScript] Redefine var results in an error | Yakov Borevich | 2016-05-30 | 1 | -0/+25 |
| * | | | Style: Fix whole-line commented code | Rémi Verschelde | 2017-01-14 | 6 | -25/+34 |
| * | | | rename String.extension() -> String.get_extension() / String.basename() -> St... | Juan Linietsky | 2017-01-14 | 3 | -6/+6 |
| * | | | Implicit inheritance now defaults to Resource, will error for node scripts if... | Juan Linietsky | 2017-01-12 | 2 | -1/+8 |
| * | | | More efficient iteration syntax, and range() is converted behind the scenes t... | Juan Linietsky | 2017-01-11 | 1 | -0/+58 |
| * | | | Merge pull request #6930 from bojidar-bg/gdscript-export-array-hint | Rémi Verschelde | 2017-01-11 | 1 | -2/+33 |
| |\ \ \ |
|
| | * | | | Allow typing hints for Array class (in GDScript and Inspector/ArrayPropertyEdit) | Bojidar Marinov | 2016-10-26 | 1 | -2/+33 |
| * | | | | Both Array and Dictionary are always in shared mode (removed copy on write). | Juan Linietsky | 2017-01-11 | 3 | -8/+8 |
| * | | | | Merge pull request #7093 from bojidar-bg/named-colors | Rémi Verschelde | 2017-01-11 | 2 | -0/+38 |
| |\ \ \ \ |
|
| | * | | | | Add named colors to GDScript/Visual Script/core. | Bojidar Marinov | 2016-12-17 | 2 | -0/+38 |
| * | | | | | Type renames: | Juan Linietsky | 2017-01-11 | 4 | -23/+22 |
| * | | | | | It is now possible to name layers of different kinds! | Juan Linietsky | 2017-01-10 | 1 | -1/+1 |
| * | | | | | uses the global thread to protect the instacnes map in GDScript, closes #4615 | Juan Linietsky | 2017-01-10 | 2 | -3/+45 |
| * | | | | | Moved JSON functions to built-in to_json, parse_json, validate_json | Juan Linietsky | 2017-01-08 | 3 | -1/+78 |
| * | | | | | Variant INT and REAL are now 64 bits (other types remain at 32) | Juan Linietsky | 2017-01-08 | 1 | -3/+3 |
| * | | | | | renamed joystick to joypad everywhere around source code! | Juan Linietsky | 2017-01-08 | 1 | -2/+2 |
| * | | | | | Fix code completion for new getnode syntax | Juan Linietsky | 2017-01-08 | 2 | -4/+31 |
| * | | | | | -Fix bugs related to PoolVector crashes | Juan Linietsky | 2017-01-08 | 4 | -0/+91 |
| * | | | | | Memory pool vectors (DVector) have been enormously simplified in code, and re... | Juan Linietsky | 2017-01-07 | 1 | -2/+2 |
| * | | | | | -Changed most project settings in the engine, so they have major and minor ca... | Juan Linietsky | 2017-01-05 | 2 | -14/+14 |
| * | | | | | -GDScript support for accessing properties directly | Juan Linietsky | 2017-01-04 | 5 | -67/+275 |
| * | | | | | ObjectTypeDB was renamed to ClassDB. Types are meant to be more generic to Va... | Juan Linietsky | 2017-01-02 | 9 | -83/+83 |
| * | | | | | Revert expression reduction from #7390 | Rémi Verschelde | 2017-01-02 | 1 | -1/+1 |
| * | | | | | Merge pull request #7390 from bojidar-bg/gdscript-assign-error | Rémi Verschelde | 2017-01-02 | 1 | -1/+10 |
| |\ \ \ \ \ |
|
| | * | | | | | Disallow assignment to constants and expressions | Bojidar Marinov | 2016-12-29 | 1 | -1/+10 |
| * | | | | | | Welcome in 2017, dear changelog reader! | Rémi Verschelde | 2017-01-01 | 13 | -13/+13 |
| |/ / / / / |
|
| * | | | | | Merge pull request #6802 from henriquelalves/master | Rémi Verschelde | 2016-11-11 | 2 | -2/+6 |
| |\ \ \ \ \
| |/ / / /
|/| | | | |
|
| | * | | | | Added small modification on parser for '+' | Henrique L. Alves | 2016-10-22 | 2 | -2/+6 |
| * | | | | | Make GDScript parser ignore floating strings in class definition | Bojidar Marinov | 2016-11-03 | 1 | -1/+10 |
| * | | | | | style: Fix PEP8 blank lines issues in Python files | Rémi Verschelde | 2016-11-01 | 1 | -3/+0 |
| * | | | | | style: Start applying PEP8 to Python files, indentation issues | Rémi Verschelde | 2016-11-01 | 1 | -2/+2 |
| | |/ / /
|/| | | |
|
| * | | | | Merge pull request #6564 from SuperUserNameMan/gdscript_opcode_line_opcode_br... | Rémi Verschelde | 2016-10-22 | 1 | -2/+4 |
| |\ \ \ \ |
|
| | * | | | | Fixes #6487, GDscript compiler ignores OPCODE_LINE and OPCODE_BREAKPOINT in R... | yg2f | 2016-09-20 | 1 | -2/+4 |
| | | |_|/
| |/| | |
|
| * | | | | Merge pull request #6850 from akien-mga/pr-scsub-shebang | Rémi Verschelde | 2016-10-17 | 1 | -0/+2 |
| |\ \ \ \ |
|
| | * | | | | SCsub: Add python shebang as a hint for syntax highlighting | Rémi Verschelde | 2016-10-17 | 1 | -0/+2 |
| * | | | | | Merge pull request #6692 from bojidar-bg/add-char-to-gd-vs-script | Rémi Verschelde | 2016-10-17 | 2 | -0/+16 |
| |\ \ \ \ \
| |/ / / /
|/| | | | |
|
| | * | | | | Add `String char(int ascii)` function to GDScript and Visual Script | Bojidar Marinov | 2016-10-03 | 2 | -0/+16 |
| | |/ / / |
|
| * | | | | modules: Clone env in each module | Rémi Verschelde | 2016-10-15 | 1 | -1/+1 |
| * | | | | Merge pull request #6813 from Faless/fix_6801_bis | Rémi Verschelde | 2016-10-14 | 2 | -12/+0 |
| |\ \ \ \ |
|
| | * | | | | Revert "Add warning when (pre)loading paths with leading / (#4280 - #3106)" | Fabio Alessandrelli | 2016-10-13 | 2 | -12/+0 |
| | | |/ /
| |/| | |
|
| * / | | | Adapt overlooked instances of zero-based column numbers | Pedro J. Estébanez | 2016-10-13 | 1 | -5/+5 |
| |/ / / |
|
| * | | | Merge pull request #6775 from RandomShaper/one-based-col-numbers | Rémi Verschelde | 2016-10-11 | 1 | -1/+1 |
| |\ \ \ |
|
| | * | | | Make text column numbers one-based | Pedro J. Estébanez | 2016-10-10 | 1 | -1/+1 |
| * | | | | Merge pull request #6694 from bojidar-bg/gdscript-newline-functions | Rémi Verschelde | 2016-10-11 | 1 | -2/+30 |
| |\ \ \ \ |
|
| | * | | | | Allow for linebreaks in function calls and definitions and yeild/signal. | Bojidar Marinov | 2016-10-03 | 1 | -2/+30 |
| | | |/ /
| |/| | |
|
| * | | | | i18n: Fix string that broke msgmerge | Rémi Verschelde | 2016-10-09 | 1 | -1/+1 |
| | |/ /
|/| | |
|