Age | Commit message (Expand) | Author |
2017-08-25 | Merge pull request #10581 from hpvb/fix-gcc6+ | Rémi Verschelde |
2017-08-25 | Implemented, The Amazing Zylann Hack (tm), fixes #10603 | Juan Linietsky |
2017-08-24 | Convert Object::cast_to() to the static version | Hein-Pieter van Braam |
2017-08-24 | GDScript: More reliable check if loading a template. | Andreas Haas |
2017-08-24 | Fix mismatched signatures for GDScriptLanguage::complete_code | Rémi Verschelde |
2017-08-24 | -Code completion for enumerations | Juan Linietsky |
2017-08-23 | Changed MethodBind API to request information from methods. It's much claner ... | Juan Linietsky |
2017-08-23 | Merge pull request #10542 from karroffel/gdscript-match-index | Rémi Verschelde |
2017-08-22 | Removed unnecessary returns and break statements | Wilson E. Alvarez |
2017-08-22 | support enums and nested constants in match statement | Karroffel |
2017-08-22 | Merge pull request #10340 from Rubonnek/remove-unnecessary-assignments | Rémi Verschelde |
2017-08-22 | Merge pull request #10225 from Noshyaar/map | Rémi Verschelde |
2017-08-21 | Removed unnecessary assignments | Wilson E. Alvarez |
2017-08-20 | Merge pull request #10319 from neikeq/pr-engine-editor-hint | Juan Linietsky |
2017-08-19 | Removes editor_hint from SceneTree | Ignacio Etcheverry |
2017-08-18 | GDScript Built-in: add inverse_lerp & range_lerp | Poommetee Ketson |
2017-08-17 | Add closest_power_of_2 func and implement mix_rate/latency on OS X | Marcelo Fernandez |
2017-08-16 | Merge pull request #10307 from Rubonnek/update-argument-names | Rémi Verschelde |
2017-08-16 | Revive inspector property evaluation | Pedro J. Estébanez |
2017-08-12 | Updated function argument names | Wilson E. Alvarez |
2017-08-10 | Removes type information from method binds | Ignacio Etcheverry |
2017-08-08 | push variable later when created, to avoid self-referencing as a valid case, ... | Juan Linietsky |
2017-08-07 | Implement len() gdscript built-in function for python users, closes #1960 | Juan Linietsky |
2017-08-07 | Makes all Godot API's methods Lower Case | Indah Sylvia |
2017-07-26 | Fix $a/b being parsed as division | Bojidar Marinov |
2017-07-25 | Merge pull request #9731 from Xrayez/gdscript-completion | Rémi Verschelde |
2017-07-25 | fix a regression (GDScript) from e00630b | Karroffel |
2017-07-25 | Update GDScript completion names for Pool*Arrays | Andrii Doroshenko (Xrayez) |
2017-07-25 | Merge pull request #8217 from bojidar-bg/gdscript-fix-keyword-call | Rémi Verschelde |
2017-07-23 | Make GDScript allow some keywords as identifiers | Bojidar Marinov |
2017-07-22 | Clang-formatting *.cpp and *.h (some files excluded) | Poommetee Ketson |
2017-07-19 | -Renamed GlobalConfig to ProjectSettings, makes more sense. | Juan Linietsky |
2017-07-19 | Add object type hint for docs | Poommetee Ketson |
2017-07-17 | -Reorganized all properties of project settings (Sorry, Again). | Juan Linietsky |
2017-07-11 | Merge pull request #8573 from neikeq/gdfs-completed | Rémi Verschelde |
2017-06-27 | Better user expirence with external text editors. | geequlim |
2017-06-24 | Merge pull request #8783 from bojidar-bg/fix-range-loop-type | Rémi Verschelde |
2017-06-23 | Remove methods from code completion which are already exposed by properties, ... | Juan Linietsky |
2017-06-23 | GdScript: Add signal autocompletion to emit_signal function | Mariano Suligoy |
2017-06-23 | Adds completed signal to GDFunctionState | Ignacio Etcheverry |
2017-06-22 | Reimplement for..in range() so that it always results in ints | Bojidar Marinov |
2017-06-13 | Add ability to use custom script templates. | Andreas Haas |
2017-05-27 | GDScript: Use "is" keyword for type checking. | Andreas Haas |
2017-05-20 | Removal of InputEvent as built-in Variant type.. | Juan Linietsky |
2017-05-18 | Merge pull request #8798 from RandomShaper/gdfs-ext-check | Rémi Verschelde |
2017-05-17 | Add extended check option to GDFunctionState::is_valid() | Pedro J. Estébanez |
2017-05-17 | Removal of Image from Variant, converted to a Resource. | Juan Linietsky |
2017-05-08 | Fix #8674, and rename a few things for clarity | Bojidar Marinov |
2017-04-26 | Changed indent type settings | Paulb23 |
2017-04-25 | Honoring the Indent setting for gdscript | Ramesh Ravone |