summaryrefslogtreecommitdiff
path: root/modules/gdscript
AgeCommit message (Expand)Author
2017-01-16Merge pull request #7532 from tagcup/pcg_prngRémi Verschelde
2017-01-16Style: Various fixes to play nice with clang-formatRémi Verschelde
2017-01-16Style: Fix statements ending with ';;'Rémi Verschelde
2017-01-16Style: Cleanups, added headers, renamed filesRémi Verschelde
2017-01-15Replace the existing PRNG (Xorshift31) with (minimal) PCG (XSH-RR variant wit...Ferenc Arn
2017-01-15Style: Cosmetic fixes to play nice with clang-formatRémi Verschelde
2017-01-14Compile error when duplicate key in dictionery literal #7034James Mintram
2017-01-14Merge pull request #6845 from karroffel/masterJuan Linietsky
2017-01-14Merge pull request #4918 from jjay/f/error_on_redefineJuan Linietsky
2017-01-14Style: Fix whole-line commented codeRémi Verschelde
2017-01-14rename String.extension() -> String.get_extension() / String.basename() -> St...Juan Linietsky
2017-01-12Implicit inheritance now defaults to Resource, will error for node scripts if...Juan Linietsky
2017-01-11More efficient iteration syntax, and range() is converted behind the scenes t...Juan Linietsky
2017-01-11Merge pull request #6930 from bojidar-bg/gdscript-export-array-hintRémi Verschelde
2017-01-11Both Array and Dictionary are always in shared mode (removed copy on write).Juan Linietsky
2017-01-11Merge pull request #7093 from bojidar-bg/named-colorsRémi Verschelde
2017-01-11Type renames:Juan Linietsky
2017-01-11pattern matcher: Implemented backendKarroffel
2017-01-11pattern matcher: Implemented transformationsKarroffel
2017-01-11pattern matching: implemented parserKarroffel
2017-01-10It is now possible to name layers of different kinds!Juan Linietsky
2017-01-10uses the global thread to protect the instacnes map in GDScript, closes #4615Juan Linietsky
2017-01-08Moved JSON functions to built-in to_json, parse_json, validate_jsonJuan Linietsky
2017-01-08Variant INT and REAL are now 64 bits (other types remain at 32)Juan Linietsky
2017-01-08renamed joystick to joypad everywhere around source code!Juan Linietsky
2017-01-08Fix code completion for new getnode syntaxJuan Linietsky
2017-01-08-Fix bugs related to PoolVector crashesJuan Linietsky
2017-01-07Memory pool vectors (DVector) have been enormously simplified in code, and re...Juan Linietsky
2017-01-05-Changed most project settings in the engine, so they have major and minor ca...Juan Linietsky
2017-01-04-GDScript support for accessing properties directlyJuan Linietsky
2017-01-02ObjectTypeDB was renamed to ClassDB. Types are meant to be more generic to Va...Juan Linietsky
2017-01-02Revert expression reduction from #7390Rémi Verschelde
2017-01-02Merge pull request #7390 from bojidar-bg/gdscript-assign-errorRémi Verschelde
2017-01-01Welcome in 2017, dear changelog reader!Rémi Verschelde
2016-12-29Disallow assignment to constants and expressionsBojidar Marinov
2016-12-17Add named colors to GDScript/Visual Script/core.Bojidar Marinov
2016-11-11Merge pull request #6802 from henriquelalves/masterRémi Verschelde
2016-11-03Make GDScript parser ignore floating strings in class definitionBojidar Marinov
2016-11-01style: Fix PEP8 blank lines issues in Python filesRémi Verschelde
2016-11-01style: Start applying PEP8 to Python files, indentation issuesRémi Verschelde
2016-10-26Allow typing hints for Array class (in GDScript and Inspector/ArrayPropertyEdit)Bojidar Marinov
2016-10-22Added small modification on parser for '+'Henrique L. Alves
2016-10-22Merge pull request #6564 from SuperUserNameMan/gdscript_opcode_line_opcode_br...Rémi Verschelde
2016-10-17Merge pull request #6850 from akien-mga/pr-scsub-shebangRémi Verschelde
2016-10-17SCsub: Add python shebang as a hint for syntax highlightingRémi Verschelde
2016-10-17Merge pull request #6692 from bojidar-bg/add-char-to-gd-vs-scriptRémi Verschelde
2016-10-15modules: Clone env in each moduleRémi Verschelde
2016-10-14Merge pull request #6813 from Faless/fix_6801_bisRémi Verschelde
2016-10-13Adapt overlooked instances of zero-based column numbersPedro J. Estébanez
2016-10-13Revert "Add warning when (pre)loading paths with leading / (#4280 - #3106)"Fabio Alessandrelli